Add `enable-dir-local-variables'
[bpt/emacs.git] / lisp / ChangeLog
1 2013-02-11 Glenn Morris <rgm@gnu.org>
2
3 * files.el (enable-dir-local-variables): New variable.
4 (hack-dir-local-variables): Respect enable-dir-local-variables.
5 * tutorial.el (help-with-tutorial):
6 Ignore directory-local variables. (Bug#11127)
7
8 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
9 (vc-svn-global-switches): ... to here. (Bug#13513)
10
11 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
12
13 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps): Handle
14 "foo (bar, default: xxx): " prompts.
15
16 2013-02-10 Chong Yidong <cyd@gnu.org>
17
18 * files.el (basic-save-buffer-1): Do not set
19 buffer-file-coding-system-explicit (Bug#4533).
20
21 * mail/emacsbug.el (report-emacs-bug): Change binding of
22 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
23
24 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
25
26 * calc/calc.el (calc-allow-units-as-numbers): New variable.
27 * calc/calc-units.el (calc-convert-units): Use new variable.
28
29 2013-02-09 Eli Zaretskii <eliz@gnu.org>
30
31 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
32
33 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
34 buffer-file-type.
35
36 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
37 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
38 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
39 coding-system-for-write instead.
40
41 * jka-compr.el (jka-compr-write-region): Don't bind
42 buffer-file-type.
43
44 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
45 buffer-file-type.
46
47 * files.el (file-name-buffer-file-type-alist): Remove defvar.
48 (insert-file-contents-literally): Remove reference to
49 file-name-buffer-file-type-alist.
50
51 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
52 make-obsolete.
53 (find-buffer-file-type-match, find-buffer-file-type): Remove.
54 (find-buffer-file-type-coding-system): Remove references to
55 find-buffer-file-type-match, find-buffer-file-type, and
56 buffer-file-type.
57 Don't put find-buffer-file-type-coding-system into
58 file-coding-system-alist.
59 (find-file-binary, find-file-text): Bind coding-system-for-read
60 instead of file-name-buffer-file-type-alist.
61
62 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
63
64 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
65 converter (Bug#13622).
66 (doc-view-unoconv-program): Make obsolete alias.
67 (doc-view-odf->pdf-converter-program): New variable.
68 (doc-view-odf->pdf-converter-function): New variable.
69 (doc-view-mode-p): Use it.
70 (doc-view-odf->pdf-converter-unoconv):
71 Rename from `doc-view-odf->pdf-converter-unoconv'.
72 (doc-view-odf->pdf-converter-soffice): New function.
73 (doc-view-convert-current-doc):
74 Use `doc-view-odf->pdf-converter-function'.
75
76 2013-02-09 Chong Yidong <cyd@gnu.org>
77
78 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
79 view-echo-area-messages (Bug#13340).
80
81 * help.el (view-echo-area-messages): Use display-buffer.
82
83 * dired-x.el (dired-do-run-mail): Prompt for confirmation
84 (Bug#13561).
85
86 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
89 Eval body right away, now that we do eager macroexpansion (bug#13605).
90
91 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
92 (fundamental-mode): Use run-mode-hooks.
93
94 * eshell/esh-proc.el (eshell/kill): Fix last change.
95 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
96
97 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
98
99 * eshell/esh-proc.el (eshell/kill): Rewrite.
100
101 * eshell/em-ls.el (show-almost-all): Declare.
102 (eshell-do-ls): Add support for -A argument.
103
104 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
105
106 * icomplete.el (icomplete-forward-completions)
107 (icomplete-backward-completions): Handle corner case (bug#13602).
108
109 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
110
111 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
112 be nil. Handle this. (Bug#13636)
113
114 2013-02-07 Richard Stallman <rms@gnu.org>
115
116 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
117 `save-buffer-coding-system'.
118
119 2013-02-07 Alan Mackenzie <acm@muc.de>
120
121 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
122 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
123 (c-parse-state-get-strategy): Don't return 'BOD any more.
124 (c-append-lower-brace-pair-to-state-cache):
125 Extra parameter HERE instead of narrowing.
126 Widen to top of buffer before searching backwards for a brace pair.
127 (c-state-push-any-brace-pair): Add HERE parameter to function call.
128 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
129 Narrow to parameter HERE, in place of being called narrowed.
130 (c-remove-stale-state-cache): Extra parameter HERE in place of
131 narrowing. Check there's an open brace in the cache before
132 searching for its match.
133 (c-invalidate-state-cache-1): Add HERE parameter to function call.
134 (c-parse-state-1): Don't narrow here for 'forward strategy,
135 instead passing extra parameter HERE to several functions.
136 Remove 'BOD strategy.
137
138 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
139
140 * emacs-lisp/package.el (describe-package-1): Tell what archive is
141 used to install the package.
142
143 2013-02-06 Glenn Morris <rgm@gnu.org>
144
145 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
146 if we can't get user input. (Bug#6567)
147
148 * startup.el (command-line): If simple.el is missing,
149 test and warn about for some possible causes.
150
151 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
152
153 * cus-start.el (all): Add ns-use-native-fullscreen.
154
155 2013-02-05 Glenn Morris <rgm@gnu.org>
156
157 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
158
159 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
160 Fix directory creation in fallback case.
161
162 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
163
164 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
165 (vc-update-change-log): Use dolist.
166
167 2013-02-04 Chong Yidong <cyd@gnu.org>
168
169 * thingatpt.el: Rewrite the URL detection routines, absorbing some
170 code from ffap.el.
171 (thing-at-point-beginning-of-url-regexp): New var.
172 (thing-at-point-uri-schemes): Update list of URI schemes.
173 (thing-at-point-url-regexp): Variable deleted.
174 (thing-at-point-markedup-url-regexp): Disallow newlines.
175 (thing-at-point-newsgroup-regexp)
176 (thing-at-point-newsgroup-heads)
177 (thing-at-point-default-mail-uri-scheme): New variables.
178 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
179 method to find the possible bounds of the URI at point.
180 New optional argument to find ill-formed URIs.
181 (thing-at-point-url-at-point): Rewrite. New arguments for finding
182 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
183 the scheme-adding heuristics from ffap-url-at-point.
184 (thing-at-point--bounds-of-well-formed-url): New function.
185 Do parens matching to decide whether to include parens in the URI
186 (Bug#9153).
187
188 * ffap.el: Require thingatpt.
189 (ffap-url-at-point): Delegate URI detection to thing-at-point.
190 All URI-valid characters are now recognized (Bug#5673).
191 (ffap-string-at-point): Use use-region-p.
192 (ffap-url-regexp): Extra character is handled by thing-at-point.
193 (ffap-string-at-point-mode-alist): Allow parentheses.
194 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
195 Convert to aliases; code moved to thingatpt.el.
196 (ffap-gnus-hook): Use setq-local.
197
198 2013-02-04 Glenn Morris <rgm@gnu.org>
199
200 * emacs-lisp/ert.el (ert--explain-format-atom):
201 Don't try to print non-characters as characters. (Bug#13543)
202
203 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
204
205 * net/tramp.el (tramp-debug-message): Extend function exclude list.
206 (tramp-backtrace): New defun.
207 (tramp-handle-insert-file-contents): Use `visit' when inserting
208 the local copy.
209
210 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
211 Use `remote-file-name-inhibit-cache'.
212
213 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
214
215 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
216 (bug#13614).
217
218 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
219 current-load-list (bug#13366).
220
221 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
222
223 * progmodes/compile.el (compilation-error-regexp-alist-alist):
224 Identify g++ template instantiation trace. (Bug#12287)
225 (compilation-mode-hook, compilation-start-hook)
226 (compilation-window-height): Simplify docstrings. (Bug#13379)
227
228 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * mouse.el (mouse-drag-track): Always deactivate the mark before
231 running the final event's command since that command is in charge of
232 activating the mark if needed (bug#13523).
233
234 2013-02-02 Juri Linkov <juri@jurta.org>
235
236 * replace.el (perform-replace): Move let-bindings of isearch-*
237 variables deeper to the loop that searches for the next match.
238 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
239 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
240 (Bug#13579)
241
242 * isearch.el (isearch-search-fun-default): Check for null
243 first element of isearch-cmds as a precaution when it's used
244 with inactive isearch.
245
246 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
247
248 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
249 error when buffer in question is narrowed so position 1 is out of
250 visible part.
251
252 2013-02-02 Glenn Morris <rgm@gnu.org>
253
254 * textmodes/remember.el (remember-clipboard): Doc fix.
255
256 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
257
258 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
259 properties (bug#13179).
260
261 2013-02-02 Juri Linkov <juri@jurta.org>
262
263 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
264 instead of hard-coded default face `match'. (Bug#9438)
265
266 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
267
268 * vc/vc-arch.el (vc-arch-registered):
269 * vc/vc-bzr.el (vc-bzr-registered):
270 * vc/vc-cvs.el (vc-cvs-registered):
271 * vc/vc-git.el (vc-git-registered):
272 * vc/vc-hg.el (vc-hg-registered):
273 * vc/vc-mtn.el (vc-mtn-registered):
274 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
275 (Bug#13139)
276
277 * info.el (Info-next-reference, Info-prev-reference): Add numeric
278 prefix argument. (Bug#11656)
279
280 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
283
284 2013-02-01 Glenn Morris <rgm@gnu.org>
285
286 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
287 if the backend is known not to support it.
288
289 * imenu.el (imenu-default-create-index-function):
290 Tweak infinite loop test to check for forward motion as well as none.
291
292 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
293
294 * net/soap-client.el (soap-invoke): Encode the string for
295 `url-request-data' as UTF-8.
296 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
297
298 2013-02-01 Glenn Morris <rgm@gnu.org>
299
300 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
301
302 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
303
304 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
305
306 * net/tramp.el (tramp-tramp-file-p): Comment check for
307 `string-as-unibyte'. The function does not exist on XEmacs, and
308 likely we need another approach.
309
310 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
311 `tramp-gw-*' variables are bound.
312
313 2013-01-31 Glenn Morris <rgm@gnu.org>
314
315 * files.el (basic-save-buffer-2): Choose coding system for
316 writing the file before backing it up, to reduce delay between
317 backing up and writing the new version. (Bug#13522)
318
319 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
320
321 * simple.el (cycle-spacing): New command.
322 (just-one-space): Use it.
323
324 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
325
326 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
327 (opascal-newline-always-indents): Remove custom.
328 (opascal-tab, opascal-newline): Remove commands.
329 (opascal-new-comment-line): Insert "\n" instead of calling newline.
330 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
331 (opascal-save-match-data): Remove, use save-match-data instead.
332 (opascal-save-state): Use with-silent-modifications.
333
334 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
335 (bug#13585).
336
337 2013-01-30 Juri Linkov <juri@jurta.org>
338
339 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
340 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
341 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
342
343 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
344
345 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
346 column if we're just deleting the backslashes.
347 (makefile-fill-paragraph): Use eolp.
348
349 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
350
351 * autorevert.el (auto-revert-use-notify): Fix docstring.
352
353 2013-01-30 Leo Liu <sdl.web@gmail.com>
354
355 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
356
357 2013-01-30 Glenn Morris <rgm@gnu.org>
358
359 * mouse.el (mouse-drag-line): Avoid pushing same event onto
360 unread-command-events twice in some cases. This tries to implement
361 the 2012-07-26 changes in a different way. (Bug#13560)
362
363 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
364
365 * progmodes/python.el
366 (python-pdbtrack-comint-output-filter-function): Enhancements on
367 stacktrace detection. (thanks @gnovak)
368
369 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
372 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
373 Use defvar-local.
374 (jit-lock-register): Use setq-local.
375
376 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
377
378 * calc-units.el (math-default-units-table): Remove initial value.
379 (calc-convert-units): Treat expressions where all the units cancel as
380 if they didn't have units.
381
382 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
383
384 * net/tramp.el (tramp-process-connection-type): Fix docstring.
385 (tramp-completion-reread-directory-timeout): Fix type.
386 (tramp-connection-min-time-diff): New defcustom.
387
388 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
389
390 2013-01-30 Glenn Morris <rgm@gnu.org>
391
392 * imenu.el (imenu-default-create-index-function):
393 Put back a version of the infinite loop test removed 2013-01-23.
394
395 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
396
397 * progmodes/python.el (python-shell-parse-command):
398 Find python-shell-interpreter with modified environment.
399
400 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
401
402 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
403
404 2013-01-29 Alan Mackenzie <acm@muc.de>
405
406 Amend to fontify /regexp/s in actions correctly.
407 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
408 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
409 are no longer included.
410 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
411 What used to be these variables without "-line" in the name.
412 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
413 (c-awk-non-arith-op-bra-re): Now also matches {.
414 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
415 "return", and "case".
416 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
417 by /.
418 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
419 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
420
421 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
422
423 * autorevert.el (auto-revert-use-notify):
424 Use `custom-initialize-default' for initialization. (Bug#13583)
425
426 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
427
428 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
429 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
430 in `tramp-file-name-handler'.
431 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
432 compatibility.
433 (tramp-compute-multi-hops): Check, whether
434 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
435
436 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
437
438 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
439 (bug#13297).
440
441 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
442
443 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
444 checks made superfluous by the \_< operator.
445 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
446 temporarily) broken indentation.
447 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
448 Highlight nested constants, too. \_< broke that.
449
450 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
451
452 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
453 instead of "\\b".
454
455 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
456
457 * autorevert.el (auto-revert-handler): Notifications which result
458 from a saved file shall not be taken into account. (Bug#13557)
459
460 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
461
462 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
463 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
464 (lisp-mode): Pass t for it. (Bug#13556)
465
466 2013-01-25 Alan Mackenzie <acm@muc.de>
467
468 AWK Mode: Fix indentation bug at top level. Bug #12274.
469
470 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
471 just before CASE 5D.
472
473 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
474
475 * net/socks.el (socks-nslookup-host): Use string-to-number.
476
477 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
478
479 * autorevert.el (auto-revert-remote-files)
480 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
481 (auto-revert-notify-enabled, auto-revert-use-notify)
482 (auto-revert-notify-watch-descriptor-hash-list)
483 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
484 (auto-revert-notify-event-descriptor)
485 (auto-revert-notify-event-action)
486 (auto-revert-notify-event-file-name): Doc fix.
487 (global-auto-revert-mode): Reorder checks.
488 (auto-revert-notify-rm-watch): Respect changed values of
489 `auto-revert-notify-watch-descriptor-hash-list'.
490 (auto-revert-notify-add-watch): Check for
491 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
492 `inotify-add-watch'. Watch `default-directory' instead of
493 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
494 has a changed meaning now. (Bug#13540)
495 (auto-revert-notify-handler): Change implementation wrt events
496 returning from a directory.
497 (auto-revert-handler): Reorder implementation for checks of remote
498 files.
499 (auto-revert-buffers): Fix parentheses error.
500
501 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
502
503 * progmodes/python.el: Enhancements to header documentation about
504 skeletons. (Bug#5716)
505
506 * imenu.el (imenu-default-create-index-function): Remove useless
507 infinite loop check. (Bug#13438)
508
509 2013-01-25 Alan Mackenzie <acm@muc.de>
510
511 Fix a bug in the state cache mechanism. Refactor this a bit.
512
513 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
514 `cache-pos' element from the return value.
515 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
516 buffer to enable proper searching from beyond HERE. Amend the
517 test for detecting the sought brace pair. Amend the value written
518 to the "brace desert cache" when the brace isn't found.
519 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
520 and several other variables analogously.
521 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
522 parameter to a locally calculated variable.
523 (c-parse-state-1): Change the calling conventions to the two
524 defuns involving `cache-pos'.
525
526 2013-01-25 Chong Yidong <cyd@gnu.org>
527
528 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
529
530 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
531
532 * paren.el (show-paren-function): Make sure to set 'priority and
533 'face only if the overlay does exist.
534
535 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
536
537 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
538
539 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
540 basic attributes.
541 (tramp-sh-handle-set-file-acl): Improve error checking.
542
543 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
544
545 * doc-view.el (doc-view-display): Force mode line update until all
546 document is converted. Suggested by Stefan Monnier (Bug#13164).
547
548 2013-01-23 Bastien Guerry <bzg@gnu.org>
549
550 * paren.el (show-paren-function): Make sure an overlay exists
551 before trying to delete it. Also use `pos' as a position only
552 when it is an integer.
553
554 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
555
556 * play/gametree.el (gametree-break-line-here): Use point-marker.
557
558 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
559
560 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
561 Mark descriptive parts with `display' property.
562
563 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
564
565 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
566 New variable to map standard dict names to hunspell ones.
567 (ispell-set-spellchecker-params): Make sure specific dict names
568 are used for standard dicts with hunspell.
569
570 2013-01-21 Tassilo Horn <tsdh@gnu.org>
571
572 * textmodes/reftex-cite.el (reftex-format-citation): Add format
573 chars for note (%N) and url (%U).
574 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
575
576 2013-01-21 Juri Linkov <juri@jurta.org>
577
578 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
579 in addition to existing separate binding `meta f10' in `global-map'.
580 (Bug#13484)
581
582 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
583
584 Improve XEmacs compatibility.
585
586 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
587
588 * net/tramp-adb.el (top): Require `time-date'.
589 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
590 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
591 Use `tramp-file-name-handler'.
592 (tramp-adb-maybe-open-connection):
593 Use `tramp-compat-set-process-query-on-exit-flag'.
594
595 * net/tramp-sh.el (tramp-sh-handle-file-acl):
596 Use `tramp-compat-funcall'.
597
598 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
599 `tramp-compat-funcall'.
600
601 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
602
603 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
604 reimplementation using "adb shell command ..." instead of running
605 remote shell interactively.
606
607 2013-01-20 Glenn Morris <rgm@gnu.org>
608
609 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
610 Add native profiler menu entries.
611
612 * profiler.el (profiler-running-p): New function.
613 (profiler-cpu-profile): Use profiler-running-p.
614 (profiler-report-mode-map): Add some more menu entries.
615
616 2013-01-19 Glenn Morris <rgm@gnu.org>
617
618 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
619 fixes 2012-12-07 change. (Bug#13499)
620
621 2013-01-19 Leo Liu <sdl.web@gmail.com>
622
623 * dired.el (dired-get-marked-files): Prune erroneous values due to
624 last change. (Bug#13152)
625
626 2013-01-19 Glenn Morris <rgm@gnu.org>
627
628 * progmodes/etags.el (tags-table-check-computed-list):
629 Preserve point in tags buffer. (Bug#13412)
630
631 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
632
633 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
634 Chong Yidong <cyd@gnu.org>
635
636 * image-mode.el (image-next-file, image-previous-file):
637 New commands (Bug#8453).
638 (image-mode-map): Bind them to n and p.
639 (image-mode--images-in-directory): New helper function.
640
641 2013-01-19 Chong Yidong <cyd@gnu.org>
642
643 * image-mode.el (image-mode-fit-frame): Add a frame argument.
644 Suggested by Drew Adams (Bug#7730). Handle window decorations;
645 save and restore the old window configuration.
646
647 2013-01-18 Leo Liu <sdl.web@gmail.com>
648
649 * progmodes/js.el: Tweak autoload cookie for alias.
650
651 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
652
653 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
654 buffer local, again. This was lost with the fix on 2013-01-12.
655
656 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
657
658 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
659 order to support several eshell buffers in parallel.
660
661 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
662
663 * autorevert.el (auto-revert-use-notify): In the :set function, do
664 not modify `kill-buffer-hook'.
665 (auto-revert-notify-rm-watch):
666 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
667 (auto-revert-notify-add-watch): Do not call
668 `auto-revert-notify-rm-watch', but add it to a buffer local
669 `kill-buffer-hook'.
670
671 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
672
673 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
674 call to `eval' rather than a backquoted lambda.
675
676 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
677
678 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
679 to return an explicit nil.
680 (advice--remove-function): Change accordingly.
681
682 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
683 the use of nadvice.el.
684
685 * progmodes/which-func.el (which-function): Silence imenu errors
686 (bug#13433).
687
688 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
689
690 * progmodes/sql.el: (sql-imenu-generic-expression):
691 (sql-mode-font-lock-object-name): Match schema qualified names.
692 (sql-connect): Use string keys.
693 (sql-product-interactive): Wait for interpreter prompt.
694 (sql-comint-oracle): Set process coding based on NLS_LANG.
695
696 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
697
698 * progmodes/sql.el (sql-output-to-send): Remove, unused.
699 (sql-interactive-remove-continuation-prompt):
700 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
701
702 2013-01-14 Leo Liu <sdl.web@gmail.com>
703
704 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
705 (Bug#13420)
706
707 2013-01-14 Glenn Morris <rgm@gnu.org>
708
709 * progmodes/compile.el (compilation-error-regexp-alist-alist):
710 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
711
712 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
713
714 * progmodes/python.el (python-nav-end-of-statement):
715 Fix cornercase when handling multiline strings.
716
717 2013-01-13 Richard Stallman <rms@gnu.org>
718
719 * mail/sendmail.el (mail-position-on-field): Add doc string.
720
721 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
722 Get current message boundaries and pass them to
723 message-forward-make-body-mime. Minor style changes.
724
725 2013-01-13 Eli Zaretskii <eliz@gnu.org>
726
727 * cus-start.el (all): Avoid warnings about
728 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
729
730 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
731
732 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
733
734 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
735
736 * jit-lock.el (jit-lock-debug-mode): New minor mode.
737 (jit-lock--debug-fontifying): New var.
738 (jit-lock--debug-fontify): New function.
739 * subr.el (condition-case-unless-debug): Don't prevent catching the
740 error, just let the debbugger run.
741 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
742 timer code and don't drop errors silently.
743
744 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
745
746 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
747 `permanent-local' property.
748 (auto-revert-notify-handler): Use `file-equal-p'.
749
750 2013-01-12 Eli Zaretskii <eliz@gnu.org>
751
752 * autorevert.el (auto-revert-notify-handler): Fix filtering of
753 file notification by ACTION. For filtering by file name, compare
754 only the non-directory part of the file name.
755
756 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * autorevert.el: Use cl-lib instead of cl.
759
760 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
761 (vc-bzr-checkin): Use it.
762 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
763 will preserve match-data.
764
765 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
766
767 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
768 (js--declaration-keyword-re): New var.
769 (js--multi-line-declaration-indentation): New function.
770 (js--proper-indentation): Use it.
771
772 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
773
774 * calc/calc.el (calc-highlight-selections-with-faces)
775 (calc-dispatch):
776 * comint.el (comint-history-isearch-message):
777 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
778 * ffap.el (ffap-string-at-point-region, ffap-next)
779 (ffap-string-at-point, ffap-string-around)
780 (ffap-copy-string-as-kill, ffap-highlight-overlay)
781 (ffap-literally):
782 * font-lock.el (font-lock-keywords-alist)
783 (font-lock-removed-keywords-alist):
784 * help-mode.el (help-xref-symbol-regexp):
785 * info.el (Info-find-emacs-command-nodes):
786 * international/mule.el (add-to-coding-system-list):
787 * isearch.el (isearch-message-function, isearch-fail-pos):
788 * misearch.el (multi-isearch-next-buffer-function):
789 * newcomment.el (comment-box):
790 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
791 (pr-setting-database):
792 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
793 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
794 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
795 (pike-font-lock-keywords-3):
796 * progmodes/compile.el (compile):
797 * progmodes/etags.el (tags-table-files)
798 (tags-table-files-function, tags-included-tables-function):
799 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
800 (gdb-restore-windows):
801 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
802 (ps-n-up-filling-database):
803 * server.el (server-buffer, server-log):
804 * simple.el (newline, delete-backward-char, delete-forward-char)
805 (minibuffer-history-isearch-message, kill-line, track-eol)
806 (temporary-goal-column):
807 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
808 (flyspell-default-deplacement-commands):
809 * textmodes/ispell.el (ispell-accept-output):
810 * textmodes/sgml-mode.el (html-tag-help):
811 * vc/compare-w.el (compare-ignore-whitespace)
812 (compare-ignore-case, compare-windows-dehighlight):
813 * vc/diff.el (diff):
814 * whitespace.el (whitespace-point)
815 (whitespace-font-lock-refontify, whitespace-bob-marker)
816 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
817
818 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
819
820 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
821 (auto-revert-notify-rm-watch): Ignore errors.
822 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
823 inotify, and '(size last-write-time) for w32notify.
824 Set buffer-local `auto-revert-use-notify' to nil when adding a file
825 watch fails - this is a fallback to the file modification check.
826 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
827 (auto-revert-notify-event-action)
828 (auto-revert-notify-event-file-name): New defuns.
829 (auto-revert-notify-handler): Use them. Implement first
830 plausibility checks.
831 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
832
833 2013-01-11 Julien Danjou <julien@danjou.info>
834
835 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
836 max are almost equal. Also return the correct value for V which is
837 already between 0 and 1.
838
839 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
840
841 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
842
843 2013-01-11 Eli Zaretskii <eliz@gnu.org>
844
845 * autorevert.el (auto-revert-notify-rm-watch)
846 (auto-revert-notify-add-watch): Fix typos in w32notify function
847 names.
848
849 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
850
851 * autorevert.el (auto-revert-notify-enabled): Move up.
852 (auto-revert-use-notify): New defcustom.
853 (auto-revert-mode, global-auto-revert-mode)
854 (auto-revert-notify-add-watch, auto-revert-handler)
855 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
856 `auto-revert-notify-enabled'.
857
858 2013-01-10 Elias Pipping <pipping@exherbo.org>
859
860 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
861 * doc-view.el (doc-view-document->bitmap):
862 Use doc-view-single-page-converter-function instead of
863 single-page-converter arg; adjust callers.
864
865 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
866
867 * progmodes/which-func.el (which-function): Understand Semantic's use
868 of overlays in imenu--index-alist.
869
870 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
871
872 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
873 (Man-man-k-use-anchor): New var.
874 (Man-parse-man-k): New function.
875 (Man-completion-table): Use it.
876 (man): Flush the completion cache between uses.
877
878 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
879
880 * autorevert.el: Add file watch support.
881 (auto-revert-notify-enabled): New defconst.
882 (auto-revert-notify-watch-descriptor-hash-list)
883 (auto-revert-notify-watch-descriptor)
884 (auto-revert-notify-modified-p): New defvars.
885 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
886 (auto-revert-notify-handler): New defuns.
887 (auto-revert-mode, global-auto-revert-mode): Remove file watches
888 when mode is disabled.
889 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
890 (auto-revert-buffers): Add file watches for active buffers.
891
892 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
893
894 * cus-start.el (toplevel): Only allow float values for
895 scroll-up-aggressively and scroll-down-aggressively.
896 Allow any number for line-spacing.
897
898 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
899
900 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
901 (doc-view-pdf->png-converter-function): Use mupdf if available.
902 (doc-view-djvu->png-converter-function)
903 (doc-view-ps->png-converter-function): Remove.
904 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
905 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
906 (doc-view-already-converted-p): Adjust accordingly.
907 (doc-view-mode-p): Simplify.
908 (doc-view-enlarge): Use setq-local.
909 (doc-view-pdf->png-converter-ghostscript)
910 (doc-view-djvu->png-converter-ddjvu)
911 (doc-view-pdf->png-converter-mupdf): Rework to call
912 doc-view-start-process directly.
913 (doc-view-pdf/ps->png): Simplify accordingly.
914 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
915 (doc-view-document->bitmap): Rename from doc-view-document->png.
916 (doc-view-convert-current-doc): Merge pdf and djvu cases.
917 (doc-view-set-slice-from-bounding-box): Fix completion table.
918 (doc-view-mode): Use add-hook for after-revert-hook.
919
920 2013-01-10 Glenn Morris <rgm@gnu.org>
921
922 * emacs-lisp/authors.el (authors-ignored-files)
923 (authors-valid-file-names, authors-renamed-files-alist):
924 Add some more entries.
925
926 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 * image-mode.el (image-mode-winprops): Don't throw away the fallback
929 `t' pseudo-window entry.
930
931 2013-01-10 Alan Mackenzie <acm@muc.de>
932
933 Fix bugs in the c-parse-state mechanism. Reuse some markers
934 instead of continually generating new ones.
935
936 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
937 (c-state-old-cpp-end-marker): New variables.
938 (c-append-lower-brace-pair-to-state-cache): Start a backward
939 search for "}" definitively outside CPP constructs.
940 (c-remove-stale-state-cache): Inform the caller of a need to
941 search back for a brace pair in certain circumstances.
942 (c-state-maybe-marker): New macro.
943 (c-parse-state): Reuse markers when appropriate.
944
945 2013-01-10 Glenn Morris <rgm@gnu.org>
946
947 * simple.el (execute-extended-command): Doc fix.
948 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
949
950 2013-01-10 Chong Yidong <cyd@gnu.org>
951
952 * faces.el (read-face-name): Doc fix.
953
954 2013-01-10 Roland Winkler <winkler@gnu.org>
955
956 * emacs-lisp/crm.el: Allow any regexp for separators.
957 (crm-default-separator): All spaces around the default comma separator.
958 (crm--completion-command): New macro.
959 (crm-completion-help, crm-complete, crm-complete-word): Use it.
960 (crm-complete-and-exit): Handle non-single-char separators.
961
962 2013-01-09 Elias Pipping <pipping@lavabit.com>
963
964 * doc-view.el: Add support for DjVu (bug#13164).
965 (doc-view-djvu->png-converter-function): New config var.
966 (doc-view-single-page-converter-function, doc-view--image-type)
967 (doc-view--image-file-extension): New vars.
968 (doc-view-mode): Initialize them.
969 (doc-view-goto-page): Use them.
970 (doc-view-mode-p): Add support for ddjvu.
971 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
972 (doc-view-set-up-single-converter): New funs.
973 (doc-view-pdf/ps->png): Extend for djvu.
974 (doc-view-document->png): Rename from doc-view-pdf->png.
975 (doc-view-convert-current-doc): Handle djvu.
976 (doc-view-insert-image, doc-view-display)
977 (doc-view-already-converted-p): Don't hardcode png.
978 (doc-view-set-doc-type): Recognize djvu docs.
979
980 2013-01-09 Elias Pipping <pipping@lavabit.com>
981
982 * doc-view.el: Add support for mupdf converter (bug#13164).
983 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
984 (doc-view-ps->png-converter-function): New config vars.
985 (doc-view-pdf->png-converter-ghostscript)
986 (doc-view-ps->png-converter-ghostscript)
987 (doc-view-pdf->png-converter-mupdf): New functions.
988 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
989
990 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
991
992 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
993 first in session cache: When `tramp-own-remote-path' is in
994 `tramp-remote-path', the remote path is only set in the session
995 cache.
996
997 2013-01-09 Glenn Morris <rgm@gnu.org>
998
999 * emacs-lisp/trace.el (trace-function-foreground)
1000 (trace-function-background): Doc fix.
1001
1002 2013-01-09 Juri Linkov <juri@jurta.org>
1003
1004 * international/mule-cmds.el (read-char-by-name): Move let-binding
1005 of completion-ignore-case around completing-read to fix regression
1006 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
1007 `string-match-p' using the nil value of `case-fold-search' and
1008 `completion-ignore-case' in `completion-pcm--all-completions'.
1009 (Bug#12615).
1010
1011 2013-01-09 Glenn Morris <rgm@gnu.org>
1012
1013 * progmodes/compile.el (compilation-parse-errors):
1014 Fix typo. (Bug#13369)
1015
1016 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1017
1018 * comint.el (comint-send-input): Check size of buffer before
1019 waiting for process output, in case already accepted. (Bug#13290)
1020
1021 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
1022
1023 Spelling fixes.
1024 * net/tramp-adb.el (tramp-adb-get-toolbox):
1025 Fix misspelling of 'unknown'.
1026
1027 2013-01-08 Juri Linkov <juri@jurta.org>
1028
1029 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1030 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1031 Use underline style wave on terminals that support it. (Bug#13000)
1032
1033 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
1036 the predicate returns nil.
1037
1038 * simple.el: Use lexical-binding.
1039 (primitive-undo): Use pcase.
1040 (minibuffer-history-isearch-push-state): Use a closure.
1041
1042 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1043
1044 * simple.el (primitive-undo): Move from undo.c.
1045
1046 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
1049 (cvs-mode-remove-handled): Use it (bug#13380).
1050
1051 * emacs-lisp/nadvice.el (advice--tweak): New function.
1052 (advice--remove-function, advice--subst-main): Use it.
1053
1054 * emacs-lisp/advice.el: Update commentary.
1055
1056 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
1057
1058 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1059 Remove spurious entry.
1060
1061 2013-01-08 Glenn Morris <rgm@gnu.org>
1062
1063 * net/tramp.el (tramp-default-host-alist): Add :version.
1064
1065 2013-01-08 Juri Linkov <juri@jurta.org>
1066
1067 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
1068 single completion. (Bug#12456)
1069 (info--manual-names): Expand node completions into an explicit list
1070 before appending it to another list. Filter out internal buffers
1071 with the leading space in the buffer name. (Bug#10771)
1072
1073 2013-01-08 Juri Linkov <juri@jurta.org>
1074
1075 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
1076 that defaults to the Top node.
1077 (Info-goto-node, Info-read-node-name): Doc fix to mention that
1078 the short format (FILENAME) goes to the Top node.
1079 (Info-build-node-completions): Rename arg `file' to `filename'.
1080 (Bug#13365)
1081
1082 2013-01-07 Bastien Guerry <bzg@gnu.org>
1083
1084 * menu-bar.el (menu-bar-search-documentation-menu):
1085 Use `apropos-user-option' and fix the help message.
1086
1087 2013-01-07 Bastien Guerry <bzg@gnu.org>
1088
1089 * apropos.el (apropos-do-all): Update docstring.
1090 (apropos-user-option-button): New face.
1091 (apropos-user-option): Rename from `apropos-variable' and update
1092 docstring.
1093 (apropos-variable): Rewrite, now show all variables by default.
1094 (apropos-print): Mention "User option" instead of "Variable" when
1095 printing doc for user options. (Bug#13276)
1096
1097 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
1098
1099 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1100 Handle filename correctly, when parsing "source -> target" symlink
1101 output.
1102 (tramp-adb-handle-set-file-times): New defun.
1103
1104 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
1105
1106 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
1107 advice list when the interactive-spec of ad-Advice-* changes.
1108
1109 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1110
1111 * wid-edit.el (widget-default-get): Work for inlined elements.
1112 (Bug#12670)
1113
1114 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
1115
1116 * net/tramp.el (tramp-default-host-alist): New defcustom.
1117 (tramp-find-host): Use it.
1118 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
1119 `eshell-directory-change-hook'.
1120
1121 * net/tramp-adb.el (top): Add adb specific entry in
1122 `tramp-default-host-alist'.
1123 (tramp-adb-file-name-host): Remove function.
1124 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1125 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
1126
1127 * net/tramp-sh.el: Move eshell integration code to tramp.el.
1128
1129 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
1130
1131 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
1132
1133 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
1134
1135 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
1136 consist of more than one digit.
1137 (tramp-adb-file-name-handler-alist):
1138 Use `tramp-handle-file-exists-p' consistently.
1139 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
1140 (tramp-adb-handle-file-exists-p): Remove function.
1141 (tramp-adb-file-name-host): New defun.
1142 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1143 Use it.
1144 (tramp-adb-maybe-open-connection): Set "remote-path" property.
1145
1146 2013-01-06 Chong Yidong <cyd@gnu.org>
1147
1148 * vc/vc.el (vc-next-action): Detect buffer modifications
1149 conflicting with locking VCS operation (Bug#11490).
1150
1151 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
1152
1153 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
1154
1155 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1156 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
1157
1158 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
1159
1160 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
1161 parsing of ls output using regular expression (handle filenames
1162 with spaces). Use virtual device number.
1163 (tramp-do-parse-file-attributes-with-ls): New defun (Code
1164 cleanup).
1165
1166 2013-01-04 Daiki Ueno <ueno@gnu.org>
1167
1168 * epg.el: Silence byte-compiler warnings.
1169 (epg--start): Use delete-char instead of delete-backward-char.
1170 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
1171
1172 2013-01-04 Daiki Ueno <ueno@gnu.org>
1173
1174 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
1175 Suggested by Eli Zaretskii <eliz@gnu.org>.
1176
1177 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
1178
1179 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
1180 non-negative integers. Otherwise, the default values are used.
1181 (tramp-convert-file-attributes): Convert uid and gid to integers.
1182
1183 2013-01-04 Glenn Morris <rgm@gnu.org>
1184
1185 * term.el (term-handle-colors-array): Ensure face attributes
1186 are fully specified, not nil. (Bug#13337)
1187
1188 * term.el (term-default-fg-color, term-default-bg-color):
1189 Fix custom type.
1190
1191 * progmodes/etags.el (tags-compression-info-list): Doc fix.
1192 (tag-find-file-of-tag-noselect): Check auto-compression-mode
1193 rather than 'jka-compr being loaded. (Bug#13338)
1194
1195 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
1196
1197 * icomplete.el (icomplete-completions):
1198 Honor icomplete-prospects-height once more following
1199 2012-11-29 changes. (Bug#13224)
1200
1201 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1202
1203 * subr.el (internal--called-interactively-p--get-frame): Find aliases
1204 of called-interactively-p as well (bug#13237).
1205
1206 * view.el (view--enable, view--disable): Rename from view-mode-enable
1207 and view-mode-disable and assume it's called from view-mode.
1208 (view-mode-enable, view-mode-disable): Redefine as obsolete
1209 compatibility layer above view-mode.
1210 (view-mode-enter): Call `view-mode'.
1211
1212 * files.el (after-find-file): Call `view-mode'.
1213
1214 * doc-view.el (doc-view-scale-internally): New var.
1215 (doc-view-enlarge, doc-view-insert-image): Obey it.
1216
1217 2013-01-03 Daiki Ueno <ueno@gnu.org>
1218
1219 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
1220 exist. (Bug#13344)
1221
1222 2013-01-03 Glenn Morris <rgm@gnu.org>
1223
1224 * mail/rmail.el (rmail-set-header-1): Ignore case.
1225 Handle multi-line headers. (Bug#13330)
1226
1227 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
1228 Handle paragraph starting at beginning of buffer.
1229
1230 * subr.el (eval-after-load): Don't purecopy the form, so that it
1231 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
1232
1233 * emacs-lisp/byte-run.el (defun): Place cl declarations
1234 after any interactive spec. (Bug#13265)
1235
1236 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1237
1238 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
1239 defun. Don't check for DECL if DOCSTRING isn't a string.
1240 (defun): Likewise.
1241
1242 2013-01-02 Glenn Morris <rgm@gnu.org>
1243
1244 * eshell/em-cmpl.el (eshell-pcomplete):
1245 More thoroughly imitate pcomplete. (Bug#13293)
1246
1247 * files.el (parse-colon-path): Doc fix. (Bug#12351)
1248 Return nil for empty path elements. (Bug#13296)
1249
1250 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
1251
1252 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
1253 order to improve efficiency (Based on Daniel Colascione's
1254 <dancol@dancol.org> patch). (Bug#13182)
1255
1256 2013-01-02 Glenn Morris <rgm@gnu.org>
1257
1258 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
1259
1260 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1261
1262 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
1263 neither DOCSTRING nor DECL was given. (Bug#13316)
1264
1265 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
1266
1267 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
1268 `error' call.
1269 (tramp-do-copy-or-rename-file): Ignore errors when calling
1270 `set-file-extended-attributes'.
1271
1272 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1273 Add handler for `file-acl'.
1274 (tramp-smb-handle-file-acl): New defun.
1275
1276 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1277
1278 * calc/README: Mention ISO 8601 week-numbering dates.
1279
1280 2013-01-01 Martin Rudalics <rudalics@gmx.at>
1281
1282 * view.el (view-mode-enable): New argument run-view-mode-hook.
1283 Run view-mode-hook only when it's non-nil (Bug#13315).
1284 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
1285 argument t.
1286
1287 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
1288
1289 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
1290 (No device connected, invalid device name). (Bug #13299)
1291
1292 2012-12-31 Martin Rudalics <rudalics@gmx.at>
1293
1294 * window.el (window-resizable--p): Rename to window-resizable-p.
1295 (window-resize-no-error): New function.
1296
1297 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
1298 broken in fix from 2012-12-28.
1299
1300 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
1301
1302 * subr.el (special-form-p): Don't signal errors on undef aliases.
1303
1304 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1305
1306 * calc/calc-forms.el (math-parse-date): Try using
1307 `math-parse-iso-date' when it looks like it might be needed.
1308 Allow times of 24:00.
1309 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
1310 of 24:00.
1311
1312 2012-12-30 Glenn Morris <rgm@gnu.org>
1313
1314 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
1315 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
1316 (rmail-summary-displayed, rmail-summary): Declare.
1317 (mairix-rmail-display): Just require rmail.
1318
1319 2012-12-30 Chong Yidong <cyd@gnu.org>
1320
1321 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
1322 check for the tarball contents.
1323
1324 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
1325
1326 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
1327 tarfile content listings (Bug#13136).
1328
1329 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
1330
1331 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1332 Insert the undecoded text of the message being forwarded. (Bug#9521)
1333
1334 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
1335
1336 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
1337 integers, if they are real numbers. (Bug#13282)
1338
1339 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
1340 Return `t' on success.
1341
1342 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1343 Add handler for `set-file-selinux-context'.
1344
1345 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
1346
1347 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
1348 (tramp-sh-handle-set-file-acl): Return `t' on success.
1349
1350 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1351
1352 * files.el (backup-buffer-copy, basic-save-buffer-2):
1353 If set-file-extended-attributes fails, fall back on set-file-modes
1354 instead of signaling an error. (Bug#13298)
1355 (basic-save-buffer): Likewise.
1356
1357 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1358
1359 * progmodes/python.el: Support other commands triggering
1360 python-indent-line so indentation cycling continues to work.
1361 (python-indent-trigger-commands): New defcustom.
1362 (python-indent-line): Use it.
1363
1364 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1365
1366 * progmodes/python.el (python-shell-send-region): Add blank lines
1367 for non sent code so backtraces remain correct.
1368
1369 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1370
1371 * progmodes/python.el: Remove cl dependency.
1372 (python-syntax-count-quotes): Replace incf call.
1373 (python-fill-string): Replace setf call.
1374
1375 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
1376
1377 * info.el (info-other-window): New arg, for consistency with info.
1378
1379 2012-12-28 Martin Rudalics <rudalics@gmx.at>
1380
1381 * mail/rmail.el (rmail-maybe-display-summary):
1382 Rewrite (Bug#13066).
1383
1384 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
1385
1386 * epg.el (epg--start): Modify process-environment locally.
1387
1388 2012-12-28 Daiki Ueno <ueno@gnu.org>
1389
1390 * epg.el: Support pinentry-curses.
1391 Suggested by Werner Koch in
1392 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
1393 (epg-agent-file, epg-agent-mtime): New variable.
1394 (epg--start): Record the modified time of gpg-agent socket file,
1395 to restore Emacs frame after pinentry-curses termination.
1396 (epg-wait-for-completion): Restore Emacs frame here.
1397
1398 2012-12-27 Juri Linkov <juri@jurta.org>
1399
1400 * info.el (Info-file-completions): New variable.
1401 (Info-read-node-name-1): Complete node names in the Info file
1402 when a file name is given. Call `Info-build-node-completions'
1403 with a file name.
1404 (Info-build-node-completions): Add new arg `file'. When it is
1405 non-nil, visit it in a temporary buffer and cache its completions in
1406 `Info-current-file-completions'. Move most of the function body to
1407 `Info-build-node-completions-1'.
1408 (Info-build-node-completions-1): New function with the body from
1409 `Info-build-node-completions'. (Bug#12456)
1410
1411 2012-12-27 Juri Linkov <juri@jurta.org>
1412
1413 * frame.el (frame-maximization-style): Remove user option.
1414 (cycle-frame-maximized): Remove function.
1415 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
1416 (toggle-frame-fullscreen): New command bound to <f11> instead of
1417 `toggle-frame-maximized'.
1418 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
1419
1420 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
1421
1422 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
1423
1424 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1425 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1426 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
1427 for `file-accessible-directory-p'. (Bug#13275)
1428
1429 2012-12-27 Sam Steingold <sds@gnu.org>
1430
1431 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
1432 continuations, see <http://stackoverflow.com/questions/3582436>.
1433
1434 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
1435
1436 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
1437 "module" and "def" to have indentation before them.
1438 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
1439
1440 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
1441
1442 2012-12-27 Alan Mackenzie <acm@muc.de>
1443
1444 Speed up fontification where there's large brace blocks.
1445 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
1446 to a call of c-beginning-of-decl-1.
1447
1448 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1449
1450 * comint.el (comint-adjust-window-point): New function.
1451 (comint-postoutput-scroll-to-bottom):
1452 Call comint-adjust-window-point (Bug#13248).
1453
1454 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
1455
1456 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
1457 Rakefile regexp.
1458 (auto-mode-alist): Associate .gemspec files with ruby-mode
1459 (https://bugs.ruby-lang.org/issues/5453).
1460
1461 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
1462
1463 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
1464 Suppress coloring, if possible (required for BusyBox based systems like
1465 CyanogenMod).
1466 (tramp-adb-handle-file-attributes)
1467 (tramp-adb-handle-insert-directory)
1468 (tramp-adb-handle-file-name-all-completions): Use it.
1469 (tramp-adb-get-toolbox): New defun. Check for remote shell
1470 implementation (BusyBox or Toolbox).
1471
1472 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
1473
1474 * startup.el (initial-buffer-choice): Allow function as value
1475 (Bug#13251).
1476 (command-line-1): Handle case where initial-buffer-choice
1477 specifies a function.
1478 * server.el (server-execute): Handle case where
1479 initial-buffer-choice specifies a function.
1480
1481 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1482
1483 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
1484 its own function.
1485 (smtpmail-try-auth-methods): Forget the user name/password if the
1486 login is unsuccessful (bug#12424).
1487
1488 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
1489
1490 * notifications.el (notifications-notify): Protect body with
1491 `with-demoted-errors'.
1492
1493 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1494 Check properties of remote device. Restart connection, if there is a
1495 change.
1496
1497 2012-12-21 Chong Yidong <cyd@gnu.org>
1498
1499 * sort.el (sort-subr): Doc fix (Bug#13056).
1500
1501 2012-12-21 Bastien Guerry <bzg@gnu.org>
1502
1503 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
1504
1505 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
1506
1507 * simple.el (process-file): Overwrite stderr file, if exists.
1508
1509 2012-12-21 Daiki Ueno <ueno@gnu.org>
1510
1511 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
1512 (epg-error): Set `error-message' property.
1513
1514 2012-12-21 Chong Yidong <cyd@gnu.org>
1515
1516 * international/mule-cmds.el (read-char-by-name): Signal an error
1517 if the user does not supply a valid character (Bug#13177).
1518
1519 * simple.el (transpose-subr-1): Preserve marker positions by
1520 changing the insertion sequence (Bug#13122).
1521
1522 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1523
1524 * simple.el (kill-region): Deactivate mark even for empty regions
1525 (Bug#13169).
1526
1527 2012-12-21 Chong Yidong <cyd@gnu.org>
1528
1529 * help-fns.el (describe-variable): Make sure we get the right
1530 buffer name (Bug#13105). Suggested by Kelly Dean.
1531
1532 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
1533
1534 * comint.el (comint-redirect-previous-input-string): New variable.
1535 (comint-redirect-setup, comint-redirect-cleanup)
1536 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
1537 (comint-redirect-preoutput-filter): Fix verbose message.
1538
1539 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
1540
1541 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
1542 is too long for Tramp. See discussion in
1543 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
1544
1545 * progmodes/compile.el (compilation-start): Remove line escape
1546 template.
1547
1548 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
1549
1550 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
1551 Adjust comment.
1552
1553 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1554
1555 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
1556 following non-comment text (bug#13207).
1557 (lm-header-multiline): Continuation lines need to be indented more than
1558 the first line.
1559 (lm-homepage): New function.
1560 (lm-with-file): Don't be confused if narrowing is in effect.
1561
1562 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
1563
1564 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
1565 very beginning of a hunk (e.g. killing the first line).
1566
1567 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1568
1569 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
1570 and text properties from returned ACL string.
1571 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
1572 for "setfacl" command.
1573
1574 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
1575
1576 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
1577 `tramp-cleanup-this-connection', when the process has died.
1578 (Bug#13151)
1579
1580 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1581
1582 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
1583
1584 2012-12-17 Kevin Ryde <user42@zip.com.au>
1585
1586 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
1587
1588 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
1589
1590 Add support for preserving ACL entries of files.
1591
1592 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
1593 `set-file-acl' handlers.
1594
1595 * net/tramp-adb.el (tramp-adb-handle-copy-file):
1596 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1597
1598 * net/tramp-compat.el (tramp-compat-copy-file):
1599 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1600
1601 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1602 Add `file-acl' and `set-file-acl' handlers.
1603 (tramp-gvfs-handle-copy-file):
1604 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1605 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
1606 New defuns.
1607
1608 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1609 Add `file-acl' and `set-file-acl' handlers.
1610 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
1611 (tramp-sh-handle-set-file-acl): New defuns.
1612 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
1613 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1614
1615 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1616 Add `file-acl' and `set-file-acl' handlers.
1617 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
1618
1619 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1620
1621 * help-macro.el (make-help-screen): Instead of switch-to-buffer
1622 use pop-to-buffer with NORECORD argument t. As buffer name, use
1623 *Metahelp* with a leading space (Bug#13190).
1624
1625 2012-12-16 Romain Francoise <romain@orebokech.com>
1626
1627 * files.el (file-extended-attributes)
1628 (set-file-extended-attributes): New functions.
1629 (backup-buffer): Use them to handle both SELinux context and ACL
1630 entries.
1631 (backup-buffer-copy): Work with an alist of extended attributes,
1632 rather than an SELinux context.
1633 (basic-save-buffer-2): Ditto.
1634
1635 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
1636
1637 * battery.el (battery-bsd-apm): New function.
1638
1639 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1640
1641 * calc/calc.el (calc-standard-date-formats): Adjust one of the
1642 standard date formats.
1643
1644 2012-12-15 Juri Linkov <juri@jurta.org>
1645
1646 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
1647 `isearch-insert-char-by-name'.
1648 (with-isearch-suspended): New defmacro with body mostly from
1649 `isearch-edit-string' except the part that sets
1650 `isearch-new-string' and `isearch-new-message'.
1651 (isearch-edit-string): Use new macro `with-isearch-suspended' with
1652 body that sets `isearch-new-string' and `isearch-new-message'.
1653 (isearch-insert-char-by-name): New command.
1654 * international/mule-cmds.el (read-char-by-name): Let-bind
1655 `enable-recursive-minibuffers' to t.
1656 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
1657
1658 2012-12-15 Juri Linkov <juri@jurta.org>
1659
1660 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
1661 (Bug#13175)
1662
1663 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
1664
1665 * dired-x.el (dired-guess-shell-command): Put colon at the end of
1666 the prompt. (Bug#13045)
1667
1668 2012-12-14 Glenn Morris <rgm@gnu.org>
1669
1670 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
1671 Try to include filename in non-bytecomp warning. (Bug#13132)
1672
1673 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1674
1675 Fix permissions bugs with setgid directories etc. (Bug#13125)
1676 * files.el (backup-buffer): Don't rely on 9th output of
1677 file-attributes, as it's now a placeholder. Instead, use the new
1678 optional arg of file-ownership-preserved-p.
1679 (file-ownership-preserved-p): New optional arg GROUP.
1680 Fix mishandling of setuid directories that would cause this
1681 function to return t when it should have returned nil.
1682 Document what happens if the file does not exist, and when
1683 it's not known whether the ownership will be preserved.
1684 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
1685 Likewise.
1686 (tramp-get-local-gid): Use group-gid for integer, as that's
1687 faster and more reliable.
1688
1689 2012-12-14 Julien Danjou <julien@danjou.info>
1690
1691 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
1692 Update keywords list, data type and PL/pgSQL.
1693
1694 2012-12-14 Dave Abrahams <dave@boostpro.com>
1695
1696 * vc/ediff-util.el (ediff-buffer-type): New function.
1697 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
1698 rather than taking it as as argument.
1699 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
1700
1701 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
1702
1703 * json.el: Add pretty-print option (bug#12634).
1704 (json-encoding-separator, json-encoding-default-indentation)
1705 (json--encoding-current-indentation, json-encoding-pretty-print)
1706 (json-encoding-lisp-style-closings): New vars.
1707 (json--with-indentation): New macro.
1708 (json-encode-hash-table, json-encode-alist, json-encode-plist)
1709 (json-encode-array): Use it to obey json-encoding-pretty-print.
1710 (json-pretty-print-buffer, json-pretty-print): New commands.
1711
1712 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
1713
1714 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1715 Extract `ruby-syntax-propertize-expansions'.
1716 (ruby-syntax-propertize-expansions): Only change syntax on
1717 certain string delimiters, to punctuation. This way the common
1718 functions like forward-word and thing-at-point still work.
1719 (ruby-match-expression-expansion): Improve readability.
1720 (ruby-block-contains-point): New function.
1721 (ruby-add-log-current-method): Handle several edge cases.
1722
1723 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1724
1725 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
1726 unload-feature finishes even when aborting an ongoing edebug session.
1727 Also, do not worry about edebug-mode, unload-feature takes care of it.
1728
1729 2012-12-13 Andreas Schwab <schwab@suse.de>
1730
1731 * net/tls.el (tls-program): Update customize type.
1732
1733 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1734
1735 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
1736 (edebug-setup-hook, cl-read-load-hooks): Use it.
1737 (edebug-unload-function): New function. (Bug#13163)
1738
1739 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
1740
1741 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
1742 Otherwise, there could be errors in autoloading. (Bug#13151)
1743
1744 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
1745
1746 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
1747 sequences.
1748
1749 2012-12-13 Alan Mackenzie <acm@muc.de>
1750
1751 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
1752 * progmodes/cc-engine.el (c-backward-comments): Add code to work
1753 around `forward-comment' not recognizing ^M as whitespace.
1754
1755 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
1756
1757 * progmodes/python.el (python-skeleton-class)
1758 (python-skeleton-def): Do not add space after defun name.
1759
1760 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
1763 (cl--symbol-function): Remove (now that funbound is like nil).
1764
1765 2012-12-12 Glenn Morris <rgm@gnu.org>
1766
1767 * button.el (button--area-button-p): Fix typo.
1768
1769 2012-12-12 Sam Steingold <sds@gnu.org>
1770
1771 * frame.el (frame-maximization-style): New user option.
1772 (toggle-frame-maximized): Toggle frame maximization according to
1773 `frame-maximization-style', bound to <f11>.
1774 (cycle-frame-maximized): Cycle between all maximization styles and
1775 non-maximized frame, bound to shift-<f11>.
1776
1777 2012-12-12 David Cadé <codename68@gmail.com>
1778
1779 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
1780
1781 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
1782
1783 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
1784 (eieio-override-prin1): Don't quote kewords and booleans.
1785 (object-write) <eieio-default-superclass>: Don't put closing parens
1786 on new line, avoid needless empty lines, align values that are objects
1787 with the slot keyword (instead of beginning on the same line).
1788 (eieio-list-prin1): Align value with slot keyword; increase
1789 eieio-print-depth before printing members of the list.
1790
1791 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1792
1793 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
1794 a display text-property.
1795 (report-emacs-bug-hook): Don't bother deleting it any more.
1796
1797 * hilit-chg.el (highlight-save-buffer-state): Delete.
1798 Use with-silent-modifications instead.
1799 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
1800
1801 * button.el: Handle buttons in display text-properties.
1802 (button--area-button-p, button--area-button-string):
1803 Use (STRING . STRING-POS) representation instead of just STRING.
1804
1805 2012-12-11 Eli Zaretskii <eliz@gnu.org>
1806
1807 * makefile.w32-in (compile4-SH): Fix a typo that caused term
1808 subdirectory be skipped.
1809
1810 2012-12-11 Glenn Morris <rgm@gnu.org>
1811
1812 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
1813
1814 * progmodes/f90.el (f90-line-continued, f90-indent-region):
1815 Treat preprocessor lines embedded in continuations like comments.
1816 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
1817
1818 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
1819
1820 * calc/calc.el (calc-standard-date-formats): Add more date
1821 formats.
1822 * calc/calc-forms.el (math-parse-iso-date): New function.
1823 (math-parse-date): Use `math-parse-iso-date' when appropriate.
1824 (math-parse-iso-date-validate): Add extra error checking.
1825 (calc-date-notation): Add ability to access new date formats.
1826
1827 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1828
1829 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
1830 font-lock as well as when there's no text-property.
1831
1832 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
1833
1834 * hi-lock.el: Refine the choice of default face.
1835 (hi-lock-keyword->face): New function. Use it wherever we used
1836 cadadadr instead.
1837 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
1838 (hi-lock--last-face): Remove var.
1839 (hi-lock--unused-faces): New var to replace it.
1840 (hi-lock-read-face-name): Use/maintain it.
1841 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
1842 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
1843 if it has another face.
1844
1845 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1846
1847 * subr.el (w32notify-handle-event): New function.
1848 (inotify-handle-event): Doc fix.
1849
1850 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1851
1852 * subr.el (inotify-event-p, inotify-handle-event): New functions.
1853
1854 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
1855
1856 * simple.el (just-one-space): Doc fix.
1857
1858 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1859
1860 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
1861
1862 2012-12-10 Le Wang <l26wang@gmail.com>
1863
1864 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
1865 narrowed buffer (bug#12361).
1866
1867 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
1868
1869 * vc/vc-hooks.el (vc-state): Doc fix.
1870
1871 2012-12-10 Glenn Morris <rgm@gnu.org>
1872
1873 * mail/rmail.el (rmail-maybe-display-summary):
1874 Preserve buffer, in case select-window changes it. (Bug#13066)
1875
1876 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
1879 cl-load-hook where they belong.
1880
1881 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
1884
1885 2012-12-09 Eli Zaretskii <eliz@gnu.org>
1886
1887 Parallelize byte compilation on MS-Windows.
1888 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
1889 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
1890 (WINS_BASIC): Define as concatenation of the above.
1891 (compile): Subdivide into 4 separate and independent jobs that can
1892 be run in parallel.
1893 (compile0-CMD, compile0-SH): New targets for compiling
1894 COMPILE_FIRST files, which are prerequisites for the rest of the
1895 byte-compilation.
1896 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
1897 New targets for parallel compilation with cmd.exe.
1898 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
1899 compiling under a Unixy shell.
1900
1901 2012-12-09 Chong Yidong <cyd@gnu.org>
1902
1903 * simple.el (set-mark-default-inactive): Delete this
1904 accidentally-introduced option.
1905 (set-mark-command, exchange-point-and-mark): Remove calls.
1906
1907 2012-12-09 Glenn Morris <rgm@gnu.org>
1908
1909 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
1910 Respect a defcustom's :set function, if appropriate. (Bug#109)
1911 (eval-defun): Doc fix.
1912
1913 2012-12-08 Juri Linkov <juri@jurta.org>
1914
1915 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
1916 (Info-fontify-node, Info-bookmark-make-record): Remove the
1917 file extension from Info-current-file (Bug#13016).
1918
1919 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1920
1921 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
1922 point, still provide some default.
1923 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
1924 names, since we don't use it right now. Actually return the list.
1925 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
1926
1927 2012-12-07 Chong Yidong <cyd@gnu.org>
1928
1929 * novice.el (disabled-command-function): Remove a spurious help
1930 xref (Bug#13043). Suggested by Kelly Dean.
1931
1932 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
1933 syntax is specified (Bug#13025).
1934
1935 * info.el (Info-set-mode-line): Remove the file extension from
1936 Info-current-file if there is one (Bug#13016).
1937
1938 2012-12-07 Glenn Morris <rgm@gnu.org>
1939
1940 * mail/rmail.el (rmail-mime-decoded): New permanent local.
1941 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
1942 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
1943 and rmail-mime-decoded. (Bug#9841)
1944
1945 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
1946 (batch-unrmail, unrmail): Doc fixes.
1947 (unrmail): Respect unrmail-mbox-format.
1948 * mail/rmail.el (rmail-mbox-format): New option.
1949 (rmail-show-message-1): Respect rmail-mbox-format.
1950
1951 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1952
1953 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
1954
1955 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
1958 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
1959 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
1960 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
1961 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
1962 (cl-progv): Don't rely on dynamic scoping to find the body.
1963 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
1964 (cl--proclaims-deferred): Rename from the "cl-" prefix.
1965 (cl-declaim): Use backquotes.
1966 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
1967 Use "cl--" prefix for the object's tag.
1968
1969 * ses.el: Use advice-add/remove.
1970 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
1971 (copy-region-as-kill, yank): Use advice-add.
1972 (ses-unload-function): Use advice-remove.
1973
1974 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
1975
1976 * button.el: Make them work in header-lines (bug#12817).
1977 (button-map): Add bindings for header-line and mode-line use.
1978 (button-get, button-put, button-label): `button' may now be a string.
1979 (button-activate): Don't make it a defsubst.
1980 (button--area-button-p, button--area-button-string): New functions.
1981 (make-text-button): Fix the return value when `beg' was a string.
1982 (push-button): Handle the mode-line case.
1983
1984 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
1987 (sql-signum): Remove. Use `cl-signum' instead.
1988 (sql-read-passwd): Remove; use read-passwd instread.
1989 (sql-get-login-ext): Use read-string.
1990 (sql-get-login): Use dolist and pcase.
1991 (sql--completion-table): Rename from sql-try-completion.
1992 Use complete-with-action.
1993 (sql-mode): Don't change abbrev-all-caps globally.
1994 (sql-connect): Don't rely on dynamic scoping for `new-name'.
1995 (sql-postgres-completion-object): Initialize vars in their `let'.
1996 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
1997 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
1998 (sql-comint-interbase): Use a single append, without setq.
1999 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
2000
2001 * hi-lock.el: Rework the default face and the serialize regexp code.
2002 (hi-lock--auto-select-face-defaults): Remove.
2003 (hi-lock-string-serialize-serial): Remove.
2004 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
2005 make weak.
2006 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
2007 equal string.
2008 (hi-lock-set-pattern): Adjust accordingly.
2009 (hi-lock--regexps-at-point): Simplify accordingly.
2010 (hi-lock--auto-select-face-defaults): Remove.
2011 (hi-lock--last-face): New var to replace it.
2012 (hi-lock-read-face-name): Rewrite (bug#11095).
2013 (hi-lock-unface-buffer): Arrange for the face to be the next default.
2014
2015 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
2016
2017 * net/tramp.el (tramp-replace-environment-variables):
2018 Hide compiler warning.
2019 (tramp-file-name-for-operation): Remove `executable-find',
2020 `start-process', `call-process' and `call-process-region'.
2021
2022 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
2023
2024 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
2025 compatibility.
2026
2027 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
2028
2029 2012-12-06 Chong Yidong <cyd@gnu.org>
2030
2031 * ffap.el (ffap-replace-file-component): Fix typo.
2032
2033 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2034
2035 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
2036 fix open-paren-like token test (bug#12785).
2037
2038 2012-12-06 Glenn Morris <rgm@gnu.org>
2039
2040 * mail/rmailsum.el (rmail-new-summary): Tweak for
2041 rmail-maybe-display-summary changing buffer. (Bug#13066)
2042
2043 2012-12-06 Juri Linkov <juri@jurta.org>
2044
2045 * info.el (Info-fontify-node): Don't hide the last newline.
2046 (Bug#12272)
2047
2048 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2049
2050 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
2051 so as to enable message-read-from-minibuffer to expand mail aliases.
2052
2053 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2054
2055 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
2056 the `intangible' property.
2057 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
2058
2059 2012-12-05 Deniz Dogan <deniz@dogan.se>
2060
2061 * net/rcirc.el (rcirc-urls): Update documentation.
2062 (rcirc-condition-filter): New function.
2063 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
2064 and exclude consecutive duplicate URLs (Bug#6082).
2065
2066 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
2067
2068 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2069 Check return code of copy command.
2070
2071 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
2072 Use group `tramp'. Add version.
2073
2074 2012-12-05 Chong Yidong <cyd@gnu.org>
2075
2076 * ffap.el (ffap-url-regexp): Don't require matching at front of
2077 string (Bug#4952).
2078 (ffap-url-p): If only a substring matches, return that.
2079 (ffap-url-at-point): Use the return value of ffap-url-p.
2080 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
2081 (find-file-at-point, dired-at-point, dired-at-point-prompter)
2082 (ffap-guess-file-name-at-point): Likewise.
2083 (ffap-replace-file-component): Fix typo.
2084
2085 * info.el (info-display-manual): Add existing Info buffers, whose
2086 files may not be in Info-directory-list, to the completion.
2087 (info--manual-names): New helper function.
2088
2089 2012-12-05 Glenn Morris <rgm@gnu.org>
2090
2091 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
2092 New functions, for detecting and resolving conflicts. (Bug#10709)
2093
2094 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
2095
2096 * hi-lock.el (hi-lock-auto-select-face): New user variable.
2097 (hi-lock-auto-select-face-defaults): New buffer local variable.
2098 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
2099 (hi-lock-unface-buffer): Prompt user with useful defaults.
2100 With prefix arg, unhighlight all hi-lock patterns in buffer.
2101
2102 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
2105
2106 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
2107
2108 * Makefile.in (TRAMP_SRC):
2109 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
2110
2111 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
2112
2113 * net/tramp-adb.el: New package.
2114
2115 2012-12-04 Chong Yidong <cyd@gnu.org>
2116
2117 * terminal.el: Move to obsolete/.
2118
2119 * longlines.el: Move to obsolete/.
2120
2121 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2122 Remove code referring to longlines mode.
2123
2124 2012-12-03 Juri Linkov <juri@jurta.org>
2125
2126 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
2127
2128 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2129
2130 * textmodes/ispell.el (ispell-init-process)
2131 (ispell-start-process, ispell-internal-change-dictionary):
2132 Make sure personal dictionary name is expanded after initial
2133 `default-directory' value. Use expanded strings for
2134 keep/restart checks and for value (Bug#13019).
2135
2136 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2137
2138 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
2139
2140 2012-12-03 Leo Liu <sdl.web@gmail.com>
2141
2142 * files.el (dir-locals-read-from-file): Check file non-empty
2143 before reading. (Bug#13038)
2144
2145 2012-12-03 Glenn Morris <rgm@gnu.org>
2146
2147 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2148 Remove any version extension before checking filename. (Bug#13006)
2149 (jka-compr-compression-info-list): Belated :version bump.
2150
2151 2012-12-03 Chong Yidong <cyd@gnu.org>
2152
2153 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
2154
2155 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
2156 (buffer-menu): Doc fix (Bug#12294).
2157
2158 2012-12-03 Roland Winkler <winkler@gnu.org>
2159
2160 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
2161 of diary-show-all-entries in the diary buffer (Bug#12994).
2162
2163 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
2164
2165 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
2166 "<STDIN>". This is binary safe.
2167
2168 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2169
2170 * calc/calc-forms.el (math-absolute-from-iso-dt)
2171 (math-date-to-iso-dt, math-parse-iso-date-validate)
2172 (math-iso-dt-to-date): New functions.
2173 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
2174 (math-fd-isoweekday): New variables.
2175 (calc-date-notation, math-parse-standard-date, math-format-date)
2176 (math-format-date-part): Add support for more formatting codes.
2177
2178 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
2179
2180 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
2181 current buffer's file name when called interactively (Bug#12488).
2182
2183 2012-12-02 Juri Linkov <juri@jurta.org>
2184
2185 * info.el (info-display-manual): Don't clobber an existing Info
2186 buffer (Bug#10770). Add completion (Bug#10771).
2187
2188 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
2189
2190 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
2191 before using it for comparison (Bug#5297).
2192
2193 2012-12-01 Jari Aalto <jari.aalto@cante.net>
2194
2195 * textmodes/css-mode.el (css-current-defun-name): New function.
2196 (css-mode): Use it.
2197
2198 * textmodes/sgml-mode.el (html-current-defun-name): New function.
2199 (html-mode): Use it.
2200
2201 2012-12-01 Chong Yidong <cyd@gnu.org>
2202
2203 Modularize add-log-current-defun (Bug#2224).
2204 Suggested by Jari Aalto.
2205
2206 * vc/add-log.el (add-log-current-defun-function): Doc fix.
2207 (add-log-current-defun): Move mode-specific code to other files.
2208 (add-log-lisp-like-modes, add-log-c-like-modes)
2209 (add-log-tex-like-modes): Variables deleted.
2210
2211 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
2212 (lisp-mode-variables): Use it.
2213
2214 * progmodes/cc-mode.el (c-common-init):
2215 * progmodes/cperl-mode.el (cperl-mode): Set a value for
2216 add-log-current-defun-function.
2217
2218 * progmodes/m4-mode.el (m4-current-defun-name): New function.
2219 (m4-mode): Use it.
2220
2221 * progmodes/perl-mode.el (perl-current-defun-name): New.
2222 (perl-mode): Use it.
2223
2224 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2225 Use lisp-current-defun-name.
2226
2227 * textmodes/tex-mode.el (tex-current-defun-name): New.
2228 (tex-common-initialization): Use it.
2229
2230 * textmodes/texinfo.el (texinfo-current-defun-name): New.
2231 (texinfo-mode): Use it.
2232
2233 2012-12-01 Chong Yidong <cyd@gnu.org>
2234
2235 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
2236 * progmodes/autoconf.el (autoconf-mode):
2237 * progmodes/js.el (js-mode):
2238 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
2239 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
2240 * progmodes/perl-mode.el (perl-mode):
2241 * progmodes/sh-script.el (sh-mode, sh-set-shell):
2242 * textmodes/css-mode.el (css-mode):
2243 * textmodes/sgml-mode.el (html-mode, sgml-mode)
2244 (sgml-tags-invisible, sgml-guess-indent):
2245 * textmodes/tex-mode.el (tex-common-initialization)
2246 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
2247 (doctex-mode, plain-tex-mode, latex-mode):
2248 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
2249
2250 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
2251
2252 * vc/vc-hg.el (vc-hg-next-revision):
2253 Ensure use of default "tip" output format. (Bug#6968)
2254
2255 2012-12-01 Kim F. Storm <storm@cua.dk>
2256
2257 * startup.el (fancy-startup-tail): Add a clickable link
2258 (Bug#2176).
2259
2260 2012-12-01 Chong Yidong <cyd@gnu.org>
2261
2262 * startup.el (fancy-startup-tail): Improve the message about
2263 auto-save files (Bug#2176).
2264
2265 * files.el (recover-session): Improve the descriptive message, and
2266 use substitute-command-keys.
2267
2268 2012-12-01 Glenn Morris <rgm@gnu.org>
2269
2270 * ido.el (ido-file-internal):
2271 Handle other-window, other-frame for dired. (Bug#13036)
2272
2273 2012-11-30 Glenn Morris <rgm@gnu.org>
2274
2275 * icomplete.el (icomplete-separator): Fix :version.
2276
2277 2012-11-30 Chong Yidong <cyd@gnu.org>
2278
2279 * shell.el (shell): For C-u M-x shell, use an inactive shell
2280 buffer as the default (Bug#1975).
2281 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
2282 (shell-mode): Use them to reapply ansi colorization if Shell mode
2283 is re-enabled.
2284
2285 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
2286
2287 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
2288
2289 2012-11-30 Samuel Bronson <naesten@gmail.com>
2290
2291 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
2292 flag to xargs, for compatibility with BSD xargs (Bug#11703).
2293
2294 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2295
2296 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
2297 by move-to-column (Bug#3234).
2298
2299 2012-11-30 Chong Yidong <cyd@gnu.org>
2300
2301 * longlines.el (longlines-wrap-line, longlines-encode-region):
2302 Preserve text properties (Bug#1425).
2303
2304 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2305
2306 * vc/vc.el (vc-register): Allow registering a file which is
2307 already registered with a different backend (Bug#10589).
2308
2309 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
2310 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * icomplete.el: Change separator; add ido-style commands.
2313 (icomplete-show-key-bindings): Remove custom var.
2314 (icomplete-get-keys): Remove function.
2315 (icomplete-forward-completions, icomplete-backward-completions):
2316 New commands.
2317 (icomplete-minibuffer-map): New var.
2318 (icomplete-minibuffer-setup): Use it.
2319 (icomplete-exhibit): Don't delay if the list of completions is known.
2320 (icomplete-separator): New custom.
2321 (icomplete-completions): Use it.
2322 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
2323 (minibuffer-force-complete-and-exit): New command.
2324 (minibuffer--complete-and-exit): New function extracted from
2325 minibuffer-complete-and-exit.
2326 (minibuffer-complete-and-exit): Use it.
2327
2328 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
2329 error message when the file doesn't exist (bug#12974).
2330
2331 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2332
2333 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
2334
2335 2012-11-29 Glenn Morris <rgm@gnu.org>
2336
2337 * files.el (hack-dir-local-variables): Warn if try to set
2338 coding via dir-locals, since it doesn't work. (Bug#7169)
2339
2340 Add desktop support for restoring vc-dir buffers. (Bug#10606)
2341 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
2342 Set buffer-local value of desktop-save-buffer.
2343 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
2344 New functions.
2345 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
2346 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
2347
2348 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
2349 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
2350 Doc fix.
2351 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
2352 Doc fixes.
2353
2354 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2355
2356 * calc/calc-forms.el (calc-date-notation): Fix regexp
2357 used to find time codes. Fix symbol for seconds.
2358
2359 2012-11-27 Glenn Morris <rgm@gnu.org>
2360
2361 * emacs-lisp/derived.el (derived-mode-make-docstring):
2362 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
2363
2364 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2365
2366 * textmodes/table.el (table-insert): Don't use `symbol-name' on
2367 lexically scoped variables (bug#13005).
2368
2369 2012-11-27 Glenn Morris <rgm@gnu.org>
2370
2371 * vc/vc-hooks.el (vc-mistrust-permissions):
2372 Default to t, to avoid data-loss. (Bug#11490)
2373
2374 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
2375
2376 * progmodes/python.el (python-indent-guess-indent-offset):
2377 If indentation is guessed make python-indent-offset buffer-local.
2378
2379 Fix Imenu regression.
2380 * progmodes/python.el (python-nav-beginning-of-defun):
2381 Fix forward movement when statement(s) separates point from defun.
2382 (python-imenu-prev-index-position): New function.
2383
2384 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2385
2386 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
2387
2388 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2389 Don't set buffer-file-type. Return nil. (Bug#12989)
2390
2391 2012-11-27 Glenn Morris <rgm@gnu.org>
2392
2393 * hippie-exp.el (hippie-expand-try-functions-list):
2394 Re-autoload it. (Bug#12982)
2395
2396 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2397
2398 * descr-text.el (describe-char-padded-string):
2399 Call internal-char-font only on GUI frames. (Bug#11964)
2400
2401 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
2402
2403 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
2404 and obsoletion message.
2405
2406 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2407
2408 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
2409 the constructs to keep outside of the `cl-block' (bug#12977).
2410
2411 2012-11-27 Chong Yidong <cyd@gnu.org>
2412
2413 * mouse.el (mouse-drag-line): Even if the line is not draggable,
2414 keep reading until we get the up-event anyway, in order to process
2415 the up-event for mouse-1-click-follows-link (Bug#12971).
2416
2417 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
2420 base function is not yet defined (bug#12965).
2421 (ad-activate-advised-definition): Use ad-compile-function.
2422 (ad-activate): Use cond.
2423
2424 2012-11-25 Leo Liu <sdl.web@gmail.com>
2425
2426 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
2427 (Bug#12979)
2428
2429 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2430
2431 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
2432 reftex-section-info-function in order to be compatible with
2433 Texinfo integration.
2434
2435 * textmodes/reftex.el (reftex-section-pre-regexp)
2436 (reftex-section-post-regexp, reftex-section-info-function):
2437 New variable.
2438 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
2439 reftex-section-post-regexp, and reftex-section-info-function in order
2440 to be compatible with Texinfo integration.
2441
2442 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2443 use reftex-section-pre-regexp variable in order to be compatible with
2444 Texinfo integration.
2445
2446 2012-11-25 Chong Yidong <cyd@gnu.org>
2447
2448 * faces.el: Make face-spec-set more analogous to setq.
2449 (face-spec-set): Change the third arg to specify whether this
2450 function is being called via defface, customize, or a third party.
2451 Set the appropriate symbol properties. Clear the override spec if
2452 setting via Custom. Initialize face if necessary. (Bug#4988)
2453 (face-spec-recalc): Allow theme faces to completely replace the
2454 defface spec, in the same way as custom faces (Bug#8454).
2455
2456 * cus-face.el (custom-declare-face): Move face initialization to
2457 face-spec-set.
2458 (custom-theme-set-faces): Don't initialize the face name here, as
2459 that is now done in face-spec-set.
2460
2461 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
2462 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
2463 Simplify by using the new arg to face-spec-set.
2464
2465 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
2466 reset face-override-spec too, and use custom-declare-face.
2467
2468 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
2469
2470 * term/ns-win.el (ns-initialize-window-system): Move creation of
2471 fontsets here (Bug#11964).
2472
2473 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2474
2475 * ses.el (ses-rename-cell): Correct bug on mode-line update after
2476 cell renaming.
2477
2478 2012-11-24 Chong Yidong <cyd@gnu.org>
2479
2480 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
2481 obsolete.
2482
2483 * custom.el (custom-theme-set-variables): Use a topological sort
2484 for ordering by custom dependencies (Bug#12952).
2485 (custom--sort-vars, custom--sort-vars-1): New functions.
2486
2487 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
2490 lexical-binding (bug#12938).
2491
2492 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
2493
2494 * image-mode.el (image-transform-check-size): Use assertions only
2495 for images of type imagemagick.
2496
2497 Otherwise no error, image-transform-fit-to-{width,height} is
2498 silently ignored, as before. Doc fix.
2499
2500 2012-11-24 Chong Yidong <cyd@gnu.org>
2501
2502 * faces.el (color-defined-p): Doc fix (Bug#12853).
2503
2504 2012-11-24 Juri Linkov <juri@jurta.org>
2505
2506 * dired.el (dired-mark): Add optional arg `interactive'.
2507 Check for `use-region-p' if `interactive' is non-nil.
2508 (dired-unmark, dired-flag-file-deletion): Add optional arg
2509 `interactive'. Call `dired-mark' with the arg `interactive'.
2510 (Bug#10624)
2511
2512 * wdired.el: Revert 2012-10-17 change partly and replace it with
2513 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
2514 (wdired-finish-edit): Add marks for new file names to
2515 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
2516 after `revert-buffer'.
2517 (wdired-do-renames): Remove calls to `dired-remove-file',
2518 `dired-add-file', `dired-add-entry'. (Bug#11795)
2519
2520 2012-11-24 Alan Mackenzie <acm@muc.de>
2521
2522 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
2523
2524 Fix bugs in the state cache. Enhance a debugging mechanism.
2525 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
2526 "brace at column zero" strategy for C++.
2527 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
2528 (c-parse-state-point): New variable.
2529 (c-record-parse-state-state): Record old parse state with
2530 `copy-tree'. Record previous value of point.
2531 (c-debug-parse-state-double-cons): New debugging function.
2532 (c-debug-parse-state): Call the above new function.
2533 (c-toggle-parse-state-debug): Output a confirmatory message.
2534
2535 * progmodes/cc-mode.el (c-before-change, c-after-change):
2536 Call c-invalidate-state-cache from `c-before-change' instead of
2537 `c-after-change'.
2538
2539 2012-11-23 Chong Yidong <cyd@gnu.org>
2540
2541 * find-cmd.el (find-constituents): Add executable, ipath,
2542 readable, samefile, writable, daystart, regextype (Bug#12856).
2543
2544 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
2547
2548 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
2549
2550 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
2551 definition. This fixes a bootstrap failure.
2552 (calc-gregorian-switch): In menu, put dates before regions.
2553 This is easier to follow, lines up better in the menu, and lets us
2554 coalesce regions that switch at the same time. Give country
2555 names, not "Vatican", as that's better for non-expert users.
2556 Use names that are stable between the date of switch and now, e.g.,
2557 Bohemia and Moravia (which existed then and now) and not
2558 Czechoslovakia (which didn't exist then and doesn't exist now).
2559 What is now the U.S. mostly did not switch at the same time as
2560 Britain, so omit the U.S. Correct spelling of "Britain".
2561 Catholic Switzerland was too much of a mess, so omit it.
2562
2563 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2564
2565 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
2566 after the variable is changed.
2567
2568 2012-11-21 Daniel Colascione <dancol@dancol.org>
2569
2570 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
2571 in SQL declarations for font-lock.
2572 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
2573
2574 2012-11-21 Glenn Morris <rgm@gnu.org>
2575
2576 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
2577 (face-italic-p): Add optional argument "inherit".
2578
2579 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
2580 Remove -p suffix from names, for consistency with other set-face-*.
2581 (set-face-inverse-video): Fix interactive spec.
2582 * play/gamegrid.el (gamegrid-make-mono-tty-face):
2583 * textmodes/table.el (table--update-cell-face):
2584 Use set-face-inverse-video rather than now obsolete alias.
2585
2586 2012-11-21 Eli Zaretskii <eliz@gnu.org>
2587
2588 * simple.el (line-move): Don't call line-move-partial if
2589 scroll-conservatively is in effect. (Bug#12927)
2590
2591 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
2594 Fallback on completion-at-point rather than
2595 pcomplete-expand-and-complete, and only if pcomplete actually failed.
2596 (eshell-cmpl-initialize): Setup completion-at-point.
2597
2598 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
2599
2600 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
2601
2602 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
2603
2604 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
2605 are remote, check out-of-band property for both.
2606
2607 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2608
2609 * window.el (switch-to-buffer): Re-add the warning that was lost in the
2610 code rewrite.
2611
2612 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2613
2614 More minor time fixes.
2615 * calendar/time-date.el: Commentary fix.
2616 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
2617 too much other code depends on (0 0) time stamps.
2618 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
2619 Add a couple of FIXME comments.
2620
2621 Minor cleanup for times as lists of four integers.
2622 * files.el (dir-locals-directory-cache):
2623 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
2624 Doc fixes.
2625 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
2626 * ps-bdf.el (bdf-file-newer-than-time):
2627 Process four-integers time stamps, not two. Doc fixes.
2628
2629 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2630
2631 * uniquify.el (uniquify-managed): Use defvar-local.
2632 (rename-buffer, create-file-buffer): Advise with advice-add.
2633 (uniquify-unload-function): Unadvise accordingly.
2634
2635 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
2636 (trace-buffer): Don't purecopy.
2637 (trace-entry-message, trace-exit-message): Add `context' arg.
2638 (trace--timer): New var.
2639 (trace-make-advice): Adjust for use in nadvice.
2640 Add `context' argument. Delay `display-buffer' via a timer.
2641 (trace-function-internal): Use advice-add.
2642 (trace--read-args): New function.
2643 (trace-function-foreground, trace-function-background): Use it.
2644 (trace-function): Rename to trace-function-foreground and redefine as
2645 an alias to that new name.
2646 (untrace-function, untrace-all): Adjust to the use of nadvice.
2647
2648 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
2649
2650 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
2651
2652 * subr.el (called-interactively-p-functions): New var.
2653 (internal--called-interactively-p--get-frame): New macro.
2654 (called-interactively-p, interactive-p): Rewrite in Lisp.
2655 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
2656 (called-interactively-p-functions): Use it.
2657 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
2658 (called-interactively-p-functions): Use it.
2659 * allout.el (allout-called-interactively-p): Don't assume
2660 called-interactively-p is a subr.
2661
2662 2012-11-20 Glenn Morris <rgm@gnu.org>
2663
2664 * profiler.el (profiler-report-mode-map): Add a menu.
2665 No need to bind `q' because we derive from special-mode.
2666 (profiler-report-find-entry): Handle calls from the menu-bar.
2667
2668 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 * emacs-lisp/byte-run.el (defun-declarations-alist):
2671 Allow a compiler-macro to be a lambda expression.
2672
2673 * progmodes/python.el: Use cl-lib. Move var declarations outside of
2674 eval-when-compile.
2675 (python-syntax-context): Add compiler-macro.
2676 (python-font-lock-keywords): Simplify with De Morgan.
2677
2678 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
2679
2680 * files.el (load-file): Require match in minibuffer selection, as was
2681 the case in Emacs-20 before we changed the spec to allow .elc files
2682 (bug#12935).
2683
2684 * json.el: Don't require cl since we don't use it.
2685 * color.el: Don't require cl.
2686 (color-complement): `caddr' -> `nth 2'.
2687
2688 * calendar/time-date.el (time-to-seconds): De-obsolete.
2689
2690 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2691
2692 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
2693 year numbers.
2694 (math-date-to-julian-dt): Adjust the initial approximation for the
2695 year to deal with the new definition of the DATE.
2696
2697 2012-11-19 Daniel Colascione <dancol@dancol.org>
2698
2699 * term/w32-win.el (cygwin-convert-path-from-windows):
2700 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
2701
2702 2012-11-18 Chong Yidong <cyd@gnu.org>
2703
2704 * filecache.el (file-cache--read-list): New function.
2705 (file-cache-add-directory-list, file-cache-add-file-list)
2706 (file-cache-delete-file-list, file-cache-delete-directory-list):
2707 Use it to read a list of files or directories (Bug#12846).
2708 (file-cache-add-file, file-cache-add-directory)
2709 (file-cache-delete-file-list, file-cache-delete-file-regexp)
2710 (file-cache-delete-directory): Print an message.
2711
2712 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
2713
2714 * calc/calc-forms.el (math-date-to-dt): Use integer date when
2715 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
2716
2717 2012-11-18 Glenn Morris <rgm@gnu.org>
2718
2719 * image.el (insert-image, insert-sliced-image): Doc fix.
2720
2721 2012-11-18 Chong Yidong <cyd@gnu.org>
2722
2723 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
2724 (Bug#12810).
2725
2726 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2727
2728 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
2729 response when the target file is in a subdirectory (Bug#12757).
2730
2731 2012-11-18 Chong Yidong <cyd@gnu.org>
2732
2733 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
2734
2735 2012-11-18 Glenn Morris <rgm@gnu.org>
2736
2737 * emacs-lisp/cl-lib.el (face-underline-p):
2738 Use set-face-underline rather than the alias set-face-underline-p.
2739
2740 * window.el (with-temp-buffer-window): Doc fix.
2741 * subr.el (with-output-to-temp-buffer):
2742 Add doc xref to with-temp-buffer-window.
2743
2744 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
2745
2746 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
2747 * calc/calc.el (math-format-date-cache): Declare.
2748
2749 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2750
2751 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
2752 It also uses January 1, 1 AD as its day number 1.
2753 * calc/calc-forms.el (math-julian-date-beginning)
2754 (math-julian-date-beginning-int): Implement this.
2755
2756 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
2757
2758 * descr-text.el (quail-find-key):
2759 * dired.el (desktop-file-name):
2760 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
2761 * generic-x.el (comint-mode, comint-exec):
2762 * image-dired.el (widget-forward):
2763 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
2764 (speedbar-change-expand-button-char)
2765 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
2766 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
2767 * printing.el (easy-menu-add-item, easy-menu-remove-item)
2768 (widget-field-action, widget-value-set):
2769 * speedbar.el (imenu--make-index-alist):
2770 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
2771 (ring-length, ring-insert):
2772 * vcursor.el (compare-windows-skip-whitespace):
2773 * woman.el (dired-get-filename):
2774 Declare functions.
2775
2776 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
2777
2778 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
2779
2780 * calc/calc.el (calc-gregorian-switch): New variable.
2781
2782 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
2783 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
2784 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
2785 (math-leap-year-p): Add option to distinguish between Julian
2786 and Gregorian calendars.
2787 (math-day-number): Use `math-day-in-year' to do the computations.
2788 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
2789 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
2790 to do the computations.
2791 (math-date-to-dt): Use `math-date-to-julian-dt' and
2792 `math-date-to-gregorian-dt' to do the computations.
2793 (calcFunc-weekday, math-format-date-part): Use the new version of
2794 the DATE to determine the weekday.
2795 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
2796 when necessary.
2797
2798 2012-11-17 Eli Zaretskii <eliz@gnu.org>
2799
2800 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
2801 Cygwin; otherwise use 'file:'. (Bug#12914)
2802 (cygwin-convert-path-from-windows): Declare, to avoid
2803 byte-compiler warnings.
2804
2805 2012-11-17 Andreas Politz <politza@fh-trier.de>
2806
2807 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
2808 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
2809 prefix and negative numeric prefix args (Bug#12795).
2810
2811 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
2812
2813 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2814 Don't signal an error with a score that is too low to add to the
2815 list of top scores. (Bug#12779)
2816
2817 2012-11-17 Chong Yidong <cyd@gnu.org>
2818
2819 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
2820
2821 * filecache.el (file-cache-add-file): Handle relative file name in
2822 the argument (Bug#12694).
2823
2824 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2825
2826 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
2827
2828 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2829
2830 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
2831
2832 * emacs-lisp/cl-lib.el: Set more meaningful version number.
2833
2834 2012-11-16 Martin Rudalics <rudalics@gmx.at>
2835
2836 * window.el (enlarge-window, shrink-window): Don't mention return
2837 value in doc-string (Bug#12896).
2838 (window--display-buffer): Don't resize frames - it won't work
2839 with all window managers and defeat pop-up-frame-alist.
2840 (display-buffer-alist): In doc-string explain that CONDITION can
2841 be a function and which arguments are passed to it (Bug#12854).
2842 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
2843 expressions (Bug#12854).
2844 (display-buffer): Pass ACTION argument to
2845 display-buffer-assq-regexp.
2846
2847 2012-11-16 Glenn Morris <rgm@gnu.org>
2848
2849 * window.el (fit-frame-to-buffer-bottom-margin)
2850 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
2851
2852 * faces.el (face-underline-p): Use face-attribute-specified-or.
2853
2854 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
2855
2856 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
2857
2858 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2859
2860 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
2861
2862 2012-11-16 Glenn Morris <rgm@gnu.org>
2863
2864 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
2865 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
2866
2867 * faces.el (face-underline-p): Doc fix. Handle :underline being
2868 things other than `t' (a string, a list).
2869 (face-inverse-video-p): Doc fix.
2870 (set-face-underline): Rename it back from set-face-underline-p.
2871 Doc fix. Allow interactive input of values other than t.
2872 (read-face-attribute): Apply formatting to :underline,
2873 since like :box and :stipple it can take list values.
2874
2875 * term.el (ansi-term): Don't let C-x escape-char binding
2876 clobber the more standard C-c binding. (Bug#12842)
2877
2878 * subr.el (set-temporary-overlay-map): Doc fix.
2879
2880 2012-11-16 Martin Rudalics <rudalics@gmx.at>
2881
2882 * window.el (record-window-buffer)
2883 (display-buffer-record-window): When copying the markers to
2884 window-point preserve window-point-insertion-type. (Bug#12588)
2885
2886 2012-11-16 Glenn Morris <rgm@gnu.org>
2887
2888 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
2889 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
2890 Use new names for hooks rather than obsolete aliases.
2891
2892 2012-11-15 Daniel Colascione <dancol@dancol.org>
2893
2894 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
2895 prefix instead of "file:" so that when FILE-NAME begins with "//",
2896 as it does when the target file is on a network share, url-handler
2897 isn't confused.
2898
2899 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
2902 a preactivated advice from an old advice.el; they're not compatible!
2903
2904 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2905
2906 * emacs-lisp/nadvice.el (advice--make-interactive-form):
2907 Fix string-spec case.
2908
2909 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
2910
2911 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2912
2913 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
2914 (advice--buffer-local-function-sample): New var.
2915 (advice--set-buffer-local, advice--buffer-local): New functions.
2916 (add-function, remove-function): Use them.
2917
2918 2012-11-15 Drew Adams <drew.adams@oracle.com>
2919
2920 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
2921
2922 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2923
2924 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
2925 potential binding of print-gensym to t, and prettify (back)quotes in
2926 case they appear in args's default values (bug#12884).
2927
2928 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2929
2930 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
2931 (advice-eval-interactive-spec): New function.
2932 (advice--make-interactive-form): Support around advice (bug#12844).
2933
2934 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
2935
2936 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
2937 more strict. Add docstring.
2938 (ruby-expression-expansion-re): Extract from
2939 `ruby-match-expression-expansion'.
2940 (ruby-syntax-propertize-function): After everything else, search
2941 for expansions in string literals, mark their insides as
2942 whitespace syntax and save match data for font-lock.
2943 (ruby-font-lock-keywords): Use the 2nd group from expression
2944 expansion matches.
2945 (ruby-match-expression-expansion): Use the match data saved to the
2946 text property in ruby-syntax-propertize-function.
2947
2948 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2949
2950 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
2951 (bug#12879).
2952
2953 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2954
2955 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
2956 start/end keyword a bit harder. Works with different values of N.
2957 Add more comments.
2958 (ruby-end-of-block): Update accordingly.
2959
2960 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2961
2962 * woman.el (woman-file-name): Don't mess with unread-command-events
2963 (bug#12861).
2964
2965 * emacs-lisp/advice.el: Layer on top of nadvice.el.
2966 Remove out of date self-require hack.
2967 (ad-do-advised-functions): Use simple `dolist'.
2968 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
2969 (ad-advice-definition): Redefine as functions.
2970 (ad-advice-classes): Move before first use.
2971 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
2972 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
2973 (ad--defalias-fset): Remove functions.
2974 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
2975 (ad-get-orig-definition): Rewrite.
2976 (ad-make-advised-definition-docstring): Change base docstring.
2977 (ad-real-orig-definition): Rewrite.
2978 (ad-map-arglists): Change name of called function.
2979 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
2980 (ad-make-advised-definition): Simplify.
2981 (ad-assemble-advised-definition): Tweak for new calling context.
2982 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
2983 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
2984 function and call ad-activate if needed.
2985 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
2986 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
2987 (ad-compile-function): Compile ad-Advice-*.
2988 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
2989 (ad-start-advice, ad-stop-advice): Remove.
2990
2991 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2992
2993 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
2994 period before class method names, not after. Remove handling of
2995 one impossible case. Add comments.
2996
2997 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2998
2999 * emacs-lisp/advice.el: Remove support for freezing.
3000 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
3001 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
3002 Remove support for `freeze'.
3003
3004 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
3005 override the default.
3006 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
3007 cl--dotimes/dolist.
3008 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
3009 `cl' is loaded.
3010
3011 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
3012 from add-advice.
3013 (advice--strip-macro): New function.
3014 (advice--defalias-fset): Use them to handle macros.
3015 (advice-add): Use them.
3016 (advice-member-p): Correctly handle macros.
3017
3018 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3019
3020 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3021 Never font-lock the beginning of singleton class as heredoc.
3022
3023 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3024
3025 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
3026
3027 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
3028
3029 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
3030 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
3031 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
3032
3033 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
3034
3035 Fix end-of-defun misbehavior.
3036 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
3037 python-beginning-of-defun-function. Handle nested defuns
3038 correctly.
3039 (python-nav-end-of-defun): Rename from
3040 python-end-of-defun-function. Ensure forward movement.
3041 (python-info-current-defun): Reimplement to work as intended
3042 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
3043 parent defuns as soon as possible.
3044
3045 2012-11-13 Glenn Morris <rgm@gnu.org>
3046
3047 * progmodes/flymake.el (flymake-error-bitmap)
3048 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
3049 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
3050
3051 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3052
3053 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
3054 backward, always stop at indentation. Reverts the change from
3055 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
3056
3057 2012-11-13 Glenn Morris <rgm@gnu.org>
3058
3059 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
3060 Add ibuffer-filter-by-derived-mode.
3061
3062 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
3063 the same name shadowing each other.
3064
3065 * window.el (with-temp-buffer-window): Doc tweak.
3066
3067 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
3068
3069 * help.el (temp-buffer-max-height):
3070 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
3071 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
3072
3073 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3074
3075 * emacs-lisp/nadvice.el: New package.
3076 * subr.el (special-form-p): New function.
3077 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
3078 (elp-all-instrumented-list): Remove var.
3079 (elp-not-profilable): Remove elp-wrapper.
3080 (elp-profilable-p): Use autoloadp and special-form-p.
3081 (elp--advice-name): New const.
3082 (elp-instrument-function): Use advice-add.
3083 (elp--instrumented-p): New predicate.
3084 (elp-restore-function): Use advice-remove.
3085 (elp-restore-all, elp-reset-all): Use mapatoms.
3086 (elp-set-master): Use elp--instrumented-p.
3087 (elp--make-wrapper): Rename from elp-wrapper, return a function
3088 suitable for advice-add. Use cl-inf.
3089 (elp-results): Use mapatoms+elp--instrumented-p.
3090 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
3091 (debug-function-list): Remove var.
3092 (debug): Rename arg, and then let-bind it explicitly inside.
3093 (debugger-setup-buffer): Rename arg.
3094 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
3095 (debugger-frame-number): Adjust to new debug-on-entry setup.
3096 (debug--implement-debug-on-entry): Rename from
3097 implement-debug-on-entry, add argument.
3098 (debugger-special-form-p): Remove, use special-form-p instead.
3099 (debug-on-entry): Use advice-add.
3100 (debug--function-list): New function.
3101 (cancel-debug-on-entry): Use it, along with advice-remove.
3102 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
3103 (debugger-list-functions): Use debug--function-list instead of
3104 debug-function-list.
3105 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
3106 (ad-special-form-p): Remove, use special-form-p instead.
3107 (ad-set-advice-info): Use add-function and remove-function.
3108 (ad--defalias-fset): Adjust accordingly.
3109
3110 2012-11-10 Glenn Morris <rgm@gnu.org>
3111
3112 * mail/emacsbug.el (report-emacs-bug-tracker-url)
3113 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
3114 (report-emacs-bug-create-existing-bugs-buffer)
3115 (report-emacs-bug-parse-query-results)
3116 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
3117
3118 * term.el (term-default-fg-color, term-default-bg-color):
3119 Make obsolete, rather than just saying "deprecated" in the doc.
3120
3121 * term.el (term): Rename from `term-face'.
3122 (term-current-face, ansi-term-color-vector)
3123 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
3124 Update all users.
3125
3126 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
3127
3128 * server.el (server-create-window-system-frame): Handle Nextstep
3129 specially (Bug#12780).
3130
3131 2012-11-10 Glenn Morris <rgm@gnu.org>
3132
3133 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3134 Unautoload, and make obsolete. (Bug#7449)
3135
3136 2012-11-10 Chong Yidong <cyd@gnu.org>
3137
3138 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
3139 rename from diff-remove-trailing-whitespace (Bug#12831).
3140
3141 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3142
3143 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
3144 miscompilation of trace.el.
3145
3146 2012-11-10 Glenn Morris <rgm@gnu.org>
3147
3148 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
3149
3150 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3151
3152 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
3153 (bug#12812).
3154
3155 2012-11-10 Chong Yidong <cyd@gnu.org>
3156
3157 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
3158 a defcustom with an appropriate :set function.
3159 (minibuffer-default--in-prompt-regexps): New function.
3160
3161 2012-11-10 Glenn Morris <rgm@gnu.org>
3162
3163 * emacs-lisp/cl.el (define-setf-expander, defsetf)
3164 (define-modify-macro): Doc fixes.
3165
3166 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
3167 (gv-define-simple-setter): Update doc of `fix-return'.
3168
3169 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3170
3171 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
3172 twice when `fix-return' is set (bug#12813).
3173
3174 * emacs-lisp/cl.el (defsetf): Pass the third arg to
3175 gv-define-simple-setter (bug#12812).
3176
3177 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
3178 (bug#12756).
3179
3180 2012-11-10 Glenn Morris <rgm@gnu.org>
3181
3182 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
3183
3184 * emacs-lisp/cl-extra.el (cl-prettyexpand):
3185 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
3186 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
3187 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
3188
3189 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
3190
3191 2012-11-10 Leo Liu <sdl.web@gmail.com>
3192
3193 * ido.el (ido-set-matches-1): Improve flex matching performance by
3194 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
3195
3196 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3197
3198 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
3199 (ad--defalias-fset): New function.
3200 (ad-safe-fset): Remove.
3201 (ad-make-freeze-definition): Use cl-letf*.
3202
3203 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3204
3205 * subr.el (dolist): Don't bind VAR in RESULT.
3206
3207 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
3208 (fset, documentation): Don't save real def since we don't advise.
3209 (ad-do-advised-functions): Remove problematic `result-form'.
3210 (ad-safe-fset): `ad-real-fset' => `fset'.
3211 (ad-read-advised-function): Don't assume that ad-do-advised-functions
3212 uses CL's dolist internally.
3213 (ad-arglist): Remove unused arg `name'.
3214 (ad-docstring, ad-make-advised-docstring):
3215 `ad-real-documentation' => `documentation'.
3216 (warning-suppress-types): Declare.
3217 (ad-set-arguments): Simple CSE.
3218 (ad-recover-normality): Sanity check.
3219
3220 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
3221 (funcall '(lambda ..) ..) into ((lambda ..) ..).
3222
3223 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
3224
3225 * ses.el: symbol to coordinate mapping is made by symbol property
3226 `ses-cell'. This means that the same mapping is done for all SES
3227 sheets. That is good enough for cells with standard A1 names, but
3228 not for named cell. So a hash map is added for the latter.
3229 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
3230 (ses-sym-rowcol): Use hashmap for named cell.
3231 (ses-is-cell-sym-p): New defun.
3232 (ses-decode-cell-symbol): New defun.
3233 (ses-create-cell-variable): Add cell to hashmap when name is not
3234 A1-like.
3235 (ses-rename-cell): Check that cell new name is not already in
3236 spreadsheet with the use of ses-is-cell-sym-p
3237 (ses-rename-cell): Use hash map for named cells, but accept also
3238 renaming back to A1-like.
3239
3240 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3241
3242 * emacs-lisp/advice.el: Use new dynamic docstrings.
3243 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3244 Use dynamic-docstring-function instead of ad-advice-info.
3245 (ad--make-advised-docstring): New function extracted from
3246 ad-make-advised-docstring.
3247 (ad-make-advised-docstring): Use it.
3248 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
3249 from sql-help.
3250 (sql-help): Use it with dynamic-docstring-function.
3251
3252 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
3253
3254 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * files.el (hack-one-local-variable--obsolete): New function.
3257 (hack-one-local-variable): Use it for obsolete settings.
3258
3259 * subr.el (locate-user-emacs-file): If both old and new name exist, use
3260 the new name.
3261
3262 * progmodes/js.el (js--filling-paragraph): New var.
3263 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
3264 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
3265 less sneaky.
3266
3267 2012-11-08 Julien Danjou <julien@danjou.info>
3268
3269 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
3270 `auto-mode-alist' (Bug#12835).
3271
3272 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3273
3274 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
3275 (perl--prettify-symbols-alist): New const.
3276 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
3277 New functions.
3278 (perl-font-lock-keywords-2): Use them.
3279 (perl-electric-noindent-p): New function.
3280 (perl-mode): Use it to set up electric-indent-mode.
3281 (perl-electric-terminator, perl-indent-command): Mark obsolete.
3282 (perl-mode-map): Remove bindings for them.
3283 (perl-imenu-generic-expression, perl-outline-level):
3284 Match functions&packages in column>0.
3285
3286 * env.el (env--substitute-vars-regexp): New const.
3287 (substitute-env-vars): Use it. Add `only-defined' arg.
3288 * net/tramp.el (tramp-replace-environment-variables): Use it.
3289
3290 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3291 Byte-compile *before* eval in eval-and-compile.
3292 (byte-compile-log-warning): Remove redundant inhibit-read-only.
3293 (byte-compile-file-form-autoload): Don't hide actual definition.
3294 (byte-compile-maybe-guarded): Accept `functionp' as well.
3295
3296 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
3297
3298 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
3299
3300 * notifications.el (notifications-get-server-information-method):
3301 New defconst.
3302 (notifications-get-capabilities): Fix docstring.
3303 (notifications-get-server-information): New defun.
3304
3305 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3306
3307 * textmodes/ispell.el (ispell-region): Standard re-indent for better
3308 readability.
3309
3310 * textmodes/ispell.el: Experimental support for support debugging.
3311 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
3312 buffer for ispell.
3313 (ispell-print-if-debug): New function to print stuff to
3314 `ispell-debug-buffer' if debugging is enabled.
3315 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
3316 show some debugging info.
3317 (ispell-buffer-with-debug): New function that creates a debugging
3318 buffer and calls `ispell-buffer' with debugging enabled.
3319
3320 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
3321 comment in autoconf mode. (Bug#12768)
3322
3323 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3324
3325 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
3326 frame-first-window, frame-root-window, frame-selected-window,
3327 minibuffer-selected-window, minibuffer-window,
3328 window-absolute-pixel-edges, window-at, window-body-height,
3329 window-body-width, window-display-table, window-combination-limit,
3330 window-frame, window-fringes, window-inside-absolute-pixel-edges,
3331 window-inside-edges, window-inside-pixel-edges, window-left-child,
3332 window-left-column, window-margins, window-next-buffers,
3333 window-next-sibling, window-new-normal, window-new-total,
3334 window-normal-size, window-parameter, window-parameters, window-parent,
3335 window-pixel-edges, window-point, window-prev-buffers,
3336 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
3337 window-start, window-text-height, window-top-child, window-top-line,
3338 window-total-height, window-total-width and window-use-time to the list
3339 of functions without side-effects.
3340 (toplevel): Add window-valid-p to the list of error-free functions
3341 without side-effects.
3342
3343 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3344
3345 * textmodes/ispell.el (ispell-program-name):
3346 Update spellchecker parameters when customized.
3347
3348 2012-11-04 Glenn Morris <rgm@gnu.org>
3349
3350 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
3351
3352 2012-11-04 Chong Yidong <cyd@gnu.org>
3353
3354 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
3355 same-window-* variables.
3356
3357 2012-11-04 Juri Linkov <juri@jurta.org>
3358
3359 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
3360 (isearch-describe-key, isearch-describe-mode): Use a display
3361 action instead of binding same-window-* variables (Bug#10040).
3362
3363 2012-11-03 Glenn Morris <rgm@gnu.org>
3364
3365 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3366 Rename handler properties back from cl-- to cl-. (Bug#12788)
3367
3368 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
3369
3370 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3371
3372 * term/pc-win.el: Don't load term/internal from here.
3373
3374 * loadup.el: Load term/internal from here.
3375
3376 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
3377
3378 * progmodes/python.el (inferior-python-mode): Fix hang in
3379 jit-lock (Bug#12645).
3380
3381 2012-11-03 Martin Rudalics <rudalics@gmx.at>
3382
3383 * window.el (switch-to-visible-buffer)
3384 (switch-to-buffer-preserve-window-point): Fix doc-strings.
3385
3386 2012-11-03 Glenn Morris <rgm@gnu.org>
3387
3388 * emacs-lisp/cl-lib.el (cl--random-time):
3389 Rename from cl-random-time. (Bug#12773)
3390 (cl--gensym-counter, cl--random-state): Update callers.
3391 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
3392
3393 2012-11-03 Chong Yidong <cyd@gnu.org>
3394
3395 * cus-start.el: Make cursor-type customizable (Bug#11633).
3396
3397 2012-11-02 Glenn Morris <rgm@gnu.org>
3398
3399 * filecache.el: No need to load find-lisp when compiling.
3400 (find-lisp-find-files): Autoload it.
3401 (file-cache-add-directory-recursively): Don't require find-lisp.
3402
3403 * image.el (image-type-from-file-name): Trivial simplification.
3404
3405 * emacs-lisp/bytecomp.el (byte-compile-eval):
3406 Decouple "noruntime" and "cl-functions" warnings.
3407
3408 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
3409
3410 * play/gomoku.el (gomoku-display-statistics): Update mode line
3411 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
3412
3413 2012-10-31 Martin Rudalics <rudalics@gmx.at>
3414
3415 * window.el (quit-restore-window): If the window has been
3416 created on an existing frame and ended up as the sole window on
3417 that frame, do not delete it (Bug#12764).
3418
3419 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3420
3421 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3422 Rename from sh--inside-arithmetic-expression, handle more cases
3423 (bug#11263).
3424
3425 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
3426 (sh-font-lock-open-heredoc): Use it (bug#12770).
3427
3428 2012-10-30 Glenn Morris <rgm@gnu.org>
3429
3430 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
3431
3432 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
3433
3434 2012-10-29 Chong Yidong <cyd@gnu.org>
3435
3436 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
3437 function key is stored in a keyboard macro (Bug#4894).
3438
3439 * thingatpt.el (number-at-point): Apply a thing-at-point property.
3440
3441 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
3444 header comments".
3445 (diff-unified->context, diff-context->unified)
3446 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
3447
3448 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
3449
3450 * files.el (find-alternate-file): Only ask one question (bug#12487).
3451
3452 2012-10-29 Chong Yidong <cyd@gnu.org>
3453
3454 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
3455 Suggested by Dan Nicolaescu (Bug#6326).
3456
3457 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
3458
3459 * startup.el (fancy-about-screen): Don't message (Bug#12680).
3460
3461 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
3462
3463 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
3464
3465 * face-remap.el (face-remap-add-relative): Handle the case where a
3466 face-remapping-alist entry is a cons cell (Bug#12762).
3467
3468 2012-10-29 Kevin Ryde <user42@zip.com.au>
3469
3470 * woman.el (woman-parse-numeric-value): Handle picas correctly
3471 (Bug#12639).
3472
3473 2012-10-29 Glenn Morris <rgm@gnu.org>
3474
3475 * emacs-lisp/cl.el (defsetf): Doc fix.
3476
3477 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3478
3479 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
3480 syntax to the matching opener, if any (bug#12547).
3481 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
3482 matching open as a "case-(".
3483 (sh-smie-rc-grammar): Add a corresponding rule for it.
3484
3485 2012-10-28 Daniel Hackney <dan@haxney.org>
3486
3487 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
3488 "PKGNAME-autoloads.el" in case we created it.
3489
3490 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3491
3492 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
3493 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
3494 (completion--twq-all): Disable too-strict assertions.
3495
3496 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
3497
3498 2012-10-27 Eli Zaretskii <eliz@gnu.org>
3499
3500 * profiler.el (profiler-report-make-entry-part): Fix help-echo
3501 text to match the real keybindings.
3502
3503 2012-10-27 Juri Linkov <juri@jurta.org>
3504
3505 * wdired.el (wdired-keep-marker-rename): New defcustom.
3506 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
3507 (Bug#11795)
3508
3509 * dired.el (dired-keep-marker-rename): Add reference to
3510 `wdired-keep-marker-rename' in the docstring.
3511 Add default character value ?R to display initially in
3512 Customization UI instead of ?@.
3513
3514 2012-10-27 Martin Rudalics <rudalics@gmx.at>
3515
3516 * window.el (display-buffer): In doc-string describe
3517 window-height and window-width alist entries.
3518
3519 * time.el (display-time-world): Restore fit-window-to-buffer
3520 behavior.
3521
3522 2012-10-27 Chong Yidong <cyd@gnu.org>
3523
3524 * subr.el (insert-buffer-substring-as-yank): Doc fix.
3525
3526 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
3527
3528 * minibuffer.el (completion-category-overrides): New completion
3529 category `bookmark' (bug#11131).
3530
3531 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3532
3533 * emacs-lisp/advice.el (ad-assemble-advised-definition):
3534 Silence bogus compiler warnings for ad-do-it.
3535
3536 * bookmark.el (bookmark-completing-read): Set the completion category
3537 to `bookmark' (bug#11131).
3538
3539 2012-10-26 Bastien <bzg@altern.org>
3540 Stefan Monnier <monnier@iro.umontreal.ca>
3541
3542 * face-remap.el: Use lexical-binding.
3543 (text-scale-adjust): Improve docstring. Use itself for the temporary
3544 overlay-map bindings, so as to repeat the "Use..." message each time.
3545
3546 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3547
3548 * emacs-lisp/macroexp.el (macroexp--expand-all):
3549 Obey byte-compile-warning-enabled-p (bug#12486).
3550
3551 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
3552 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
3553
3554 2012-10-26 Martin Rudalics <rudalics@gmx.at>
3555
3556 * mouse.el (mouse-drag-line): Move last form into preceding when
3557 clause (Bug#12731).
3558
3559 * help.el (resize-temp-buffer-window): Fix doc-string.
3560
3561 2012-10-25 David Engster <deng@randomsample.de>
3562
3563 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
3564 Remove. This feature is already integrated in imenu.
3565
3566 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
3567 always loaded. Require `speedbar' unconditionally.
3568
3569 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3570
3571 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
3572
3573 * minibuffer.el (minibuffer-force-complete): Fix thinko.
3574
3575 * net/ldap.el (ldap-search-internal): The official ldif format starts
3576 with a "version: 1" header (bug#12724).
3577
3578 * emacs-lisp/package.el (package-installed-p): Warn if not ready
3579 (bug#12721).
3580
3581 2012-10-25 Glenn Morris <rgm@gnu.org>
3582
3583 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
3584
3585 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * minibuffer.el (minibuffer-force-complete): Use one more marker
3588 for the temporary-overlay-map command (bug#12619).
3589
3590 2012-10-24 Chong Yidong <cyd@gnu.org>
3591
3592 * time.el (display-time-world-mode): Derive from special-mode.
3593 (display-time-world): Use display-buffer (Bug#12708).
3594 (display-time-world-mode-map): Variable deleted.
3595 (display-time-world-display): Wrap the final delete-char inside
3596 inhibit-read-only.
3597
3598 2012-10-24 Chong Yidong <cyd@gnu.org>
3599
3600 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
3601 Doc fix.
3602
3603 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
3604
3605 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3606
3607 * minibuffer.el (completion--all-sorted-completions-location): New var.
3608 (completion--cache-all-sorted-completions)
3609 (completion--flush-all-sorted-completions): Use it.
3610 (completion-in-region, completion-in-region--postch)
3611 (completion-at-point, completion-help-at-point): Use markers in
3612 completion-in-region--data (bug#12619).
3613
3614 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * progmodes/compile.el (compilation-start): Try to handle common
3617 quoting of `cd' argument (bug#12640).
3618
3619 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
3620 (bug#12671).
3621
3622 2012-10-23 Glenn Morris <rgm@gnu.org>
3623
3624 * progmodes/gud.el (gud-menu-map):
3625 Check gdb-active-process is bound. (Bug#12358)
3626
3627 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3628
3629 * repeat.el (repeat): Set real-this-command (bug#12232).
3630
3631 * htmlfontify.el (hfy-post-html-hook):
3632 * filesets.el (filesets-cache-fill-content-hook):
3633 * arc-mode.el (archive-extract-hook):
3634 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
3635 * net/rcirc.el (rcirc-sentinel-functions)
3636 (rcirc-receive-message-functions, rcirc-activity-functions)
3637 (rcirc-print-functions):
3638 * net/dbus.el (dbus-event-error-functions):
3639 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
3640 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
3641 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
3642 * term/sun.el (sun-raw-prefix-hooks):
3643 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
3644
3645 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
3646
3647 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3648 Set `tramp-chunksize' to 1. This improves the performance.
3649 (tramp-smb-wait-for-output): Add timeout to
3650 `tramp-accept-process-output' calls.
3651
3652 2012-10-23 Chong Yidong <cyd@gnu.org>
3653
3654 * faces.el (font-list-limit): Define as an obsolete variable.
3655
3656 * startup.el (command-line):
3657 * cus-start.el: Don't refer to font-list-limit.
3658
3659 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
3660
3661 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3662
3663 * subr.el (internal-temp-output-buffer-show): Rename from
3664 temp-output-buffer-show, since previously compiled files expect this name.
3665
3666 2012-10-23 Glenn Morris <rgm@gnu.org>
3667
3668 * image.el (image-type-from-file-name): If multiple types match,
3669 return the first one that is supported. (Bug#9045)
3670
3671 2012-10-22 Glenn Morris <rgm@gnu.org>
3672
3673 * image.el (imagemagick-enabled-types): Doc fix.
3674
3675 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
3676
3677 * progmodes/which-func.el (which-func-current): The hash-table may have
3678 an explicit nil (bug#12338).
3679
3680 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3681
3682 * electric.el (electric-pair-delete-selection-self-insert-function):
3683 Rename to electric-pair-will-use-region, return a boolean.
3684 (electric-pair-mode): Adjust accordingly. Don't require delsel.
3685
3686 * delsel.el (delete-selection-helper): Use a function instead of a hook.
3687 (delete-selection-pre-hook): Use use-region-p.
3688 (delete-selection-self-insert-function): Remove.
3689 (self-insert-command): Obey self-insert-uses-region-functions.
3690 (self-insert-iso): Revert to previous setting, since we don't actually
3691 know what that command does.
3692 (delete-selection-self-insert-hooks): Remove.
3693
3694 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
3695
3696 * delsel.el (delete-selection-helper): New function, extracted from
3697 delete-selection-pre-hook.
3698 (delete-selection-pre-hook): Use it.
3699 (delete-selection-self-insert-function): New function.
3700 (delete-selection-self-insert-hooks): New hook.
3701 (self-insert-command, self-insert-iso): Use it.
3702 * electric.el (electric-pair-syntax): New function, extracted from
3703 electric-pair-post-self-insert-function.
3704 (electric-pair-post-self-insert-function): Use it.
3705 (electric-pair-delete-selection-self-insert-function): New function.
3706 (electric-pair-mode): Require delsel and setup
3707 delete-selection-self-insert-hooks (bug#11520).
3708
3709 2012-10-20 Chong Yidong <cyd@gnu.org>
3710
3711 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
3712 no changes to show (Bug#12586).
3713
3714 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
3715 list explicitly (Bug#12571).
3716
3717 2012-10-20 Arne Jørgensen <arne@arnested.dk>
3718
3719 * progmodes/flymake.el (flymake-create-temp-inplace):
3720 Use file-truename.
3721
3722 2012-10-20 Eli Zaretskii <eliz@gnu.org>
3723
3724 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
3725
3726 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3727
3728 * calc/calc-units.el (math-extract-units): Properly extract powers
3729 of units.
3730
3731 2012-10-20 Daniel Colascione <dancol@dancol.org>
3732
3733 * frame.el (make-frame): Set x-display-name as we used to in order
3734 to unbreak creating an X11 frame from an Emacs daemon started
3735 without a display.
3736
3737 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * minibuffer.el (minibuffer-force-complete): Make the next completion use
3740 the same completion-field (bug#12221).
3741
3742 2012-10-19 Martin Rudalics <rudalics@gmx.at>
3743
3744 * emacs-lisp/debug.el (debug): Record height of debugger window
3745 also when debugger will be back (Bug#8789).
3746
3747 2012-10-18 Chong Yidong <cyd@gnu.org>
3748
3749 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3750 Convert to defcustom.
3751 (gdb-get-source-file): Don't bind pop-up-windows.
3752
3753 * progmodes/gud.el (gud-display-line): Don't specially re-use
3754 other frames for the gdb-mi case (Bug#12648).
3755
3756 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3757
3758 * emacs-lisp/advice.el: Clean up commentary a bit.
3759 (ad-do-advised-functions, ad-with-originals): Use `declare'.
3760 (byte-code-function-p): Never redefine.
3761
3762 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
3763
3764 2012-10-18 Glenn Morris <rgm@gnu.org>
3765
3766 * dired.el (dired-sort-toggle): Some ls implementations only allow
3767 a single option string. (Bug#12666)
3768
3769 * minibuffer.el (completion-cycle-threshold): Doc fix.
3770
3771 2012-10-17 Kenichi Handa <handa@gnu.org>
3772
3773 * international/mule.el (set-keyboard-coding-system):
3774 Recover input meta mode when the new coding system doesn not use 8-bit.
3775 Supply TERMINAL arg to set-input-meta-mode.
3776
3777 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
3778
3779 * wdired.el (wdired-old-marks): New variable.
3780 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
3781 (wdired-do-renames): Move point with renamed file and don't lose
3782 mark status (Bug#11795).
3783
3784 2012-10-16 Juri Linkov <juri@jurta.org>
3785
3786 * replace.el (query-replace-help): Mention multi-buffer replacement
3787 keys in the Help message. (Bug#12655)
3788
3789 2012-10-15 Chong Yidong <cyd@gnu.org>
3790
3791 * emacs-lisp/byte-run.el (defsubst): Doc fix.
3792
3793 2012-10-14 Eli Zaretskii <eliz@gnu.org>
3794
3795 * window.el (display-buffer): Doc fix.
3796
3797 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3798 Adjust the msft regexp to the output of Studio 2010, and move msft
3799 before edg-1. See the discussion on emacs-devel,
3800 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
3801 for the details.
3802
3803 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3805 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
3806 (oset): Move uses of object-class-fast macro after its definition.
3807
3808 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
3809
3810 2012-10-13 Chong Yidong <cyd@gnu.org>
3811
3812 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
3813 enabled, re-enable it (Bug#11963).
3814
3815 2012-10-13 Martin Rudalics <rudalics@gmx.at>
3816
3817 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
3818 non-nil, restore window configuration (Bug#12623).
3819
3820 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3821
3822 * help-fns.el (describe-variable, describe-function-1):
3823 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
3824
3825 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
3826
3827 2012-10-12 Glenn Morris <rgm@gnu.org>
3828
3829 * mail/rmailsum.el (rmail-header-summary):
3830 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
3831
3832 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
3833
3834 * progmodes/python.el (python-mode-map):
3835 Replace subtitute-key-definition with proper command remapping.
3836 (python-nav--up-list): Fix behavior for blocks on the same level.
3837
3838 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3839
3840 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
3841
3842 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
3843 changes to the format of load-history.
3844
3845 * international/mule-cmds.el (read-char-by-name): Move let-binding of
3846 completion-ignore-case in case that var is buffer-local (bug#12615).
3847
3848 2012-10-11 Kenichi Handa <handa@gnu.org>
3849
3850 * international/eucjp-ms.el: Re-generated.
3851
3852 2012-10-10 Kenichi Handa <handa@gnu.org>
3853
3854 * select.el (xselect--encode-string): If a coding is specified for
3855 selection, and that is compatible with COMPOUND_TEXT, use it.
3856
3857 2012-10-10 Martin Rudalics <rudalics@gmx.at>
3858
3859 * window.el (switch-to-buffer-preserve-window-point): New option.
3860 (switch-to-buffer):
3861 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
3862
3863 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
3866 Don't document nil as a useful value (bug#12583).
3867
3868 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
3869
3870 * net/tramp.el (tramp-debug-message):
3871 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
3872 (with-tramp-progress-reporter): Rename from
3873 `tramp-with-progress-reporter'.
3874 (with-tramp-file-property, with-tramp-connection-property):
3875 Move from tramp-cache.el, rename from `with-file-property' and
3876 `with-connection-property', respectively.
3877
3878 * net/tramp-cache.el: Remove `with-file-property' and
3879 `with-connection-property'.
3880
3881 * net/tramp.el:
3882 * net/tramp-gvfs.el:
3883 * net/tramp-sh.el:
3884 * net/tramp-smb.el: Adapt callees.
3885
3886 * net/trampver.el: Update release number.
3887
3888 2012-10-09 Glenn Morris <rgm@gnu.org>
3889
3890 * w32-fns.el (set-message-beep):
3891 * term/w32-win.el (set-message-beep): Update declarations.
3892
3893 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3894
3895 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
3896 (mode-line-widen, mode-line-input-method-map)
3897 (mode-line-coding-system-map, mode-line-remote)
3898 (mode-line-unbury-buffer, mode-line-bury-buffer)
3899 (mode-line-next-buffer, mode-line-previous-buffer):
3900 Replace save-selected-window+select-window => with-selected-window.
3901
3902 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
3903 * progmodes/cc-vars.el (bq-process): Remove, unused.
3904
3905 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
3906
3907 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
3908
3909 Implemented `backward-up-list'-like navigation.
3910 * progmodes/python.el (python-nav-up-list)
3911 (python-nav-backward-up-list): New functions.
3912 (python-mode-map): Define substitute key for backward-up-list to
3913 python-nav-backward-up-list.
3914
3915 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3916
3917 * progmodes/python.el (python-fill-paragraph): Rename from
3918 python-fill-paragraph-function. Fixed fill-paragraph for
3919 decorators (Bug#12605).
3920
3921 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3922
3923 * progmodes/python.el (python-shell-output-filter): Handle extra
3924 carriage return in OSX (Bug#12409).
3925
3926 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3927
3928 Fix shell handling of unbalanced quotes and parens in output.
3929 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
3930 (python-syntax-propertize-function): Use it.
3931 (python-shell-output-syntax-table): New var.
3932 (inferior-python-mode): Prevent unbalanced parens/quotes from
3933 previous output mess with current input context.
3934
3935 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
3936
3937 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
3938 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
3939
3940 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
3941
3942 * ffap.el (ffap-replace-file-component): Support Tramp file name
3943 syntax, not only ange-ftp's one.
3944
3945 2012-10-08 Glenn Morris <rgm@gnu.org>
3946
3947 * cus-start.el (message-log-max): Set :version.
3948
3949 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
3950
3951 2012-10-08 Martin Rudalics <rudalics@gmx.at>
3952
3953 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
3954 the minibuffer window (Bug#10851).
3955
3956 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3957
3958 Enhancements on forward-sexp movement.
3959 * progmodes/python.el (python-nav-beginning-of-statement)
3960 (python-nav-end-of-statement): Return point-marker.
3961 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
3962 (python-info-current-symbol)
3963 (python-info-statement-starts-block-p): Rename from
3964 python-info-beginning-of-block-p.
3965 (python-info-statement-ends-block-p): Rename from
3966 python-info-end-of-block-p.
3967 (python-info-beginning-of-statement-p)
3968 (python-info-end-of-statement-p)
3969 (python-info-beginning-of-block-p, python-info-end-of-block-p):
3970 New functions.
3971
3972 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3973
3974 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
3975 frame-selected-windows.
3976
3977 2012-10-08 Daniel Colascione <dancol@dancol.org>
3978
3979 * battery.el (battery-status-function): Check for
3980 w32-battery-status itself, not system-time windows-nt.
3981
3982 * frame.el: Require cl-lib.
3983 (display-format-alist): New variable mapping frame types to
3984 functions that initialize them.
3985 (window-system-for-display): New function: interprets
3986 display-format-alist.
3987 (make-frame-on-display): Remove existing display-selection logic
3988 and just forward to make-frame, which will now DTRT.
3989 (make-frame): Restructure to use window-system-for-display to
3990 figure out how to create a frame on a given display.
3991 (display-mouse-p): Look for frame-type w32, not a particular
3992 system-type.
3993
3994 * loadup.el: Load w32 lisp code when we have the w32 feature.
3995
3996 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
3997 system-type windows-nt.
3998
3999 * server.el (server-create-window-system-frame): Look for window
4000 type.
4001 (server-proces-filter): Only force a window system when windows-nt
4002 _and_ w32. Explain why.
4003
4004 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
4005 of window systems we configure for the mode.
4006
4007 * startup.el (command-line): Mark window system is initialized
4008 after we've done it.
4009
4010 * common-win.el (x-select-text): Look for w32, not windows-nt.
4011
4012 * ns-win.el: Require cl-lib. Add ourselves to
4013 display-format-alist.
4014 (ns-initialize-window-system): Assert we're not initialized twice.
4015
4016 * w32-win.el: Enable lexical binding; require cl-lib; add
4017 ourselves to display-format-alist.
4018 (w32-handle-dropped-file): Convert incoming dropped files from
4019 Windows paths to Cygwin ones before passing them on to the rest of
4020 Emacs.
4021 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
4022 (w32-initialize-window-system): Assert we're not initialized twice.
4023
4024 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
4025 (x-initialize-window-system): Assert we're not initialized twice.
4026
4027 * w32-common-fns.el: New File.
4028 (w32-version, w32-using-nt, w32-get-clipboard-data)
4029 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4030 (w32-charset-info-alist, x-last-selected, text)
4031 (x-get-selection-value, x-selection-value): Move here.
4032
4033 * w32-fns.el: Require w32-common-fns.
4034 (w32-version, w32-using-nt, w32-get-clipboard-data)
4035 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4036 (w32-charset-info-alist, x-last-selected, text)
4037 (x-get-selection-value, x-selection-value): Move to
4038 w32-common-fns.
4039
4040 * w32-vars.el:
4041 (w32-allow-system-shell, w32-system-shells): Define only in
4042 non-cygwin case.
4043
4044 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
4047 (read-passwd): Remove a few more potential sources of leaks.
4048
4049 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4050
4051 * progmodes/python.el (inferior-python-mode)
4052 (python-shell-make-comint): Fix initialization of local
4053 variables copied from parent buffer.
4054
4055 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
4056
4057 * term/ns-win.el (ns-read-file-name): Update declaration to match
4058 nsfns.m.
4059 (ns-respond-to-change-font): Change fontsize separatly so we are sure
4060 it is set when font is acted upon.
4061
4062 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4063
4064 Enhancements to indentation.
4065 * progmodes/python.el (python-indent-context): Give priority to
4066 inside-string context. Make comments indentation markers.
4067 (python-indent-region): Do not mess with strings, unless it's the
4068 enclosing set of quotes.
4069
4070 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * window.el (internal--before-save-selected-window)
4073 (internal--after-save-selected-window): New functions extracted from
4074 save-selected-window. Make sure we return the `alist' we construct.
4075 (save-selected-window): Use them.
4076
4077 * textmodes/tex-mode.el (tex-recenter-output-buffer):
4078 Use with-selected-window.
4079
4080 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
4081 forms that define macros (bug#12593).
4082
4083 2012-10-07 Kenichi Handa <handa@gnu.org>
4084
4085 * international/mule-conf.el (compound-text-with-extensions):
4086 Add :mime-charset property as x-ctext.
4087
4088 2012-10-07 Stefan Merten <smerten@oekonux.de>
4089
4090 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4091 (rst-indent-literal-normal, rst-indent-literal-minimized)
4092 (rst-indent-comment): Correct :version tag.
4093 (rst-official-cvs-rev): Correct version string.
4094
4095 2012-10-07 Glenn Morris <rgm@gnu.org>
4096
4097 * mail/rmailmm.el (rmail-mime-process-multipart):
4098 Do not confuse a multipart message with an epilogue
4099 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
4100
4101 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4102
4103 Fix shell output retrieval and comint-prompt-regexp init.
4104 * progmodes/python.el (inferior-python-mode):
4105 (python-shell-make-comint): Fix initialization of
4106 comint-prompt-regexp from copied file local variables.
4107 (python-shell-fetched-lines): Remove var.
4108 (python-shell-output-filter-in-progress): Rename from
4109 python-shell-fetch-lines-in-progress.
4110 (python-shell-output-filter-buffer): Rename from
4111 python-shell-fetch-lines-string.
4112 (python-shell-fetch-lines-filter): Delete function.
4113 (python-shell-output-filter): New function.
4114 (python-shell-send-string-no-output): Use them.
4115
4116 2012-10-07 Glenn Morris <rgm@gnu.org>
4117
4118 * hi-lock.el (hi-lock-process-phrase):
4119 Try to make it less fragile. (Bug#7161)
4120
4121 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
4122
4123 2012-10-06 Glenn Morris <rgm@gnu.org>
4124
4125 * ehelp.el (electric-help-mode): Use help-mode rather than
4126 non-existent mode `help'.
4127 (electric-help-map): Use button-buffer-map. (Bug#10917)
4128
4129 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
4130 (reftex-create-bibtex-footer): Fix custom types.
4131
4132 * progmodes/sh-script.el (sh-indent-after-continuation):
4133 Add explicit :group.
4134
4135 * textmodes/rst.el (rst-preferred-decorations)
4136 (rst-shift-basic-offset): Clarify obsolescence versions.
4137
4138 * profiler.el (profiler): Add missing group :version tag.
4139 * avoid.el (mouse-avoidance-banish-position):
4140 * proced.el (proced-renice-command):
4141 * calc/calc.el (calc-ensure-consistent-units):
4142 * calendar/icalendar.el (icalendar-import-format-uid):
4143 * net/tramp.el (tramp-save-ad-hoc-proxies):
4144 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4145 * progmodes/flymake.el (flymake-error-bitmap)
4146 (flymake-warning-bitmap, flymake-fringe-indicator-position):
4147 * progmodes/sh-script.el (sh-indent-after-continuation):
4148 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
4149 (verilog-before-save-font-hook, verilog-after-save-font-hook):
4150 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
4151 (vhdl-array-index-record-field-in-sensitivity-list)
4152 (vhdl-indent-comment-like-next-code-line):
4153 * textmodes/reftex-vars.el (reftex-ref-style-alist)
4154 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
4155 (reftex-cite-key-separator, reftex-create-bibtex-header)
4156 (reftex-create-bibtex-footer):
4157 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4158 (rst-indent-literal-normal, rst-indent-literal-minimized)
4159 (rst-indent-comment): Add missing custom :version tags.
4160
4161 * calendar/timeclock.el (timeclock-modeline-display):
4162 Add missing obsolete alias for renamed user option.
4163
4164 * strokes.el (strokes-modeline-string):
4165 * emulation/crisp.el (crisp-mode-modeline-string):
4166 * eshell/esh-mode.el (eshell-status-in-modeline):
4167 Aliases to defcustoms must come before the defcustom.
4168
4169 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
4170 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4171 (cal-tex-cursor-week-monday): Doc fixes.
4172 (cal-tex-cursor-week2-summary): Doc fix.
4173 Rename from cal-tex-cursor-week-at-a-glance.
4174
4175 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
4176 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
4177
4178 * calendar/calendar.el (calendar-mode-map):
4179 Add cal-tex-cursor-week2-summary.
4180
4181 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
4184
4185 * subr.el (read-passwd-map): New var.
4186 (read-passwd): Use `read-string' again.
4187 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
4188
4189 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
4190
4191 * register.el (append-to-register, prepend-to-register):
4192 Deactivate mark, as does `copy-to-register' (bug#12389).
4193
4194 2012-10-06 Chong Yidong <cyd@gnu.org>
4195
4196 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
4197
4198 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
4199
4200 * international/characters.el: Fix simple mistake ((car chars) ->
4201 elt), delete duplicated code.
4202
4203 2012-10-06 Glenn Morris <rgm@gnu.org>
4204
4205 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
4206
4207 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
4208
4209 * color.el (color-hsl-to-rgb): Fix incorrect results for
4210 small and large hue values. (Bug#12559)
4211
4212 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
4213
4214 Enhancements to docstring formatting when filling paragraphs.
4215 * progmodes/python.el (python-fill-docstring-style): Rename from
4216 python-fill-string-style. Added new style.
4217 (python-fill-string): Use new style. Better checks for
4218 docstrings.
4219
4220 2012-10-05 Glenn Morris <rgm@gnu.org>
4221
4222 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
4223
4224 * color.el (color-name-to-rgb, color-rgb-to-hex)
4225 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
4226 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
4227 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4228 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
4229
4230 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
4231
4232 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
4233
4234 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
4235 to get the correct size across symlinks.
4236
4237 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4238
4239 2012-10-04 Juri Linkov <juri@jurta.org>
4240
4241 * replace.el (query-replace-interactive): Declare obsolete.
4242 (query-replace-read-from): Add the last incremental search string
4243 to the list of default values accessible via M-n.
4244 (map-query-replace-regexp): Use `read-regexp'.
4245 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4246 (map-query-replace-regexp, replace-string, replace-regexp):
4247 Fix docstrings to replace mentions of `query-replace-interactive'
4248 with alternatives. (Bug#12526)
4249
4250 2012-10-04 Juri Linkov <juri@jurta.org>
4251
4252 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
4253 (dired-pop-to-buffer): Declare obsolete.
4254 (dired-mark-pop-up): Doc fix.
4255
4256 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
4257
4258 Allow user to set docstring style for fill-paragraph.
4259 * progmodes/python.el
4260 (python-fill-comment-function, python-fill-string-function)
4261 (python-fill-decorator-function, python-fill-paren-function):
4262 Remove :safe for defcustoms.
4263 (python-fill-string-style): New defcustom
4264 (python-fill-paragraph-function): Enhance context detection.
4265 (python-fill-string): Honor python-fill-string-style settings.
4266
4267 2012-10-04 Martin Rudalics <rudalics@gmx.at>
4268
4269 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
4270 after setting its buffer (Bug#10805).
4271
4272 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
4273
4274 Fix cornercase for string syntax.
4275 * progmodes/python.el (python-syntax-propertize-function):
4276 Simplify and enhance the regexp for unescaped quotes. Now it also
4277 matches quotes in weird situations like the single quote in
4278 "something\"'".
4279 (python-syntax-stringify): Simplify num-quotes detecting code.
4280
4281 2012-10-03 Glenn Morris <rgm@gnu.org>
4282
4283 * help-macro.el (three-step-help):
4284 Revert 2012-09-29 change. (Bug#12567)
4285
4286 2012-10-03 Martin Rudalics <rudalics@gmx.at>
4287
4288 * menu-bar.el (kill-this-buffer): Don't do anything when
4289 `menu-frame' is not alive or visible (Bug#8184).
4290
4291 * emacs-lisp/debug.el (debug): When quitting the debugger window
4292 restore current buffer (Bug#12502).
4293
4294 2012-10-02 Chong Yidong <cyd@gnu.org>
4295
4296 * progmodes/hideif.el (hif-lookup, hif-defined):
4297 Handle semantic-c-takeover-hideif.
4298
4299 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
4300
4301 Change sampling interval units from ms to ns.
4302 * profiler.el (profiler-sampling-interval): Change units
4303 from ms to ns, multiplying the default by 1000000 so that
4304 it remains 1 ms.
4305 (profiler-report-cpu-line-format): Give enough room for
4306 the maximum counters on 64-bit hosts.
4307 (profiler-report-render-calltree-1): Call them "CPU samples",
4308 not "Time (ms)", since they are not milliseconds now (and
4309 never really were).
4310
4311 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4312
4313 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
4314 Fix querying BBDB for entries without a last name (Bug#11580).
4315
4316 2012-10-02 Chong Yidong <cyd@gnu.org>
4317
4318 * emacs-lisp/eieio.el: Restore Version header.
4319
4320 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * vc/diff-mode.el (diff--auto-refine-data): New var.
4323 (diff-hunk): Use it to delay refinement.
4324 (diff-mode): Remove overlays when we turn off font-lock.
4325
4326 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
4327 (table-initialize-table-fixed-width-mode)
4328 (table-set-table-fixed-width-mode): Remove functions.
4329 (table-command-list): Move initialization into declaration.
4330 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
4331 (table-with-cache-buffer): Use `declare'.
4332 (table-span-cell): Simplify via CSE.
4333 (table-fixed-width-mode): Use define-minor-mode.
4334 (table-call-interactively, table-funcall, table-apply): Remove.
4335 (table-function): New function, to replace them.
4336
4337 * bookmark.el (bookmark-search-pattern): Remove var.
4338 (bookmark-read-search-input): Remove function.
4339 (bookmark-bmenu-search): Reimplement using a minibuffer.
4340
4341 * faces.el (modeline): Remove obsolete face name.
4342
4343 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
4344 and give a non-nil default value.
4345 (add-change-log-entry): Simplify accordingly.
4346
4347 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
4348
4349 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
4350 (vc-git-log-edit-toggle-amend): New function.
4351 (vc-git-log-edit-toggle-signoff): New function.
4352 (vc-git-log-edit-mode): New major mode.
4353 (vc-git-log-edit-mode-map): Keymap for it.
4354 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
4355
4356 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
4357 header names.
4358 (log-edit-toggle-header): New function.
4359 (log-edit-extract-headers): Accept function values in HEADERS alist.
4360
4361 2012-10-01 David Engster <deng@randomsample.de>
4362
4363 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
4364 from symbol property and change message to be more consistent with
4365 Emacs proper.
4366 (eieio-describe-generic): Add filename for each implementation.
4367 Fix indices for generic and normal methods.
4368 (eieio-method-def, eieio-class-def): New buttons.
4369 (eieio-help-find-method-definition)
4370 (eieio-help-find-class-definition): New functions.
4371 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
4372 class, constructor and method definitions.
4373
4374 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
4375 information in symbol property.
4376 (scoped-class): Remove.
4377 (eieio-slot-name-index, call-next-method): Check if it is bound.
4378
4379 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
4380
4381 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
4382 (eieio-custom-mode): New major mode.
4383 (eieio-customize-object): Use it.
4384
4385 2012-10-01 Eric Ludlam <zappo@gnu.org>
4386
4387 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
4388 specifying the expected class, and whether subclassing is allowed.
4389 (eieio-persistent-convert-list-to-object):
4390 (eieio-persistent-validate/fix-slot-value)
4391 (eieio-persistent-slot-type-is-class-p): New functions.
4392 (eieio-named::slot-missing): Doc fix.
4393
4394 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
4395 Stop using unused publd variable.
4396
4397 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4398 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
4399 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
4400 (eieio-speedbar-handle-click): Do not specify a class for the
4401 method. Fixes method invocation order problems with EDE.
4402
4403 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4404
4405 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
4406 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
4407
4408 2012-10-01 Karl Fogel <kfogel@red-bean.com>
4409
4410 * bookmark.el (bookmark-version-control): Give tags in the
4411 :type choices (Bug#12309), and improve doc string.
4412 (bookmark-write-file): Bind `print-circle' to `t' to allow
4413 circular custom bookmark types. (Bug#12503)
4414
4415 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
4416
4417 Revert the FOLLOW-SYMLINKS change for file-attributes.
4418 * files.el (remote-file-name-inhibit-cache, after-find-file):
4419 * time.el (display-time-file-nonempty-p): Undo last change.
4420
4421 * profiler.el (profiler-sampling-interval): Change default back to 1.
4422 See Stefan Monnier in
4423 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
4424
4425 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
4426
4427 Shell output catching a la gud-gdb.
4428 * progmodes/python.el (python-shell-fetch-lines-in-progress)
4429 (python-shell-fetch-lines-string, python-shell-fetched-lines):
4430 New Vars.
4431 (python-shell-fetch-lines-filter): New function.
4432 (python-shell-send-string-no-output): Use them.
4433
4434 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
4435
4436 * profiler.el (profiler-sampling-interval): Rename from
4437 profiler-sample-interval.
4438 (profiler-sampling-interval): Default to 10.
4439 (profiler-find-profile): New command (was profiler-find-log).
4440 (profiler-find-profile-other-window): New command.
4441 (profiler-find-profile-other-frame): New command.
4442 (profiler-profile): Introduce API-level data structure.
4443
4444 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4445
4446 file-attributes has a new optional arg FOLLOW-SYMLINKS.
4447 * files.el (remote-file-name-inhibit-cache):
4448 * time.el (display-time-file-nonempty-p): Use it.
4449 * files.el (after-find-file): Don't chase links before calling
4450 file-exists-p, as file-exists-p already does the right thing.
4451
4452 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
4453
4454 Merge from standalone RefTeX repository.
4455
4456 The following ChangeLog entries are shortened versions of the
4457 original ones with file paths adapted. A not so strongly edited
4458 version of the original ChangeLog can be found in the commit log.
4459
4460 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
4461 (reftex-arg-cite): Use `reftex-cite-key-separator'.
4462 Correctly handle new value type returned by `reftex-citation'.
4463
4464 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
4465 that entries with whitespace at various places are found.
4466 Doc fix. Include entries that are cross-referenced from cited entries.
4467 Include @String definitions in the resulting bib file. Add header
4468 and footer defined in `reftex-create-bibtex-header' and
4469 `reftex-create-bibtex-footer'.
4470 (reftex-do-citation): Make it possible again to insert
4471 non-existent entries. Save match data when asking for optional
4472 arguments. Return all keys, not just the first one.
4473 (reftex-all-used-citation-keys): Fix regexp to correctly extract
4474 all citations in the same line.
4475 (reftex-parse-bibtex-entry): Accept additional optional argument
4476 `raw' and keep quotes or braces if it is non-nil. Match fields
4477 containing hyphens besides word constituents.
4478 (reftex-get-string-refs): New function.
4479 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
4480 and ask if it should be reread in case it did.
4481 (reftex-pop-to-bibtex-entry)
4482 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
4483 entries with spaces or tabs in front of arguments.
4484 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4485 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
4486 Match entries containing numbers and symbol constituents.
4487 (reftex-do-citation, reftex-figure-out-cite-format):
4488 Use `reftex-cite-key-separator'.
4489
4490 * textmodes/reftex-dcr.el: Move provide statement to end of file.
4491 (reftex-mouse-view-crossref): Explain why point is set.
4492
4493 * textmodes/reftex-global.el: Whitespace changes.
4494
4495 * textmodes/reftex-index.el: Move provide statement to end of
4496 file.
4497 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
4498 (reftex-index-visit-phrases-buffer): Set marker when visiting
4499 buffer. This allows for returning from the phrases file to the
4500 file one was just editing instead of the file where the last
4501 phrases was added from.
4502 (reftex-index-phrases-syntax-table): New variable. Give ?\"
4503 punctuation syntax as it usually is not used as string quote in
4504 TeX-related modes and may occur unmatched. The change also
4505 prevents fontification of quoted content.
4506 (reftex-index-phrases-mode): Use it.
4507
4508 * textmodes/reftex-parse.el (reftex-parse-from-file):
4509 Move backward one char if a `\' was matched after a section macro.
4510 (reftex-parse-from-file): Use beginning of match instead of end as
4511 bound.
4512
4513 * textmodes/reftex-ref.el: Adapt creation of
4514 `reftex-<package>-<macro>' functions to new structure of
4515 `reftex-ref-style-alist'.
4516 (reftex-reference): Use `reftex-ref-style-list' function.
4517 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4518 reference macro if `reftex-ref-macro-prompt' is non-nil.
4519 (reftex-reference): Pass refstyle to `reftex-format-special'.
4520 Determine reference macro by looking at
4521 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
4522 Use only one special format function.
4523 (reftex-varioref-vref, reftex-fancyref-fref)
4524 (reftex-fancyref-Fref): Remove definitions. The functions are now
4525 generated from `reftex-ref-style-alist'.
4526 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
4527 Remove.
4528 (reftex-format-special): New function.
4529
4530 * textmodes/reftex-sel.el
4531 (reftex-select-cycle-ref-style-internal): Adapt to new structure
4532 of `reftex-ref-style-alist'. Remove code for testing macro type.
4533 (reftex-select-toggle-varioref)
4534 (reftex-select-toggle-fancyref): Remove.
4535 (reftex-select-cycle-ref-style-internal)
4536 (reftex-select-cycle-ref-style-forward)
4537 (reftex-select-cycle-ref-style-backward): New functions.
4538 (reftex-select-label-map): Use `v' and `V' for general cycling
4539 through reference styles. Add `p' for switching between number
4540 and page reference types.
4541
4542 * textmodes/reftex-toc.el (reftex-re-enlarge):
4543 Call `enlarge-window' only if there is something to do because in Emacs
4544 the horizontal version throws an error even if the parameter is 0.
4545
4546 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
4547 (reftex-plug-into-AUCTeX): Doc fix.
4548 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
4549 string. Adapt to new name.
4550 (reftex-ref-style-alist): Change structure so that it is not
4551 possible to use multiple different package names within a style.
4552 Remove the symbols for symbols for macro type distinction.
4553 Add characters for macro selection.
4554 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
4555 (reftex-create-bibtex-footer): New variables.
4556 (reftex-format-ref-function): Mention third argument of special
4557 format function.
4558 (reftex-ref-style-alist, reftex-ref-style-default-list):
4559 New variables.
4560 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
4561 to new implementation. Mark as obsolete. Add compatibility code
4562 for honoring the variable values in case they are set.
4563 (reftex-cite-format-builtin, reftex-bibliography-commands):
4564 Add support for ConTeXt.
4565 (reftex-format-ref-function, reftex-format-cite-function):
4566 Fix custom type.
4567 (reftex-cite-key-separator): New variable.
4568
4569 * textmodes/reftex.el (reftex-syntax-table-for-bib)
4570 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
4571 `reftex-syntax-table' because parens have to retain their paren
4572 syntax in order for parsing of BibTeX entries like @book(...) to
4573 work.
4574 (reftex-in-comment): Do not error out if `comment-start-skip' is
4575 not set. Deal correctly with escaped comment characters.
4576 (reftex-tie-multifile-symbols): Add doc string.
4577 Initialize `reftex-ref-style-list'.
4578 (reftex-untie-multifile-symbols): Add doc string.
4579 (reftex-add-index-macros): Doc fix.
4580 (reftex-ref-style-activate, reftex-ref-style-toggle)
4581 (reftex-ref-style-list): New functions.
4582 (reftex-mode-menu): Use them. Adapt to new structure of
4583 `reftex-ref-style-alist'.
4584 (reftex-select-with-char): Kill the RefTeX Select buffer when
4585 done.
4586 (reftex-remove-if): New function.
4587 (reftex-erase-all-selection-and-index-buffers)
4588 (reftex-mode-menu): Reference styles are now computed from
4589 `reftex-ref-style-alist'. Fix typo.
4590 (reftex-report-bug): New function.
4591 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
4592 algorithms with O(n log n). Introduce optional argument SORT (not
4593 yet used).
4594
4595 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
4596
4597 Enhancements for triple-quote string syntax.
4598 * progmodes/python.el (python-syntax-propertize-function):
4599 Match both quote cases in one regexp.
4600 (python-syntax-stringify): Handle matches properly.
4601
4602 2012-09-30 Juri Linkov <juri@jurta.org>
4603
4604 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
4605 to nil around the call to `insert' to prevent
4606 directory time modification by lock_file. (Bug#2295)
4607 * tar-mode.el (tar-summarize-buffer): Idem.
4608
4609 2012-09-30 Juri Linkov <juri@jurta.org>
4610
4611 * facemenu.el (list-colors-sort): Add option "Luminance".
4612 (list-colors-sort-key): Implement it.
4613
4614 * vc/diff-mode.el (diff-refine-removed):
4615 * vc/ediff-init.el (ediff-fine-diff-A):
4616 * vc/smerge-mode.el (smerge-refined-removed):
4617 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
4618
4619 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
4620
4621 * term/ns-win.el (x-file-dialog): New function.
4622
4623 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
4624
4625 * ido.el (ido-max-directory-size): Default to nil; the current
4626 default is small for POSIX systems, and impractical on Windows 7
4627 now that lstat returns directory sizes for NTFS.
4628
4629 2012-09-30 Martin Rudalics <rudalics@gmx.at>
4630
4631 In buffer display functions handle window-height/window-width
4632 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
4633 * window.el (window--display-buffer): New argument ALIST.
4634 Obey window-height and window-width alist entries.
4635 (window--try-to-split-window): New argument ALIST.
4636 Bind window-combination-limit to t when the window's size shall be
4637 changed and window-combination-limit equals `window-size'.
4638 (display-buffer-in-atom-window)
4639 (display-buffer-in-major-side-window)
4640 (display-buffer-in-side-window, display-buffer-same-window)
4641 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4642 (display-buffer-pop-up-window, display-buffer-below-selected)
4643 (display-buffer-at-bottom, display-buffer-in-previous-window)
4644 (display-buffer-use-some-window): Adjust all callers of
4645 window--display-buffer and window--try-to-split-window.
4646 (fit-frame-to-buffer): New option.
4647 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
4648 is non-nil.
4649 (display-buffer-in-major-side-window): Evaluate window-height /
4650 window-width alist entries.
4651
4652 * help.el (temp-buffer-resize-frames)
4653 (temp-buffer-resize-regexps): Remove options.
4654 (temp-buffer-resize-mode): Adjust doc-string.
4655 (resize-temp-buffer-window): Don't consult
4656 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
4657 temp-buffer-resize-frames.
4658
4659 * dired.el (dired-mark-pop-up):
4660 Call display-buffer-below-selected with a fit-window-to-buffer alist
4661 entry.
4662
4663 2012-09-30 Chong Yidong <cyd@gnu.org>
4664
4665 * server.el (server-host): Document the security implications.
4666 (server-auth-key): Doc fix.
4667
4668 * startup.el (initial-buffer-choice): Doc fix.
4669
4670 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
4671
4672 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
4673 restriction change.
4674
4675 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
4676
4677 * help-fns.el (help-fns--obsolete): Fix last change.
4678
4679 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
4680
4681 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
4682 (minor-mode-map-alist): Remove redundant code.
4683
4684 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
4685 visited in a buffer.
4686 (cvs-insert-visited-file): New function.
4687 (find-file-hook): Use it.
4688
4689 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
4690
4691 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
4692 chose face.
4693 (log-edit-empty-buffer-p): Don't require a space after a header.
4694
4695 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
4696
4697 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
4698
4699 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
4700 a proper minor-mode.
4701
4702 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
4703
4704 2012-09-29 Glenn Morris <rgm@gnu.org>
4705
4706 * winner.el (winner-mode): Remove variable (let define-minor-mode
4707 handle it).
4708 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
4709 Doc fixes.
4710 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
4711 (winner-mode): Use define-minor-mode.
4712
4713 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
4714 the full definition in loaddefs, rather than duplicating it.
4715
4716 * help-macro.el (three-step-help): No need to autoload defcustom.
4717
4718 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4719 (inferior-lisp-program, inferior-lisp-load-command)
4720 (inferior-lisp-prompt, inferior-lisp-mode-hook):
4721 No need to autoload defcustoms.
4722
4723 * hippie-exp.el (hippie-expand-try-functions-list)
4724 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
4725 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
4726 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
4727 (hippie-expand-only-buffers): No need to autoload defcustoms.
4728 * progmodes/vhdl-mode.el (vhdl-line-expand):
4729 Explicitly load hippie-exp, so it does not get autoloaded
4730 while hippie-expand-try-functions-list is let-bound.
4731
4732 2012-09-28 Glenn Morris <rgm@gnu.org>
4733
4734 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
4735
4736 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
4737 Only "cl.el" counts as cl these days.
4738
4739 2012-09-28 Juri Linkov <juri@jurta.org>
4740
4741 Display archive errors in the echo area instead of inserting
4742 to the file buffer.
4743
4744 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
4745 to STDERR-TEST that can be a regexp matching a successful output.
4746 Create a temporary file and redirect stderr to it. Search for
4747 STDERR-TEST in the stderr output and display it in the echo area
4748 if no match is found.
4749 (archive-extract-by-file): New function like
4750 `archive-extract-by-stdout' but extracting archives to files
4751 and looking for successful matches in stdout. Function body is
4752 mostly copied from `archive-rar-extract'.
4753 (archive-rar-extract): Use `archive-extract-by-file'.
4754 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
4755
4756 2012-09-28 Leo Liu <sdl.web@gmail.com>
4757
4758 * pcomplete.el (pcomplete-show-completions):
4759 Use minibuffer-message to make pcomplete usable in minibuffer.
4760
4761 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
4762
4763 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4764
4765 * type-break.el: Use lexical-binding.
4766 (type-break-mode): Use define-minor-mode.
4767
4768 * emacs-lisp/pcase.el (pcase--mark-used): New.
4769 (pcase--u1): Use it (bug#12512).
4770
4771 * custom.el (load-theme): Set buffer-file-name so the load is recorded
4772 in load-history with the right file name.
4773
4774 2012-09-28 Tassilo Horn <tsdh@gnu.org>
4775
4776 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
4777 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
4778 (doc-view-get-bounding-box): Make bounding box slicing work for
4779 ODF and DVI documents.
4780
4781 2012-09-28 Glenn Morris <rgm@gnu.org>
4782
4783 * type-break.el (type-break-mode, type-break-interval)
4784 (type-break-good-rest-interval, type-break-keystroke-threshold):
4785 No need to autoload.
4786 (type-break-good-rest-interval, type-break-keystroke-threshold):
4787 Add :set-after.
4788
4789 2012-09-28 Chong Yidong <cyd@gnu.org>
4790
4791 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
4792 Add :version tag.
4793
4794 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
4797
4798 2012-09-27 Glenn Morris <rgm@gnu.org>
4799
4800 * faces.el (x-display-name): Declare (for without-x builds).
4801
4802 * linum.el (linum-format): Don't autoload it. Improve :type.
4803
4804 * progmodes/tcl.el: Don't require outline when compiling.
4805 (outline-regexp, outline-level): Declare.
4806 * textmodes/sgml-mode.el: Don't require outline when compiling.
4807 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
4808
4809 * term.el (term-ansi-reset):
4810 Try setting term-ansi-face-already-done to nil. (Bug#11785)
4811
4812 * vc/vc.el (vc-next-action): Only gripe about committing read-only
4813 files for RCS and SCCS. (Bug#9781)
4814
4815 2012-09-27 Chong Yidong <cyd@gnu.org>
4816
4817 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
4818 change; value should be t.
4819
4820 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * image-mode.el: Use lexical-binding.
4823 (image-mode-winprops): Use t to stand for the window of
4824 a buffer that's not displayed.
4825 * doc-view.el (doc-view-new-window-function): Handle the new
4826 t in winprops.
4827 (doc-view-enlarge): Make it a real nop if the size is not changed.
4828 (doc-view-display): Handle the case where the buffer is not (yet?)
4829 displayed in any window.
4830 (doc-view-saved-settings): New var.
4831 (doc-view-mode): Use it.
4832 (doc-view-fallback-mode): Set it.
4833
4834 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
4835 Set lexical-binding.
4836 (minibuffer-eldef-shorten-default): New var.
4837 (minibuffer-default-in-prompt-regexps): Use it for new default.
4838 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
4839
4840 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
4841
4842 * international/uni-bidi.el:
4843 * international/uni-category.el:
4844 * international/uni-name.el:
4845 * international/uni-numeric.el: Regenerate.
4846
4847 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
4848 Stefan Monnier <monnier@iro.umontreal.ca>
4849
4850 * profiler.el: New file.
4851
4852 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4853
4854 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
4855 (testcover-reinstrument): Simplify with CSE.
4856
4857 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
4858
4859 * window.el (temp-buffer-window-setup): Fix typo in docstring.
4860
4861 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
4862
4863 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
4864 (verilog-auto-input, verilog-auto-insert-lisp)
4865 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
4866 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
4867 (verilog-auto-unused, verilog-auto-wire)
4868 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
4869 newline. Reported by Andrew Jones.
4870 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
4871 Reported by Brad Dobbie.
4872 (verilog-batch-delete-trailing-whitespace):
4873 Create verilog-batch-delete-trailing-whitespace.
4874 Reported by Brad Dobbie.
4875 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
4876 parameters from another module. Reported by Dan Katz.
4877 (verilog-auto, verilog-auto-assign-modport)
4878 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
4879 AUTOINOUTMODPORT for UVM interface module shell generation.
4880 Reported by Brad Dobbie.
4881 (verilog-auto-inst-interfaced-ports): Make default nil, as more
4882 standard behavior.
4883 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
4884 Reported by Matt Martin.
4885
4886 2012-09-25 Martin Rudalics <rudalics@gmx.at>
4887
4888 * window.el (window--resize-child-windows): When resizing child
4889 windows proportionally, process them in reverse order to
4890 preserve the "when splitting a window the new one gets the odd
4891 line" behavior.
4892 (window--resize-root-window-vertically): When resizing the
4893 minibuffer window try to affect only windows at the bottom of the
4894 frame. (Bug#12419)
4895
4896 2012-09-25 Chong Yidong <cyd@gnu.org>
4897
4898 * subr.el (declare): Doc fix.
4899
4900 * help-fns.el (help-fns--obsolete): Handle macros properly.
4901
4902 2012-09-25 Chong Yidong <cyd@gnu.org>
4903
4904 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
4905 this function obsolete.
4906
4907 * calendar/cal-x.el (calendar-two-frame-setup)
4908 (calendar-only-one-frame-setup, calendar-one-frame-setup):
4909 * calendar/calendar.el (american-calendar, european-calendar)
4910 (calendar-for-loop):
4911 * comint.el (comint-dynamic-simple-complete)
4912 (comint-dynamic-complete-as-filename, comint-unquote-filename):
4913 * desktop.el (desktop-load-default):
4914 * dired-x.el (dired-omit-here-always)
4915 (dired-hack-local-variables, dired-default-directory):
4916 * emacs-lisp/derived.el (derived-mode-class):
4917 * emacs-lisp/timer.el (timer-set-time-with-usecs):
4918 * emacs-lock.el (toggle-emacs-lock):
4919 * epa.el (epa-display-verify-result):
4920 * epg.el (epg-sign-keys, epg-start-sign-keys)
4921 (epg-passphrase-callback-function):
4922 * eshell/esh-util.el (eshell-for):
4923 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
4924 (eshell-add-to-window-buffer-names):
4925 * files.el (locate-file-completion):
4926 * imenu.el (imenu-example--create-c-index)
4927 (imenu-example--create-lisp-index)
4928 (imenu-example--lisp-extract-index-name)
4929 (imenu-example--name-and-position):
4930 * international/mule-cmds.el (princ-list):
4931 * international/mule-diag.el (decode-codepage-char):
4932 * international/mule-util.el (detect-coding-with-priority):
4933 * iswitchb.el (iswitchb-read-buffer):
4934 * mail/mailalias.el (mail-complete):
4935 * mail/sendmail.el (mail-sent-via):
4936 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
4937 (mouse-major-mode-menu):
4938 * password-cache.el (password-read-and-add):
4939 * pcomplete.el (pcomplete-parse-comint-arguments):
4940 * progmodes/sh-script.el (sh-maybe-here-document):
4941 * replace.el (query-replace-regexp-eval):
4942 * savehist.el (savehist-load):
4943 * simple.el (choose-completion-delete-max-match):
4944 * term.el (term-dynamic-simple-complete):
4945 * vc/ediff-init.el (ediff-check-version):
4946 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
4947 * vc/vc.el (vc-diff-switches-list):
4948 * view.el (view-return-to-alist-update): Likewise.
4949
4950 * subr.el (eval-next-after-load, makehash, insert-string)
4951 (assoc-ignore-representation, assoc-ignore-case): Use declare to
4952 mark obsolete.
4953 (mode-line-inverse-video): Variable deleted.
4954
4955 * international/mule-util.el (string-to-sequence): Remove.
4956
4957 * calendar/calendar.el (calendar-version):
4958 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
4959 (icalendar-convert-diary-to-ical):
4960 * cus-edit.el (custom-mode):
4961 * ansi-color.el (ansi-color-unfontify-region):
4962 * international/latin1-disp.el (latin1-char-displayable-p):
4963 * progmodes/cwarn.el (turn-on-cwarn-mode):
4964 * progmodes/which-func.el (which-func-update-1):
4965 Use define-obsolete-function-alias.
4966
4967 * net/newst-backend.el (newsticker-cache-filename):
4968 * net/newst-treeview.el (newsticker-groups-filename):
4969 Fix incorrect obsolescence declaration.
4970
4971 * allout.el (allout-passphrase-hint-string): Likewise.
4972 (allout-init): Use a declare form to mark obsolete.
4973
4974 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
4975 this applies to functions.
4976
4977 * iswitchb.el (iswitchb-read-buffer): Move code of
4978 iswitchb-define-mode-map here, and delete that obsolete function.
4979
4980 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
4981 font-lock-reference-face.
4982
4983 2012-09-25 Glenn Morris <rgm@gnu.org>
4984
4985 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
4986 Doc fixes.
4987
4988 * eshell/em-term.el (eshell-term-name):
4989 Default to term-term-name. (Bug#12485)
4990
4991 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
4992
4993 * progmodes/python.el (python-shell-send-buffer): Better handling
4994 of "if __name__ == '__main__':" conditionals when sending the buffer.
4995
4996 2012-09-24 Glenn Morris <rgm@gnu.org>
4997
4998 * eshell/esh-cmd.el (eshell-find-alias-function):
4999 Tighten up file-name regexp. (Bug#12499)
5000
5001 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5002
5003 Enhancements for triple-quote string syntax.
5004 * progmodes/python.el (python-quote-syntax): Remove.
5005 (python-syntax-propertize-function): New value.
5006 (python-syntax-count-quotes, python-syntax-stringify):
5007 New functions.
5008
5009 2012-09-24 Chong Yidong <cyd@gnu.org>
5010
5011 * mail/supercite.el (sc-version): Remove obsolete function.
5012 (sc-describe): Don't mark as obsolete, since it is bound.
5013 (sc-submit-bug-report): Remove.
5014
5015 * vc/log-edit.el (cvs-changelog-full-paragraphs)
5016 (cvs-commit-buffer-require-final-newline): Remove.
5017 (log-edit-require-final-newline)
5018 (log-edit-changelog-full-paragraphs): Default to t.
5019
5020 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
5021 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
5022 * vc/vc.el (vc-checkout-carefully): Likewise.
5023
5024 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
5025 (emerge-version): Remove.
5026
5027 * progmodes/compile.el (compile-internal): Remove.
5028 (compilation-parse-errors-function): Fix typo.
5029
5030 * international/mule.el (set-char-table-default): Remove.
5031 (set-coding-priority, make-coding-system, generic-char-p)
5032 (charset-list, charset-bytes, charset-id): Use declare to mark
5033 functions as obsolete.
5034
5035 * vc/pcvs-defs.el (cvs-buffer-name-alist)
5036 (cvs-invert-ignore-marks): Remove references to obsolete vars.
5037 * vc/vc-hooks.el (vc-default-registered): Don't use
5038 vc-master-templates.
5039
5040 * font-lock.el (font-lock-reference-face):
5041 Use define-obsolete-variable-alias.
5042
5043 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
5044 * calendar/calendar.el (calendar-font-lock-keywords):
5045 * calendar/diary-lib.el (diary-font-lock-keywords)
5046 (diary-fancy-font-lock-keywords):
5047 * textmodes/reftex-sel.el (reftex-insert-docstruct):
5048 * textmodes/reftex-index.el (reftex-insert-index):
5049 * textmodes/reftex-cite.el (reftex-format-bib-entry):
5050 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5051 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5052 * progmodes/prolog.el (prolog-font-lock-keywords):
5053 * progmodes/idlwave.el (idlwave-idl-keywords):
5054 * progmodes/ada-mode.el (ada-font-lock-keywords):
5055 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
5056
5057 2012-09-24 Glenn Morris <rgm@gnu.org>
5058
5059 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
5060
5061 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
5062
5063 * progmodes/python.el (python-indent-line): More consistent cursor
5064 movement behavior.
5065
5066 2012-09-23 Stefan Merten <smerten@oekonux.de>
5067
5068 * textmodes/rst.el: Fix compiler warning.
5069
5070 2012-09-23 Roland Winkler <winkler@gnu.org>
5071
5072 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
5073 Transcribe also LaTeX hyphenation.
5074 (bibtex-reformat): Bug fix. Do not quote twice the elements of
5075 bibtex-reformat-previous-options.
5076
5077 2012-09-23 Roland Winkler <winkler@gnu.org>
5078
5079 * proced.el (proced-renice-command): New variable.
5080 (proced-marked-processes): New function.
5081 (proced-with-processes-buffer): New macro.
5082 (proced-send-signal): Use them.
5083 (proced-renice): New command bound to r.
5084
5085 2012-09-23 Roland Winkler <winkler@gnu.org>
5086
5087 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
5088 ibuffer-saved-filter-groups has one element, shortcut the call of
5089 completing-read. (Bug#12331)
5090
5091 2012-09-23 Chong Yidong <cyd@gnu.org>
5092
5093 * bindings.el (mode-line-toggle-read-only):
5094 * bs.el (bs-toggle-readonly):
5095 * buff-menu.el (Buffer-menu-toggle-read-only):
5096 * dired.el (dired-toggle-read-only):
5097 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
5098
5099 2012-09-23 Chong Yidong <cyd@gnu.org>
5100
5101 * image.el (image-type-available-p): Adapt to init-image-library
5102 argument changes.
5103
5104 2012-09-22 Juri Linkov <juri@jurta.org>
5105
5106 * dired.el (dired-mode-map): Add [remap read-only-mode] for
5107 `dired-toggle-read-only'. (Bug#12462)
5108
5109 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5110
5111 * subr.el (temp-output-buffer-show): New function.
5112 (with-output-to-temp-buffer): Call temp-output-buffer-show
5113 instead of internal-temp-output-buffer-show.
5114
5115 2012-09-22 Chong Yidong <cyd@gnu.org>
5116
5117 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
5118 (Bug#12462).
5119
5120 * repeat.el (repeat): Doc fix (Bug#12348).
5121
5122 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
5123 (Bug#10909).
5124
5125 * simple.el (shell-command-on-region): Doc fix.
5126 (read-only-mode): Doc fix.
5127
5128 2012-09-22 Eli Zaretskii <eliz@gnu.org>
5129
5130 * emacs-lisp/timer.el (run-with-idle-timer)
5131 (timer-activate-when-idle): Warn against reinvoking an idle timer
5132 from within its own timer action. (Bug#12447)
5133
5134 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5135
5136 * cus-start.el (window-combination-limit): Add new optional
5137 values.
5138 * window.el (temp-buffer-window-show)
5139 (window--try-to-split-window): Handle new values of
5140 window-combination-limit (Bug#1806).
5141 (split-window): Test window-combination-limit for t instead of
5142 non-nil.
5143 (display-buffer-at-bottom): New buffer display action function.
5144 * help.el (temp-buffer-resize-regexps): New option.
5145 (temp-buffer-resize-mode): Rewrite doc-string.
5146 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
5147 Don't resize reused window. Suggested by Glenn Morris.
5148
5149 2012-09-22 Stefan Merten <smerten@oekonux.de>
5150
5151 * textmodes/rst.el: Revamp section title faces.
5152 (rst-official-version)
5153 (rst-package-emacs-version-alist): Sync with official version
5154 V1.4.0.
5155 (rst-faces-defaults, rst-set-level-default)
5156 (rst-level-face-max, rst-level-face-base-color)
5157 (rst-level-face-base-light, rst-level-face-format-light)
5158 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
5159 (rst-adornment-faces-alist): Match new setup.
5160 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
5161 (rst-level-5, rst-level-6): New faces.
5162
5163 2012-09-22 Chong Yidong <cyd@gnu.org>
5164
5165 * simple.el (undo): Handle indirect buffers (Bug#8207).
5166
5167 2012-09-21 Leo Liu <sdl.web@gmail.com>
5168
5169 IDO: Disable match re-ordering for buffer switching.
5170 * ido.el (ido-buffer-disable-smart-matches): New variable.
5171 (ido-set-matches-1): Use it. (Bug#2042)
5172
5173 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
5174
5175 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5176 Fix 2011-05-17 change. (Bug#12418)
5177
5178 2012-09-21 Leo Liu <sdl.web@gmail.com>
5179
5180 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
5181
5182 2012-09-21 Glenn Morris <rgm@gnu.org>
5183
5184 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
5185 Be more robust about locating simple.el.
5186
5187 2012-09-21 Glenn Morris <rgm@gnu.org>
5188
5189 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
5190
5191 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
5192
5193 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
5194
5195 2012-09-20 Juri Linkov <juri@jurta.org>
5196
5197 * replace.el (query-replace-read-from): Use `read-regexp' instead
5198 of `read-from-minibuffer' when `regexp-flag' is non-nil.
5199 (occur-read-primary-args): Use `read-regexp' instead of
5200 `read-string'.
5201 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
5202 `read-from-minibuffer'.
5203 * isearch.el (isearch-occur): Use `read-regexp' instead of
5204 `read-string'.
5205 * dired.el (dired-read-regexp): Use `read-regexp' instead of
5206 `read-from-minibuffer'.
5207 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
5208 of `read-string'. (Bug#7567)
5209
5210 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
5211 and allow accepting a list of strings prepended to a list of
5212 standard default values. Doc fix. (Bug#12321)
5213
5214 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
5215
5216 * replace.el (read-regexp): Don't add ": " when PROMPT already
5217 ends with a colon and space. (Bug#12321)
5218
5219 2012-09-20 Tassilo Horn <tsdh@gnu.org>
5220
5221 * doc-view.el (doc-view-display): Better fix for the cl-assertion
5222 error.
5223
5224 2012-09-20 Stefan Merten <smerten@oekonux.de>
5225
5226 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
5227 Fixes feature request bug#11711.
5228 (rst-mode): Create `imenu-create-index-function'.
5229 (rst-get-stripped-line): Delete after refactoring.
5230 (rst-section-tree, rst-section-tree-rec)
5231 (rst-section-tree-point): Refactor and document properly.
5232 (rst-imenu-find-adornments-for-position)
5233 (rst-imenu-convert-cell, rst-imenu-create-index):
5234 New function.
5235
5236 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5237
5238 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
5239 (macroexp--expand-all): Use it.
5240 (macroexp--funcall-and-return): Remove by folding it into its sole
5241 caller (macroexp--warn-and-return).
5242 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
5243 Use macroexp--obsolete-warning.
5244
5245 * calc/calc.el: Fix last change by removing the whole chunk, since it
5246 was only needed back when Calc was not bundled.
5247
5248 2012-09-20 Martin Rudalics <rudalics@gmx.at>
5249
5250 * emacs-lisp/debug.el (debug): Restore assignment to
5251 debugger-old-buffer removed on 2012-09-08.
5252
5253 2012-09-20 Juri Linkov <juri@jurta.org>
5254
5255 * dired-aux.el (dired-diff): Remove (require 'diff) since
5256 `diff-latest-backup-file' is now autoloaded.
5257
5258 2012-09-20 Chong Yidong <cyd@gnu.org>
5259
5260 * vc/diff.el (diff-latest-backup-file): Autoload.
5261
5262 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5263
5264 * calc/calc.el: Remove redundant autoload shape check.
5265 (sel-mode): Don't defvar.
5266 (calc-get-stack-element): Add `sel-mode' arg instead.
5267 (calc-top, calc-top-list): Pass it this additional argument.
5268 * calc/calc-store.el (calc-store-map):
5269 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
5270 (calc-map-equation, calc-outer-product, calc-inner-product):
5271 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
5272
5273 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
5274
5275 2012-09-19 Juri Linkov <juri@jurta.org>
5276
5277 * dired-aux.el (dired-diff): Add (require 'diff) because
5278 `diff-latest-backup-file' is not autoloaded.
5279 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
5280 of `dired-get-filename' to t to not report error when there is
5281 no default file on the current line.
5282
5283 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5284
5285 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
5286 macroexp--eval-if-compile.
5287 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
5288 (macroexp--expand-all): Use them (bug#12371).
5289
5290 * doc-view.el (doc-view-guess-paper-size)
5291 (doc-view-scale-bounding-box): Fix unbound `caddr'.
5292
5293 2012-09-19 Tassilo Horn <tsdh@gnu.org>
5294
5295 New feature: set optimal slice from BoundingBox information.
5296 * doc-view.el (doc-view-mode-map): Add keybinding.
5297 (doc-view-menu): Add menu entry.
5298 (doc-view-set-slice): Adapt docstring.
5299 (doc-view-get-bounding-box, doc-view-guess-paper-size)
5300 (doc-view-scale-bounding-box)
5301 (doc-view-set-slice-from-bounding-box): New functions.
5302 (doc-view-paper-sizes): New defvar.
5303
5304 2012-09-19 Glenn Morris <rgm@gnu.org>
5305
5306 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
5307 (byte-compile-log-warning): Autoload. (Bug#12371)
5308
5309 * calendar/calendar.el (calendar-american-month-header)
5310 (calendar-european-month-header, calendar-iso-month-header)
5311 (calendar-month-header): New options.
5312 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
5313 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
5314
5315 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
5316
5317 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
5318
5319 2012-09-18 Juri Linkov <juri@jurta.org>
5320
5321 * dired-aux.el (dired-diff): Restore original functionality of
5322 getting the default value, but keep new feature of using the
5323 latest existing backup file (`diff-latest-backup-file').
5324
5325 2012-09-18 Juri Linkov <juri@jurta.org>
5326
5327 * dired.el (dired-mark): If the region is active in Transient Mark
5328 mode, mark all files in the active region. Doc fix.
5329 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
5330 Doc fix. (Bug#10624)
5331
5332 2012-09-18 Juri Linkov <juri@jurta.org>
5333
5334 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
5335 attributes for M-n are pulled from the file at point.
5336 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
5337 Suggested by Drew Adams. (Bug#10624)
5338
5339 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
5340
5341 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
5342 whitespace after "end".
5343 (ruby-do-end-to-brace): Collapse block to one line if it fits
5344 within fill-column.
5345
5346 2012-09-18 Martin Rudalics <rudalics@gmx.at>
5347
5348 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
5349 value.
5350 (debug): Don't remove debugger window when debugger is expected
5351 to be back.
5352
5353 2012-09-18 Chong Yidong <cyd@gnu.org>
5354
5355 * custom.el (defface): Doc fix.
5356
5357 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
5358
5359 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
5360
5361 * progmodes/compile.el (compilation-start): Use compilation-always-kill
5362 to initialize query-on-exit; then test that instead (bug#12288).
5363
5364 2012-09-17 Stefan Merten <smerten@oekonux.de>
5365
5366 * textmodes/rst.el: Add support for `testcover'.
5367 (rst-defcustom-testcover, rst-testcover-add-compose)
5368 (rst-testcover-add-1value): New functions.
5369 (rst-portable-mark-active-p): Replace by `use-region-p'.
5370 (rst-update-section, rst-classify-adornment)
5371 (rst-find-title-line): Mark `1value' forms.
5372 (rst-classify-adornment): Remove superfluous form.
5373 (rst-update-section, rst-get-adornments-around)
5374 (rst-adornment-complete-p, rst-get-next-adornment)
5375 (rst-adjust, rst-promote-region)
5376 (rst-display-adornments-hierarchy, rst-straighten-adornments)
5377 (rst-find-pfx-in-region, rst-section-tree-rec)
5378 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
5379 (rst-toc-node, rst-toc, rst-forward-section)
5380 (rst-iterate-leftmost-paragraphs)
5381 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
5382 (rst-bullet-list-region)
5383 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
5384 (rst-compile-find-conf, rst-compile)
5385 (rst-repeat-last-character): Fix style.
5386
5387 2012-09-17 Chong Yidong <cyd@gnu.org>
5388
5389 * comint.el (comint--complete-file-name-data): Don't add a space
5390 if the status is `sole'; that adds a gratuitous space in the
5391 completion-cycling case (Bug#12092).
5392
5393 * pcomplete.el (pcomplete-completions-at-point): Likewise.
5394
5395 2012-09-17 Richard Stallman <rms@gnu.org>
5396
5397 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
5398 only in the mime-shown mode, not in raw mode.
5399 (rmail-mime): Toggle off mime by displaying the message without
5400 mime processing. (Bug#12305)
5401
5402 * mail/rmail.el (rmail-retry-failure):
5403 Turn off mime processing first. (Bug#12037)
5404
5405 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
5406
5407 2012-09-17 Chong Yidong <cyd@gnu.org>
5408
5409 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
5410 (shell-dynamic-complete-functions): Convert to defcustom.
5411 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
5412
5413 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
5414 * comint.el (comint-prompt-read-only):
5415 * custom.el (defcustom):
5416 * hi-lock.el (hi-lock-mode):
5417 * ibuffer.el (ibuffer-formats):
5418 * ielm.el (ielm-prompt-read-only):
5419 * novice.el (disable-command):
5420 * saveplace.el (toggle-save-place):
5421 * speedbar.el (speedbar-supported-extension-expressions):
5422 * startup.el (auto-save-list-file-prefix, init-file-user)
5423 (after-init-hook, inhibit-startup-echo-area-message):
5424 * strokes.el (strokes-help):
5425 * time-stamp.el (time-stamp):
5426 * calendar/calendar.el (calendar, diary-file):
5427 * calendar/diary-lib.el (diary-mail-entries, diary)
5428 (diary-list-entries-hook):
5429 * calendar/holidays.el (holidays, calendar-holidays):
5430 * calendar/lunar.el (lunar-phases):
5431 * calendar/solar.el (sunrise-sunset):
5432 * emulation/edt.el (edt-load-keys):
5433 * emulation/viper.el (viper-mode):
5434 * eshell/em-alias.el (eshell-command-aliases-list):
5435 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5436 * international/ogonek.el (ogonek-information):
5437 * net/tramp-cmds.el (tramp-bug):
5438 * net/quickurl.el (quickurl-reread-hook-postfix):
5439 * play/decipher.el (decipher-font-lock-keywords):
5440 * progmodes/cc-styles.el (c-set-style):
5441 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
5442 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5443 * progmodes/octave-mod.el (octave-mode):
5444 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
5445 * progmodes/verilog-mode.el (verilog-read-defines):
5446 * textmodes/two-column.el (2C-mode): Likewise.
5447
5448 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5449
5450 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
5451 that holds many addresses.
5452
5453 2012-09-16 Chong Yidong <cyd@gnu.org>
5454
5455 * align.el (align-areas): Call the indication function with
5456 positions instead of markers for arguments (Bug#12343).
5457
5458 * files.el (parse-colon-path): Use split-string (Bug#12351).
5459
5460 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5461 (display-buffer-function): Mark as obsolete.
5462
5463 * progmodes/compile.el (compilation-parse-errors): Accept list
5464 values similar to font-lock-keywords (Bug#12136).
5465 Suggested by Oleksandr Manzyuk.
5466 (compilation-error-regexp-alist): Doc fix.
5467
5468 2012-09-15 Glenn Morris <rgm@gnu.org>
5469
5470 * version.el (emacs-bzr-version-bzr): New function.
5471 (emacs-bzr-get-version): Add optional EXTERNAL argument.
5472
5473 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
5474 checkouts, check the parent dirstate matches the branch.
5475 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
5476 empty string.
5477
5478 * version.el (emacs-bzr-version): Doc fix.
5479 (emacs-bzr-version-dirstate): New function.
5480 (emacs-bzr-get-version): For lightweight checkouts, if the parent
5481 is local try and check that it matches the branch. If not, just
5482 use dirstate information. (Bug#12441)
5483
5484 2012-09-14 Juri Linkov <juri@jurta.org>
5485
5486 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
5487 (Bug#12399)
5488
5489 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5490
5491 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
5492
5493 * emacs-lisp/edebug.el: Miscellaneous cleanup.
5494 Remove obsolete byte-compiler hack that tried to silence some warnings.
5495 (edebug-submit-bug-report): Remove.
5496 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
5497 Remove aliases, use the un-prefixed name instead.
5498 (edebug-pop-to-buffer): Consider other frames.
5499 (edebug-original-read):: Make it more obvious that it's always defined.
5500 (edebug--make-form-data-entry, edebug--form-data-name)
5501 (edebug--form-data-begin, edebug--form-data-end): Rename from the
5502 single-dashed name, and implement with cl-defstruct.
5503 (edebug-set-form-data-entry): Use the standard accessors.
5504 (edebug-make-top-form-data-entry): Use push.
5505 (edebug-no-match): Drop useless `funcall'.
5506 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
5507 to functions.
5508 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
5509 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
5510 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
5511 (easy-menu-define, with-custom-print): Remove redundant specs.
5512 (edebug-outside-overriding-local-map)
5513 (edebug-outside-overriding-terminal-local-map): Remove, unused.
5514 (edebug--display): Bind unread-command-events directly to nil rather
5515 than binding it to unread-command-events and later setting it to nil.
5516 (edebug--display): Kill edebug-eval-buffer here...
5517 (edebug--recursive-edit): ...rather than here.
5518 Bind standard-output and standard-input.
5519 (edebug-eval): Check cl-macroexpand-all is fboundp.
5520 (edebug-temp-display-freq-count): Fix last change.
5521
5522 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
5523 * subr.el (noreturn, 1value): Add `debug' spec.
5524 * emacs-lisp/advice.el: Require cl-lib.
5525 (ad-copy-tree): Remove, use copy-tree instead.
5526 (ad-dolist): Remove use dolist or cl-dolist instead.
5527 (ad-do-return): Remove, use cl-return instead.
5528 (defadvice): Add `debug' spec.
5529
5530 2012-09-13 Juri Linkov <juri@jurta.org>
5531
5532 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
5533 (Bug#12399)
5534
5535 2012-09-13 Glenn Morris <rgm@gnu.org>
5536
5537 * calc/calc.el (math-compose-expr):
5538 * calc/calc-ext.el (math-compose-expr):
5539 * progmodes/cc-defs.el (cl-macroexpand-all):
5540 * progmodes/cc-langs.el (delete-duplicates, mapcan)
5541 (cl-macroexpand-all): Update declarations.
5542
5543 * vc/vc.el: No need to require ediff.
5544 (ediff-load-version-control): Declare.
5545 (ediff-vc-internal): Fix declaration.
5546 (vc-version-ediff): Require ediff.
5547
5548 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5549
5550 Use a more backwards-compatible timer format (Bug#12430).
5551 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
5552 being right after USECS, as that better supports old code that
5553 inadvisedly looked directly at the timer vector.
5554
5555 2012-09-13 Kenichi Handa <handa@gnu.org>
5556
5557 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5558 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
5559 `coding-priority' property of these language environment.
5560
5561 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5562
5563 Fix glitches caused by addition of psec to timers (Bug#12430).
5564 * image.el (image-animate-timer):
5565 * time.el (display-time-world-timer):
5566 Use timer--function and timer--args rather than raw access to
5567 timer vector.
5568
5569 2012-09-13 Glenn Morris <rgm@gnu.org>
5570
5571 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5572 If not compiling a file, try using load-file-name.
5573
5574 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5575
5576 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
5577 Fix last change.
5578 (edebug-update-eval-list): Use `push'.
5579
5580 * emacs-lisp/edebug.el: Use lexical-binding.
5581 Remove the "edebug-" prefix from non-dynamically-scoped variables.
5582 Mark unused args with underscore.
5583 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
5584 (edebug-form-data): Use defvar-local.
5585 (edebug-make-before-and-after-form, edebug-make-after-form):
5586 Use backquote.
5587 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
5588 Not dynamically scoped any more.
5589 (edebug--enter-trace): Add arguments `function' and `args'.
5590 Rename from edebug-enter-trace.
5591 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
5592 (edebug--update-coverage): Add `after-index' and `value' args.
5593 Rename from edebug-update-coverage.
5594 (edebug-slow-after): Call it accordingly.
5595 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
5596 edebug-recursive-edit.
5597 (edebug--display): Call it accordingly. Add args `value',
5598 `offset-index', and `arg-mode'. Rename from edebug-display.
5599 (edebug-debugger, edebug): Call it accordingly.
5600 (edebug-eval-display-list): Use dolist.
5601
5602 2012-09-12 Juri Linkov <juri@jurta.org>
5603
5604 * info.el (Info-search): Don't check for isearch-mode and
5605 isearch-regexp before let-binding search-spaces-regexp to
5606 Info-search-whitespace-regexp.
5607 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
5608 search-whitespace-regexp if isearch-lax-whitespace or
5609 isearch-regexp-lax-whitespace is non-nil.
5610 (Info-mode): Don't set local variable search-whitespace-regexp.
5611 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
5612
5613 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5614
5615 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
5616 (debugger-env-macro): Remove support for unread-command-char.
5617
5618 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
5619 the temporary map re-appearing on emulation-mode-map-alists.
5620
5621 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
5622 since 22.1.
5623
5624 * ehelp.el (with-electric-help): Accept functions in
5625 electric-help-form-to-execute.
5626 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
5627 And replace unread-command-char -> unread-command-events.
5628
5629 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
5630
5631 Sync with Tramp 2.2.6.
5632
5633 * net/tramp.el (tramp-accept-process-output): Don't use
5634 JUST-THIS-ONE in the XEmacs case.
5635
5636 * net/trampver.el: Update release number.
5637
5638 2012-09-12 Martin Rudalics <rudalics@gmx.at>
5639
5640 * emacs-lisp/debug.el (debugger-previous-window-height):
5641 New variable.
5642 (debug): When debugger-jumping-flag is non-nil try to restore
5643 height of debugger window. (Bug#8789)
5644
5645 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
5648 overriding-local-map and pre/post-command-hook here.
5649 (edebug-recursive-edit): Do it here instead (bug#12345).
5650 (edebug-outside-unread-command-char): Remove all uses of
5651 unread-command-char.
5652
5653 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
5654 inhibit-debugger is bound instead.
5655
5656 2012-09-11 Bastien Guerry <bzg@gnu.org>
5657
5658 * subr.el (set-temporary-overlay-map): Add a docstring.
5659 (Bug#12346)
5660
5661 2012-09-11 Bastien Guerry <bzg@gnu.org>
5662
5663 * minibuffer.el (completion-table-subvert): Fix docstring.
5664 (Bug#12347)
5665
5666 2012-09-11 Bastien Guerry <bzg@gnu.org>
5667
5668 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
5669
5670 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
5671
5672 * progmodes/sql.el: Version 3.1
5673 (sql-db2-escape-newlines): New variable.
5674 (sql-escape-newlines-filter): Use it.
5675
5676 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
5677
5678 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
5679
5680 2012-09-10 Dan Nicolaescu <dann@gnu.org>
5681
5682 * vc/diff-mode.el (diff-mode-menu):
5683 Bind diff-remove-trailing-whitespace.
5684
5685 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5686
5687 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
5688 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
5689 (emacs-lisp-byte-code-mode): New functions.
5690 (eval-sexp-add-defvars): Don't skip defvars in column >0.
5691 (eval-defun-2): Remove bogus interactive spec.
5692 (lisp-indent-line): Remove redundant whole-exp code, now done in
5693 indent-according-to-mode.
5694 (save-match-data): Remove redundant indent data.
5695
5696 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
5697 Use `declare'.
5698
5699 2012-09-09 Juri Linkov <juri@jurta.org>
5700
5701 * replace.el (replace-regexp-lax-whitespace): New defcustom.
5702 (replace-lax-whitespace, query-replace-regexp)
5703 (query-replace-regexp-eval, replace-regexp): Doc fix.
5704 (perform-replace, replace-highlight): Let-bind
5705 isearch-lax-whitespace to replace-lax-whitespace and
5706 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
5707
5708 * isearch.el (isearch-query-replace): Let-bind
5709 replace-lax-whitespace to isearch-lax-whitespace and
5710 replace-regexp-lax-whitespace to
5711 isearch-regexp-lax-whitespace. (Bug#10885)
5712
5713 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
5716
5717 2012-09-09 Alan Mackenzie <acm@muc.de>
5718
5719 * progmodes/cc-engine.el (c-state-cache-init):
5720 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
5721 (c-record-parse-state-state):
5722 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
5723
5724 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
5725
5726 * register.el (register-separator): Rename from
5727 separator-register. All uses changed. Doc fix.
5728 (register): Fix version.
5729
5730 2012-09-09 Chong Yidong <cyd@gnu.org>
5731
5732 * replace.el (query-replace-map): Bind four new symbols for
5733 requesting window scrolling.
5734
5735 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
5736 query-replace-map (Bug#8948).
5737
5738 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
5739
5740 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
5741 since they are now in query-replace-map.
5742
5743 * window.el (scroll-other-window-down): Make the arg optional.
5744
5745 2012-09-09 Chong Yidong <cyd@gnu.org>
5746
5747 * files.el (hack-local-variables-confirm): Use quit-window to kill
5748 the *Local Variables* buffer.
5749
5750 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5751
5752 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
5753 not just expect to be at its beginning. Adjust callees.
5754 Succeed when do-end block has no space before the pipe character.
5755 (ruby-brace-to-do-end): When the original block is one-liner,
5756 convert to multiline. Reindent the result.
5757
5758 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
5759
5760 * register.el (register): New group.
5761 (separator-register): New user option.
5762 (increment-register): Route it to `append-to-register', if
5763 register contains text. Implication is that `C-x r +' can now be
5764 used for appending to a text register (bug#12217).
5765 (append-to-register, prepend-to-register): Add separator based on
5766 `separator-register'.
5767
5768 2012-09-08 Alan Mackenzie <acm@muc.de>
5769
5770 AWK Mode: make auto-newline work when there's "==" in the pattern.
5771 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
5772 correctly.
5773 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
5774 Test more rigorously for "=" token.
5775
5776 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5777
5778 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
5779 Only fail when reached LIMIT.
5780
5781 2012-09-08 Chong Yidong <cyd@gnu.org>
5782
5783 * dired.el (dired-mode-map): Don't bind M-=.
5784
5785 * dired-aux.el (dired-diff): Use backup file as default.
5786
5787 2012-09-08 Drew Adams <drew.adams@oracle.com>
5788
5789 * subr.el (add-to-history): Fix delete usage (Bug#12314).
5790
5791 2012-09-08 Chong Yidong <cyd@gnu.org>
5792
5793 * subr.el (syntax-after, syntax-class): Doc fix.
5794
5795 2012-09-08 Martin Rudalics <rudalics@gmx.at>
5796
5797 * window.el (display-buffer-in-previous-window): New buffer
5798 display action function.
5799
5800 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
5801 (debugger-previous-window): New variable.
5802 (debug): Rewrite using display-buffer-in-previous-window,
5803 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
5804
5805 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5806
5807 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
5808
5809 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
5810
5811 * progmodes/python.el (python-shell-send-string):
5812 When default-directory is remote, create temp file on remote
5813 filesystem.
5814 (python-shell-send-file): When file is remote, pass local view of
5815 file paths to remote Python interpreter. (Bug#12340)
5816
5817 2012-09-07 Chong Yidong <cyd@gnu.org>
5818
5819 * window.el (switch-to-buffer): Doc fix (Bug#12181).
5820
5821 * files.el (after-find-file): Don't fail on a read-only buffer if
5822 require-final-newline is `visit' or `visit-save' (Bug#11156).
5823
5824 * subr.el (read-char-choice): Allow quitting via ESC ESC.
5825
5826 * userlock.el (ask-user-about-supersession-threat):
5827 Use read-char-choice (Bug#12093).
5828
5829 2012-09-07 Chong Yidong <cyd@gnu.org>
5830
5831 * subr.el (buffer-narrowed-p): New function.
5832
5833 * ses.el (ses-widen):
5834 * simple.el (count-words--buffer-message):
5835 * net/browse-url.el (browse-url-of-buffer): Use it.
5836
5837 * simple.el (count-words-region): Don't signal an error if there
5838 is a non-nil prefix arg and the mark is not set.
5839
5840 * help.el (describe-key-briefly): Allow the message to be seen
5841 when invoked from the minibuffer (Bug#7014).
5842
5843 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
5844
5845 * progmodes/ruby-mode.el (ruby-end-of-defun)
5846 (ruby-beginning-of-defun): Simplify, allow indentation before
5847 block beginning and end keywords.
5848 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
5849 (ruby-end-of-defun): Expect that the point is at the beginning of
5850 the defun.
5851
5852 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5853
5854 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
5855 (bug#12367).
5856 (cl--make-usage-args): Strip _ from argument names.
5857
5858 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5859
5860 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
5861 obsolete alias speedbar-key-map.
5862 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
5863 (vhdl-index-menu-init): Don't use obsolete variable
5864 font-lock-maximum-size.
5865
5866 2012-09-06 Chong Yidong <cyd@gnu.org>
5867
5868 * frame.el (window-system-version): Mark as obsolete.
5869
5870 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
5871 of obsolete variable speedbar-key-map.
5872
5873 2012-09-06 Juri Linkov <juri@jurta.org>
5874
5875 * replace.el (replace-lax-whitespace): New defcustom.
5876 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5877 (replace-string, replace-regexp): Mention it in docstrings.
5878 (perform-replace, replace-highlight): Let-bind
5879 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
5880 to the values of replace-lax-whitespace and regexp-flag.
5881 Don't let-bind search-whitespace-regexp. (Bug#10885)
5882
5883 * isearch.el (isearch-query-replace): Let-bind
5884 replace-lax-whitespace instead of let-binding
5885 replace-search-function and replace-re-search-function.
5886 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
5887 and isearch-regexp-lax-whitespace to lazy-highlight variables.
5888 (isearch-toggle-symbol): Set isearch-regexp to nil
5889 in isearch-word mode (like in isearch-toggle-word).
5890
5891 2012-09-06 Juri Linkov <juri@jurta.org>
5892
5893 * replace.el (replace-search-function)
5894 (replace-re-search-function): Set default values to nil.
5895 (perform-replace): Let-bind isearch-related variables based on
5896 replace-related values, call `isearch-search-fun' and let-bind
5897 the result to `search-function'. Remove code that sets
5898 `search-function' and `search-string' separately for
5899 `delimited-flag'.
5900 (replace-highlight): Add new argument `delimited-flag' and
5901 rename other arguments to the names used in `perform-replace'.
5902 Let-bind `isearch-word' to the argument `delimited-flag'.
5903 (Bug#10885, bug#10887)
5904
5905 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
5906
5907 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
5908 ruby-beginning-of-indent, simplify, allow all keywords to have
5909 indentation before them.
5910 (ruby-beginning-of-indent): Adjust for above. Search until the
5911 found point is not inside a string or comment.
5912 (ruby-font-lock-keywords): Allow symbols to start with "@"
5913 character, give them higher priority than variables.
5914 (ruby-syntax-propertize-function)
5915 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
5916 matchers. Expression expansions are not comments when inside a
5917 string, and there comment syntax status is irrelevant.
5918 (ruby-match-expression-expansion): New function. Check that
5919 expression expansion is inside a string, and it's not escaped.
5920 (ruby-font-lock-keywords): Use it.
5921
5922 2012-09-05 Martin Rudalics <rudalics@gmx.at>
5923
5924 * help.el (temp-buffer-max-height): New default value.
5925 (temp-buffer-resize-frames): New option.
5926 (resize-temp-buffer-window): Optionally resize frame.
5927
5928 * window.el (fit-frame-to-buffer-bottom-margin): New option.
5929 (fit-frame-to-buffer): New function.
5930
5931 2012-09-05 Glenn Morris <rgm@gnu.org>
5932
5933 * emulation/cua-rect.el (cua--init-rectangles):
5934 * textmodes/picture.el (picture-mode-map):
5935 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
5936 like forward-char and backward-char. (Bug#12317)
5937
5938 2012-09-05 Leo Liu <sdl.web@gmail.com>
5939
5940 * progmodes/flymake.el (flymake-warning-re): New variable.
5941 (flymake-parse-line): Use it.
5942
5943 2012-09-05 Glenn Morris <rgm@gnu.org>
5944
5945 * calendar/holidays.el (holiday-christian-holidays):
5946 Rename an entry. (Bug#12289)
5947
5948 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
5949
5950 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
5951 (bug#12222).
5952
5953 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5954
5955 * loadup.el: Load macroexp. Remove hack.
5956 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
5957 (macroexp--expand-all): Use it to get better warnings.
5958 (macroexp--backtrace, macroexp--trim-backtrace-frame)
5959 (internal-macroexpand-for-load): New functions.
5960 (macroexp--pending-eager-loads): New var.
5961 (emacs-startup-hook): New hack to replace one in loadup.el.
5962 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
5963 (cl--compiler-macro-cXXr): Move to top, before they can be used.
5964 (cl-psetf): Simplify.
5965 (cl-defstruct): Add indent rule.
5966
5967 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
5968
5969 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
5970 over `user-mail-address' for the SMTP MAIL FROM envelope.
5971 (smtpmail-via-smtp): Ditto.
5972
5973 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
5974
5975 * progmodes/ruby-mode.el: Clean up keybindings.
5976 (ruby-mode-map): Don't bind ruby-electric-brace,
5977 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
5978 backward-kill-word, reindent-then-newline-and-indent.
5979 (ruby-mark-defun): Remove.
5980 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
5981 (ruby-mode): Set local beginning-of-defun-function and
5982 end-of-defun-function values.
5983
5984 2012-09-03 Martin Rudalics <rudalics@gmx.at>
5985
5986 * window.el (temp-buffer-window-setup-hook)
5987 (temp-buffer-window-show-hook): New hooks.
5988 (temp-buffer-window-setup, temp-buffer-window-show)
5989 (with-temp-buffer-window): New functions.
5990 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
5991 (special-display-popup-frame): Make sure the window used shows BUFFER.
5992
5993 * help.el (temp-buffer-resize-mode): Fix doc-string.
5994 (resize-temp-buffer-window): New optional argument WINDOW.
5995
5996 * files.el (recover-file, save-buffers-kill-emacs):
5997 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
5998
5999 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
6000
6001 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
6002 remote definition of `default-directory', ensure we can connect.
6003
6004 2012-09-02 Juri Linkov <juri@jurta.org>
6005
6006 Toggle whitespace matching mode with M-s SPC.
6007 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
6008
6009 * isearch.el (search-whitespace-regexp): Doc fix.
6010 Remove cons cell customization.
6011 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
6012 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
6013 New variables.
6014 (isearch-forward, isearch-forward-regexp): Doc fix.
6015 (isearch-toggle-lax-whitespace): New command.
6016 (search-forward-lax-whitespace, search-backward-lax-whitespace)
6017 (re-search-forward-lax-whitespace)
6018 (re-search-backward-lax-whitespace): New functions.
6019 (isearch-whitespace-regexp): Remove function.
6020 (isearch-query-replace): Let-bind replace-search-function and
6021 replace-re-search-function.
6022 (isearch-occur): Let-bind search-spaces-regexp according to the
6023 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
6024 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
6025 condition for C-q SPC.
6026 (isearch-search-fun-default): Use new functions mentioned above.
6027 (isearch-search-forward, isearch-search-backward): Remove functions.
6028 (isearch-search): Don't let-bind search-spaces-regexp.
6029 (isearch-lazy-highlight-space-regexp): Remove variable.
6030 (isearch-lazy-highlight-lax-whitespace)
6031 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
6032 (isearch-lazy-highlight-new-loop): Use them.
6033 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
6034
6035 2012-09-02 Chong Yidong <cyd@gnu.org>
6036
6037 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
6038
6039 2012-09-02 Glenn Morris <rgm@gnu.org>
6040
6041 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
6042
6043 2012-09-01 Glenn Morris <rgm@gnu.org>
6044
6045 * term.el: Tidy up menu definitions.
6046 (term-mode-map): Use easymenu for In/Out, Complete menus.
6047 (term-pager-break-map): Initialize in the defvar.
6048 (term-terminal-menu, term-signals-menu): Define with easymenu.
6049 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
6050 (term-pager-menu): New, extracted from term-process-pager.
6051 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
6052 (term-update-mode-line): Propertize line/char and page items.
6053 (term-process-pager): Move keymap initialization elsewhere.
6054
6055 2012-09-01 Martin Rudalics <rudalics@gmx.at>
6056
6057 * window.el (switch-to-prev-buffer): Handle additional values of
6058 BURY-OR-KILL argument. Don't switch in minibuffer window.
6059 (switch-to-next-buffer): Don't switch in minibuffer window.
6060 (quit-restore-window): New function based on quit-window.
6061 Handle additional values of former KILL argument.
6062 (quit-window): Call quit-restore-window with appropriate
6063 interpretation of KILL argument.
6064 (display-buffer-below-selected): New buffer display action
6065 function.
6066
6067 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6068
6069 * minibuffer.el (completion-at-point-functions): Complete docstring
6070 (bug#12254).
6071
6072 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
6073
6074 Better seed support for (random).
6075 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
6076 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
6077 * play/mpuz.el, play/tetris.el, play/zone.el:
6078 * calc/calc-comb.el (math-init-random-base):
6079 * play/blackbox.el (bb-init-board):
6080 * play/life.el (life):
6081 * server.el (server-use-tcp):
6082 * type-break.el (type-break):
6083 Remove unnecessary call to (random t).
6084 * net/sasl.el (sasl-unique-id-function):
6085 Change (random t) to (random), now that the latter is more random.
6086 * play/life.el (life-initialized): Remove no-longer-needed var.
6087
6088 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
6089
6090 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6091 Consider frame's buffer predicate when choosing the buffer.
6092 (Bug#12081)
6093
6094 2012-08-30 Richard Stallman <rms@gnu.org>
6095
6096 * simple.el (special-mode-map): Delete binding for `z'.
6097
6098 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
6099
6100 * progmodes/compile.el (compilation-always-kill): Doc fix.
6101
6102 2012-08-30 Chong Yidong <cyd@gnu.org>
6103
6104 * window.el (display-buffer-reuse-frames): Make the obsolescence
6105 message more informative.
6106
6107 2012-08-30 Glenn Morris <rgm@gnu.org>
6108
6109 * paren.el (show-paren-delay):
6110 Add a :set function. Doc fix. (Bug#12297)
6111
6112 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
6113
6114 * progmodes/compile.el (compilation-always-kill): New var.
6115 (compilation-start): Use it.
6116
6117 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6118
6119 * simple.el (read-only-mode): Move from files.el for bootstrapping.
6120 * files.el (read-only-mode): Move to simple.el.
6121
6122 * files.el (read-only-mode): New minor mode.
6123 (toggle-read-only): Use it and mark obsolete.
6124 (find-file--read-only):
6125 * vc/vc.el (vc-next-action, vc-checkout):
6126 * vc/vc-cvs.el (vc-cvs-checkout):
6127 * obsolete/vc-mcvs.el (vc-mcvs-update):
6128 * ffap.el (ffap--toggle-read-only): Update callers.
6129
6130 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
6131
6132 * eshell/esh-ext.el (eshell-external-command): Do not examine
6133 remote shell scripts.
6134 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
6135
6136 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
6137 "/usr/local/sbin".
6138
6139 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
6142
6143 2012-08-28 Leo Liu <sdl.web@gmail.com>
6144
6145 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
6146 completion-at-point. (Bug#12220)
6147
6148 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
6149
6150 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
6151
6152 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6153
6154 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
6155 be buffer-local; add delete-trailing-whitespace (bug#12259).
6156
6157 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
6158
6159 * progmodes/hideif.el (hif-compress-define-list):
6160 Fix typo. (Bug#11951)
6161
6162 2012-08-28 Dan Nicolaescu <dann@gnu.org>
6163
6164 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
6165 buffer local setting.
6166
6167 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
6168 rcirc-encode-coding-system.
6169
6170 2012-08-28 Leo Liu <sdl.web@gmail.com>
6171
6172 * net/rcirc.el (rcirc-split-message): New function.
6173 (rcirc-send-message): Use it. (Bug#12051)
6174
6175 2012-08-28 Juri Linkov <juri@jurta.org>
6176
6177 * info.el (Info-fontify-node): Hide empty lines at the end of
6178 the node. (Bug#12272)
6179
6180 2012-08-27 Drew Adams <drew.adams@oracle.com>
6181
6182 * dired.el (dired-pop-to-buffer): Make window start at beginning
6183 of buffer (Bug#12281).
6184
6185 2012-08-26 Chong Yidong <cyd@gnu.org>
6186
6187 * window.el (special-display-regexps, special-display-frame-alist)
6188 (special-display-buffer-names, special-display-function)
6189 (display-buffer-reuse-frames): Mark as obsolete.
6190
6191 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
6192
6193 * help.el (help-print-return-message): Don't treat
6194 display-buffer-reuse-frames specially.
6195
6196 2012-08-26 Chong Yidong <cyd@gnu.org>
6197
6198 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6199 New variable, replacing gdb-frame-parameters.
6200 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
6201 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
6202 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
6203 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
6204 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
6205 the functions directly with gdb-display-buffer-other-frame-action.
6206 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
6207 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
6208 (gdb-display-stack-buffer, gdb-display-locals-buffer)
6209 (gdb-display-registers-buffer): Define directly.
6210 (def-gdb-display-buffer): Macro deleted.
6211 (gdb-display-buffer): Remove second and third args, callers don't
6212 use them. Defer to the default display-buffer behavior, apart
6213 from making windows dedicated.
6214 (gdb-setup-windows): Don't call display-buffer unnecessarily.
6215
6216 * progmodes/gud.el (gud-display-line): Just use display-buffer.
6217
6218 * window.el (display-buffer-pop-up-frame): Handle a
6219 pop-up-frame-parameters alist entry.
6220 (display-buffer): Document it.
6221
6222 2012-08-26 Chong Yidong <cyd@gnu.org>
6223
6224 * isearch.el (search-whitespace-regexp): Make string and nil
6225 values apply to both ordinary and regexp search. Allow a cons
6226 cell value to distinguish between the two.
6227 (isearch-whitespace-regexp, isearch-search-forward)
6228 (isearch-search-backward): New functions.
6229 (isearch-occur, isearch-search-fun-default, isearch-search)
6230 (isearch-lazy-highlight-new-loop): Use them.
6231 (isearch-forward, isearch-forward-regexp): Doc fix.
6232
6233 2012-08-26 Chong Yidong <cyd@gnu.org>
6234
6235 * faces.el (help-argument-name): Always inherit from italic
6236 (Bug#12213).
6237
6238 2012-08-25 Martin Rudalics <rudalics@gmx.at>
6239
6240 * window.el (window--even-window-heights): Even heights when
6241 WINDOW and the selected window form a vertical combination.
6242 (display-buffer-use-some-window): Provide that window used gets
6243 sized back by quit-window. (Bug#11880) and (Bug#12091)
6244
6245 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6246
6247 Fix file time stamp problem with bzr and CVS (Bug#12001).
6248 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
6249 in the file's time stamp, since the version control system loses
6250 that information.
6251
6252 2012-08-22 Juri Linkov <juri@jurta.org>
6253
6254 * info.el (Info-fontify-node): Hide the suffix of the
6255 Info file name in the header line. (Bug#12187)
6256
6257 2012-08-22 Glenn Morris <rgm@gnu.org>
6258
6259 * calendar/cal-tex.el (cal-tex-weekly-common):
6260 Restore leading blank page.
6261
6262 2012-08-22 Le Wang <l26wang@gmail.com>
6263
6264 * misc.el (forward-to-word, backward-to-word): Activate or extend
6265 the region under `shift-select-mode'. (Bug#12231)
6266
6267 2012-08-22 Bastien Guerry <bzg@gnu.org>
6268
6269 * progmodes/executable.el (executable-prefix): Set to "#!" instead
6270 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
6271 gives details on why the space is never needed.
6272
6273 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6274
6275 * window.el (walk-window-tree, window-with-parameter):
6276 New optional argument MINIBUF to control whether these functions
6277 should run on the minibuffer window.
6278 (window-at-side-list): Don't operate on minibuffer window.
6279 (window-in-direction): Simplify and rewrite doc-string.
6280 (window--size-ignore): Rename to window--size-ignore-p.
6281 Update callers.
6282 (display-buffer-in-atom-window, window--major-non-side-window)
6283 (window--major-side-window, display-buffer-in-major-side-window)
6284 (delete-side-window, display-buffer-in-side-window):
6285 New functions.
6286 (window--side-check, window-deletable-p, delete-window)
6287 (delete-other-windows, split-window): Handle side windows and
6288 atomic windows appropriately.
6289 (window--display-buffer): Call display-buffer-record-window also
6290 when the window buffer did not change.
6291
6292 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
6293
6294 * help-fns.el (help-fns--key-bindings):
6295 Abbreviate non-symbol remap targets. (Bug#12174)
6296
6297 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6298
6299 * dired.el (dired-mark-remembered): Don't clobber point.
6300 (Bug#11795)
6301
6302 2012-08-22 Glenn Morris <rgm@gnu.org>
6303
6304 * progmodes/bug-reference.el (bug-reference): New custom group.
6305 (bug-reference-bug-regexp): Make it a defcustom.
6306
6307 2012-08-22 Daiki Ueno <ueno@unixuser.org>
6308
6309 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
6310 (js-paren-indent-offset, js-square-indent-offset)
6311 (js-curly-indent-offset): Add :safe (Bug#12257).
6312
6313 2012-08-22 Edward O'Connor <hober0@gmail.com>
6314
6315 * json.el (json-key-format): Add error properties.
6316 (json-encode-key): New function.
6317 (json-encode-hash-table, json-encode-alist, json-encode-plist):
6318 Use json-encode-key.
6319
6320 2012-08-22 Glenn Morris <rgm@gnu.org>
6321
6322 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
6323 (cal-tex-leftday, cal-tex-rightday): Remove functions.
6324 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
6325 Update for above change.
6326
6327 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
6328
6329 * cus-face.el (custom-face-attributes): Fix customize type for the
6330 :underline attribute. (Bug#11805)
6331
6332 2012-08-21 Martin Rudalics <rudalics@gmx.at>
6333
6334 * window.el (window-point-1, set-window-point-1): Remove.
6335 (window-in-direction, record-window-buffer)
6336 (set-window-buffer-start-and-point, split-window-below)
6337 (window--state-get-1, display-buffer-record-window):
6338 Replace calls to window-point-1 and set-window-point-1 by calls to
6339 window-point and set-window-point respectively.
6340
6341 2012-08-21 Glenn Morris <rgm@gnu.org>
6342
6343 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
6344 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
6345 Use it.
6346
6347 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
6348 (cal-tex-shortday): New function.
6349 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
6350 (cal-tex-cursor-filofax-daily): Use the above.
6351
6352 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
6353 New functions.
6354 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6355 (cal-tex-cursor-filofax-week): Use them.
6356
6357 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
6358 New constants.
6359 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6360 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
6361
6362 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
6363 (cal-tex-end-document): Don't rely on buffer name.
6364
6365 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
6366 Use cal-tex-vspace.
6367 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
6368 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
6369 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
6370 Use cal-tex-arg.
6371
6372 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
6373 (cal-tex-cursor-week, cal-tex-cursor-week2)
6374 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
6375 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6376 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
6377 (cal-tex-insert-preamble, cal-tex-b-document)
6378 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
6379 Improve cal-tex-cmd usage.
6380
6381 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
6382 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
6383 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
6384 (cal-tex-weekly-paper): New function.
6385 (cal-tex-cursor-week, cal-tex-cursor-week2)
6386 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6387 (cal-tex-cursor-day): Use it.
6388
6389 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
6390 (cal-tex-cursor-filofax-week): Remove leading blank page.
6391
6392 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6393 Add autoload cookie. For now at least, don't use color, since
6394 no other cal-tex function does.
6395
6396 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
6397 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6398 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
6399
6400 2012-08-21 Juri Linkov <juri@jurta.org>
6401
6402 * info.el (Info-file-attributes): New variable.
6403 (info-insert-file-contents): Add file attributes to
6404 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
6405 `Info-toc-nodes' when previous modtime of the Info file is less
6406 than new modtime.
6407 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
6408 of info.el. (Bug#12230)
6409
6410 2012-08-20 Glenn Morris <rgm@gnu.org>
6411
6412 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
6413 * calendar/holidays.el (calendar-holiday-list):
6414 Report errors with display-warning rather than beep'n'sleep.
6415
6416 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
6417
6418 * net/tramp.el (tramp-accept-process-output): Accept only output
6419 from PROC. Otherwise, process filters and sentinels might be
6420 confused. (Bug#12145)
6421
6422 2012-08-20 Chong Yidong <cyd@gnu.org>
6423
6424 * descr-text.el (describe-text-properties-1): Use overlays-in to
6425 report on empty overlays (Bug#3322).
6426
6427 2012-08-20 Glenn Morris <rgm@gnu.org>
6428
6429 * mail/rmailout.el (rmail-output-read-file-name):
6430 Trap and report errors in rmail-output-file-alist elements.
6431
6432 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
6433 since most non-font-lock faces are not also variables).
6434
6435 2012-08-20 Edward Reingold <reingold@iit.edu>
6436
6437 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6438 New function. (Bug12160)
6439
6440 2012-08-19 Glenn Morris <rgm@gnu.org>
6441
6442 * mail/rmailout.el (rmail-output-read-file-name):
6443 Fix previous change (when the alist is nil or does not match).
6444
6445 2012-08-19 Chong Yidong <cyd@gnu.org>
6446
6447 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
6448 (Bug#12228).
6449
6450 2012-08-18 Chong Yidong <cyd@gnu.org>
6451
6452 * simple.el (yank-handled-properties): New defcustom.
6453 (yank-excluded-properties): Add font-lock-face and category.
6454 (yank): Doc fix.
6455
6456 * subr.el (remove-yank-excluded-properties):
6457 Obey yank-handled-properties. The special handling of font-lock-face
6458 and category is now done this way, instead of being hard-coded.
6459 (insert-for-yank-1): Remove font-lock-face handling.
6460 (yank-handle-font-lock-face-property)
6461 (yank-handle-category-property): New function.
6462
6463 2012-08-17 Glenn Morris <rgm@gnu.org>
6464
6465 * mail/rmailout.el (rmail-output-read-file-name):
6466 Check rmail-output-file-alist against the full message body
6467 in the correct rmail buffer. (Bug#12214)
6468
6469 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
6470
6471 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6472 Eliminate superfluous prompt. (Bug#12203)
6473
6474 2012-08-17 Chong Yidong <cyd@gnu.org>
6475
6476 * mouse.el (mouse-appearance-menu): If x-select-font returns a
6477 font spec, set the font directly (Bug#3228).
6478
6479 2012-08-17 Martin Rudalics <rudalics@gmx.at>
6480
6481 * window.el (delete-window): Fix last fix.
6482
6483 2012-08-16 Martin Rudalics <rudalics@gmx.at>
6484
6485 * window.el (window-valid-p): Move to window.c.
6486 (window-child, window-child-count, window-last-child)
6487 (window-normalize-window, window-combined-p)
6488 (window-combinations, window-atom-root, window-min-size)
6489 (window-sizable, window-sizable-p, window-size-fixed-p)
6490 (window-min-delta, window-max-delta, window--resizable)
6491 (window--resizable-p, window-resizable, window-total-size)
6492 (window-full-height-p, window-full-width-p, window-body-size)
6493 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
6494 (minimize-window, window-deletable-p, delete-window)
6495 (delete-other-windows, set-window-buffer-start-and-point)
6496 (next-buffer, previous-buffer, split-window, balance-windows-2)
6497 (set-window-text-height, window-buffer-height)
6498 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
6499 (truncated-partial-width-window-p): Minor code adjustments.
6500 In doc-strings state whether the argument window has to denote a
6501 live, valid or any window.
6502
6503 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
6504
6505 * progmodes/subword.el (subword-forward-function)
6506 (subword-backward-function, subword-forward-regexp)
6507 (subword-backward-regexp): New variables.
6508 (subword-forward, subword-forward-internal, subword-backward-internal):
6509 Use new variables, eg so that different "word" definitions
6510 can be easily used. (Bug#11411)
6511
6512 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6513
6514 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
6515 for composite selectors.
6516 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
6517 operation just because we can't find a previous revision.
6518
6519 2012-08-15 Chong Yidong <cyd@gnu.org>
6520
6521 * frame.el (set-frame-font): Accept font objects.
6522
6523 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6524
6525 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
6526
6527 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
6528
6529 * man.el (Man-overstrike-face, Man-underline-face)
6530 (Man-reverse-face): Remove variables.
6531 (Man-overstrike, Man-underline, Man-reverse): New faces.
6532 (Man-fontify-manpage): Use them instead of the variables.
6533 (Man-cleanup-manpage): Comment change.
6534 (Man-ansi-color-map): New variable.
6535 (Man-fontify-manpage): Use it.
6536 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
6537
6538 Implement ANSI SGR parameters 22-27 (bug#12146).
6539 * ansi-color.el (ansi-colors): Doc fix.
6540 (ansi-color-context, ansi-color-context-region): Doc fix.
6541 (ansi-color--find-face): New function.
6542 (ansi-color-apply, ansi-color-apply-on-region): Use it.
6543 Rename the local variable `face' to `codes' since it is now a list of
6544 ansi codes. Doc fix.
6545 (ansi-color-get-face): Remove.
6546 (ansi-color-parse-sequence): New function, derived from
6547 ansi-color-get-face.
6548 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
6549 codes 22-27.
6550
6551 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6552
6553 * subr.el (read-passwd): Allow use from a minibuffer.
6554
6555 2012-08-14 Eli Zaretskii <eliz@gnu.org>
6556
6557 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
6558 inside comments and strings as identifiers.
6559
6560 * progmodes/gud.el (gud-tooltip-print-command): Quote the
6561 expression to evaluate. This allows to evaluate expressions with
6562 embedded whitespace.
6563 (gud-tooltip-tips): Add a blank before the newline in the
6564 message-box text, for the benefit of message-box emulation on
6565 MS-Windows.
6566
6567 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
6568 messages from GDB, pop them up in a tooltip to give feedback to
6569 user.
6570 (gdb-tooltip-print-1): Quote the expression to evaluate.
6571 This allows to evaluate expressions with embedded whitespace.
6572 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
6573 if the TTY name is nil or empty (which happens when communicating
6574 with the inferior via pipes, e.g. on MS-Windows).
6575 (gdb-internals): If GDB sends a "&\n" empty debugging message,
6576 don't send that to the GUD buffer.
6577
6578 2012-08-14 Glenn Morris <rgm@gnu.org>
6579
6580 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
6581 Optimize away setq-default with no args, as for setq. (Bug#12195)
6582
6583 2012-08-14 Chong Yidong <cyd@gnu.org>
6584
6585 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
6586
6587 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
6588 (Bug#12085).
6589
6590 2012-08-14 Glenn Morris <rgm@gnu.org>
6591
6592 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
6593
6594 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
6595
6596 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
6597 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6598 Use cached shell name.
6599
6600 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6601
6602 * progmodes/python.el (python-shell-send-string):
6603 (python-shell-send-setup-code): Do not use `format' with `message'.
6604
6605 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
6606
6607 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
6608 (ruby-percent-literal-beg-re): New constant.
6609 (ruby-syntax-general-delimiters-goto-beg): Rename to
6610 `ruby-syntax-enclosing-percent-literal', improve literal type check.
6611 (ruby-syntax-propertize-general-delimiters): Rename to
6612 `ruby-syntax-propertize-percent-literal', it's a shorter and more
6613 popular term. Adjust comments everywhere.
6614 (ruby-syntax-propertize-percent-literal): Only propertize when not
6615 inside a simple string or comment. When the literal is unclosed,
6616 leave the text after it unpropertized.
6617 (ruby-syntax-methods-before-regexp): New constant.
6618 (ruby-syntax-propertize-function): Use it to recognize regexps.
6619 Don't look at the text after regexp, just use the whitelist.
6620
6621 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
6622
6623 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
6624 non-nil always load the compiled file if it exists. (Bug#12197)
6625
6626 2012-08-14 Chong Yidong <cyd@gnu.org>
6627
6628 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
6629 (hi-lock-set-pattern): When deciding whether to use font lock or
6630 overlays, look at font-lock-mode instead of font-lock-fontified
6631 (Bug#12168).
6632 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
6633 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
6634
6635 2012-08-14 Daiki Ueno <ueno@unixuser.org>
6636
6637 * subr.el (internal--after-with-selected-window): Fix typo
6638 (Bug#12193).
6639
6640 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6641
6642 Use `completion-table-dynamic' for completion functions.
6643 * progmodes/python.el
6644 (python-shell-completion--do-completion-at-point)
6645 (python-shell-completion--get-completions):
6646 Remove functions.
6647 (python-shell-completion-complete-at-point): New function.
6648 (python-completion-complete-at-point): Use it.
6649
6650 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
6651
6652 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
6653 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
6654
6655 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6656
6657 * subr.el (function-get): Refine `autoload' arg so it can also
6658 autoload functions for gv.el (bug#12191).
6659 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
6660 autoloads macros.
6661
6662 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
6663 Prefer pcase-let over destructuring-bind.
6664 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
6665 Also, remove whitespace as we go, rather than after accumulating the
6666 various places.
6667
6668 * subr.el (internal--before-with-selected-window)
6669 (internal--after-with-selected-window): Fix typo seleted->selected.
6670 (with-selected-window): Adjust callers.
6671 Reported by Dmitry Gutov <dgutov@yandex.ru>.
6672
6673 2012-08-13 Bastien Guerry <bzg@gnu.org>
6674
6675 * window.el (special-display-popup-frame): Minor docstring
6676 enhancement. (Bug#12172)
6677
6678 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
6679
6680 * tar-mode.el (tar-header-data-end): Only ignore size for files of
6681 type 1-6.
6682 (tar-header-block-summarize, tar-get-descriptor): Handle pax
6683 extended headers.
6684
6685 * files.el (hack-local-variables-filter): Remove useless eval.
6686
6687 2012-08-13 Martin Rudalics <rudalics@gmx.at>
6688
6689 * subr.el (with-selected-window): Fix last change.
6690
6691 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6692
6693 * subr.el (internal--before-with-seleted-window)
6694 (internal--after-with-seleted-window): New functions.
6695 (with-selected-window): Use them, to replace dependency on
6696 tty-top-frame.
6697
6698 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
6699
6700 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
6701 binding for `newline'.
6702 (ruby-move-to-block): When moving backward, stop at block opening,
6703 not indentation.
6704 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
6705 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
6706 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6707 `ruby-toggle-block'.
6708
6709 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6710
6711 * ibuffer.el (ibuffer-do-toggle-read-only):
6712 * dired.el (dired-toggle-read-only):
6713 * buff-menu.el (Buffer-menu-toggle-read-only):
6714 * bindings.el (mode-line-toggle-read-only):
6715 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
6716
6717 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
6718
6719 * descr-text.el (describe-char): Put the overlays over the
6720 "displayed as" character.
6721
6722 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
6723
6724 * calc/calc-units.el (math-default-units-table): Give an
6725 initial value.
6726 (math-put-default-units): Add options to put composite units and
6727 unit systems in the default units table.
6728 (calc-convert-units): Send composite units to
6729 `math-put-default-units' when appropriate.
6730
6731 2012-08-11 Glenn Morris <rgm@gnu.org>
6732
6733 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
6734
6735 * tutorial.el (help-with-tutorial):
6736 * emacs-lisp/copyright.el (copyright-update-directory):
6737 * emacs-lisp/autoload.el (autoload-find-generated-file)
6738 (autoload-find-file): Disable local eval: (for insurance).
6739
6740 * files.el (hack-local-variables-filter): If an eval: form is not
6741 known to be safe, and enable-local-variables is :safe, then ignore
6742 the form totally, as is done for non-eval forms. (Bug#12155)
6743 This is CVE-2012-3479.
6744
6745 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
6748 (rx-form): Simplify.
6749
6750 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
6751
6752 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
6753 ?, _, and : are symbol constituents, ! is not (but kinda should be).
6754 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
6755 (ruby-syntax-propertize-function): Adjust for changes in
6756 `ruby-syntax-propertize-heredoc'.
6757
6758 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
6759
6760 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
6761 binding (use `M-;' instead).
6762 (ruby-singleton-class-p): New function.
6763 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
6764
6765 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6766
6767 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
6768
6769 2012-08-10 Chong Yidong <cyd@gnu.org>
6770
6771 * progmodes/python.el (python-shell-get-process-name): Don't mess
6772 with same-window-buffer-names.
6773
6774 * eshell/eshell.el (eshell-add-to-window-buffer-names)
6775 (eshell-remove-from-window-buffer-names): Make obsolete.
6776 (eshell-buffer-name, eshell-unload-hook): Don't use them.
6777 (eshell): Just use pop-to-buffer-same-window instead.
6778
6779 2012-08-10 Chong Yidong <cyd@gnu.org>
6780
6781 * bindings.el: Bind M-= back to count-words-region.
6782
6783 * simple.el (count-words-region): Accept a prefix arg for acting
6784 on the entire buffer.
6785 (count-words--buffer-message): New helper function.
6786
6787 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6788
6789 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
6790 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
6791 (event-start, event-end): Use posn-at-point to return a more
6792 informative posn.
6793 (posnp): New function.
6794 * mouse.el (popup-menu-normalize-position): Use it.
6795
6796 2012-08-10 Masatake YAMATO <yamato@redhat.com>
6797
6798 * mouse.el (popup-menu-normalize-position): New function.
6799 (popup-menu): Use `popup-menu-normalize-position' to normalize
6800 the form for POSITION argument.
6801
6802 * term/x-win.el (x-menu-bar-open):
6803 Use the value returend from (posn-at-point) as position
6804 passed to `popup-menu'.
6805
6806 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6807
6808 * calc/calccomp.el (math-compose-expr): Add extra argument
6809 indicating that parentheses should be put around products in
6810 denominators. Give multiplication precedence over division during
6811 composition.
6812
6813 2012-08-09 Chong Yidong <cyd@gnu.org>
6814
6815 * man.el (Man-switches, Man-sed-command, Man-awk-command)
6816 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
6817 (Man-untabify-command, manual-program): Convert to defcustom
6818 (Bug#10429).
6819
6820 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
6821
6822 * descr-text.el (describe-char): Don't insert extra newlines
6823 (Bug#10127).
6824
6825 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
6826 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
6827
6828 * align.el (align-region): Delete temporary markers (Bug#10047).
6829 Plus some code cleanups.
6830
6831 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
6832
6833 * progmodes/python.el (python-pdbtrack-tracked-buffer)
6834 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
6835 (python-shell-internal-last-output): Use make-local-variable
6836 instead of make-variable-buffer-local.
6837
6838 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
6839
6840 * progmodes/python.el: Enhancements to forward-sexp.
6841 (python-nav-forward-sexp): Rename from
6842 python-nav-forward-sexp-function.
6843 (python-nav--forward-sexp, python-nav--backward-sexp):
6844 New functions.
6845
6846 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6847
6848 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
6849 modes and simplification modes.
6850
6851 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6852
6853 * delsel.el (delete-selection-pre-hook): Don't propagate the
6854 file-supersession signals (bug#12161).
6855
6856 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6857
6858 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
6859 (cl-map-extents): Add compatibility aliases (bug#12135).
6860
6861 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
6862
6863 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
6864 tests by `ignore-error'.
6865 (tramp-find-shell): Open also a new shell, when cache is already
6866 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
6867
6868 2012-08-08 Juri Linkov <juri@jurta.org>
6869
6870 * bookmark.el: Add `defaults' property to the bookmark record.
6871 (bookmark-current-buffer): Doc fix.
6872 (bookmark-make-record): Add `defaults' property with default values
6873 to the bookmark record.
6874 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
6875 with `bookmark-insert-current-bookmark'.
6876 (bookmark-set): Get `defaults' property from the bookmark record
6877 and use it in `read-from-minibuffer'.
6878 (bookmark-insert-current-bookmark): Remove function.
6879
6880 * info.el (Info-bookmark-make-record): Add `defaults' property
6881 with values of canonical Info node name, the current Info file
6882 name and the current Info node name. (Bug#12107)
6883
6884 2012-08-08 Juri Linkov <juri@jurta.org>
6885
6886 * files.el (basic-save-buffer): Use `buffer-name' as the default
6887 of `read-file-name' when buffer is not visiting a file (bug#12128).
6888
6889 2012-08-08 Juri Linkov <juri@jurta.org>
6890
6891 * info.el (Info-isearch-search): Doc fix.
6892 (Info-search): Change search-failed message from "initial node" to
6893 "end of node" (bug#12078).
6894 (Info-isearch-search): Change `isearch-string-state' to
6895 `isearch--state-string'.
6896
6897 2012-08-08 Glenn Morris <rgm@gnu.org>
6898
6899 * language/persian.el: Remove file.
6900 * language/misc-lang.el: Move unique part of persian.el here.
6901 * loadup.el: Remove language/persian.
6902
6903 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
6904
6905 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
6906
6907 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
6908
6909 * progmodes/python.el: Fix defsubst warning.
6910 (python-syntax-context) Rename from python-info-ppss-context.
6911 (python-syntax-context-type): Rename from
6912 python-info-ppss-context-type.
6913 (python-syntax-comment-or-string-p): Rename from
6914 python-info-ppss-comment-or-string-p.
6915
6916 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
6917
6918 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
6919
6920 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
6921
6922 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
6923 a defcustom that is quoted with backquote.
6924
6925 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
6926 Fix handling of interactive spec when the body uses return.
6927 (math-do-arg-check, math-define-function-body): Use backquote forms.
6928 * calc/calc-ext.el (math-defcache): Likewise.
6929 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
6930 * allout.el (allout-new-exposure): Likewise.
6931 * calc/calcalg2.el (math-tracing-integral): Likewise.
6932 * info.el (Info-last-menu-item): Likewise.
6933 * emulation/vip.el (vip-loop): Likewise.
6934 * textmodes/artist.el (artist-funcall): Likewise.
6935 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
6936 Construct menu-item directly.
6937
6938 * progmodes/autoconf.el (font-lock-syntactic-keywords):
6939 Don't declare.
6940
6941 2012-08-07 Chong Yidong <cyd@gnu.org>
6942
6943 * simple.el (deactivate-mark): Preserve text properties when
6944 saving the primary selection (Bug#8384).
6945
6946 2012-08-07 Kevin Ryde <user42@zip.com.au>
6947
6948 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
6949 (woman-parse-numeric-value): On a bad .IP line, issue a warning
6950 and continue processing (Bug#12110).
6951
6952 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
6953
6954 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
6955 syntax-propertize-function (bug#10095).
6956
6957 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
6958
6959 * help-fns.el (help-fns--key-bindings, help-fns--signature)
6960 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
6961 describe-function-1.
6962 (describe-function-1): Use them. Move compiler macro after sig.
6963 (help-fns--compiler-macro): Use function-get. Assume we're already in
6964 standard-output. Adjust layout to new call order.
6965
6966 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
6967 re-binding a symbol that has a symbol-macro (bug#12119).
6968
6969 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
6970
6971 * language/persian.el: New file. (Bug#11812)
6972 * loadup.el: Add language/persian.el.
6973
6974 2012-08-06 Chong Yidong <cyd@gnu.org>
6975
6976 * window.el (window--maybe-raise-frame): New function.
6977 (window--display-buffer): Split off from here.
6978 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6979 (display-buffer-pop-up-window, display-buffer-use-some-window):
6980 Obey an inhibit-switch-frame action alist entry.
6981 (display-buffer): Update doc.
6982
6983 * replace.el (occur-after-change-function): Avoid losing focus by
6984 using the inhibit-switch-frame display parameter (Bug#12139).
6985
6986 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
6987
6988 Make internal shell process buffer names start with space.
6989 * progmodes/python.el (python-shell-make-comint): Add optional
6990 argument INTERNAL.
6991 (run-python-internal): Use it.
6992 (python-shell-internal-get-or-create-process): Check for new
6993 internal buffer names.
6994
6995 2012-08-06 Glenn Morris <rgm@gnu.org>
6996
6997 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
6998 Do less getting and setting of environment variables.
6999
7000 2012-08-05 Chong Yidong <cyd@gnu.org>
7001
7002 * proced.el (proced): Add substitution string to docstring to
7003 trigger autoloading of the proced library on C-h f (Bug#1768).
7004
7005 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7006 Don't show defvars which have no second argument (Bug#8638).
7007
7008 * imenu.el (imenu-generic-expression): Move documentation here
7009 from imenu--generic-function.
7010 (imenu--generic-function): Refer to imenu-generic-expression.
7011
7012 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
7013
7014 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
7015 indentation declaration.
7016 (viper-loop): Add indentation declaration (Bug#7025).
7017
7018 2012-08-05 Chong Yidong <cyd@gnu.org>
7019
7020 * help-fns.el (describe-variable): Add hyperlink for
7021 directory-local variables files. Improve buffer-local and
7022 permanent-local reporting; suggested by MON KEY (Bug#6644).
7023
7024 * help-mode.el (help-dir-local-var-def): New button type.
7025
7026 * files.el (kill-buffer-hook): Provide a defvar.
7027
7028 2012-08-05 Glenn Morris <rgm@gnu.org>
7029
7030 * eshell/esh-ext.el (eshell/addpath):
7031 Also update eshell-path-env. (Bug#12013)
7032
7033 2012-08-05 Chong Yidong <cyd@gnu.org>
7034
7035 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
7036
7037 * fringe.el (fringe-styles): Add docstring.
7038 (fringe--check-mode): New function.
7039 (set-fringe-mode, set-fringe-style): Use it.
7040 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
7041
7042 * files.el (set-auto-mode): Fix invalid setq call.
7043
7044 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7045
7046 * isearch.el: Misc simplification; use defstruct.
7047 (isearch-mode-map): Dense maps now work like sparse ones.
7048 (isearch--state): New defstruct.
7049 (isearch-string-state, isearch-message-state, isearch-point-state)
7050 (isearch-success-state, isearch-forward-state)
7051 (isearch-other-end-state, isearch-word-state, isearch-error-state)
7052 (isearch-wrapped-state, isearch-barrier-state)
7053 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
7054 replaced by defstruct's accessors.
7055 (isearch--set-state): Rename from isearch-top-state and change
7056 calling convention.
7057 (isearch-push-state): Use new isearch--get-state.
7058 (isearch-toggle-word): Disable regexp when enabling word.
7059 (isearch-message-prefix): Remove unused arg _c-q-hack.
7060 (isearch-message-suffix): Remove unused arg _ellipsis.
7061
7062 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
7063
7064 * simple.el (list-processes--refresh): For a server use :host or
7065 :local as the address.
7066 (list-processes): Doc fix.
7067
7068 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
7069
7070 * lisp/mpc.el: Support password in host argument.
7071 (mpc--proc-connect): Parse and use new password element.
7072 Set mpc-proc variable instead of returning process.
7073 (mpc-proc): Adjust accordingly.
7074
7075 2012-08-03 Eli Zaretskii <eliz@gnu.org>
7076
7077 * whitespace.el (whitespace-display-mappings): Use Unicode
7078 codepoints, instead of emacs-mule codepoints. See
7079 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
7080 for the details.
7081
7082 * files.el (file-truename): Don't skip symlink-chasing part on
7083 windows-nt. Incorporate the resolution of 8+3 short aliases on
7084 Windows into the loop that recursively chases symlinks.
7085 Compare directory and its parent case-insensitively on MS-Windows and
7086 MS-DOS.
7087
7088 2012-08-03 Chong Yidong <cyd@gnu.org>
7089
7090 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
7091
7092 * sort.el (sort-regexp-fields): Doc fix.
7093
7094 2012-08-03 Tassilo Horn <tsdh@gnu.org>
7095
7096 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
7097 labels regex position point at the expected place.
7098
7099 2012-08-03 MON KEY <monkey@sandpframing.com>
7100
7101 * net/imap.el (imap-interactive-login, imap-authenticate)
7102 (imap-mailbox-lsub, imap-mailbox-list)
7103 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
7104 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
7105 (imap-parse-response): Doc fix.
7106
7107 2012-08-03 João Távora <joaotavora@gmail.com>
7108
7109 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
7110 if sexp scanning does not move point (Bug#5734).
7111
7112 2012-08-02 Tassilo Horn <tsdh@gnu.org>
7113
7114 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
7115 Add listings, minted, and ctable packages.
7116 (reftex-label-alist-builtin): Move listings, minted, and ctable
7117 entries before LaTeX.
7118 (reftex-label-alist): Docfix.
7119
7120 2012-08-02 Bastien Guerry <bzg@gnu.org>
7121
7122 * replace.el (occur): Fix docstring (bug#12122).
7123
7124 2012-08-02 Glenn Morris <rgm@gnu.org>
7125
7126 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
7127
7128 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7129
7130 Obsolete alias inactivate-current-input-method-function (Bug#10150).
7131 * international/mule-cmds.el: Create
7132 inactivate-current-input-method-function as an obsolete alias for
7133 deactivate-current-input-method-function. See Katsumi Yamaoka in
7134 <http://bugs.gnu.org/10150#46>.
7135
7136 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7137
7138 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
7139 of nested `if's.
7140
7141 2012-08-01 Glenn Morris <rgm@gnu.org>
7142
7143 * progmodes/autoconf.el (autoconf-definition-regexp):
7144 Add AH_TEMPLATE, adjust submatch numbering.
7145 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
7146 (autoconf-current-defun-function): Update for above change.
7147 (autoconf-current-defun-function): First skip to end of current word.
7148
7149 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
7150
7151 * calendar/cal-html.el (cal-html-insert-agenda-days):
7152 Fix typo. (Bug#12018)
7153
7154 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7155
7156 Shell processes: enhancements to startup and CEDET compatibility.
7157 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
7158 (python-shell-make-comint): accept-process-output at startup.
7159 (run-python-internal): Set inferior-python-mode-hook to nil.
7160 (python-shell-internal-get-or-create-process): call sit-for.
7161 (python-preoutput-result): Add obsolete alias.
7162 (python-shell-internal-send-string): Use it.
7163 (python-shell-send-setup-code): Remove call to
7164 accept-process-output.
7165
7166 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
7167
7168 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
7169 (Bug#12108)
7170
7171 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
7172
7173 * calc-mode.el (calc-basic-simplification-mode): Rename from
7174 `calc-limited-simplification-mode'.
7175 (calc-alg-simplification-mode): New function.
7176 (calc-set-simplify-mode): Adjust message.
7177
7178 * calc.el (calc-set-mode-line): Adjust mode line display for
7179 basic simplification mode.
7180
7181 * calc-help.el (calc-m-prefix-help): Update help message.
7182
7183 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
7184 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
7185
7186 2012-07-31 Bastien Guerry <bzg@gnu.org>
7187
7188 * man.el (man): Fix comment. (bug#12101)
7189
7190 2012-07-31 Martin Rudalics <rudalics@gmx.at>
7191
7192 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7193 Don't return a non-nil value when no suitable buffer was found.
7194
7195 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7196
7197 * progmodes/python.el (run-python-internal): Disable font lock for
7198 internal shells.
7199
7200 2012-07-30 Stefan Merten <smerten@oekonux.de>
7201
7202 * textmodes/rst.el: Silence `checkdoc-ispell'.
7203 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7204 (rst-official-version, rst-official-cvs-rev)
7205 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
7206 (rst-mode-map): New key binding.
7207
7208 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7209
7210 Update .PHONY listings in makefiles.
7211 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
7212 autoloads, update-subdirs, updates, bzr-update, update-authors,
7213 compile-onefile, compile-calc, backup-compiled-files,
7214 compile-after-backup, compile-one-process, mh-autoloads,
7215 bootstrap-clean, distclean, maintainer-clean.
7216
7217 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7218
7219 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
7220 (calc-set-mode-line): Don't display "AlgSimp ".
7221
7222 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
7223 (calc-lim-simplify-mode): New function.
7224 (calc-set-simplify-mode): Default to 'alg.
7225 (calc-default-simplify-mode): Make algebraic simplifications
7226 the default.
7227
7228 * calc/calc-ext.el (calc-init-extensions): Remove binding for
7229 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
7230
7231 * calc/calc-help.el (calc-m-prefix-help): Change messages to
7232 indicate new simplification modes.
7233
7234 * calc/README: Mention new default simplification mode.
7235
7236 * calc/calc.el (math-normalize-error): New variable.
7237 (math-normalize): Set `math-normalize-error' to t
7238 when there's an error.
7239
7240 * calc/calc-alg.el (math-simplify): Don't simplify when
7241 `math-normalize' returns an error.
7242
7243 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7244
7245 * international/mule-cmds.el (set-locale-environment): Revert last
7246 change, since display-graphic-p returns nil when this function is
7247 called during startup. Instead...
7248
7249 * term/w32console.el (terminal-init-w32console): ...setup the
7250 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
7251
7252 2012-07-29 Juri Linkov <juri@jurta.org>
7253
7254 * simple.el (goto-line): Don't display default line number in the
7255 prompt because it should be displayed by `read-number' (bug#9952).
7256 Add the current line number to the defaults of `goto-line' to
7257 allow its easier modification by users with `M-n' (bug#9201).
7258
7259 * subr.el (read-number): Support multiple default values like in
7260 other minibuffer reading functions. Replace `read' with
7261 `string-to-number' for consistency with `number-to-string'.
7262
7263 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7264
7265 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
7266 * emulation/viper-init.el (viper-deactivate-input-method-action):
7267 Rename from viper-inactivate-input-method-action.
7268 (viper-deactivate-input-method):
7269 Rename from viper-inactivate-input-method.
7270 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
7271 * international/mule-cmds.el (deactivate-input-method):
7272 Rename from inactivate-input-method.
7273 Also run input-method-deactivate-hook.
7274 (deactivate-current-input-method-function):
7275 Rename from inactivate-current-input-method-function.
7276 (input-method-deactivate-hook): New hook.
7277 (input-method-inactivate-hook): Mark obsolete.
7278 (inactivate-input-method): Mark obsolete.
7279
7280 * international/quail.el (quail-activate):
7281 Also run quail-deactivate-hook.
7282 (quail-deactivate): Rename from quail-inactivate.
7283 * international/robin.el (robin-activate):
7284 Also run robin-deactivate-hook.
7285 (robin-deactivate): Rename from robin-inactivate.
7286
7287 2012-07-29 Chong Yidong <cyd@gnu.org>
7288
7289 * simple.el (indicate-copied-region): New function.
7290 (kill-ring-save): Split off from here.
7291
7292 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
7293 (kill-rectangle): Set deactivate-mark to t on read-only error.
7294
7295 * register.el (copy-to-register, copy-rectangle-to-register):
7296 Deactivate the mark, and use indicate-copied-region (Bug#10056).
7297 (append-to-register, prepend-to-register): Call indicate-copied-region.
7298
7299 2012-07-29 Juri Linkov <juri@jurta.org>
7300
7301 * simple.el (async-shell-command-buffer): New defcustom.
7302 (shell-command): Use it. (Bug#4719)
7303
7304 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7305
7306 * international/mule-cmds.el (set-locale-environment): In a
7307 console session on MS-Windows, set up keyboard and terminal
7308 encoding from the OEM codepage, not the ANSI codepage.
7309 (Bug#12055)
7310
7311 2012-07-28 Chong Yidong <cyd@gnu.org>
7312
7313 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
7314 gdb-get-location.
7315
7316 2012-07-28 Leo Liu <sdl.web@gmail.com>
7317
7318 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
7319 the alist (bug#12029).
7320
7321 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7322
7323 * makefile.w32-in (custom-deps, finder-data, updates, compile)
7324 (compile-always, compile-first)
7325 ($(lisp)/calendar/cal-loaddefs.el)
7326 ($(lisp)/calendar/diary-loaddefs.el)
7327 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7328 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
7329 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
7330 instead of on update-subdirs.
7331 (bootstrap-clean): Delete $(lisp)/subdirs.el.
7332
7333 2012-07-28 Chong Yidong <cyd@gnu.org>
7334
7335 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
7336 directory if vc-deduce-backend returns nil (Bug#7350).
7337
7338 * simple.el (delete-trailing-lines): New option.
7339 (delete-trailing-whitespace): Obey it (Bug#11879).
7340
7341 2012-07-28 David Engster <deng@randomsample.de>
7342
7343 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
7344 Explanation of new 'symbol-qnames feature in doc-strings.
7345 (xml-maybe-do-ns): Return expanded names as plain symbols if
7346 'symbol-qnames was provided in XML-NS argument (Bug#11916).
7347 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
7348
7349 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7350
7351 Consistent completion in inferior python with emacs -nw.
7352 * progmodes/python.el (inferior-python-mode): replace "<tab>"
7353 binding in inferior-python-mode-map with "\t".
7354 (python-shell-completion-complete-at-point)
7355 (python-completion-complete-at-point): Remove interactive spec.
7356
7357 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7358
7359 * calc/calccomp.el (math-compose-expr): Undo previous change.
7360
7361 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7362
7363 * progmodes/python.el (python-mode-map): Add keybinding for
7364 run-python.
7365 (python-shell-make-comint): Fix pop-to-buffer call.
7366 (run-python): Autoload. New arg SHOW.
7367 (python-shell-get-or-create-process): Do not pop python process
7368 buffer.
7369
7370 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
7371
7372 * notifications.el (notifications-on-action-signal)
7373 (notifications-on-closed-signal): Use also the bus address for the map.
7374 (notifications-notify, notifications-close-notification)
7375 (notifications-get-capabilities): Add optional argument BUS.
7376
7377 2012-07-27 Tassilo Horn <tsdh@gnu.org>
7378
7379 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7380 Add support for the lstlisting and minted environments, and for the
7381 ctable macro.
7382 * textmodes/reftex.el (reftex-compile-variables): Also recognize
7383 labels written in keyvals syntax.
7384
7385 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7386
7387 * calc/calccomp.el (math-compose-expr): Use parentheses when
7388 there is a product in the denominator of a fraction.
7389
7390 2012-07-26 Eli Zaretskii <eliz@gnu.org>
7391
7392 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7393 ($(lisp)/calendar/diary-loaddefs.el)
7394 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7395 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
7396 Fixes failures in parallel bootstrap because subdirs.el is being
7397 rewritten while the autoload files are built at the same time,
7398 which needs to load subdirs.el.
7399
7400 2012-07-26 Martin Rudalics <rudalics@gmx.at>
7401
7402 * mouse.el (popup-menu): Fix doc-string and re-indent code.
7403 (mouse-drag-line): Don't exit tracking when a switch-frame or
7404 switch-window event occurs (Bug#12006).
7405
7406 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7407
7408 * mouse.el (popup-menu): Fix last change.
7409
7410 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7411
7412 Autoload from Lisp with more care. Follow aliases when looking for
7413 function properties.
7414 * subr.el (autoloadp): New function.
7415 (symbol-file): Use it.
7416 (function-get): New function.
7417 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
7418 autoload-do-load.
7419 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
7420 (lisp-indent-function):
7421 * emacs-lisp/gv.el (gv-get):
7422 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
7423 * emacs-lisp/byte-opt.el (byte-optimize-form):
7424 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7425 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
7426 Use function-get.
7427 * emacs-lisp/cl.el: Don't propagate function properties any more.
7428
7429 * speedbar.el (speedbar-add-localized-speedbar-support):
7430 * emacs-lisp/disass.el (disassemble-internal):
7431 * desktop.el (desktop-load-file):
7432 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
7433 (describe-function-1):
7434 * emacs-lisp/find-func.el (find-function-noselect):
7435 * emacs-lisp/elp.el (elp-instrument-function):
7436 * emacs-lisp/advice.el (ad-has-proper-definition):
7437 * apropos.el (apropos-safe-documentation, apropos-macrop):
7438 * emacs-lisp/debug.el (debug-on-entry):
7439 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
7440 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7441 * calc/calc.el (name): Use autoloadp & autoload-do-load.
7442
7443 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
7444
7445 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
7446 function, not an obsolete variable (Bug#12046).
7447
7448 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
7449
7450 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
7451
7452 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
7453
7454 * emacs-lisp/pp.el (pp-display-expression): Select old selected
7455 window only if it is still live (Bug#12034).
7456
7457 2012-07-25 Martin Rudalics <rudalics@gmx.at>
7458
7459 * subr.el (redirect-frame-focus): Add advertised calling
7460 convention (Bug#12030).
7461
7462 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
7463
7464 Prefer typical American spelling for "acknowledgment".
7465 * vc/add-log.el (change-log-acknowledgment): Rename from
7466 change-log-acknowledgement, with an alias for the old name.
7467
7468 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
7469
7470 * calc-alg.el (math-simplify-divide): Don't cross multiply
7471 in an equation when the lhs is a variable.
7472
7473 2012-07-24 Julien Danjou <julien@danjou.info>
7474
7475 * net/netrc.el (netrc-find-service-number, netrc-store-data):
7476 Remove, unused.
7477
7478 2012-07-23 Eli Zaretskii <eliz@gnu.org>
7479
7480 * startup.el (command-line): Don't display an empty user name in
7481 the error message about non-existent home directory, when
7482 init-file-user was set to an empty string. See
7483 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
7484 for the details and context.
7485
7486 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
7487
7488 * ses.el (ses-cell-formula-aset): New macro.
7489 (ses-cell-references-aset): New macro.
7490 (ses-cell-p): New function.
7491 (ses-rename-cell): Do no longer rely on complex operations like
7492 ses-cell-set-formula or ses-set-cell to change the cell and handle
7493 the undo at the same time, but rather use lower level new macros
7494 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
7495 the undo directly. Refresh the mode line.
7496
7497 2012-07-21 Leo Liu <sdl.web@gmail.com>
7498
7499 * progmodes/cc-cmds.el (c-defun-name):
7500 Use match-string-no-properties instead for consistency.
7501
7502 2012-07-20 Leo Liu <sdl.web@gmail.com>
7503
7504 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
7505 (Bug#7879)
7506
7507 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
7508
7509 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7510
7511 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
7512 * progmodes/bug-reference.el, misearch.el: Provide themselves
7513 (bug#11915).
7514
7515 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
7516 of narrowed buffer (bug#11966).
7517
7518 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
7519
7520 * ses.el (ses-rename-cell): Set new name also in reference list of
7521 cells of which the renamed cell depends.
7522
7523 2012-07-20 Masatake YAMATO <yamato@redhat.com>
7524
7525 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
7526 to check whether menu-bar is shown or not. If not shown,
7527 show the menu-bar as a popup menu instead of using tmm.
7528 * mouse.el (popup-menu): Accept `point' as `position' argument.
7529
7530 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
7531
7532 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
7533 up inside string symbol literal (bug#11923).
7534
7535 2012-07-20 Eli Zaretskii <eliz@gnu.org>
7536
7537 * startup.el (fancy-startup-text): Read the whole tutorial, not
7538 just its first 256 bytes. Prevents gibberish in display of the
7539 tutorial title.
7540
7541 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
7542
7543 Drop idle buffer compaction due to an absence of the
7544 proved efficiency.
7545 * compact.el: Remove.
7546
7547 2012-07-19 Sam Steingold <sds@gnu.org>
7548
7549 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
7550 vc-bzr-pull & vc-bzr-merge-branch.
7551 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
7552 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
7553 for consistency with compilation-error-regexp-alist.
7554 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
7555 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
7556 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
7557 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
7558
7559 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * emacs-lisp/chart.el: Use lexical-binding.
7562 (chart-emacs-storage): Don't hardcode the list of entries.
7563
7564 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7565
7566 Next round of tweaks caused by Fgarbage_collect changes.
7567 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
7568
7569 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7570
7571 Compact buffers when idle.
7572 * compact.el: New file.
7573
7574 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7575
7576 * subr.el (eventp): Presume that if it looks vaguely like an event,
7577 it's an event (bug#10190).
7578
7579 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
7580
7581 Enhancements to ppss related code (thanks Stefan).
7582 * progmodes/python.el (python-indent-context)
7583 (python-indent-calculate-indentation, python-indent-dedent-line)
7584 (python-indent-electric-colon, python-nav-forward-block)
7585 (python-mode-abbrev-table)
7586 (python-info-assignment-continuation-line-p): Simplify checks
7587 for ppss context.
7588 (python-info-continuation-line-p): Cleanup.
7589 (python-info-ppss-context): Do not catch 'quote.
7590 (python-info-ppss-context-type)
7591 (python-info-ppss-comment-or-string-p): Simplify.
7592
7593 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
7594
7595 * progmodes/python.el: Enhancements to eldoc support.
7596 (python-info-current-symbol): New function.
7597 (python-eldoc-at-point): Use python-info-current-symbol.
7598 (python-info-current-defun): Fix cornercase on first defun scan.
7599 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
7600 and signal error when no inferior python process is available.
7601
7602 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
7603
7604 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
7605 assume it's always t.
7606 (vc-git-registered): Remove caching, the function is only called
7607 once.
7608 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
7609
7610 2012-07-18 Chong Yidong <cyd@gnu.org>
7611
7612 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
7613
7614 * simple.el (count-words): Report on narrowing (Bug#9959).
7615
7616 * bindings.el: Bind M-= to count-words.
7617
7618 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
7619
7620 2012-07-18 Masatake YAMATO <yamato@redhat.com>
7621
7622 * progmodes/sh-script.el (sh-imenu-generic-expression):
7623 Capture a function with `function' keyword and without parentheses
7624 like "function FOO" (bug#11856).
7625
7626 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
7627
7628 * window.el (split-window-sensibly): Make WINDOW argument
7629 optional.
7630
7631 2012-07-18 Chong Yidong <cyd@gnu.org>
7632
7633 * subr.el (keyboard-translate): Doc fix (Bug#7261).
7634
7635 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
7636 and make C-x 8 RET exit isearch (Bug#11439).
7637
7638 * international/iso-transl.el: Move isearch-mode-map key
7639 definitions to isearch.el.
7640
7641 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7642
7643 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
7644 (eieio-defclass): Use gv-define-setter when possible.
7645
7646 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
7647
7648 Reflect recent changes in Fgarbage_collect.
7649 * emacs-lisp/chart.el (chart-emacs-storage): Change to
7650 reflect new format of data returned by Fgarbage_collect.
7651
7652 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7653
7654 New utility functions + python-info-ppss-context fix (Bug#11910).
7655 * progmodes/python.el (python-info-beginning-of-block-statement-p)
7656 (python-info-ppss-comment-or-string-p): New functions.
7657 (python-info-ppss-context): Small fix for string check.
7658
7659 2012-07-17 Juri Linkov <juri@jurta.org>
7660
7661 * dired-aux.el (dired-do-async-shell-command): Doc fix.
7662 (dired-do-async-shell-command): Don't add `*' at the end of the
7663 command (Bug#11815).
7664 (dired-do-shell-command): Doc fix.
7665 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
7666 Join the individual commands using either "&" or ";" as the
7667 separator depending on the values of these trailing characters.
7668 At the end re-add the trailing "&". (Bug#10598)
7669
7670 * simple.el (async-shell-command): Sync the interactive spec with
7671 `shell-command'. Doc fix.
7672 (shell-command): Doc fix.
7673
7674 2012-07-17 Juri Linkov <juri@jurta.org>
7675
7676 * descr-text.el (describe-char): Fix format args. (Bug#10129)
7677
7678 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7679
7680 Final renames and doc fixes for movement commands (bug#11899).
7681 * progmodes/python.el (python-nav-beginning-of-statement):
7682 Rename from python-nav-statement-start.
7683 (python-nav-end-of-statement): Rename from
7684 python-nav-statement-end.
7685 (python-nav-beginning-of-block): Rename from
7686 python-nav-block-start.
7687 (python-nav-end-of-block): Rename from python-nav-block-end.
7688
7689 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7690
7691 * progmodes/python.el (python-shell-send-string-no-output):
7692 Allow accept-process-output to quit, keeping shell process ready for
7693 future interactions (Bug#11868).
7694
7695 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7696
7697 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
7698
7699 * emacs-lisp/elint.el (elint-find-args-in-code):
7700 Use help-function-arglist, so as to handle lexical byte-code.
7701
7702 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
7703 change (bug#11826).
7704
7705 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7706
7707 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
7708 Avoid spuriously marking the buffer as modified because of c-is-sws.
7709
7710 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
7711 as not-a-comment (bug#11946).
7712
7713 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
7714 for uninterned vars.
7715
7716 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
7717 Use read-event since we don't really want to read chars but bytes.
7718
7719 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
7720 $$..$$ but also $..$ using regexps (bug#11953).
7721 Use tex-verbatim for \url and \path.
7722 (tex-font-lock-keywords): Define as defconst like the others.
7723 (tex-common-initialization): Don't use font-lock-syntax-table any more.
7724
7725 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
7726
7727 * international/mule-cmds.el (ucs-insert): Make it an obsolete
7728 alias for insert-char.
7729
7730 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7731
7732 * progmodes/python.el: Simplified imenu implementation.
7733 (python-nav-jump-to-defun): Remove command.
7734 (python-mode-map): Use `imenu' instead.
7735 (python-nav-list-defun-positions-cache)
7736 (python-imenu-include-defun-type, python-imenu-make-tree)
7737 (python-imenu-subtree-root-label, python-imenu-index-alist):
7738 Remove vars.
7739 (python-nav-list-defun-positions, python-nav-read-defun)
7740 (python-imenu-tree-assoc, python-imenu-make-element-tree)
7741 (python-imenu-make-tree, python-imenu-create-index):
7742 Remove functions.
7743 (python-mode): Update to interact with imenu by setting
7744 `imenu-extract-index-name-function' only.
7745
7746 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7747
7748 * progmodes/python.el: Enhancements to navigation commands.
7749 (python-nav-backward-sentence)
7750 (python-nav-forward-sentence): Remove.
7751 (python-nav-backward-statement, python-nav-forward-statement)
7752 (python-nav-statement-start, python-nav-statement-end)
7753 (python-nav-backward-block, python-nav-forward-block)
7754 (python-nav-block-start, python-nav-block-end)
7755 (python-nav-forward-sexp-function)
7756 (python-info-current-line-comment-p)
7757 (python-info-current-line-empty-p): New functions.
7758 (python-indent-context): Use `python-nav-statement-start'.
7759
7760 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
7761
7762 * eshell/em-ls.el (eshell/ls): Use `apply'.
7763
7764 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
7765 multi-hops, instead of Tramp internals.
7766
7767 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
7768
7769 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
7770 when F1 and F2 are located on different hosts.
7771
7772 2012-07-14 Chong Yidong <cyd@gnu.org>
7773
7774 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
7775 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
7776 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
7777 (xterm-mouse--read-event-sequence-1000)
7778 (xterm-mouse--read-event-sequence-1006): New functions. For old
7779 mouse protocol, handle M-mouse-X events correctly.
7780 (xterm-mouse-event): New arg specifying mouse protocol.
7781 (turn-on-xterm-mouse-tracking-on-terminal)
7782 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
7783 sequence to toggle extended coordinates on newer XTerms.
7784 This appears to be harmless on terminals which do not support this.
7785
7786 2012-07-14 Leo Liu <sdl.web@gmail.com>
7787
7788 Add fringe bitmap indicators for flymake. (Bug#11253)
7789 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
7790 (flymake-make-overlay): New arg BITMAP.
7791 (flymake-error-bitmap, flymake-warning-bitmap)
7792 (flymake-fringe-indicator-position): New user variables.
7793
7794 * fringe.el: New bitmap exclamation-mark.
7795
7796 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
7797
7798 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
7799 also (Bug#7879).
7800
7801 2012-07-14 Chong Yidong <cyd@gnu.org>
7802
7803 * electric.el (electric-pair-post-self-insert-function): Fix pair
7804 insertion in empty-region case (Bug#11520).
7805
7806 2012-07-14 Chong Yidong <cyd@gnu.org>
7807
7808 * bindings.el: Consolidate ctl-x-r-map bindings.
7809 Bind copy-rectangle-as-kill to C-x r w.
7810
7811 * rect.el, register.el: Move bindings to bindings.el.
7812
7813 2012-07-14 Reuben Thomas <rrt@sc3d.org>
7814
7815 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
7816
7817 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
7818
7819 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
7820
7821 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
7822
7823 * bindings.el (top): Use `mapc' instead of `mapcar'.
7824
7825 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
7826
7827 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
7828
7829 * progmodes/sql.el (sql-comint): Suppress the check for program on
7830 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
7831 (Bug#11908)
7832
7833 2012-07-13 Chong Yidong <cyd@gnu.org>
7834
7835 * bindings.el: Assign a non-nil permanent-local property to
7836 per-buffer variables which lack a default value (Bug#11930).
7837
7838 * help-fns.el (describe-variable): In the "automatically becomes
7839 local" notice, take note of permanent-local variables.
7840
7841 2012-07-13 Chong Yidong <cyd@gnu.org>
7842
7843 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
7844 to allow printing the message when called from Lisp.
7845
7846 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7847 Remove toggle-read-only.
7848
7849 * bs.el (bs-toggle-readonly):
7850 * buff-menu.el (Buffer-menu-toggle-read-only):
7851 Remove with-no-warnings around toggle-read-only.
7852
7853 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
7854 Remove with-no-warnings around toggle-read-only.
7855 (ffap-read-only, ffap-read-only-other-window)
7856 (ffap-read-only-other-frame): Callers changed.
7857
7858 * help-mode.el: Don't require view package.
7859 (help-mode-finish): Set buffer-read-only instead of calling
7860 toggle-read-only.
7861
7862 * bindings.el (mode-line-toggle-read-only):
7863 * dired.el (dired-toggle-read-only):
7864 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
7865 with non-nil second arg.
7866
7867 * emacs-lisp/eieio-custom.el (eieio-customize-object):
7868 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
7869 directly.
7870
7871 2012-07-12 Eli Zaretskii <eliz@gnu.org>
7872
7873 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
7874 not incf.
7875
7876 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7877
7878 More CL cleanups and reduction of use of cl.el.
7879 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
7880 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
7881 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
7882 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
7883 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
7884 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
7885 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
7886 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
7887 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
7888 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
7889 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
7890 * eshell/em-cmpl.el, eshell/em-banner.el:
7891 * calendar/parse-time.el: Use cl-lib.
7892 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
7893 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
7894 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
7895 * term/ns-win.el, term.el, shell.el, ps-samp.el:
7896 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
7897 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
7898 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
7899 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
7900 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
7901 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
7902 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
7903 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
7904 `lambda' rather than with `quote'.
7905 (eshell-do-opt): Adjust accordingly.
7906 (eshell-process-option): Simplify.
7907 * eshell/esh-var.el:
7908 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
7909 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
7910 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
7911 to `pcase--dontcare'.
7912 * emacs-lisp/cl.el (labels): Mark obsolete.
7913 (cl--letf, letf): Move to cl-lib.
7914 (cl--letf*, letf*): Remove.
7915 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
7916 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
7917 (cl-progv): Rewrite.
7918 (cl--letf, cl-letf): Move from cl.el.
7919 (cl-letf*): New macro.
7920 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
7921
7922 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
7923
7924 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
7925
7926 2012-07-11 Chong Yidong <cyd@gnu.org>
7927
7928 * vc/log-edit.el (log-edit-vc-backend): New variable.
7929 (log-edit): Doc fix.
7930
7931 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
7932 argument of log-edit to set up all local variables.
7933 (vc-start-logentry): New optional arg specifying VC backend.
7934
7935 * vc/vc.el (vc-checkin): Use it.
7936 (vc-deduce-fileset): Handle Log Edit buffers.
7937 (vc-diff): Make first argument optional too.
7938
7939 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
7940
7941 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
7942
7943 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
7944 command, just in case. The function is not needed anymore.
7945 (eshell-external-command): Do not call `eshell-remote-command'.
7946
7947 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7948
7949 Reduce use of (require 'cl).
7950 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
7951 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
7952 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
7953 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
7954 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
7955 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
7956 * battery.el, avoid.el, abbrev.el: Use cl-lib.
7957 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
7958 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
7959 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
7960 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
7961 * calculator.el, autorevert.el, apropos.el: Don't require CL.
7962 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
7963 (byte-compile-unfold-bcf, byte-compile-check-variable):
7964 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
7965 (byte-compile-nilconstp):
7966 * emacs-lisp/autoload.el (make-autoload): Use pcase.
7967 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
7968
7969 * emacs-lisp/gv.el (cond): Make it a valid place.
7970 (if): Simplify slightly.
7971
7972 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
7973 (pcase--self-quoting-p): New function.
7974 (pcase--u1): Use it.
7975
7976 2012-07-10 Glenn Morris <rgm@gnu.org>
7977
7978 * emacs-lisp/authors.el (authors-fixed-entries):
7979 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
7980
7981 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
7982
7983 Rename configure.in to configure.ac (Bug#11603).
7984 * emacs-lisp/authors.el (authors-canonical-file-name):
7985 * progmodes/autoconf.el (autoconf-mode):
7986 Prefer configure.ac to configure.in.
7987
7988 2012-07-08 Chong Yidong <cyd@gnu.org>
7989
7990 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
7991 Implement the mouse-1-click-follows-link handling properly.
7992
7993 * info.el (Info-link-keymap): Use follow-link mechanism for
7994 header-line links (Bug#374).
7995
7996 * simple.el (deactivate-mark): Do not set the primary selection
7997 if another program has acquired it (Bug#11772).
7998
7999 2012-07-07 Kevin Ryde <user42@zip.com.au>
8000
8001 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
8002 (woman-decode-region): Replace escaped-escapes without destroying
8003 bold or underline (Bug#11552).
8004 (woman2-process-escapes): Handle nofill regions (Bug#11591).
8005
8006 2012-07-07 Chong Yidong <cyd@gnu.org>
8007
8008 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
8009 (interprogram-cut-function, interprogram-paste-function):
8010 Mention that we typically mean the clipboard.
8011
8012 2012-07-06 Glenn Morris <rgm@gnu.org>
8013
8014 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
8015
8016 * files.el (toggle-read-only): Restrict message to interactive use.
8017
8018 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
8019
8020 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
8021
8022 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
8023
8024 2012-07-06 Glenn Morris <rgm@gnu.org>
8025
8026 * Makefile.in (compile-one-process): Rename from "recompile".
8027
8028 * Makefile.in (bzr-update): "compile" is the same as "recompile
8029 autoloads", but parallelizable, so use that instead.
8030
8031 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
8032
8033 * window.el (quit-window): Always restore window height when
8034 it's saved in quit-restore parameter (Bug#11810).
8035
8036 2012-07-06 Glenn Morris <rgm@gnu.org>
8037
8038 * simple.el (kill-whole-line): Doc tweak.
8039
8040 2012-07-06 Eli Zaretskii <eliz@gnu.org>
8041
8042 * files.el (file-relative-name): Compare file names
8043 case-insensitively if on MS-Windows or MS-DOS, or if
8044 read-file-name-completion-ignore-case is non-nil. Don't use
8045 case-fold-search for this purpose. (Bug#11827)
8046
8047 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8048
8049 * calendar/cal-dst.el (calendar-current-time-zone):
8050 Return calendar-current-time-zone-cache if non-nil.
8051
8052 2012-07-17 Masatake YAMATO <yamato@redhat.com>
8053 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
8054
8055 * calendar/cal-dst.el (calendar-current-time-zone):
8056 Return calendar-current-time-zone-cache if non-nil.
8057
8058 2012-07-06 Glenn Morris <rgm@gnu.org>
8059
8060 * Makefile.in (cvs-update): Remove old alias.
8061
8062 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
8063
8064 Sync with Tramp 2.2.6-pre.
8065
8066 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
8067 compatible declaration.
8068
8069 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8070 Protect `list-load-path-shadows' call.
8071
8072 * net/tramp-compat.el (top): Require packages, which aren't
8073 autoloaded anymore for XEmacs. Protect call of
8074 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
8075 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
8076 it hurts at least for SXEmacs.
8077 (tramp-compat-temporary-file-directory): In XEmacs, there is no
8078 standard-value for `temporary-file-directory'.
8079
8080 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
8081 Redirect stderr to /dev/null.
8082 (tramp-sh-handle-write-region): uid and gid can be floats.
8083 Reported by Russell Sim <russell.sim@gmail.com>.
8084 (tramp-sh-handle-vc-registered): Hide errors.
8085 (tramp-vc-file-name-handler): Use dummy results for `process-file'
8086 and `start-file-process'.
8087 (tramp-maybe-open-connection): Check also whether `non-essential'
8088 is bound.
8089
8090 2012-07-04 Chong Yidong <cyd@gnu.org>
8091
8092 * xml.el (xml--parse-buffer): Use xml-syntax-table.
8093 (xml-parse-tag): Likewise, and avoid changing entity tables.
8094 (xml-syntax-table): Define from scratch, making sure not to give
8095 x2000 and other Unicode spaces whitespace syntax, since those are
8096 not spaces in XML.
8097 (xml-parse-fragment): Delete unused function.
8098 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
8099 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
8100 (xml-entity-ref, xml-pe-reference-re)
8101 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
8102 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
8103 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
8104 (xml-entity-value-re): Use syntax references in regexps where
8105 possible; no need to define inside a let-binding.
8106 (xml-parse-dtd): Use xml-pe-reference-re.
8107 (xml-entity-or-char-ref-re): New defconst.
8108 (xml-parse-string, xml-substitute-special): Use it.
8109
8110 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * files.el (locate-dominating-file): Allow `name' to be a predicate.
8113 (find-file--read-only): New function.
8114 (find-file-read-only, find-file-read-only-other-window)
8115 (find-file-read-only-other-frame): Use it.
8116 (insert-file-contents-literally): Don't `fset'.
8117 (get-free-disk-space): Use locate-dominating-file.
8118
8119 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
8120 function is already compiled.
8121
8122 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
8123
8124 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
8125
8126 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
8127 files on the same host.
8128
8129 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
8130
8131 * help-fns.el (describe-function-1): Only call
8132 help-fns--autoloaded-p when we have a file name. (Bug#11848)
8133
8134 2012-07-03 Chong Yidong <cyd@gnu.org>
8135
8136 * xml.el: Protect parser against XML bombs.
8137 (xml-entity-expansion-limit): New variable.
8138 (xml-parse-string, xml-substitute-special): Use it.
8139 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
8140
8141 2012-07-03 Glenn Morris <rgm@gnu.org>
8142
8143 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8144 Allow linking to specific messages in debbugs reports (eg 123#5).
8145
8146 2012-07-02 Chong Yidong <cyd@gnu.org>
8147
8148 * xml.el: Fix entity and character reference expansion, allowing
8149 them to expand into markup as per XML spec.
8150 (xml-default-ns): New variable.
8151 (xml-entity-alist): Use XML spec definitions for lt and amp.
8152 (xml-parse-region): Make first two arguments optional.
8153 Discard text properties.
8154 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
8155 All callers changed.
8156 (xml-parse-tag): Call xml-parse-tag-1. For backward
8157 compatibility, this function should not modify buffer contents.
8158 (xml-parse-tag-1): Fix opening-tag regexp.
8159 (xml-parse-string): Rewrite, handling entity and character
8160 references properly.
8161 (xml--entity-replacement-text): Signal an error if a parameter
8162 entity is undefined.
8163
8164 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * comint.el (comint-output-filter): Filter out repeated prompts.
8167
8168 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
8169 and file-name-absolute-p.
8170 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
8171 internal calls.
8172
8173 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
8174
8175 Spelling fixes.
8176 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
8177 Rename from byte-compile--refiy-function. All uses changed.
8178
8179 2012-07-01 Chong Yidong <cyd@gnu.org>
8180
8181 * xml.el (xml--parse-buffer): New function. Move most of
8182 xml-parse-region here.
8183 (xml-parse-region): Copy region into a temporary buffer, since
8184 parameter entity substitution requires changing buffer contents.
8185 Use xml--parse-buffer.
8186 (xml-parse-file): Use xml--parse-buffer.
8187 (xml-parse-dtd): Make parameter entity substitution work right.
8188 Use proper regexps for ELEMENT declarations (Bug#7172).
8189
8190 2012-06-30 Glenn Morris <rgm@gnu.org>
8191
8192 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
8193
8194 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
8195 Remove outdated and unnecessary dbus declarations.
8196
8197 2012-06-30 Eli Zaretskii <eliz@gnu.org>
8198
8199 * emacs-lisp/timer.el (timer-until): Subtract results of
8200 float-time, instead of taking float-time of the result of
8201 time-subtract, since float-time signals an error for negative time
8202 arguments.
8203
8204 2012-06-30 Chong Yidong <cyd@gnu.org>
8205
8206 * xml.el (xml-*-re): Convert defvars into defconsts, and
8207 eval-and-compile them so eval-and-compile works on derivatives.
8208 (xml--entity-replacement-text): Use eval-and-comple.
8209
8210 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
8211
8212 * vc/vc-git.el (vc-git-registered): Use cache property
8213 `git-registered'.
8214 (vc-git-mode-line-string): Call `vc-working-revision' instead of
8215 `vc-git-working-revision' in order to benefit from the cache.
8216 (vc-git-root): Use cache property `git-root'. (Bug#11757)
8217
8218 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
8219
8220 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
8221 removed (likely outside Emacs). (Bug#11757)
8222
8223 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8224
8225 * emacs-lisp/cl-lib.el: Require macroexp.
8226
8227 2012-06-30 Chong Yidong <cyd@gnu.org>
8228
8229 * xml.el: Implement XML parameter entities.
8230 (xml-parameter-entity-alist): New variable.
8231 (xml-parse-region, xml-parse-fragment): Preserve previous values
8232 of xml-entity-alist and xml-parameter-entity-alist, so that
8233 repeated calls on different documents do not change them.
8234 (xml-parse-tag): Fix doctype regexp.
8235 (xml--entity-replacement-text): New function.
8236 (xml-parse-dtd): Use it. Don't handle system entities; doing that
8237 properly requires url retrieval which is unimplemented.
8238 (xml-escape-string): Doc fix.
8239
8240 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8241
8242 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
8243
8244 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
8245
8246 * fringe.el (fringe-mode): Doc fix.
8247
8248 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
8249
8250 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
8251 is non-nil.
8252 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
8253 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
8254
8255 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
8256
8257 * calendar/cal-dst.el (calendar-current-time-zone):
8258 Return calendar-current-time-zone-cache if non-nil.
8259
8260 2012-06-29 Masatake YAMATO <yamato@redhat.com>
8261
8262 * progmodes/which-func.el (which-func-format):
8263 Add mouse-face. (Bug#11698)
8264
8265 2012-06-29 Leo Liu <sdl.web@gmail.com>
8266
8267 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
8268
8269 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8270
8271 * minibuffer.el (minibuffer-confirm-exit-commands):
8272 Add completion-at-point (bug#11725).
8273
8274 2012-06-29 Glenn Morris <rgm@gnu.org>
8275
8276 * progmodes/f90.el (f90-font-lock-keywords-2):
8277 Add some preprocessor elements. (Bug#10499)
8278
8279 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8280
8281 * progmodes/cperl-mode.el (cperl-update-syntaxification):
8282 Use syntax-propertize (bug#11739).
8283
8284 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
8285
8286 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
8287
8288 2012-06-28 Julien Danjou <julien@danjou.info>
8289
8290 * term.el (term-handle-colors-array): Use a set of new faces to
8291 color the terminal. Also uses :inverse-video property.
8292 (term-default-fg-color): Set to nil by default, deprecate in favor
8293 of `term-face'.
8294 (term-default-bg-color): Set to nil by default, deprecate in favor
8295 of `term-face'.
8296 (term-current-face): Use `term-face' by default.
8297 (term-bold-attribute): Variable deleted.
8298
8299 2012-06-28 Glenn Morris <rgm@gnu.org>
8300
8301 * simple.el (completion-list-mode-finish):
8302 Don't use toggle-read-only. (Since completion-list-mode has
8303 a special mode-class, it wasn't doing anything extra anyway.)
8304
8305 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8306
8307 Make inlining of other-mode interpreted functions work (bug#11799).
8308 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
8309 (byte-compile): Use it to fix compilation of lexical-binding closures.
8310 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
8311 function, if needed.
8312
8313 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8314
8315 * help-mode.el (help-make-xrefs): Don't just withstand
8316 cyclic-variable-indirection but any error in documentation-property.
8317
8318 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
8319 memory use.
8320 * bindings.el (bindings--define-key): New function.
8321 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
8322 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
8323 * bindings.el: Use it to purecopy define-key bindings.
8324
8325 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
8326
8327 * emacs-lisp/cl.el (flet): Mark obsolete.
8328 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
8329 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
8330 * progmodes/js.el (js-c-fill-paragraph):
8331 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
8332 (ebrowse-switch-member-buffer-to-derived-class):
8333 * play/5x5.el (5x5-solver): Use cl-flet.
8334
8335 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
8336 (cl--symbol-function): New macro.
8337 (cl--letf, cl--letf*): Use it.
8338
8339 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8340 Strip "toggle-" if any.
8341
8342 2012-06-27 Glenn Morris <rgm@gnu.org>
8343
8344 * info.el (Info-default-directory-list): Move here from paths.el.
8345 * paths.el: Remove file, which is now empty.
8346 * loadup.el: No longer load "paths".
8347
8348 * custom.el (custom-initialize-delay): Doc fix.
8349
8350 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8351 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8352 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8353 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8354 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8355 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
8356 * eshell/eshell.el (eshell-defgroup): Remove alias.
8357
8358 2012-06-27 Chong Yidong <cyd@gnu.org>
8359
8360 * help.el (help-enable-auto-load): New variable.
8361
8362 * help-fns.el (help-fns--autoloaded-p): New function.
8363 (describe-function-1): Refer to a function as "autoloaded" if it
8364 was autoloaded at any time in the past. Perform autoloading if
8365 help-enable-auto-load is non-nil.
8366
8367 2012-06-26 Eli Zaretskii <eliz@gnu.org>
8368
8369 * makefile.w32-in (compile, compile-always): Depend on
8370 update-subdirs, not on subdirs.el. Otherwise, several different
8371 sub-targets of 'bootstrap' running in parallel could
8372 simultaneously write to subdirs.el, producing a garbled file.
8373
8374 2012-06-26 Sam Steingold <sds@gnu.org>
8375
8376 * files.el (file-name-base): New convenience function.
8377 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
8378 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
8379 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
8380 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
8381 * textmodes/ispell.el, textmodes/reftex-ref.el:
8382 * textmodes/tex-mode.el: Use it.
8383 Did not touch cedet and org because they are maintained elsewhere.
8384
8385 2012-06-26 Martin Rudalics <rudalics@gmx.at>
8386
8387 * calendar/calendar.el (calendar-exit): Don't try to delete or
8388 iconify last frame. See:
8389 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
8390
8391 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
8392
8393 * server.el (server-process-filter): Remember dir in the
8394 process's `server-client-directory' properties.
8395
8396 2012-06-24 Chong Yidong <cyd@gnu.org>
8397
8398 * xml.el (xml-parse-tag): Correctly handle comment embedded in
8399 non-tag text.
8400
8401 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
8402
8403 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
8404
8405 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * help-fns.el (describe-variable): Don't croak when doc is not found.
8408 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
8409 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
8410 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
8411 * emacs-lisp/smie.el (smie-next-sexp): CSE.
8412 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
8413 ((lambda ..) ..).
8414 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
8415
8416 2012-06-23 Chong Yidong <cyd@gnu.org>
8417
8418 * info.el (Info-mouse-follow-link): Accept symbol values of
8419 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
8420 (Info-fontify-node): Use Info-link-keymap for all navigation
8421 buttons, with link-args property to perform the desired action.
8422 (Info-link-keymap): Doc fix.
8423 (Info-next-link-keymap, Info-prev-link-keymap)
8424 (Info-up-link-keymap): Delete now-unused keymaps.
8425
8426 2012-06-23 Chong Yidong <cyd@gnu.org>
8427
8428 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
8429
8430 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
8431 system abbrevs.
8432
8433 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
8434
8435 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8436
8437 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
8438 (bug#11719).
8439
8440 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
8441 the requote function doesn't work properly (bug#11714).
8442
8443 2012-06-23 Glenn Morris <rgm@gnu.org>
8444
8445 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
8446
8447 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8448
8449 Further GV/CL cleanups.
8450 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
8451 gv-expander.
8452 (gv--defun-declaration): New function.
8453 (defun-declarations-alist): Use it.
8454 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
8455 (gv-place): Autoload.
8456 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
8457 original definition of dotimes and dolist.
8458 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
8459 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
8460 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
8461 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8462 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
8463 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
8464 to the function's definition.
8465 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
8466 * window.el:
8467 * files.el:
8468 * faces.el:
8469 * env.el: Don't use CL.
8470
8471 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
8472
8473 Support higher-resolution time stamps (Bug#9000).
8474
8475 * calendar/time-date.el (with-decoded-time-value): New arg
8476 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
8477 (encode-time-value): New optional arg PICO. New type 3.
8478 (time-to-seconds) [!float-time]: Support the new picoseconds
8479 component if it's used.
8480 (seconds-to-time, time-subtract, time-add):
8481 Support ps-resolution time stamps as well.
8482
8483 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
8484 (timerp): Timer vectors now have length 9, not 8.
8485 (timer--time): Support new-style (4-part) time stamps.
8486 (timer-next-integral-multiple-of-time): Time stamps now have
8487 picosecond resolution, so take a bit more care about rounding.
8488 (timer-relative-time, timer-inc-time): New optional arg psecs.
8489 (timer-set-time-with-usecs): Set psecs to 0.
8490 (timer--activate): Check psecs component, too.
8491
8492 * proced.el (proced-time-lessp): Support ps-resolution stamps.
8493
8494 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
8497 Move the non-essential binding to the post/pre-command-hook where it is
8498 more obviously correct.
8499
8500 * subr.el (read-passwd): Don't use a history at all.
8501 * savehist.el (savehist-save): Remove password saved accidentally
8502 because of the above bug.
8503
8504 2012-06-22 Bastien Guerry <bzg@gnu.org>
8505
8506 * files.el (toggle-read-only): Display a message telling whether
8507 the buffer is read-only or not (bug#11726).
8508
8509 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8510
8511 * emacs-lisp/gv.el: New file.
8512 * subr.el (push, pop): Extend to generalized variables.
8513 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
8514 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
8515 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
8516 gv-define-simple-setter, and gv-define-expander.
8517 Remove setf-methods defined in gv. Rename cl-setf -> setf.
8518 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
8519 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
8520 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
8521 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
8522 gv-letplace.
8523 (cl-defstruct): Don't define setf-method any more.
8524 * emacs-lisp/cl.el (flet): Don't autoload.
8525 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
8526 (define-setf-expander, defsetf, define-modify-macro)
8527 (cl-struct-setf-expander): Move from cl-lib.el.
8528 * emacs-lisp/syntax.el:
8529 * emacs-lisp/ewoc.el:
8530 * emacs-lisp/smie.el:
8531 * emacs-lisp/cconv.el:
8532 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
8533 (timer--time): Use gv-define-simple-setter.
8534 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
8535 to avoid coding-system problems in subr.el. Adjust all users.
8536 (macroexp--maxsize, macroexp-small-p): New functions.
8537 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
8538 * scroll-bar.el (scroll-bar-mode):
8539 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8540 (normal-erase-is-backspace-mode): Don't use the `eq' place.
8541 * winner.el (winner-configuration, winner-make-point-alist)
8542 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
8543 * files.el (locate-file-completion-table): Avoid list*.
8544
8545 2012-06-22 Chong Yidong <cyd@gnu.org>
8546
8547 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
8548 (dired-create-files): Doc fix (Bug#11329).
8549 (dired-do-copy): Doc fix (Bug#11334).
8550 (dired-mark-read-string): Doc fix (Bug#11553).
8551
8552 * dired.el (dired-recursive-copies, dired-recursive-deletes):
8553 Doc fix (Bug#11326).
8554 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
8555 (dired-dwim-target): Doc fix.
8556
8557 * wdired.el (wdired-mode): Doc fix.
8558
8559 2012-06-22 Glenn Morris <rgm@gnu.org>
8560
8561 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
8562 (pcmpl-rpm-cache-stamp-file): New constant.
8563 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
8564 (pcmpl-rpm-packages): Optionally cache list of packages.
8565
8566 * pcmpl-rpm.el (pcmpl-rpm): New group.
8567 (pcmpl-rpm-query-options): New option.
8568 (pcmpl-rpm-packages): No need to inline it.
8569 Use pcmpl-rpm-query-options.
8570
8571 * calendar/calendar.el (calendar-in-read-only-buffer):
8572 Avoid some needless mode changes.
8573
8574 2012-06-21 Chong Yidong <cyd@gnu.org>
8575
8576 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
8577 (desktop-path): Remove . from the default value (Bug#10977).
8578 (desktop-read): Use user-emacs-directory if desktop-path is nil.
8579
8580 2012-06-20 Chong Yidong <cyd@gnu.org>
8581
8582 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
8583
8584 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
8585
8586 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
8587 (bug#11201).
8588
8589 2012-06-20 Chong Yidong <cyd@gnu.org>
8590
8591 * term.el (term-window-width): Handle the case of a missing right
8592 fringe (Bug#8837).
8593 (term-check-size): Use window-text-height (Bug#5445).
8594 (term-mode): Use define-derived-mode. Minor cleanups.
8595 Set font-lock-defaults (Bug#7692).
8596 (term-move-columns, term-insert-char, term-emulate-terminal)
8597 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
8598
8599 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
8600
8601 * net/ange-ftp.el (ange-ftp-get-passwd):
8602 Bind `enable-recursive-minibuffers'.
8603 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
8604
8605 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
8606
8607 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
8608
8609 2012-06-19 Glenn Morris <rgm@gnu.org>
8610
8611 * progmodes/python.el (python-mode): Derive from prog-mode.
8612
8613 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
8614
8615 * emulation/edt.el (edt-default-menu-bar-update-buffers)
8616 (edt-user-menu-bar-update-buffers): New functions.
8617 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
8618
8619 2012-06-19 Chong Yidong <cyd@gnu.org>
8620
8621 * subr.el (with-selected-window): Preserve the selected window's
8622 terminal's top-frame (Bug#4702).
8623
8624 * window.el (save-selected-window): Likewise.
8625
8626 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8627
8628 * progmodes/python.el (python-rx-constituents): Move backquote.
8629 (python-skeleton-define, python-define-auxiliary-skeleton):
8630 Use `declare'.
8631
8632 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
8633
8634 * minibuffer.el (read-file-name-default): Revert the patch from
8635 2012-06-17.
8636
8637 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8638
8639 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
8640 (pcase--u1, pcase--q1): Don't use apply-partially.
8641
8642 2012-06-18 Glenn Morris <rgm@gnu.org>
8643
8644 * progmodes/python.el (python-proc, python-buffer)
8645 (python-send-receive, python-send-string): Fix obsolete versions.
8646
8647 2012-06-18 Martin Rudalics <rudalics@gmx.at>
8648
8649 * window.el (special-display-p): Completely remove stringp
8650 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
8651
8652 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
8653
8654 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
8655
8656 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
8657
8658 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
8659 * net/tramp-sh.el (tramp-maybe-open-connection):
8660 Throw if `non-essential' is non-nil.
8661
8662 2012-06-17 Martin Rudalics <rudalics@gmx.at>
8663
8664 * window.el (special-display-p): Signal an error if BUFFER-NAME
8665 is not a string (Bug#11713).
8666
8667 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
8668
8669 * progmodes/python.el (python-info-beginning-of-backslash):
8670 Rename from python-info-beginning-of-backlash, as a spelling fix.
8671
8672 2012-06-17 Chong Yidong <cyd@gnu.org>
8673
8674 * term.el (term-emulate-terminal): If term-check-size is called,
8675 move point to the process mark without resetting point (Bug#4635).
8676
8677 2012-06-17 Glenn Morris <rgm@gnu.org>
8678
8679 * international/mule-cmds.el (mule-menu-keymap)
8680 (set-language-environment, set-locale-environment): Doc tweaks.
8681
8682 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
8683
8684 * cus-face.el (custom-face-attributes): Add wave-style underline
8685 attribute.
8686 * faces.el (set-face-attribute): Update docstring to describe
8687 wave-style underline attribute.
8688
8689 2012-06-16 Chong Yidong <cyd@gnu.org>
8690
8691 * term/xterm.el (terminal-init-xterm): Discard input before
8692 querying background mode (Bug#10959).
8693
8694 2012-06-16 Stefan Merten <smerten@oekonux.de>
8695
8696 * textmodes/rst.el: Added and corrected some comments.
8697 (rst-re-alist-def): Improve symbol syntax.
8698 (rst-mode-syntax-table): Correct syntax entries.
8699 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8700 (rst-official-version, rst-official-cvs-rev): Update version
8701 information.
8702
8703 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
8704
8705 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
8706 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
8707
8708 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
8709
8710 * progmodes/python.el: New python.el merge.
8711 (python-guess-indent): Obsolete var.
8712 (python-indent-guess-indent-offset): New defcustom.
8713 (python-indent): Obsolete var.
8714 (python-indent-offset): New defcustom.
8715 (python-python-command, python-jython-command): Delete var.
8716 (python-shell-interpreter): New defcustom.
8717 (python-pdbtrack-do-tracking-p): Delete var.
8718 (python-pdbtrack-activate): New defcustom.
8719 (python-use-skeletons): Obsolete var.
8720 (python-skeleton-autoinsert): New defcustom.
8721 (inferior-python-filter-regexp, python-continuation-offset)
8722 (python-honour-comment-indentation, python-indent-string-contents)
8723 (python-jython-packages, python-mode-hook)
8724 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
8725 (python-shell-prompt-alist)
8726 (python-source-modes): Delete defcustoms.
8727 (python-check-buffer-name, python-eldoc-setup-code)
8728 (python-eldoc-string-code, python-ffap-setup-code)
8729 (python-ffap-string-code, python-fill-comment-function)
8730 (python-fill-decorator-function, python-fill-paren-function)
8731 (python-fill-string-function, python-imenu-include-defun-type)
8732 (python-imenu-make-tree, python-imenu-subtree-root-label)
8733 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
8734 (python-shell-compilation-regexp-alist)
8735 (python-shell-completion-module-string-code)
8736 (python-shell-completion-pdb-string-code)
8737 (python-shell-completion-setup-code)
8738 (python-shell-completion-string-code)
8739 (python-shell-enable-font-lock, python-shell-exec-path)
8740 (python-shell-extra-pythonpaths)
8741 (python-shell-internal-buffer-name, python-shell-interpreter-args)
8742 (python-shell-process-environment)
8743 (python-shell-prompt-block-regexp)
8744 (python-shell-prompt-output-regexp)
8745 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
8746 (python-shell-send-setup-max-wait, python-shell-setup-codes)
8747 (python-shell-virtualenv-path): New defcustoms.
8748 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
8749 (inferior-python-mode-syntax-table, python--prompt-regexp)
8750 (python-buffer, python-command python-python-command)
8751 (python-default-template, python-imports, python-indent-index)
8752 (python-indent-list, python-indent-list-length)
8753 (python-mode-running, python-pdbtrack-is-tracking-p)
8754 (python-preoutput-continuation, python-preoutput-leftover)
8755 (python-preoutput-result, python-preoutput-skip-next-prompt)
8756 (python-prev-dir/file, python-recursing)
8757 (python-saved-check-command, python-version-checked)
8758 (python-which-func-length-limit)
8759 (view-return-to-alist): Delete vars.
8760 (python-check-custom-command, python-dotty-syntax-table)
8761 (python-imenu-index-alist, python-indent-current-level)
8762 (python-indent-dedenters, python-indent-levels)
8763 (python-nav-beginning-of-defun-regexp)
8764 (python-nav-list-defun-positions-cache)
8765 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
8766 (python-shell-internal-buffer)
8767 (python-skeleton-available): New vars.
8768 (def-python-skeleton): Delete macro.
8769 (python-skeleton-define): New macro.
8770 (python-define-auxiliary-skeleton, python-rx): New macros.
8771 (python-insert-class): Delete command.
8772 (python-skeleton-class): New command.
8773 (python-insert-def): Delete command.
8774 (python-skeleton-def): New command.
8775 (python-insert-for): Delete command.
8776 (python-skeleton-for): New command.
8777 (python-insert-if): Delete command.
8778 (python-skeleton-if): New command.
8779 (python-insert-try/except, python-insert-try/finally): Delete commands.
8780 (python-skeleton-try): New command.
8781 (python-insert-while): Delete command.
8782 (python-skeleton-while): New command.
8783 (python-backspace): Delete command.
8784 (python-indent-dedent-line-backspace): New command.
8785 (python-electric-colon): Delete command.
8786 (python-indent-electric-colon): New command.
8787 (python-guess-indent): Delete command.
8788 (python-indent-guess-indent-offset): New command.
8789 (python-shift-left): Delete command.
8790 (python-indent-shift-left): New command.
8791 (python-shift-right): Delete command.
8792 (python-indent-shift-right): New command.
8793 (python-find-function): Delete command.
8794 (python-nav-jump-to-defun): New command.
8795 (python-next-statement): Delete command.
8796 (python-nav-forward-sentence): New command.
8797 (python-previous-statement): Delete command.
8798 (python-nav-backward-sentence): New command.
8799 (python-fill-paragraph): Delete command.
8800 (python-fill-paragraph-function): New command.
8801 (python-send-buffer): Delete command.
8802 (python-shell-send-buffer): New command.
8803 (python-send-defun): Delete command.
8804 (python-shell-send-defun): New command.
8805 (python-send-region, python-send-region-and-go): Delete commands.
8806 (python-shell-send-region)
8807 (python-shell-switch-to-shell): New commands.
8808 (python-send-string): Delete command.
8809 (python-shell-send-string): New command.
8810 (python-switch-to-python): Delete command.
8811 (python-shell-switch-to-shell): New command.
8812 (python-describe-symbol): Delete command.
8813 (python-eldoc-at-point): New command.
8814 (python--set-prompt-regexp, python-args-to-list)
8815 (python-after-info-look, python-check-version)
8816 (python-check-comint-prompt, python-find-imports)
8817 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
8818 (python-unload-function, python-expand-template)
8819 (python-maybe-jython, python-preoutput-filter)
8820 (python-pdbtrack-get-source-buffer)
8821 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
8822 (python-pdbtrack-toggle-stack-tracking)
8823 (python-pdbtrack-track-stack-file, python-initial-text)
8824 (python-first-word, python-comment-line-p, python-send-command)
8825 (python-setup-brm, python-sentinel, python-set-proc)
8826 (python-skip-out, python-input-filter, python-outdent-p)
8827 (python-outline-level, python-backslash-continuation-line-p)
8828 (python-end-of-block, python-end-of-statement, python-mark-block)
8829 (python-beginning-of-block, python-beginning-of-statement)
8830 (python-blank-line-p, python-beginning-of-string)
8831 (python-open-block-statement-p): Delete functions.
8832 (python-indent-line, python-indent-line-1): Delete functions.
8833 (python-indent-line): New function.
8834 (python-indentation-levels): Delete function.
8835 (python-indent-calculate-levels): New function.
8836 (python-proc): Delete function.
8837 (python-shell-get-process): New function.
8838 (python-send-receive): Delete function.
8839 (python-shell-send-string-no-output): New function.
8840 (python-module-path): Delete function.
8841 (python-ffap-module-path): New function.
8842 (python-completion-at-point)
8843 (python-symbol-completions): Delete functions.
8844 (python-completion-complete-at-point): New function.
8845 (python-load-file): Delete function.
8846 (python-shell-send-file): New function.
8847 (python-calculate-indentation): Delete function.
8848 (python-indent-calculate-indentation): New function.
8849 (python-skip-comments/blanks): Delete function.
8850 (python-util-forward-comment): New function.
8851 (python-continuation-line-p): Delete function.
8852 (python-info-continuation-line-p): New function.
8853 (python-which-func, python-current-defun): Delete function.
8854 (python-info-current-defun): New function.
8855 (python-beginning-of-defun): Delete function.
8856 (python-nav-beginning-of-defun): New function.
8857 (python-close-block-statement-p)
8858 (python-block-end-p): Delete function.
8859 (python-info-closing-block): New function.
8860 (python-comint-output-filter-function)
8861 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
8862 (python-fill-comment, python-fill-decorator, python-fill-paren)
8863 (python-fill-string, python-imenu-make-element-tree)
8864 (python-imenu-make-tree, python-imenu-tree-assoc)
8865 (python-indent-context, python-indent-dedent-line)
8866 (python-indent-line-function)
8867 (python-indent-post-self-insert-function)
8868 (python-indent-toggle-levels)
8869 (python-info-assignment-continuation-line-p)
8870 (python-info-beginning-of-backlash)
8871 (python-info-block-continuation-line-p)
8872 (python-info-closing-block-message)
8873 (python-info-line-ends-backslash-p)
8874 (python-info-looking-at-beginning-of-defun)
8875 (python-info-ppss-context, python-info-ppss-context-type)
8876 (python-nav-list-defun-positions, python-nav-read-defun)
8877 (python-nav-sentence-end, python-nav-sentence-start)
8878 (python-pdbtrack-comint-output-filter-function)
8879 (python-pdbtrack-set-tracked-buffer)
8880 (python-shell-calculate-exec-path)
8881 (python-shell-calculate-process-environment)
8882 (python-shell-completion--do-completion-at-point)
8883 (python-shell-completion--get-completions)
8884 (python-shell-completion-complete-at-point)
8885 (python-shell-completion-complete-or-indent)
8886 (python-shell-get-or-create-process)
8887 (python-shell-get-process-name)
8888 (python-shell-internal-get-or-create-process)
8889 (python-shell-internal-get-process-name)
8890 (python-shell-internal-send-string, python-shell-make-comint)
8891 (python-shell-parse-command, python-shell-send-setup-code)
8892 (python-skeleton-add-menu-items)
8893 (python-util-clone-local-variables, python-util-position)
8894 (run-python-internal, python-indentation-levels)
8895 (python-nav-beginning-of-defun)
8896 (python-completion-complete-at-point): New functions.
8897 (run-python): Change arguments. New API requirements.
8898
8899 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8900
8901 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
8902 (bug#11649).
8903
8904 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
8905 (macroexp--expand-all): Use it.
8906
8907 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
8908 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
8909 Use `cl-function' instead.
8910
8911 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
8912
8913 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
8914 Suggested by Stefan Monnier while discussing bug#11657.
8915
8916 2012-06-14 Sam Steingold <sds@gnu.org>
8917
8918 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
8919
8920 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
8921
8922 * play/doctor.el (doctor-doc): Remove parameter and use
8923 doctor-sent instead of sent.
8924 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
8925
8926 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8927
8928 * files.el: Require cl-lib.
8929 (file-name-non-special): Replace case -> cl-case.
8930
8931 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
8932
8933 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
8934 mapping from #' to function*.
8935
8936 2012-06-13 Chong Yidong <cyd@gnu.org>
8937
8938 * mouse.el (mouse-drag-track): Do not set the mark if the user
8939 releases the mouse without selecting anything (Bug#11588).
8940
8941 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8942
8943 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
8944 as well (bug#11646).
8945
8946 * loadup.el: Count byte-code functions as well.
8947
8948 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
8949 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
8950
8951 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
8952 (bug#11649). Add cl-defun and cl-defmacro.
8953
8954 2012-06-13 Drew Adams <drew.adams@oracle.com>
8955
8956 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
8957 Fix last change.
8958
8959 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
8960
8961 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
8962 Otherwise, it blocks in batch mode.
8963
8964 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
8965
8966 * help-mode.el (bookmark-make-record-default): Declare.
8967
8968 2012-06-13 Chong Yidong <cyd@gnu.org>
8969
8970 * emacs-lisp/package.el (list-packages): Compute a list of
8971 packages that are newly-available since the last list-packages
8972 invocation.
8973 (package-menu--new-package-list): New var.
8974 (package-menu--generate, package-menu--print-info)
8975 (package-menu--status-predicate, package-menu-mark-install):
8976 Handle new status label "new".
8977
8978 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8979
8980 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
8981 conversion to backquotes.
8982
8983 2012-06-12 Chong Yidong <cyd@gnu.org>
8984
8985 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
8986 Rename from gud-inhibit-global-bindings.
8987
8988 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
8989
8990 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
8991 hook from nxml-glyph-set-hook.
8992
8993 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
8994 declaration.
8995
8996 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
8997
8998 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
8999 Convert to defcustom.
9000
9001 2012-06-12 Drew Adams <drew.adams@oracle.com>
9002
9003 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9004 New functions.
9005 (help-mode): Use them.
9006
9007 2012-06-11 Glenn Morris <rgm@gnu.org>
9008
9009 * progmodes/fortran.el (fortran-font-lock-keywords-3):
9010 Use preprocessor face for directives.
9011 (fortran-directive-re): Doc fix.
9012
9013 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9014
9015 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
9016 conversion to backquotes (bug#11652).
9017
9018 Fix compiler-expansion of CL's cXXr functions (bug#11673).
9019 * emacs-lisp/cl-lib.el (cl--defalias): New function.
9020 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
9021 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
9022 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9023 (cl-ninth, cl-tenth): Mark them as inlinable.
9024 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
9025 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
9026 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
9027 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
9028 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
9029 (cl-list*, cl-adjoin): Don't put an autoload manually.
9030 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
9031 (cl--compiler-macro-list*): Add autoload cookie.
9032 (cl--compiler-macro-cXXr): New function.
9033
9034 * help-fns.el (help-fns--compiler-macro): New function extracted from
9035 describe-function-1; follow aliases and use `compiler-macro' property.
9036 (describe-function-1): Use it.
9037
9038 2012-06-11 Chong Yidong <cyd@gnu.org>
9039
9040 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
9041 is uninstalled, if imagemagick is installed.
9042
9043 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9044
9045 * emacs-lisp/cl-lib.el: Use lexical-binding.
9046 (cl-map-extents, cl-maclisp-member): Remove.
9047 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
9048 (cl--set-substring, cl--block-wrapper, cl--block-throw)
9049 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
9050 * emacs-lisp/cl-extra.el: Use lexical-binding.
9051 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
9052 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
9053 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
9054 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
9055 * emacs-lisp/cl-seq.el: Use lexical-binding.
9056 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
9057 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
9058 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
9059 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
9060 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
9061 CL's internals.
9062
9063 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
9064
9065 Sync with Tramp 2.2.6-pre.
9066
9067 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
9068 `print-length' and `print-level' to nil, in order to avoid
9069 truncation. Reported by Christopher Schmidt
9070 <christopher@ristopher.com>.
9071
9072 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
9073
9074 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
9075 New defmacro.
9076 (tramp-compat-copy-directory): Add optional argument
9077 COPY-CONTENTS. It is not handled yet.
9078
9079 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
9080 (tramp-ftp-file-name-p): Simplify.
9081
9082 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
9083 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
9084 connection vector.
9085
9086 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
9087 (tramp-methods): Do not use `tramp-password-end-of-line'.
9088 (tramp-completion-function-alist-putty): Handle UNIX case.
9089 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
9090 (tramp-do-file-attributes-with-stat)
9091 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
9092 gid as real numbers. They could run out of integer range on cygwin.
9093 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
9094 (tramp-sh-handle-expand-file-name): Handle hops.
9095 (tramp-open-connection-setup-interactive-shell):
9096 Use `tramp-cleanup'. Move check for busyboxes ...
9097 (tramp-find-shell): ... here. Simplify implementation.
9098 Set "remote-shell" property also for alternative shells.
9099 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
9100 If failing, a regular file would be written otherwise.
9101 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
9102 (tramp-find-inline-encoding): Cache the coding commands in the
9103 process cache. Apply test command on the remote side, if defined.
9104 (tramp-find-inline-compress): Cache the compress commands in the
9105 process cache.
9106 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
9107 when requested. Handle hops.
9108 (tramp-current-connection): New defvar.
9109 (tramp-maybe-open-connection): Use `tramp-cleanup'.
9110 Throw `suppress', if there was a failed connection shortly before.
9111 Handle user interrupt. (Bug#10187)
9112 (tramp-get-inline-compress, tramp-get-inline-coding):
9113 Read connection properties from the process cache.
9114
9115 * net/tramp-smb.el (tramp-smb-server-version)
9116 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
9117 New defconsts.
9118 (tramp-smb-prompt): Extend for powershell prompt.
9119 (tramp-smb-file-name-handler-alist): Add handlers for
9120 `process-file', `shell-command' and `start-file-process'.
9121 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
9122 (tramp-smb-winexe-shell-command-switch): New defcustoms.
9123 (tramp-smb-file-name-p): Simplify.
9124 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
9125 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
9126 (tramp-smb-shell-quote-argument): New defuns.
9127 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
9128 Implement using "tar". By this, time-stamps are preserved.
9129 (tramp-smb-handle-copy-file): Handle also the case of directories.
9130 (tramp-smb-do-file-attributes-with-stat)
9131 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
9132 Use `tramp-get-connection-buffer').
9133 (tramp-smb-handle-rename-file): Use "rename", when source and
9134 target are on the same share.
9135 (tramp-smb-maybe-open-connection): Handle wrong passwords.
9136 Use `tramp-smb-server-version'.
9137 (tramp-smb-wait-for-output): Remove prompt.
9138
9139 * net/tramp.el (top): Require 'cl.
9140 (tramp-methods, tramp-rsh-end-of-line):
9141 Remove `tramp-password-end-of-line' from docstring.
9142 (tramp-save-ad-hoc-proxies): New defcustom.
9143 (tramp-completion-function-alist): Adapt docstring.
9144 (tramp-default-password-end-of-line): Remove defcustom.
9145 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
9146 (tramp-user-regexp, tramp-file-name-regexp-unified)
9147 (tramp-file-name-regexp-url): Extend regexp by hop separator.
9148 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
9149 (tramp-remote-file-name-spec-regexp): New defconst.
9150 (tramp-file-name-structure): Extend structure for hops.
9151 (tramp-get-method-parameter): Move up.
9152 (tramp-file-name-p, tramp-dissect-file-name)
9153 (with-parsed-tramp-file-name): Handle hops.
9154 (tramp-file-name-hop): New defun.
9155 (tramp-make-tramp-file-name): New optional arg HOP.
9156 (tramp-message-show-progress-reporter-message): New defvar.
9157 (tramp-with-progress-reporter): Use it. We cannot use
9158 `tramp-message-show-message' here, because this suppresses also
9159 error buffers.
9160 (tramp-error-with-buffer): Suppress buffer view, if
9161 `tramp-message-show-message' is nil.
9162 Use `tramp-get-connection-buffer'.
9163 (tramp-cleanup): New defun.
9164 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
9165 (tramp-file-name-handler): If `debug-on-error' is set, propagate
9166 an error unchanged.
9167 (tramp-completion-handle-file-name-all-completions): Handle hops.
9168 Fix an error when called from ido.
9169 (tramp-completion-dissect-file-name): Use better local variable
9170 name. Add hop to the vector.
9171 (tramp-handle-insert-file-contents): Use progress-reporter for the
9172 whole scenario.
9173 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
9174 to `t'.
9175 (tramp-check-for-regexp): Simplify search.
9176 (tramp-enter-password): Remove it. Move implementation ...
9177 (tramp-action-password): ... here.
9178 (tramp-mode-string-to-int, tramp-local-host-p)
9179 (tramp-make-tramp-temp-file, tramp-read-passwd)
9180 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
9181 Set tramp-autoload cookie.
9182
9183 * net/trampver.el: Update release number.
9184
9185 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9186 Michael Albinus <michael.albinus@gmx.de>
9187
9188 * net/tramp.el (tramp-set-completion-function): Fix docstring.
9189 (tramp-parse-group, tramp-parse-file)
9190 (tramp-parse-shostkeys-sknownhosts): New defuns.
9191 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
9192 (tramp-parse-shosts-group, tramp-parse-sconfig)
9193 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
9194 (tramp-parse-sknownhosts, tramp-parse-hosts)
9195 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
9196 Use them.
9197 (tramp-parse-passwd-group, tramp-parse-netrc-group)
9198 (tramp-parse-putty-group): Don't narrow.
9199 (tramp-parse-putty): Make a loop.
9200 (tramp-file-name-handler): Catch the `suppress' signal.
9201
9202 2012-06-11 Chong Yidong <cyd@gnu.org>
9203
9204 * image.el (imagemagick-register-types): Put the ImageMagick entry
9205 at the end of image-type-file-name-regexps.
9206
9207 2012-06-11 Johan Bockgård <bojohan@gnu.org>
9208
9209 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
9210 (pcase, pcase-let*, pcase-dolist): Use them.
9211
9212 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9213
9214 * emacs-lisp/pcase.el (pcase--let*): New function.
9215 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
9216 (pcase--expand): Use macroexp-let².
9217
9218 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9219
9220 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
9221 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
9222 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
9223 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
9224 * emacs-lisp/derived.el: Use pcase instead of `cl'.
9225 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
9226
9227 2012-06-10 Glenn Morris <rgm@gnu.org>
9228
9229 * mail/rmail.el (rmail-yank-current-message): Leave point at
9230 correct position. (Bug#11660)
9231
9232 2012-06-10 Chong Yidong <cyd@gnu.org>
9233
9234 * allout-widgets.el: Fix code header.
9235
9236 2012-06-10 Chong Yidong <cyd@gnu.org>
9237
9238 * cus-edit.el (customize-changed-options-previous-release):
9239 Bump to 24.1.
9240
9241 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
9242
9243 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
9244
9245 2012-06-09 Chong Yidong <cyd@gnu.org>
9246
9247 * ebuff-menu.el (electric-buffer-list): Preserve header line.
9248
9249 2012-06-09 Martin Rudalics <rudalics@gmx.at>
9250
9251 * window.el (special-display-popup-frame): Don't use
9252 window--display-buffer (Bug#11651).
9253
9254 2012-06-09 Eli Zaretskii <eliz@gnu.org>
9255
9256 Fix parallel builds: make sure loaddefs.el is not being written
9257 while Lisp files are compiled.
9258 (compile): Don't depend on 'mh-autoloads'.
9259 (compile-CMD, compile-SH): Depend on 'autoloads'.
9260 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
9261
9262 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
9263
9264 2012-06-09 Chong Yidong <cyd@gnu.org>
9265
9266 * face-remap.el (face-remap-add-relative, face-remap-set-base)
9267 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
9268 Doc fixes (Bug#11225).
9269
9270 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9271
9272 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
9273 a function if there's a clear indication that it has a compiler-macro.
9274 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
9275 (macro-declarations-alist): Add arglist to declaration functions.
9276 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
9277 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
9278 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
9279 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
9280 Also add autoload to find the compiler macro.
9281 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
9282 (cl--compiler-macro-member, cl--compiler-macro-assoc)
9283 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
9284 (cl--compiler-macro-get): New functions, replacing calls to
9285 cl-define-compiler-macro.
9286 (cl-typep) [compiler-macro]: Use macroexp-let².
9287
9288 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9289
9290 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
9291 string properly, fixes Bug#11473.
9292
9293 2012-06-08 Chong Yidong <cyd@gnu.org>
9294
9295 * faces.el (set-face-attribute): Doc fix.
9296 (modify-face): Don't use :bold and :italic.
9297 (error, warning, success): Tweak definitions.
9298
9299 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
9300 (custom-modified, custom-set, custom-changed, custom-themed)
9301 (custom-saved, custom-button, custom-button-mouse)
9302 (custom-button-pressed, custom-state, custom-comment-tag)
9303 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
9304 (custom-group-subtitle): Use new-style face specs.
9305 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9306 (custom-set-face, custom-changed-face, custom-saved-face)
9307 (custom-button-face, custom-button-pressed-face)
9308 (custom-documentation-face, custom-state-face)
9309 (custom-comment-face, custom-comment-tag-face)
9310 (custom-variable-tag-face, custom-variable-button-face)
9311 (custom-face-tag-face, custom-group-tag-face-1)
9312 (custom-group-tag-face): Remove obsolete face alias.
9313
9314 * epa.el (epa-validity-high, epa-validity-medium)
9315 (epa-validity-low, epa-mark, epa-field-name, epa-string)
9316 (epa-field-name, epa-field-body):
9317 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9318 (font-lock-keyword-face, font-lock-builtin-face)
9319 (font-lock-function-name-face, font-lock-variable-name-face)
9320 (font-lock-type-face, font-lock-constant-face):
9321 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9322 (ido-virtual, ido-indicator, ido-incomplete-regexp):
9323 * speedbar.el (speedbar-button-face, speedbar-file-face)
9324 (speedbar-directory-face, speedbar-tag-face)
9325 (speedbar-selected-face, speedbar-highlight-face)
9326 (speedbar-separator-face):
9327 * whitespace.el (whitespace-newline, whitespace-space)
9328 (whitespace-hspace, whitespace-tab, whitespace-trailing)
9329 (whitespace-line, whitespace-space-before-tab)
9330 (whitespace-space-after-tab, whitespace-indentation)
9331 (whitespace-empty):
9332 * emulation/cua-base.el (cua-global-mark):
9333 * eshell/em-prompt.el (eshell-prompt):
9334 * net/newst-plainview.el (newsticker-new-item-face)
9335 (newsticker-old-item-face, newsticker-immortal-item-face)
9336 (newsticker-obsolete-item-face, newsticker-date-face)
9337 (newsticker-statistics-face, newsticker-default-face):
9338 * net/newst-reader.el (newsticker-feed-face)
9339 (newsticker-extra-face, newsticker-enclosure-face):
9340 * net/newst-treeview.el (newsticker-treeview-face)
9341 (newsticker-treeview-new-face, newsticker-treeview-old-face)
9342 (newsticker-treeview-immortal-face)
9343 (newsticker-treeview-obsolete-face)
9344 (newsticker-treeview-selection-face):
9345 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
9346 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
9347 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
9348 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
9349 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9350 (nxml-outline-active-indicator, nxml-outline-ellipsis):
9351 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
9352 (mpuz-text):
9353 * progmodes/vera-mode.el (vera-font-lock-number)
9354 (vera-font-lock-function, vera-font-lock-interface):
9355 * textmodes/table.el (table-cell): Use new-style face specs, and
9356 don't use the old :bold and :italic attributes.
9357
9358 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
9359 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
9360 (ebrowse-member-class, ebrowse-progress): Likewise.
9361 (ebrowse-tree-mark-face, ebrowse-root-class-face)
9362 (ebrowse-file-name-face, ebrowse-default-face)
9363 (ebrowse-member-attribute-face, ebrowse-member-class-face)
9364 (ebrowse-progress-face): Remove obsolete faces.
9365
9366 * progmodes/flymake.el (flymake-errline, flymake-warnline):
9367 Inherit from error and warning faces respectively.
9368
9369 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9370 Likewise.
9371 (flyspell-incorrect-face, flyspell-duplicate-face):
9372 Remove obsolete aliases.
9373
9374 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
9375
9376 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9377 Avoid infloop.
9378
9379 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9380
9381 * startup.el (argv, argi): Make lexically scoped.
9382 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
9383 * emacs-lisp/cl-macs.el: Use lexical-binding.
9384 Rename cl-bind-* to cl--bind-*.
9385 * files.el: Don't require `cl' since it doesn't use it.
9386 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
9387
9388 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
9389
9390 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
9391 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
9392 instead of calling external sort utility.
9393 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
9394
9395 2012-06-08 Eli Zaretskii <eliz@gnu.org>
9396
9397 * descr-text.el (describe-char): Mention how to insert the
9398 character, if the current input method doesn't support it.
9399 See the discussion in this thread for the details:
9400 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
9401
9402 2012-06-08 Sam Steingold <sds@gnu.org>
9403
9404 * bindings.el (global-map): Bind XF86Forward to next-buffer and
9405 XF86Back to previous-buffer.
9406 (minibuffer-local-map): Bind them to next-history-element and
9407 previous-history-element respectively.
9408 * help-mode.el (help-mode-map): Bind them to help-go-forward and
9409 help-go-back respectively.
9410 * info.el (Info-mode-map): Bind them to Info-history-forward and
9411 Info-history-back respectively.
9412 These are the keys next to Up on the ThinkPad keyboard.
9413
9414 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9415
9416 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
9417 * emacs-lisp/cl-macs.el: Provide itself.
9418 (cl--labels-convert-cache): New var.
9419 (cl--labels-convert): New function.
9420 (cl-flet, cl-labels): New implementation with new semantics, relying on
9421 lexical-binding.
9422 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
9423 (cl-closure-vars, cl--function-convert-cache)
9424 (cl--function-convert): Move from cl-macs.el.
9425 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
9426 rename by removing the "cl-" prefix.
9427 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
9428
9429 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9430
9431 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
9432 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
9433 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
9434 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
9435 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
9436 (cl-hash-table-count): Add old compatibility aliases.
9437
9438 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
9439 Use macroexpand-all-environment instead.
9440 (cl--old-macroexpand): New var.
9441 (cl--sm-macroexpand): New function.
9442 (cl-symbol-macrolet): Use it during macro expansion.
9443 (cl--function-convert-cache): New var.
9444 (cl--function-convert): New function, extracted from
9445 cl-macroexpand-all.
9446 (cl-lexical-let): Use it.
9447
9448 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
9449 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
9450 (cl-member): Remove old alias.
9451
9452 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
9453 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
9454 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
9455 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
9456 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
9457 (cl-macroexpand-cmacs): Remove var.
9458 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
9459 Use macroexpand-all instead.
9460
9461 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9462
9463 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
9464 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
9465 (macroexp-copyable-p): New functions and macros.
9466 * emacs-lisp/edebug.el (edebug-unwrap):
9467 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
9468 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
9469 (pcase--let*): Remove.
9470 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
9471 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
9472 macroexp-const-p instead.
9473 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
9474
9475 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
9476 instead of "cl-" for internal definitions. Use macroexp-const-p.
9477 (cl-old-bc-file-form): Remove var.
9478 (cl-const-exprs-p): Remove fun.
9479 (cl-labels, cl-macrolet): Use backquote.
9480 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
9481 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
9482 (cl-define-setf-expander): Rename from cl-define-setf-method.
9483 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
9484
9485 * international/mule-cmds.el: Don't require CL.
9486 (view-hello-file): Don't use `letf'.
9487
9488 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9489
9490 * tmm.el (tmm-prompt): Use string-prefix-p.
9491 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
9492 (tmm-add-prompt): Use minibuffer-completion-help.
9493 (tmm-delete-map): Remove.
9494
9495 * subr.el (kbd): Make it its own function.
9496
9497 2012-06-07 Stefan Merten <smerten@oekonux.de>
9498
9499 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
9500 Silence compiler warnings. Fix versions.
9501 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
9502 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
9503 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
9504 (rst-package-emacs-version-alist): Correct Emacs version to
9505 represent major merge with upstream.
9506 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
9507
9508 2012-06-06 Glenn Morris <rgm@gnu.org>
9509
9510 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
9511 Only print environment variables if set.
9512
9513 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9514
9515 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
9516 (macroexp--cons): Rename from maybe-cons.
9517 (macroexp--accumulate): Rename from macroexp-accumulate.
9518 (macroexp--all-forms): Rename from macroexpand-all-forms.
9519 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
9520 (macroexp--expand-all): Rename from macroexpand-all-1.
9521
9522 2012-06-06 Sam Steingold <sds@gnu.org>
9523
9524 * calendar/calendar.el (calendar-in-read-only-buffer):
9525 Call `special-mode' to enable the standard read-only keybindings.
9526
9527 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9528
9529 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
9530 with "loading" messages (bug#11635).
9531
9532 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
9533
9534 * files.el (enable-remote-dir-locals): New option.
9535 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
9536
9537 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9538 Ensure, that the temp directory is local.
9539
9540 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
9541 `temporary-file-directory'.
9542
9543 * progmodes/python.el (python-send-region): Ensure, that the
9544 temporary file is created also in the remote case.
9545
9546 2012-06-06 Glenn Morris <rgm@gnu.org>
9547
9548 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
9549 (vc-rcs-update-changelog): Use it.
9550
9551 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
9552
9553 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
9554 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
9555 (vc-sccs-diff): Replace use of the external vcdiff script.
9556
9557 2012-06-05 Glenn Morris <rgm@gnu.org>
9558
9559 * ledit.el: Move to obsolete/.
9560
9561 2012-06-05 Sam Steingold <sds@gnu.org>
9562
9563 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
9564 patch (Bug#11140).
9565
9566 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9567
9568 * emacs-lisp/cust-print.el: Move to obsolete.
9569
9570 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
9571 compiler-macro expansion.
9572
9573 Add native compiler-macro support.
9574 * emacs-lisp/macroexp.el (macroexpand-all-1):
9575 Support compiler-macros directly. Properly follow aliases and apply
9576 the compiler macros more thoroughly.
9577 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
9578 macroexpand now properly follows aliases.
9579 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
9580 (cl-compiler-macroexpand): Use new prop.
9581 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
9582
9583 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
9584
9585 2012-06-05 Martin Rudalics <rudalics@gmx.at>
9586
9587 * window.el (get-lru-window, get-mru-window, get-largest-window):
9588 New argument NOT-SELECTED to avoid picking the selected window.
9589 (window--display-buffer-1, window--display-buffer-2): Replace by
9590 new function window--display-buffer
9591 (display-buffer-same-window, display-buffer-reuse-window)
9592 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9593 Use window--display-buffer.
9594 (display-buffer-use-some-window): Remove temporary dedication
9595 hack by calling get-lru-window and get-largest-window with
9596 NOT-SELECTED argument non-nil. Call window--display-buffer.
9597
9598 2012-06-05 Glenn Morris <rgm@gnu.org>
9599
9600 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
9601 Replace external vcdiff script.
9602
9603 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9604
9605 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
9606
9607 2012-06-04 Chong Yidong <cyd@gnu.org>
9608
9609 * image.el (imagemagick-types-inhibit): Revert last change.
9610 Add INFO and M.
9611 (imagemagick-enabled-types): Remove CIN and EPS*.
9612
9613 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9614
9615 * emacs-lisp/cl-lib.el: Rename from cl.el.
9616 * emacs-lisp/cl.el: New compatibility file.
9617 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
9618 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
9619 to obey the "cl-" prefix.
9620 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
9621
9622 2012-06-03 Glenn Morris <rgm@gnu.org>
9623
9624 * emacs-lisp/authors.el (authors-aliases): Addition.
9625
9626 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
9627 Fix :version.
9628
9629 2012-06-03 Stefan Merten <smerten@oekonux.de>
9630
9631 * textmodes/rst.el: Add comments.
9632 (rst-transition, rst-adornment): New faces.
9633 (rst-adornment-faces-alist): Make default safe to reevaluate.
9634 Fixes
9635 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
9636 Improve customization tags.
9637 (rst-define-level-faces): Clarify meaning.
9638
9639 2012-06-03 Chong Yidong <cyd@gnu.org>
9640
9641 * progmodes/compile.el (compilation-mode-line-fail)
9642 (compilation-mode-line-run, compilation-mode-line-exit):
9643 New faces.
9644 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
9645
9646 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
9647
9648 * progmodes/which-func.el (which-func-update-ediff-windows):
9649 New function. Use it in ediff-select-hook (Bug#11478).
9650
9651 2012-06-03 Chong Yidong <cyd@gnu.org>
9652
9653 * bindings.el: Remove explicit help text from format-mode-line.
9654 It is now supplied by mode-line-default-help-echo.
9655 (mode-line-front-space, mode-line-end-spaces)
9656 (mode-line-misc-info): New variables.
9657 (mode-line-modes, mode-line-position): Move the default value to
9658 the variable definition.
9659 (mode-line-default-help-echo): New defcustom.
9660 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
9661 (mode-line-modified-help-echo): New functions.
9662 (mode-line-mule-info, mode-line-modified): Use them.
9663 (mode-line-eol-desc, propertized-buffer-identification):
9664 Consistency fixes for help text.
9665 (mode-line-coding-system-map): Allow using mouse-3 to invoke
9666 set-buffer-file-coding-system (Bug#289).
9667 (mode-line-mule-info-help-echo): Update help text.
9668
9669 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9670
9671 * simple.el (execute-extended-command): Set real-this-command
9672 (bug#11506).
9673
9674 2012-06-02 Chong Yidong <cyd@gnu.org>
9675
9676 Remove incorrect uses of "modeline" in comments, docstrings, and
9677 function/variable names (Bug#10329).
9678
9679 * cus-edit.el (mode-line):
9680 * dframe.el (dframe-mouse-hscroll):
9681 * emacs-lisp/re-builder.el:
9682 * emacs-lisp/easy-mmode.el (define-minor-mode):
9683 * frame.el (set-frame-name):
9684 * help.el (lookup-minor-mode-from-indicator):
9685 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
9686 * progmodes/cc-cmds.el (c-toggle-auto-newline)
9687 (c-toggle-hungry-state):
9688 * progmodes/antlr-mode.el (antlr-language-alist):
9689 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
9690 * progmodes/vhdl-mode.el (vhdl-mode):
9691 * progmodes/which-func.el (which-func, which-func-cleanup-function):
9692 * term/ns-win.el (ns-face-at-pos):
9693 * term/sup-mouse.el (sup-mouse-report):
9694 * textmodes/flyspell.el (flyspell-mode-line-string):
9695 * textmodes/ispell.el (ispell-highlight-face):
9696 * textmodes/reftex-global.el:
9697 * vc/vc-arch.el (vc-arch-mode-line-string):
9698 * vc/vc-cvs.el (vc-cvs-mode-line-string):
9699 * vc/vc-git.el (vc-git-mode-line-string):
9700 * vc/vc-hooks.el (vc-display-status)
9701 (vc-default-mode-line-string):
9702 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
9703
9704 * ansi-color.el (ansi-color-faces-vector): Change default faces.
9705
9706 * dired.el (dired-sort-set-mode-line): Rename from
9707 dired-sort-set-modeline. All callers changed.
9708
9709 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
9710 eshell-status-in-modeline.
9711
9712 * foldout.el (foldout-mode-line-string): Rename from
9713 foldout-modeline-string. All callers changed.
9714 (foldout-update-mode-line): Rename from foldout-update-modeline.
9715
9716 * subr.el (redraw-modeline): Make into obsolete alias.
9717
9718 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
9719 timeclock-modeline-display. Make old name an alias.
9720 (timeclock-update-mode-line): Likewise. All callers changed.
9721 (timeclock-mode-line-display): No need to check before using
9722 add-hook.
9723 (timeclock-relative, timeclock-day-over-hook)
9724 (timeclock-use-elapsed, timeclock-mode-string)
9725 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
9726
9727 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
9728 crisp-mode-modeline-string.
9729
9730 * play/solitaire.el (solitaire-build-mode-line): Rename from
9731 solitaire-build-modeline. All callers changed.
9732
9733 * play/zone.el (zone-hiding-mode-line): Rename from
9734 zone-hiding-modeline. All callers changed.
9735 (zone): Remove unusued `modeline-hidden-level' property.
9736
9737 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
9738 xscheme-modeline-initialize. All callers changed.
9739
9740 * strokes.el (strokes-lighter): Rename from
9741 strokes-modeline-string.
9742
9743 * textmodes/sgml-mode.el (html-face-tag-alist)
9744 (html-tag-face-alist): Use mode-line face instead of obsolete
9745 alias modeline.
9746
9747 2012-06-02 Stefan Merten <smerten@oekonux.de>
9748
9749 * textmodes/rst.el: Always require `cl'.
9750 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
9751
9752 2012-06-02 Chong Yidong <cyd@gnu.org>
9753
9754 * image.el (imagemagick-enabled-types): Rename from
9755 imagemagick-types-enable. Add many more types.
9756 (imagemagick-types-inhibit): Change default to nil.
9757 (imagemagick-filter-types): Caller changed.
9758
9759 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * emacs-lisp/cl-macs.el: Use backquotes.
9762 (cl-transform-function-property): Use eval-and-compile rather than
9763 abusing `require'.
9764 (defstruct): Use declare-function instead of with-no-warnings.
9765
9766 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
9767 (byte-compile-output-docform): Re-add the print-circle bindings.
9768 (byte-compile-fix-header): Use #$ just because it's shorter.
9769 (byte-compile-output-file-form): Remove defun/defmacro.
9770
9771 2012-06-01 Martin Rudalics <rudalics@gmx.at>
9772
9773 * simple.el (choose-completion): Remove now obsolete binding for
9774 owindow.
9775
9776 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
9777
9778 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
9779 in order to avoid "Stack overflow in regexp matcher".
9780
9781 2012-05-31 Glenn Morris <rgm@gnu.org>
9782
9783 * image.el: For clarity, call imagemagick-register-types at
9784 top-level, rather than relying on a custom :initialize.
9785 (imagemagick-types-enable): New option. (Bug#11557)
9786 (imagemagick-filter-types): New function. (Bug#7406)
9787 (imagemagick-register-types): Use imagemagick-filter-types.
9788 If disabling support, remove elements altogether rather
9789 than using an impossible regexp.
9790 (imagemagick-types-inhibit): Give it the default init function.
9791
9792 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9793
9794 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
9795 Handle arbitrary file name lengths (Bug#11585).
9796
9797 2012-05-31 Martin Rudalics <rudalics@gmx.at>
9798
9799 * desktop.el (desktop-read): Clear previous and next buffers for
9800 all windows and bury *Messages* buffer (bug#11556).
9801
9802 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9803
9804 Add `declare' for `defun'. Align `defmacro's with it.
9805 * emacs-lisp/easy-mmode.el (define-minor-mode)
9806 (define-globalized-minor-mode): Don't autoload the var definitions.
9807 * emacs-lisp/byte-run.el: Use lexical-binding.
9808 (defun-declarations-alist, macro-declarations-alist): New vars.
9809 (defmacro, defun): Use them.
9810 (make-obsolete, define-obsolete-function-alias)
9811 (make-obsolete-variable, define-obsolete-variable-alias):
9812 Use `declare'.
9813 (macro-declaration-function): Mark obsolete.
9814 * emacs-lisp/autoload.el: Use lexical-binding.
9815 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
9816
9817 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9818
9819 * textmodes/ispell.el (ispell-with-no-warnings):
9820 Define as a macro.
9821 (ispell-kill-ispell, ispell-change-dictionary):
9822 Use `called-interactively-p' for Emacs instead of obsolete
9823 `interactive-p'.
9824
9825 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9826
9827 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
9828 (macro-declaration-function): Move var from C code.
9829 (macro-declaration-function): Define function with defalias.
9830 * emacs-lisp/macroexp.el (macroexpand-all-1):
9831 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
9832 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
9833 defun/defmacro any more.
9834 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
9835 Provide fallback for unknown arglist.
9836 (byte-compile-arglist-warn): Change calling convention.
9837 (byte-compile-output-file-form): Move print-vars binding.
9838 (byte-compile-output-docform): Simplify accordingly.
9839 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
9840 (byte-compile-defmacro-declaration): Remove.
9841 (byte-compile-file-form-defmumble): Generalize to defalias.
9842 (byte-compile-output-as-comment): Return byte-positions.
9843 Simplify callers accordingly.
9844 (byte-compile-lambda): Use `assert'.
9845 (byte-compile-defun, byte-compile-defmacro): Remove.
9846 (byte-compile-file-form-defalias):
9847 Use byte-compile-file-form-defmumble.
9848 (byte-compile-defalias-warn): Remove.
9849
9850 2012-05-29 Stefan Merten <smerten@oekonux.de>
9851
9852 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
9853 possible. Fix authors. Improve comments. Improve loading of `cl'.
9854
9855 (rst-mode-abbrev-table): Merge definition.
9856 (rst-mode): Make sure `font-lock-defaults' is buffer local.
9857 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
9858
9859 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
9860
9861 * calendar/icalendar.el
9862 (icalendar-export-region): Export UID properly.
9863
9864 2012-05-29 Leo Liu <sdl.web@gmail.com>
9865 * calendar/icalendar.el (icalendar-import-format):
9866 Add `icalendar-import-format-uid' (Bug#11525).
9867 (icalendar-import-format-uid): New.
9868 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
9869 Export UID.
9870
9871 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9872
9873 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
9874 different alternative patterns.
9875 (pcase-codegen): Be more careful to preserve identity.
9876 (pcase--u1): Don't forget to mark vars as used.
9877
9878 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
9879 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
9880 (byte-compile-from-buffer): ...rather than here.
9881
9882 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
9883 functions from byte-compile-function-environment.
9884
9885 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
9886
9887 * window.el (window-deletable-p): Avoid deleting the root window
9888 of a frame with an active minibuffer.
9889
9890 2012-05-29 Martin Rudalics <rudalics@gmx.at>
9891
9892 * simple.el (choose-completion): Use quit-window (Bug#11567).
9893
9894 2012-05-29 Chong Yidong <cyd@gnu.org>
9895
9896 * whitespace.el (whitespace-cleanup): Fix usage of
9897 whitespace-empty-at-bob-regexp (Bug#11492).
9898
9899 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9900
9901 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
9902 revert (Bug#11488).
9903
9904 2012-05-29 Juri Linkov <juri@jurta.org>
9905
9906 * isearch.el (isearch-mode-map): Bind `M-s _' to
9907 `isearch-toggle-symbol'. Bind `M-s c' to
9908 `isearch-toggle-case-fold'.
9909 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
9910 (isearch-forward): Add `M-s _' to the docstring.
9911 (isearch-forward-symbol, isearch-toggle-case-fold)
9912 (isearch-symbol-regexp): New functions. (Bug#11381)
9913
9914 2012-05-29 Juri Linkov <juri@jurta.org>
9915
9916 * isearch.el (isearch-word): Add docstring. (Bug#11381)
9917 (isearch-occur, isearch-search-and-update): If `isearch-word' is
9918 a function, call it to get the regexp.
9919 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
9920 property `isearch-message-prefix' instead of the string "word ".
9921 (isearch-search-fun-default): For the case of `isearch-word',
9922 return a lambda that calls re-search-forward/re-search-backward
9923 with a regexp returned by `word-search-regexp' or by the function
9924 in `isearch-word'.
9925
9926 2012-05-29 Juri Linkov <juri@jurta.org>
9927
9928 * isearch.el (isearch-search-fun-default): New function.
9929 (isearch-search-fun): Move default part to the new function
9930 `isearch-search-fun-default'.
9931 (isearch-search-fun-function): Set the default value to
9932 `isearch-search-fun-default'. (Bug#11381)
9933
9934 * comint.el (comint-history-isearch-end):
9935 Use `isearch-search-fun-default'.
9936 (comint-history-isearch-search): Use `isearch-search-fun-default'
9937 and remove spacial case for `isearch-word'.
9938 (comint-history-isearch-wrap): Remove spacial case for
9939 `isearch-word'.
9940
9941 * hexl.el (hexl-isearch-search-function):
9942 Use `isearch-search-fun-default'.
9943
9944 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
9945 Use `word-search-regexp' for `isearch-word'.
9946
9947 * misearch.el (multi-isearch-search-fun):
9948 Use `isearch-search-fun-default'.
9949
9950 * simple.el (minibuffer-history-isearch-search):
9951 Use `isearch-search-fun-default' and remove spacial case for
9952 `isearch-word'.
9953 (minibuffer-history-isearch-wrap): Remove spacial case for
9954 `isearch-word'.
9955
9956 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
9957 Remove spacial case for `isearch-word'.
9958 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
9959
9960 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9961
9962 Decrease XEmacs incompatibilities.
9963 * textmodes/flyspell.el (flyspell-check-pre-word-p):
9964 Use `string-match'.
9965 (flyspell-delete-region-overlays): Use alternative definition for
9966 XEmacs.
9967 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
9968 (flyspell-word): Use `process-kill-without-query' if XEmacs.
9969 (flyspell-mode-on): Use `interactive-p' if XEmacs.
9970 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
9971 `define-obsolete-face-alias' under XEmacs, but old method.
9972
9973 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
9974 `with-no-warnings' definition or Emacs alias.
9975 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
9976 (ispell-word): Do not use `region-p' if XEmacs.
9977
9978 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9979
9980 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9981 Check for `ispell-dictionary-base-alist' instead of full
9982 `ispell-dictionary-alist'.
9983 (ispell-init-process): Show spellchecker when starting new Ispell
9984 process.
9985
9986 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9987
9988 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
9989 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
9990
9991 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
9992
9993 * version.el (motif-version-string, gtk-version-string)
9994 (ns-version-string): Declare.
9995
9996 2012-05-27 Juri Linkov <juri@jurta.org>
9997
9998 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
9999 after the `eval-defun-1' specialcaseing
10000 like in `edebug-eval-defun' (bug#10181).
10001
10002 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
10003 like in `eval-defun-1'.
10004
10005 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10006
10007 * mail/sendmail.el (mail-yank-region):
10008 Recognize rmail-yank-current-message in addition to insert-buffer.
10009 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
10010 a *mail* buffer created through rmail-start-mail with sendmail as
10011 mail-user-agent.
10012
10013 2012-05-27 Chong Yidong <cyd@gnu.org>
10014
10015 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
10016 Default to 256 (Bug#11267).
10017
10018 * help.el (describe-mode): Doc fix.
10019
10020 2012-05-26 Glenn Morris <rgm@gnu.org>
10021
10022 * w32-fns.el (w32-init-info): Remove.
10023 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
10024
10025 * info.el (info-initialize): For self-contained NS builds, put the
10026 included info/ directory at the front. (Bug#2791)
10027
10028 * paths.el (Info-default-directory-list): Make it a defcustom,
10029 mainly so that we can use custom-initialize-delay.
10030
10031 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10032
10033 * subr.el (buffer-has-markers-at): Mark obsolete.
10034
10035 * subr.el (lambda): Use declare.
10036
10037 * emacs-lisp/lisp-mode.el (lambda):
10038 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
10039
10040 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10041
10042 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
10043
10044 2012-05-26 Glenn Morris <rgm@gnu.org>
10045
10046 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
10047
10048 2012-05-25 Glenn Morris <rgm@gnu.org>
10049
10050 * paths.el: Remove no-byte-compile.
10051 * loadup.el: No need to load paths.el uncompiled.
10052
10053 * image.el (imagemagick-types-inhibit): Doc fix.
10054
10055 * version.el: Remove no-byte-compile and associated formatting.
10056 * loadup.el: No need to load version.el uncompiled. AFAICS, this
10057 is ancient code from when there was an "inc-vers.el".
10058
10059 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10060
10061 * progmodes/gdb-mi.el: Minor style changes.
10062 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
10063 Turn into minor modes.
10064 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
10065 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
10066 (gdb-shell): Remove unneeded let-binding.
10067 (gdb-get-many-fields): Eliminate O(n²) behavior.
10068
10069 2012-05-25 Eli Zaretskii <eliz@gnu.org>
10070
10071 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
10072 platforms that don't link in fontset.c.
10073
10074 2012-05-25 Juri Linkov <juri@jurta.org>
10075
10076 Use the same diff color scheme as in modern VCSes (bug#10181).
10077
10078 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
10079 to avoid confusion with `diff-added' that now uses green colors.
10080 (diff-removed): Use shades of red.
10081 (diff-added): Use shades of green.
10082 (diff-changed): Leave just the yellow color.
10083 (diff-use-changed-face): New variable.
10084 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
10085 how to highlight context diff changes.
10086 (diff-refine-change): Use shades of yellow.
10087 (diff-refine-removed): New face that uses shades of red.
10088 (diff-refine-added): New face that uses shades of green.
10089 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
10090 `diff-refine-removed' in the call to `smerge-refine-subst'
10091 depending on the value of `diff-use-changed-face'.
10092
10093 * vc/smerge-mode.el (smerge-mine): Use shades of red.
10094 (smerge-other): Use shades of green.
10095 (smerge-base): Use shades of yellow.
10096 (smerge-refined-change): Empty face.
10097 (smerge-refined-removed): New face that uses shades of red.
10098 (smerge-refined-added): New face that uses shades of green.
10099 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
10100 args `props-r' and `props-a', and use them. Doc fix.
10101 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
10102 on its value use different faces `smerge-refined-change',
10103 `smerge-refined-removed', `smerge-refined-added' in the call to
10104 `smerge-refine-subst'.
10105
10106 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
10107 Add face condition `min-colors 88' with shades of red.
10108 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
10109 `min-colors 88' with shades of green.
10110 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
10111 `min-colors 88' with shades of yellow.
10112
10113 2012-05-24 Glenn Morris <rgm@gnu.org>
10114
10115 * paths.el (prune-directory-list, remote-shell-program): Move to...
10116 * files.el (prune-directory-list, remote-shell-program): ...here.
10117 For the latter, delay initialization, prefer ssh, just search PATH.
10118
10119 * paths.el (term-file-prefix): Move to faces.el (the only user).
10120 * faces.el (term-file-prefix): Move here, make it a defcustom.
10121
10122 * paths.el (news-directory, news-path, news-inews-program):
10123 Move to gnus/nnspool.el.
10124
10125 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
10126
10127 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
10128 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
10129 Make the latter a defcustom, with a delayed initialization.
10130
10131 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
10132 These were deleted from Gnus itself late 2010.
10133
10134 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
10135
10136 * progmodes/which-func.el (which-func-ff-hook):
10137 Check against user-error, not error.
10138
10139 * emacs-lisp/edebug.el (top): Do not load or set up loading of
10140 cl-specs.el, which no longer exists.
10141
10142 2012-05-22 Glenn Morris <rgm@gnu.org>
10143
10144 * info.el (info-emacs-bug): New command.
10145 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
10146 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
10147
10148 2012-05-21 Glenn Morris <rgm@gnu.org>
10149
10150 * makefile.w32-in (update-subdirs-SH):
10151 * Makefile.in (update-subdirs): Update for moved update-subdirs.
10152
10153 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
10156
10157 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10158 Simplify Maven regexp, and make sure the file can't start with a space
10159 (bug#11517).
10160
10161 2012-05-21 Glenn Morris <rgm@gnu.org>
10162
10163 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10164 Scrap superfluous subshells.
10165
10166 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10167
10168 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
10169 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10170
10171 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
10172
10173 * calc/calc.el (calc-ensure-consistent-units): New variable.
10174
10175 * calc/calc-units.el (math-consistent-units-p)
10176 (math-check-unit-consistency): New functions.
10177 (calc-quick-units, calc-convert-units):
10178 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
10179 is non-nil.
10180 (calc-extract-units): Fix typo.
10181
10182 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10183
10184 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
10185
10186 * textmodes/flyspell.el: Commenting style, plus code simplifications.
10187 (flyspell-default-deplacement-commands): Don't spell check after
10188 repeated window/frame switches (e.g. triggered by mouse-movement).
10189 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
10190 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
10191 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
10192 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
10193 Remove unused vars.
10194 (flyspell-get-casechars, flyspell-get-not-casechars):
10195 Simplify; Don't bother removing a ] just to add it back.
10196 * textmodes/ispell.el (ispell-program-name): Use executable-find.
10197
10198 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10199
10200 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
10201 New functions.
10202 (math-function-table): Add support for more C functions.
10203
10204 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10205
10206 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10207 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10208 Protect delay handling for otherchars against empty otherchars.
10209
10210 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10211
10212 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
10213 their respective macro declarations.
10214 * skeleton.el (define-skeleton):
10215 * progmodes/compile.el (define-compilation-mode):
10216 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
10217 (define-ibuffer-filter):
10218 * emacs-lisp/generic.el (define-generic-mode):
10219 * emacs-lisp/easy-mmode.el (define-minor-mode)
10220 (define-globalized-minor-mode):
10221 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
10222 * emacs-lisp/byte-run.el (defsubst):
10223 * custom.el (deftheme): Add doc-string metadata.
10224
10225 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10226
10227 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
10228
10229 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10230
10231 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
10232
10233 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
10234 * emacs-lisp/cl-macs.el: Idem.
10235 * emacs-lisp/cl-specs.el: Remove.
10236
10237 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10238
10239 Minor renaming of internal CL functions and variables.
10240 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
10241 (cl--position): Rename from cl-position.
10242 (cl--delete-duplicates): Rename from cl-delete-duplicates.
10243 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
10244 (cl--random-state): Rename from *random-state*.
10245
10246 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10247
10248 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
10249 parens around the arg list (bug#11499).
10250
10251 2012-05-17 Juri Linkov <juri@jurta.org>
10252
10253 * isearch.el (word-search-regexp, word-search-backward)
10254 (word-search-forward, word-search-backward-lax)
10255 (word-search-forward-lax): Move functions from search.c
10256 (bug#10145, bug#11381).
10257
10258 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10259
10260 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10261 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10262 Delay for otherchars as for normal word components.
10263
10264 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10265
10266 * minibuffer.el (completion--sifn-requote): Fix last change.
10267 (minibuffer-local-must-match-filename-map):
10268 Move define-obsolete-variable-alias before its var.
10269
10270 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10271
10272 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
10273
10274 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
10275 behavior.
10276 (completion--string-equal-p): New function.
10277 (completion--twq-all): Use it to get better assertion failure data.
10278
10279 Only handle ".." and '..' quoting in shell-mode (bug#11466).
10280 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
10281 (shell--requote-argument): New functions.
10282 (shell-completion-vars): Use them.
10283 (shell--parse-pcomplete-arguments): Rename from
10284 shell-parse-pcomplete-arguments.
10285 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
10286 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
10287 Obey comint-file-name-quote-list.
10288
10289 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
10290 (smie-indent-keyword): Use it.
10291
10292 2012-05-14 Stefan Merten <smerten@oekonux.de>
10293
10294 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
10295
10296 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10297
10298 * net/rlogin.el (rlogin-mode-map): Fix last change.
10299
10300 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
10301
10302 * mail/smtpmail.el (smtpmail-send-command): Send the command and
10303 the following \r\n using a single `process-send-string', since the
10304 Lotus SMTP server refuses to accept any commands if they are sent
10305 with two `process-send-string's (Bug#11444).
10306
10307 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10308
10309 * shell.el (shell-parse-pcomplete-arguments):
10310 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
10311
10312 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10313
10314 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
10315 (image-transform-scale, image-transform-right-angle-fudge): New vars.
10316 (image-transform-width, image-transform-fit-width): New functions.
10317 (image-transform-properties): Use them.
10318 (image-transform-check-size): New function.
10319 (image-toggle-display-image): Use it (for testing).
10320 (image-transform-set-rotation): Reduce angle mod 360.
10321 Delete obsolete comment.
10322
10323 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10324
10325 * image-mode.el: Fix scaling (bug#11399).
10326 (image-transform-resize): Doc fix.
10327 (image-transform-properties): Default scale is 1 and height should
10328 be an integer.
10329
10330 2012-05-13 Johan Bockgård <bojohan@gnu.org>
10331
10332 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
10333 than hard-coding `car', to fix misbehavior when moving forward.
10334
10335 2012-05-13 Chong Yidong <cyd@gnu.org>
10336
10337 * emacs-lisp/tabulated-list.el (tabulated-list-format)
10338 (tabulated-list-entries, tabulated-list-padding)
10339 (tabulated-list-sort-key): Make permanent-local.
10340
10341 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
10342 (electric-buffer-list): Put electric buffer menu
10343 command descriptions in this docstring, instead of the docstring
10344 of electric-buffer-menu-mode. Code cleanups.
10345 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
10346 Electric-buffer-menu-mode.
10347 (electric-buffer-update-highlight): Minor code cleanup.
10348
10349 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
10350
10351 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
10352 (Bug#11447)
10353
10354 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10355
10356 Move define-obsolete-variable-alias before the var's definition.
10357 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
10358 * tooltip.el (tooltip-hook):
10359 * textmodes/reftex-toc.el (reftex-toc-map):
10360 * textmodes/reftex-sel.el (reftex-select-label-map)
10361 (reftex-select-bib-map):
10362 * textmodes/reftex-index.el (reftex-index-map)
10363 (reftex-index-phrases-map):
10364 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
10365 * progmodes/meta-mode.el (meta-mode-map):
10366 * novice.el (disabled-command-hook):
10367 * loadhist.el (unload-hook-features-list):
10368 * frame.el (blink-cursor):
10369 * files.el (find-file-not-found-hooks, write-file-hooks)
10370 (write-contents-hooks):
10371 * emulation/tpu-edt.el (GOLD-map):
10372 * emacs-lock.el (emacs-lock-from-exiting):
10373 * emacs-lisp/generic.el (generic-font-lock-defaults):
10374 * emacs-lisp/chart.el (chart-map):
10375 * dos-fns.el (register-name-alist):
10376 * dired-x.el (dired-omit-files-p):
10377 * desktop.el (desktop-enable):
10378 * cus-edit.el (custom-mode-hook):
10379 * buff-menu.el (buffer-menu-mode-hook):
10380 * bookmark.el (bookmark-read-annotation-text-func)
10381 (bookmark-exit-hooks):
10382 * allout.el (allout-mode-deactivate-hook)
10383 (allout-exposure-change-hook, allout-structure-added-hook)
10384 (allout-structure-deleted-hook, allout-structure-shifted-hook):
10385 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
10386 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
10387 comes before the corresponding variable's definition.
10388
10389 2012-05-12 Chong Yidong <cyd@gnu.org>
10390
10391 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
10392 (Buffer-menu-mouse-select): Restore function (Bug#11459).
10393 (Buffer-menu-mode-map): Bind it.
10394 (Buffer-menu--pretty-name): Add a mouse-face property.
10395
10396 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10397
10398 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
10399 (prolog-upper-case-string, prolog-lower-case-string)
10400 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
10401 (prolog-use-smie, prolog-smie-grammar): New vars.
10402 (prolog-smie-forward-token, prolog-smie-backward-token)
10403 (prolog-smie-rules): New funs.
10404 (prolog-comment-indent): Remove.
10405 (prolog-mode-variables): Use default comment indentation instead.
10406 Setup SMIE.
10407 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
10408 (prolog-mode): Don't call them any more.
10409 (prolog-electric-colon, prolog-electric-dash)
10410 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
10411
10412 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
10413
10414 * minibuffer.el (completion--twq-all): Again, allow case differences.
10415
10416 * term.el: Move keymap initialization code to be more idiomatic.
10417 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
10418 (term-terminal-menu): Move initialization into declaration.
10419 (term-escape-char): Let the user set it in her .emacs.
10420
10421 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
10422 Provide SMIE-based indentation (not enabled by default yet).
10423 (sh-mode-map): Don't bind electric keys.
10424 Use electric-pair-mode instead of skeleton-pair.
10425 (sh-assignment-regexp): Fit within 80 columns.
10426 (sh-indent-supported): Specify actual shell name instead of boolean.
10427 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
10428 (sh-maybe-here-document): Use it. Make obsolete.
10429 (sh-electric-here-document-mode) New minor mode.
10430 (sh-mode): Use it. Don't set sh-indent-supported-here here.
10431 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
10432 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
10433 (sh-smie-rc-grammar, sh-use-smie): New vars.
10434 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
10435 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
10436 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
10437 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
10438 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
10439 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
10440 (sh-set-shell): Use smie-setup if requested.
10441
10442 * term.el (term-set-escape-char): Properly set term-escape-char.
10443 See http://stackoverflow.com/questions/10524656.
10444
10445 2012-05-10 Chong Yidong <cyd@gnu.org>
10446
10447 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
10448 Use url-generic-parse-url, and handle host names and Windows
10449 filenames properly.
10450 (ffap-url-unwrap-remote): Use url-generic-parse-url.
10451 (ffap-url-unwrap-remote): Accept list values, specifying a list of
10452 URL schemes to work on.
10453 (ffap--toggle-read-only): New function.
10454 (ffap-read-only, ffap-read-only-other-window)
10455 (ffap-read-only-other-frame): Use it.
10456 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
10457 necessary for ffap-url-unwrap-remote.
10458
10459 2012-05-10 Dave Abrahams <dave@boostpro.com>
10460
10461 * cus-start.el (create-lockfiles): Add it.
10462
10463 2012-05-09 Chong Yidong <cyd@gnu.org>
10464
10465 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
10466 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
10467
10468 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10469
10470 * shell.el (shell-completion-vars): Fix last change (bug#11348).
10471
10472 2012-05-09 Chong Yidong <cyd@gnu.org>
10473
10474 * ansi-color.el (ansi-color-process-output): Check for validity of
10475 comint-last-output-start before using it. This avoids a bad
10476 interaction with gdb-mi's input/output buffer.
10477
10478 2012-05-09 Glenn Morris <rgm@gnu.org>
10479
10480 * files.el (dir-locals-read-from-file):
10481 Mention dir-locals in any error message.
10482
10483 2012-05-09 Chong Yidong <cyd@gnu.org>
10484
10485 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
10486 package (Bug#11410).
10487
10488 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
10489 variables into description.
10490
10491 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10492
10493 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
10494 shell-delimiter-argument-list (bug#11348).
10495 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
10496
10497 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
10498
10499 * textmodes/rst.el: Silence byte-compiler warnings.
10500 (rst-re-alist, rst-reset-section-caches): Move around.
10501 (rst-re): Use `characterp', not `char-valid-p'.
10502 (font-lock-beg, font-lock-end): Declare.
10503
10504 * progmodes/idlw-shell.el (specs): Remove reference to deleted
10505 variable `idlwave-shell-activate-alt-keybindings' and simplify.
10506
10507 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
10508
10509 2012-05-08 Glenn Morris <rgm@gnu.org>
10510
10511 * files.el (auto-mode-alist): Treat ".make" like ".mk".
10512
10513 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10514
10515 * vc/log-edit.el: Add GNU coding standards highlighting.
10516 (log-edit-font-lock-gnu-style)
10517 (log-edit-font-lock-gnu-keywords): New vars.
10518 (log-edit-font-lock-keywords): New fun.
10519 (log-edit-mode): Don't fold case in font-lock.
10520 (log-edit-font-lock-keywords): Do not assume case-folding.
10521
10522 * imenu.el: Misc cleanup. Make docstrings out of comments.
10523 Use lexical-binding.
10524 (imenu--index-alist, imenu--last-menubar-index-alist)
10525 (imenu-menubar-modified-tick): Use defvar-local.
10526 (imenu--split-menu): Remove unused var.
10527 (imenu--cleanup-seen): Declare as global.
10528 (imenu--cleanup): Use dolist.
10529
10530 * subr.el (defvar-local): Add debug spec and doc-string position.
10531
10532 2012-05-08 Glenn Morris <rgm@gnu.org>
10533
10534 * language/burmese.el, language/cham.el, language/czech.el:
10535 * language/english.el, language/georgian.el, language/greek.el:
10536 * language/japanese.el, language/khmer.el, language/korean.el:
10537 * language/lao.el, language/misc-lang.el, language/romanian.el:
10538 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
10539 * language/thai.el, language/utf-8-lang.el:
10540 Remove no-byte-compile setting.
10541
10542 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
10543
10544 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10545
10546 * progmodes/make-mode.el (makefile-browse):
10547 Remove unnecessary interactive. (Bug#11324)
10548
10549 2012-05-07 Glenn Morris <rgm@gnu.org>
10550
10551 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
10552
10553 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
10554
10555 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10556
10557 * loadup.el: Preload newcomment.el.
10558 * newcomment.el: Move autoload-only code to toplevel.
10559
10560 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
10561 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10562 Handle new :right-align column property.
10563 (tabulated-list-print-col): Idem, plus use `display' text-property to
10564 try and preserve alignment for variable pitch fonts.
10565
10566 2012-05-07 Chong Yidong <cyd@gnu.org>
10567
10568 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
10569 (tabulated-list-use-header-line): New var.
10570 (tabulated-list-init-header): Use it.
10571 (tabulated-list-print-fake-header): New function.
10572 (tabulated-list-print): Use it.
10573 (tabulated-list-sort-button-map): Add non-header-line commands.
10574 (tabulated-list-init-header): Add column name property to basic
10575 labels as well.
10576 (tabulated-list-col-sort): Handle non-header-line button case.
10577 (tabulated-list--sort-by-column-name): Fix a corner case.
10578
10579 * buff-menu.el (list-buffers--refresh):
10580 Handle Buffer-menu-use-header-line.
10581
10582 2012-05-06 Chong Yidong <cyd@gnu.org>
10583
10584 * buff-menu.el: Convert to Tabulated List mode.
10585 (Buffer-menu-buffer+size-width): Make obsolete.
10586 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
10587 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
10588 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
10589 documentation into docstring of buffer-menu.
10590 (Buffer-menu-toggle-files-only): Add an informative message.
10591 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
10592 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
10593 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
10594 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
10595 (Buffer-menu-execute, Buffer-menu-select)
10596 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
10597 (Buffer-menu-bury): Use Tabulated List machinery.
10598 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
10599 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
10600 Delete.
10601 (list-buffers--refresh): New function.
10602 (list-buffers-noselect): Use it.
10603 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
10604 (Buffer-menu--pretty-file-name): New helper functions.
10605
10606 * loadup.el: Preload tabulated-list.
10607
10608 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
10609 tabulated-list-sort-column.
10610 (tabulated-list-init-header): Add the initial aligning space even
10611 if tabulated-list-padding is zero.
10612
10613 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
10614
10615 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
10616 whose cdr is not a cons cell correctly (bug#11038).
10617
10618 2012-05-06 Chong Yidong <cyd@gnu.org>
10619
10620 * emacs-lisp/tabulated-list.el (tabulated-list-format):
10621 Accept additional plist in column descriptors.
10622 (tabulated-list-init-header): Obey it.
10623 (tabulated-list-get-entry): New function.
10624 (tabulated-list-put-tag): Use it. Use string-width instead of
10625 length.
10626 (tabulated-list--column-number): New function.
10627 (tabulated-list-print): Use it.
10628 (tabulated-list-print-col): New function.
10629 Set `tabulated-list-column-name' property on each column's text.
10630 (tabulated-list-print-entry): Use it.
10631 (tabulated-list-delete-entry, tabulated-list-set-col):
10632 New functions.
10633 (tabulated-list-sort-column): New command (Bug#11337).
10634
10635 * buff-menu.el (list-buffers): Move C-x C-b binding from
10636 buff-menu.el to bindings.el.
10637
10638 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
10639 :advertised-binding feature.
10640
10641 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
10642
10643 * progmodes/compile.el (compilation-internal-error-properties):
10644 Calculate start position correctly when end-col is set but
10645 end-line is not (Bug#11382).
10646
10647 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
10648
10649 * man.el (Man-unindent): Use text-property-default-nonsticky to
10650 prevent untabify from inheriting face properties (Bug#11408).
10651
10652 2012-05-05 Stefan Merten <smerten@oekonux.de>
10653
10654 * textmodes/rst.el: Major merge with upstream development up to
10655 Docutils SVN r7399 / rst.el V1.2.1.
10656
10657 Clarify maintainership and authors.
10658
10659 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
10660 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
10661 (rst-official-version, rst-official-cvs-rev, rst-version)
10662 (rst-package-emacs-version-alist): New functions and variables
10663 for version information.
10664
10665 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
10666 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
10667 (rst-mode-syntax-table, rst-mode): New and corrected functions
10668 and variables representing reStructuredText features.
10669
10670 (rst-re): New function for reStructuredText regexes. Use in
10671 many places.
10672
10673 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
10674 (rst-mode-map): Rebind keys.
10675
10676 (rst-mode-lazy, rst-font-lock-keywords)
10677 (rst-font-lock-extend-region)
10678 (rst-font-lock-extend-region-internal)
10679 (rst-font-lock-extend-region-extend)
10680 (rst-font-lock-find-unindented-line-limit)
10681 (rst-font-lock-find-unindented-line-match)
10682 (rst-adornment-level, rst-font-lock-adornment-level)
10683 (rst-font-lock-adornment-match)
10684 (rst-font-lock-handle-adornment-pre-match-form)
10685 (rst-font-lock-handle-adornment-matcher): Major revision of
10686 font-locking. Integrate with other code. Use `jit-lock-mode'.
10687
10688 (rst-preferred-adornments, rst-adjust-hook)
10689 (rst-new-adornment-down, rst-preferred-bullets)
10690 (rst-preferred-bullets, rst-indent, rst-indent-width)
10691 (rst-indent-field, rst-indent-literal-normal)
10692 (rst-indent-literal-minimized, rst-indent-comment): Change,
10693 extend and improve customization.
10694
10695 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
10696 (rst-normalize-cursor-position, rst-get-decoration)
10697 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
10698 (rst-rstrip, rst-toc-insert-find-delete-contents)
10699 (rst-shift-fill-region, rst-compute-bullet-tabs)
10700 (rst-debug-print-tabs, rst-debug-mark-found)
10701 (rst-shift-region-guts, rst-shift-region-right)
10702 (rst-shift-region-left, rst-use-char-classes)
10703 (rst-font-lock-keywords-function)
10704 (rst-font-lock-indentation-point)
10705 (rst-font-lock-find-unindented-line-begin)
10706 (rst-font-lock-find-unindented-line-end)
10707 (rst-font-lock-find-unindented-line)
10708 (rst-font-lock-adornment-point, rst-font-lock-level)
10709 (rst-adornment-level-alist): Remove functions and variables.
10710
10711 (rst-compare-adornments, rst-get-adornment-match)
10712 (rst-suggest-new-adornment, rst-get-adornments-around)
10713 (rst-adornment-complete-p, rst-get-next-adornment)
10714 (rst-adjust-adornment, rst-display-adornments-hierarchy)
10715 (rst-straighten-adornments): Standardize function names to
10716 use "adornment" instead of "decoration". Correct callers.
10717 Similar standardizing in many places.
10718
10719 (rst-update-section, rst-adjust, rst-promote-region)
10720 (rst-enumerate-region, rst-bullet-list-region)
10721 (rst-repeat-last-character): Correct use of `interactive'.
10722
10723 (rst-classify-adornment, rst-find-all-adornments)
10724 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
10725 (rst-find-leftmost-column, rst-repeat-last-character):
10726 Refactor functions.
10727
10728 (rst-find-title-line, rst-reset-section-caches)
10729 (rst-get-adornments-around, rst-adjust-adornment-work)
10730 (rst-arabic-to-roman, rst-roman-to-arabic)
10731 (rst-insert-list-pos, rst-insert-list-new-item)
10732 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
10733 New functions.
10734
10735 (rst-all-sections, rst-section-hierarchy)
10736 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
10737 New variables.
10738
10739 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
10740 configuration instead of only buffer. Change where necessary.
10741
10742 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
10743 (rst-shift-region, rst-adaptive-fill): New functions for
10744 indentation and filling.
10745
10746 (rst-comment-line-break, rst-comment-indent)
10747 (rst-comment-insert-comment, rst-comment-region)
10748 (rst-uncomment-region): New functions for handling comments.
10749
10750 (rst-compile): Quote shell arguments.
10751
10752 (rst-compile-pdf-preview, rst-compile-slides-preview):
10753 Delete temporary files after use.
10754
10755 2012-05-05 Glenn Morris <rgm@gnu.org>
10756
10757 * calendar/cal-html.el: Optionally include holidays in the output.
10758 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
10759 (cal-html-holidays): New option.
10760 (cal-html-css-default): Add holiday entry.
10761 (holiday-in-range): Autoload it.
10762 (cal-html-htmlify-entry): Add optional class argument.
10763 (cal-html-htmlify-list): Add optional holidays argument.
10764 (cal-html-insert-agenda-days): Include holidays in the output.
10765 (cal-html-one-month): Maybe include holidays.
10766
10767 * calendar/holidays.el (holiday-in-range):
10768 Move here from cal-tex-list-holidays.
10769 * calendar/cal-tex.el (cal-tex-list-holidays):
10770 Make it an obsolete alias for holiday-in-range. Update all callers.
10771
10772 2012-05-05 Chong Yidong <cyd@gnu.org>
10773
10774 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
10775 Nextstep.
10776
10777 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
10778
10779 * files.el (file-auto-mode-skip): New var.
10780 (set-auto-mode-1): Use it.
10781
10782 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10783
10784 * repeat.el: Use lexical-binding.
10785 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
10786 (repeat-undo-count): Remove.
10787 (repeat):
10788 * progmodes/octave-mod.el (octave-abbrev-start):
10789 * progmodes/f90.el (f90-abbrev-start):
10790 * face-remap.el (text-scale-adjust):
10791 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
10792
10793 * emacs-lisp/pcase.el (pcase--let*): New function.
10794 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
10795 a bit more.
10796 (pcase--split-pred): Be more clever about ruling out overlap between
10797 a predicate and some constant pattern.
10798 (pcase--q1): Use `null' instead of (eq foo nil).
10799
10800 * subr.el (setq-local, defvar-local): New macros.
10801 (kbd): Redefine as an alias.
10802 (with-selected-window): Leave unrelated frames alone.
10803 (set-temporary-overlay-map): New function.
10804
10805 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10806
10807 * subr.el (user-error): New function.
10808 * window.el (switch-to-buffer):
10809 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
10810 (smerge-match-conflict):
10811 * simple.el (previous-matching-history-element)
10812 (next-matching-history-element, goto-history-element, undo-more)
10813 (undo-start):
10814 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
10815 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
10816 (next-file, tags-loop-scan, list-tags, complete-tag):
10817 * progmodes/compile.el (compilation-loop):
10818 * mouse.el (mouse-minibuffer-check):
10819 * man.el (Man-bgproc-sentinel, Man-goto-page):
10820 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
10821 (Info-history-forward, Info-follow-reference, Info-menu)
10822 (Info-extract-menu-item, Info-extract-menu-counting)
10823 (Info-forward-node, Info-backward-node, Info-next-menu-item)
10824 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
10825 (Info-next-reference, Info-prev-reference, Info-index)
10826 (Info-index-next, Info-follow-nearest-node)
10827 (Info-copy-current-node-name):
10828 * imenu.el (imenu--make-index-alist)
10829 (imenu-default-create-index-function, imenu-add-to-menubar):
10830 * files.el (basic-save-buffer, recover-file):
10831 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10832 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10833 (checkdoc-message-text, checkdoc-defun):
10834 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
10835 * cus-edit.el (customize-changed-options, customize-rogue)
10836 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
10837 (custom-variable-mark-to-reset-standard)
10838 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
10839 (custom-file):
10840 * completion.el (check-completion-length):
10841 * comint.el (comint-search-arg)
10842 (comint-previous-matching-input-string-position)
10843 (comint-previous-matching-input)
10844 (comint-replace-by-expanded-history-before-point, comint-send-input)
10845 (comint-copy-old-input, comint-backward-matching-input)
10846 (comint-goto-process-mark, comint-set-process-mark):
10847 * calendar/calendar.el (calendar-cursor-to-date): Use it.
10848 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
10849
10850 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * dabbrev.el (dabbrev--ignore-case-p): New function.
10853 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
10854 Use it.
10855
10856 * files.el (automount-dir-prefix): Mark as obsolete.
10857
10858 2012-05-04 Glenn Morris <rgm@gnu.org>
10859
10860 * patcomp.el, play/bruce.el: Move to obsolete/.
10861
10862 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
10863
10864 Fix minor Y10k bugs.
10865 * arc-mode.el (archive-unixdate):
10866 * autoinsert.el (auto-insert-alist):
10867 * calc/calc-forms.el (math-this-year):
10868 * emacs-lisp/copyright.el (copyright-current-year)
10869 (copyright-update-year, copyright):
10870 * tar-mode.el (tar-clip-time-string):
10871 * time.el (display-time-update):
10872 Don't assume years have 4 digits.
10873
10874 2012-05-04 Chong Yidong <cyd@gnu.org>
10875
10876 * dos-w32.el (file-name-buffer-file-type-alist)
10877 (direct-print-region-use-command-dot-com):
10878 * ffap.el (ffap-menu-regexp):
10879 * find-file.el (ff-special-constructs):
10880 * follow.el (follow-debug):
10881 * forms.el (forms--debug):
10882 * iswitchb.el (iswitchb-all-frames):
10883 * ido.el (ido-all-frames):
10884 * emacs-lisp/timer.el (timer-max-repeats):
10885 * mail/feedmail.el (feedmail-mail-send-hook)
10886 (feedmail-mail-send-hook-queued):
10887 * mail/footnote.el (footnote-signature-separator):
10888 * mail/mailabbrev.el (mail-alias-separator-string)
10889 (mail-abbrev-mode-regexp):
10890 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
10891 * progmodes/idlwave.el (idlwave-libinfo-file)
10892 (idlwave-default-completion-case-is-down)
10893 (idlwave-library-routines): Convert defvars to defcustoms.
10894
10895 * mail/rmail.el (rmail-decode-mime-charset):
10896 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
10897 (idlwave-shell-fix-inserted-breaks)
10898 (idlwave-shell-activate-alt-keybindings)
10899 (idlwave-shell-use-breakpoint-glyph):
10900 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
10901
10902 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10903
10904 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
10905
10906 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
10907
10908 * progmodes/verilog-mode.el (font-lock-keywords):
10909 Fix mis-highligting auto. Reported by Craig Barner.
10910 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
10911 defines from global name space. Reported by Dan Dever.
10912 (verilog-auto-reset, verilog-auto-reset-widths)
10913 (verilog-auto-tieoff): Support using unbased numbers for
10914 AUTORESET and AUTOTIEOFF.
10915 (verilog-submit-bug-report): Update variable list.
10916 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
10917 parenthesis from not matching. Reported by Michael Rytting.
10918 (verilog-auto-template-lint): Fix hash error when linting modules
10919 with no used templates.
10920 (verilog-warn, verilog-warn-error)
10921 (verilog-warn-fatal): When non-interactive report multiple
10922 warnings before exiting. Suggested by Brad Dobbie.
10923 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
10924 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
10925 to report unused template errors. Reported by Brad Dobbie.
10926 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
10927 nets, bug438. Reported by Vns Blore.
10928 (verilog-auto-inout-module, verilog-auto-reg)
10929 (verilog-read-decls, verilog-read-sub-decls-sig)
10930 (verilog-signals-edit-wire-reg, verilog-signals-with):
10931 Fix passing of Verilog data types in ANSI input/output ports
10932 such as "output logic" into the AUTOs. Special case "wire" and
10933 "reg" for backwards compatibility presuming Verilog 2001.
10934 (verilog-auto-ascii-enum): Add "auto enum" as alias.
10935 (verilog-preprocess): Fix replication of preprocess output.
10936 Reported by Brad Dobbie.
10937 (verilog-auto-inst-interfaced-ports):
10938 Create verilog-auto-inst-interfaced-ports, bug429.
10939 Reported by Julian Gorfajn.
10940 (verilog-after-save-font-hook)
10941 (verilog-before-save-font-hook): New variable.
10942 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
10943 (verilog-save-font-mods): Wrap disabling fontification, reported
10944 by David Rogoff.
10945 (verilog-do-indent, verilog-pretty-declarations-auto)
10946 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
10947 Reported by Pierre-David Pfister.
10948 (verilog-set-auto-endcomments): Fix endtask auto comments outside
10949 of class declarations, bug292. Reported by Kevin Heilman.
10950 (verilog-read-decls): Fix 'parameter type' not appearing in
10951 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
10952 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
10953 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
10954 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
10955 Reported by David Kravitz.
10956
10957 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
10958
10959 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
10960 assignment with tests in ifs and for loops.
10961 (verilog-extended-complete-re, verilog-complete-reg): Change so
10962 that DPI inport functions don't look like fuction declarations.
10963 (verilog-pretty-expr): Don't line up assignment
10964 operations to the test and increment in if and for loops
10965 (verilog-extended-complete-re, verilog-complete-reg): Change so
10966 that DPI inport functions don't look like fuction declarations.
10967
10968 2012-05-03 Kenichi Handa <handa@m17n.org>
10969
10970 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
10971 decoding, and show a warning message without signaling an error
10972 (Bug#11282).
10973
10974 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 * emacs-lisp/bytecomp.el
10977 (byte-compile-file-form-custom-declare-variable): Compile all elements,
10978 since cconv.el might have introduced :fun-body, internal-make-closure,
10979 and friends for bytecomp to handle (bug#11391).
10980 * custom.el (defcustom): Avoid ((λ ..) ..).
10981
10982 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
10983
10984 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
10985
10986 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
10987
10988 * notifications.el (dbus-debug):
10989 * term/linux.el (gpm-mouse-enable):
10990 * term/screen.el (xterm-register-default-colors): Declare.
10991
10992 2012-05-02 Chong Yidong <cyd@gnu.org>
10993
10994 * cus-start.el (gc-cons-percentage, exec-suffixes)
10995 (dos-display-scancodes, dos-hyper-key, dos-super-key)
10996 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
10997 (make-cursor-line-fully-visible, void-text-area-pointer)
10998 (font-list-limit): Add customization data.
10999
11000 * allout.el (allout-exposure-change-functions)
11001 (allout-structure-added-functions)
11002 (allout-structure-deleted-functions)
11003 (allout-structure-shifted-functions): Rename abnormal hooks from
11004 *-hook, and convert to defcustoms.
11005 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
11006 Convert to defcustoms.
11007 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
11008
11009 * allout-widgets.el: Hook callers changed.
11010
11011 2012-05-02 Eli Zaretskii <eliz@gnu.org>
11012
11013 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
11014 the yanked message in preference to the default value of
11015 buffer-file-coding-system.
11016
11017 2012-05-02 Martin Rudalics <rudalics@gmx.at>
11018
11019 * window.el (display-buffer--action-function-custom-type):
11020 Fix entry.
11021
11022 2012-05-02 Alan Mackenzie <acm@muc.de>
11023
11024 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
11025
11026 2012-05-01 Glenn Morris <rgm@gnu.org>
11027
11028 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
11029
11030 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
11031
11032 * cus-edit.el (custom-variable-documentation): Simplify with format.
11033
11034 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11035 Stefan Monnier <monnier@iro.umontreal.ca>
11036
11037 * simple.el (suggest-key-bindings, execute-extended-command):
11038 Move from keyboard.c.
11039
11040 2012-05-01 Chong Yidong <cyd@gnu.org>
11041
11042 * follow.el: Eliminate advice.
11043 (set-process-filter, process-filter, sit-for): Advice deleted.
11044 (follow-mode-off-hook): Obsolete hook removed.
11045 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
11046 Vars deleted.
11047 (follow-auto): Use a :set function.
11048 (follow-mode): Rewritten. Don't advise process filters.
11049 (follow-switch-to-current-buffer-all, follow-scroll-up)
11050 (follow-scroll-down): Assume follow-mode is bound.
11051 (follow-comint-scroll-to-bottom)
11052 (follow-align-compilation-windows): New functions.
11053 (follow--window-sorter): New function.
11054 (follow-all-followers): Use it to explicitly sort windows by their
11055 positions; don't make assumptions about next-window order.
11056 (follow-windows-start-end, follow-delete-other-windows-and-split)
11057 (follow-calc-win-start): Doc fix.
11058 (follow-windows-aligned-p, follow-select-if-visible): Don't call
11059 vertical-motion unnecessarily.
11060 (follow-adjust-window): New function.
11061 (follow-post-command-hook): Use it.
11062 (follow-call-set-process-filter, follow-call-process-filter)
11063 (follow-intercept-process-output, follow-tidy-process-filter-alist)
11064 (follow-stop-intercept-process-output, follow-generic-filter):
11065 Functions deleted.
11066 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
11067 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
11068 New functions, replacing advice on scroll-bar-* commands.
11069 (follow-mwheel-scroll): New function (Bug#4112).
11070
11071 * comint.el (comint-adjust-point): New function.
11072 (comint-postoutput-scroll-to-bottom): Use it.
11073 Call follow-comint-scroll-to-bottom for Follow mode buffers.
11074
11075 2012-05-01 Glenn Morris <rgm@gnu.org>
11076
11077 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
11078 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
11079 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
11080 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
11081 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
11082 Remove no-byte-compile setting.
11083
11084 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11085
11086 * minibuffer.el (completion-table-with-quoting): Fix compatibility
11087 all-completions code to not return a number in the last cdr.
11088
11089 2012-04-30 Leo Liu <sdl.web@gmail.com>
11090
11091 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
11092 read-only error.
11093
11094 2012-04-29 Chong Yidong <cyd@gnu.org>
11095
11096 * follow.el (follow-calc-win-end): Rewrite to handle partial
11097 screen lines correctly (Bug#8390).
11098 (follow-avoid-tail-recenter): Minor cleanup.
11099
11100 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11101
11102 Avoid the obsolete `assoc' package.
11103 * speedbar.el (speedbar-refresh): Avoid adelete.
11104 (speedbar-file-lists): Simplify and avoid aput.
11105 * man.el (Man--sections, Man--refpages): New vars, replacing
11106 Man-sections-alist and Man-refpages-alist.
11107 (Man-build-section-alist, Man-build-references-alist):
11108 Use them; avoid aput.
11109 (Man--last-section, Man--last-refpage): New vars.
11110 (Man-follow-manual-reference): Use them.
11111 Use the `default' arg of completing-read.
11112 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
11113
11114 2012-04-27 Chong Yidong <cyd@gnu.org>
11115
11116 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
11117
11118 * startup.el (x-apply-session-resources): New function.
11119
11120 * term/ns-win.el (ns-initialize-window-system):
11121 * term/w32-win.el (w32-initialize-window-system):
11122 * term/x-win.el (x-initialize-window-system): Use it to properly
11123 set menu-bar-mode and other vars from X resources, even if the
11124 initial frame is not a window-system frame (Bug#2299).
11125
11126 * subr.el (read-key): Avoid running filter function when setting
11127 up temporary tool bar entries (Bug#9922).
11128
11129 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11130
11131 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
11132 (Bug#11344)
11133
11134 2012-04-27 Chong Yidong <cyd@gnu.org>
11135
11136 * select.el (xselect--encode-string): New function, split from
11137 xselect-convert-to-string.
11138 (xselect-convert-to-string): Use it.
11139 (xselect-convert-to-filename, xselect-convert-to-os)
11140 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
11141 returned strings are properly encoded (Bug#11315).
11142
11143 2012-04-27 Chong Yidong <cyd@gnu.org>
11144
11145 * simple.el (delete-active-region): Move to killing custom group.
11146
11147 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11148
11149 * progmodes/which-func.el (which-func-current): Quote %
11150 characters for mode-line processing.
11151
11152 2012-04-27 Chong Yidong <cyd@gnu.org>
11153
11154 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
11155 reaching eob (Bug#11286).
11156
11157 2012-04-27 Eli Zaretskii <eliz@gnu.org>
11158
11159 * progmodes/gdb-mi.el (gdb-control-level): New variable.
11160 (gdb): Make it buffer-local and init to zero.
11161 (gdb-control-commands-regexp): New variable.
11162 (gdb-send): Don't wrap in "-interpreter-exec console" if
11163 gdb-control-level is positive. Increment gdb-control-level
11164 whenever the command matches gdb-control-commands-regexp, and
11165 decrement it each time the command is "end". (Bug#11279)
11166
11167 2012-04-27 Martin Rudalics <rudalics@gmx.at>
11168
11169 * window.el (adjust-window-trailing-edge, enlarge-window)
11170 (shrink-window, window-resize):
11171 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
11172 windows (Bug#11276).
11173
11174 2012-04-27 Chong Yidong <cyd@gnu.org>
11175
11176 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
11177 fix "missing prefix" warning. All callers changed.
11178
11179 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11180
11181 * emacs-lisp/assoc.el: Move to obsolete/.
11182
11183 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11184
11185 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
11186
11187 * term/ns-win.el (ns-define-service):
11188 * progmodes/pascal.el (pascal-goto-defun):
11189 * progmodes/js.el (js--read-tab):
11190 * progmodes/etags.el (tags-lazy-completion-table):
11191 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
11192 * emacs-lisp/ewoc.el (ewoc--wrap):
11193 * emacs-lisp/assoc.el (aput, adelete, amake):
11194 * doc-view.el (doc-view-convert-current-doc):
11195 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
11196
11197 2012-04-26 Chong Yidong <cyd@gnu.org>
11198
11199 * image.el (image-type-from-buffer): Only return supported image
11200 type (Bug#9045).
11201
11202 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
11203 value, for symmetry with diff-end-of-hunk.
11204 (diff-split-hunk, diff-find-source-location)
11205 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
11206 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
11207 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
11208 compute the relevant hunk or file properly (Bug#6005).
11209 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
11210
11211 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11212
11213 * vc/vc-mtn.el:
11214 * vc/vc-hg.el:
11215 * vc/vc-git.el:
11216 * vc/vc-dir.el:
11217 * vc/vc-cvs.el:
11218 * vc/vc-bzr.el:
11219 * vc/vc-arch.el:
11220 * vc/vc.el: Replace lexical-let by lexical-binding.
11221 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
11222 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
11223 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
11224
11225 2012-04-26 Chong Yidong <cyd@gnu.org>
11226
11227 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
11228 (diff-mode-shared-map): Bind it to / and [remap undo].
11229
11230 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
11231 (ediff-window-setup-function): Use it as the default, to set up
11232 windows based on whether the current frame is graphical (Bug#2138).
11233 (ediff-choose-window-setup-function-automatically): Make obsolete.
11234
11235 * vc/ediff-init.el: Always define ediff-pixel-width/height.
11236
11237 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11238
11239 * ffap.el: Remove old code for obsolete package.
11240 (ffap-complete-as-file-p): Remove.
11241
11242 Use completion-table-with-quoting for comint and pcomplete.
11243 * comint.el (comint--unquote&requote-argument)
11244 (comint--unquote-argument, comint--requote-argument): New functions.
11245 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
11246 (comint-quote-filename): Use regexp-opt-charset.
11247 (comint--common-suffix, comint--common-quoted-suffix)
11248 (comint--table-subvert): Remove.
11249 (comint-unquote-function, comint-requote-function): New vars.
11250 (comint--complete-file-name-data): Use them with
11251 completion-table-with-quoting.
11252 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
11253 * pcomplete.el (pcomplete-arg-quote-list)
11254 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
11255 (pcomplete-unquote-argument-function): Default to non-nil.
11256 (pcomplete-unquote-argument): Simplify.
11257 (pcomplete--common-quoted-suffix): Remove.
11258 (pcomplete-requote-argument-function): New var.
11259 (pcomplete--common-suffix): New function.
11260 (pcomplete-completions-at-point): Use completion-table-with-quoting
11261 and completion-table-subvert.
11262
11263 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
11264 (minibuffer--double-dollars): Preserve properties.
11265 (completion--sifn-requote): New function.
11266 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
11267
11268 * minibuffer.el: Add support for completion of quoted/escaped data.
11269 (completion-table-with-quoting, completion-table-subvert): New funs.
11270 (completion--twq-try, completion--twq-all): New functions.
11271 (completion--nth-completion): New function.
11272 (completion-try-completion, completion-all-completions): Use it.
11273
11274 2012-04-25 Leo Liu <sdl.web@gmail.com>
11275
11276 * progmodes/python.el (python-pdbtrack-get-source-buffer):
11277 Use compilation-message if available to find real filename.
11278
11279 2012-04-25 Chong Yidong <cyd@gnu.org>
11280
11281 * vc/diff-mode.el (diff-setup-whitespace): New function.
11282 (diff-mode): Use it.
11283
11284 * vc/diff.el (diff-sentinel):
11285 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
11286 Whitespace mode variables based on diff style (Bug#8612).
11287
11288 2012-04-25 Leo Liu <sdl.web@gmail.com>
11289
11290 * progmodes/python.el (python-send-region): Add suffix .py to the
11291 temp file.
11292
11293 * files.el (auto-mode-alist): Use javascript-mode instead.
11294
11295 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
11296
11297 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
11298
11299 * net/soap-client.el (soap-resolve-references-for-sequence-type)
11300 (soap-resolve-references-for-array-type): Hack to prevent self
11301 references, see Bug#9.
11302 (soap-parse-envelope): Report the contents of the 'detail' node
11303 when receiving a fault reply.
11304 (soap-parse-envelope): Report the contents of the entire 'detail' node.
11305
11306 * net/soap-inspect.el (soap-sample-value-for-simple-type)
11307 (soap-inspect-simple-type): New function.
11308
11309 * net/soap-client.el (soap-simple-type): New struct.
11310 (soap-default-xsd-types, soap-default-soapenc-types)
11311 (soap-decode-basic-type, soap-encode-basic-type):
11312 support unsignedInt and double basic types.
11313 (soap-resolve-references-for-simple-type)
11314 (soap-parse-simple-type, soap-encode-simple-type): New function.
11315 (soap-parse-schema): Parse xsd:simpleType declarations.
11316
11317 * net/soap-client.el (soap-default-xsd-types)
11318 (soap-default-soapenc-types): Add integer, byte and anyURI types.
11319 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
11320 the local name of "soapenc:Array".
11321 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
11322 decoding integer, byte and anyURI xsd types.
11323
11324 2012-04-25 Chong Yidong <cyd@gnu.org>
11325
11326 * cus-edit.el (custom-buffer-create-internal): Update header text.
11327
11328 2012-04-25 Eli Zaretskii <eliz@gnu.org>
11329
11330 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
11331 settings on 'system-type', not on 'window-system'. On MS-Windows,
11332 set interactive-mode on in GDB.
11333
11334 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11335
11336 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
11337 (ruby-syntax-propertize-regexp): Remove.
11338 (ruby-syntax-propertize-function): Split regexp into chunks.
11339 Match following code directly.
11340
11341 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
11342
11343 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
11344 (ruby-syntax-propertize-regexp): New function.
11345 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
11346 by a special keyword.
11347
11348 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
11349 (ruby-syntax-general-delimiters-goto-beg)
11350 (ruby-syntax-propertize-general-delimiters): New functions.
11351 (ruby-syntax-propertize-function): Use them to handle GDL.
11352 (ruby-font-lock-keywords): Move old handling of GDL...
11353 (ruby-font-lock-syntactic-keywords): .. to here.
11354 (ruby-calculate-indent): Adjust indentation for GDL.
11355
11356 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
11357
11358 * notifications.el (top): Remove unneeded declarations.
11359 (notifications-specification-version): Change to "1.2".
11360 (notifications-interface, notifications-notify-method)
11361 (notifications-close-notification-method): Fix docstring.
11362 (notifications-get-capabilities-method): New defconst.
11363 (notifications-notify): Add :action-items, :resident and
11364 :transient hints. Change "image_data" to "image-data" and
11365 "image_path" to "image-path".
11366 (notifications-get-capabilities): New defun.
11367
11368 2012-04-24 Leo Liu <sdl.web@gmail.com>
11369
11370 * progmodes/python.el: Move hideshow setup to the end.
11371
11372 2012-04-24 Martin Rudalics <rudalics@gmx.at>
11373
11374 * window.el (handle-select-window): Clear echo area since this is
11375 no more done by read_char (Bug#11304).
11376
11377 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11378
11379 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
11380 and `/ M' to filter-derived-mode.
11381 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
11382 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11383 (ibuffer-mark-by-mode): Use default rather than initial-input.
11384 (ibuffer-filter-by-derived-mode): Autoload and require-match.
11385
11386 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
11387
11388 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
11389 (ibuffer-filter-by-derived-mode): New filter.
11390 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
11391
11392 2012-04-23 Andreas Politz <politza@fh-trier.de>
11393
11394 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
11395
11396 2012-04-23 Chong Yidong <cyd@gnu.org>
11397
11398 * cus-edit.el (customize-apropos, customize-apropos-options):
11399 Disable matching of non-option variables (Bug#11176).
11400 (customize-option, customize-option-other-window)
11401 (customize-changed-options): Doc fix.
11402 (customize-apropos-options, customize-apropos-faces)
11403 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
11404
11405 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
11406 Fix word list splitting (Bug#11132).
11407 (apropos-symbol, apropos-keybinding, apropos-label)
11408 (apropos-property, apropos-function-button)
11409 (apropos-variable-button, apropos-misc-button): New faces.
11410 (apropos-symbol-face, apropos-keybinding-face)
11411 (apropos-label-face, apropos-property-face, apropos-match-face):
11412 Variables removed (Bug#8396).
11413 (apropos-library-button, apropos-format-plist, apropos-print)
11414 (apropos-print-doc, apropos-describe-plist): Callers changed.
11415
11416 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
11417
11418 * net/xesam.el (xesam-mode-map): Use let-bound map in
11419 initialization. (Bug#11292)
11420
11421 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11422
11423 Preserve ispell session localwords when switching back to
11424 original buffer.
11425
11426 * textmodes/ispell.el (ispell-buffer-session-localwords):
11427 New buffer-local variable to hold buffer session localwords.
11428 (ispell-kill-ispell): Add option 'clear to delete session
11429 localwords.
11430 (ispell-command-loop, ispell-change-dictionary)
11431 (ispell-buffer-local-words): Preserve session localwords when
11432 needed.
11433
11434 * textmodes/flyspell.el (flyspell-process-localwords)
11435 (flyspell-do-correct): Preserve session localwords when needed.
11436
11437 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11438
11439 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
11440 using obsolete `translation-table-for-input'.
11441 (ispell-word, ispell-process-line, ispell-complete-word):
11442 Use plain `insert' instead of removed `ispell-insert-word'.
11443
11444 2012-04-22 Chong Yidong <cyd@gnu.org>
11445
11446 * cus-edit.el (custom-variable-menu)
11447 (custom-variable-reset-saved, custom-face-menu)
11448 (custom-face-reset-saved): If there is no saved value, make the
11449 "reset-saved" operation bring back the default (Bug#9509).
11450 (custom-face-state): Properly detect themed faces.
11451
11452 * faces.el (face-spec-set): Stop supporting deprecated form of
11453 third arg.
11454
11455 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
11456
11457 Move functions from C to Lisp. Make non-blocking method calls
11458 the default. Implement further D-Bus standard interfaces.
11459
11460 * net/dbus.el (dbus-message-internal): Declare function.
11461 Remove unneeded function declarations.
11462 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
11463 (dbus-message-type-method-return, dbus-message-type-error)
11464 (dbus-message-type-signal): Declare variables. Remove local
11465 definitions.
11466 (dbus-interface-dbus, dbus-interface-peer)
11467 (dbus-interface-introspectable, dbus-interface-properties)
11468 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
11469 Adapt docstring.
11470 (dbus-interface-objectmanager): New defconst.
11471 (dbus-call-method, dbus-call-method-asynchronously)
11472 (dbus-send-signal, dbus-method-return-internal)
11473 (dbus-method-error-internal, dbus-register-service)
11474 (dbus-register-signal, dbus-register-method): New defuns, moved
11475 from dbusbind.c
11476 (dbus-call-method-handler, dbus-setenv)
11477 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
11478 New defuns.
11479 (dbus-call-method-non-blocking): Make it an obsolete function.
11480 (dbus-unregister-object, dbus-unregister-service)
11481 (dbus-handle-event, dbus-register-property)
11482 (dbus-property-handler): Obey the new structure of
11483 `bus-registered-objects'.
11484 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
11485 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11486 Use `dbus-call-method'.
11487
11488 2012-04-22 Chong Yidong <cyd@gnu.org>
11489
11490 * cus-edit.el (custom-commands, custom-reset-menu)
11491 (Custom-reset-standard): Tweak labels.
11492 (custom-reset-button-menu): Change default to t.
11493 (custom-buffer-create-internal): For the custom-reset-button-menu
11494 case, put the revert button first.
11495 (custom-group-subtitle): New face.
11496 (custom-group-value-create): Align docstring to a specific column.
11497
11498 * wid-edit.el (widget-documentation-link-add): Don't handle
11499 indentation in this function.
11500 (widget-documentation-string-indent-to): New function.
11501 (widget-documentation-string-value-create): Use it.
11502
11503 * autorevert.el (auto-revert):
11504 * epg-config.el (epg):
11505 * ibuffer.el (ibuffer):
11506 * mpc.el (mpc):
11507 * ses.el (ses):
11508 * eshell/eshell.el (eshell):
11509 * net/ange-ftp.el (ange-ftp):
11510 * progmodes/ebnf2ps.el (postscript):
11511 * progmodes/flymake.el (flymake):
11512 * progmodes/prolog.el (prolog):
11513 * progmodes/verilog-mode.el (verilog-mode):
11514 * progmodes/which-func.el (which-func):
11515 * term/xterm.el (xterm):
11516 * textmodes/picture.el (picture):
11517 * textmodes/tildify.el (tildify):
11518 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
11519 customization buffers.
11520
11521 2012-04-22 Alan Mackenzie <acm@muc.de>
11522
11523 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11524 Adding a ) can hide the resulting (..) from searches. Fix it.
11525 Bound the backward search to the position of the existing (.
11526
11527 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
11528
11529 * progmodes/verilog-mode.el (verilog-mode): Check whether
11530 which-func-modes is t before adding verilog-mode.
11531 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
11532
11533 2012-04-21 Leo Liu <sdl.web@gmail.com>
11534
11535 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
11536
11537 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
11538
11539 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
11540 filling of the last column of a table (Bug#5635).
11541 (woman-find-next-control-line): New arg, specifying an additional
11542 regexp component for the control line.
11543 (woman2-roff-buffer): Use it.
11544 (woman-break-table): New function.
11545 (woman2-TS): Use it.
11546
11547 2012-04-21 Chong Yidong <cyd@gnu.org>
11548
11549 * woman.el (woman-set-buffer-display-table, woman-decode-region)
11550 (woman-horizontal-escapes, woman-negative-vertical-space)
11551 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
11552 (WoMan-warn-ignored): Use ?\s instead of ?\ .
11553
11554 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11555
11556 * minibuffer.el (completion-file-name-table): Complete user names.
11557
11558 2012-04-20 Leo Liu <sdl.web@gmail.com>
11559
11560 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
11561 and pcase-let*.
11562
11563 2012-04-20 Chong Yidong <cyd@gnu.org>
11564
11565 * server.el (server-execute): Respect initial-buffer-choice if it
11566 is a string and there are no files to open (Bug#2825).
11567 (server-create-window-system-frame, server-create-tty-frame):
11568 Don't switch buffers here.
11569 (server-process-filter): Only try to open a window system frame if
11570 compiled with graphical support (Bug#8314).
11571
11572 2012-04-20 Dan Nicolaescu <dann@gnu.org>
11573
11574 * battery.el (battery-echo-area-format): Display remaining time
11575 for sysfs backend too (Bug#11269).
11576 (battery-linux-sysfs): Fix conditional for the charge.
11577
11578 2012-04-20 Chong Yidong <cyd@gnu.org>
11579
11580 * progmodes/gdb-mi.el (gdb): Revert previous change.
11581 (gdb-inferior-io--init-proc): New function.
11582 (gdb-init-1): Use it.
11583 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
11584 responsible for allocating a new pty and hooking it to gdb when
11585 the old pty gets an EIO due to process exit.
11586 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
11587 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
11588 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
11589
11590 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11591
11592 * window.el (window-min-size, window-sizable, window-min-delta)
11593 (window-max-delta, window--resizable, window-resizable)
11594 (window-total-size, window-full-height-p, window-full-width-p)
11595 (window-in-direction, window--resize-mini-window, window-resize)
11596 (window--resize-child-windows-normal)
11597 (window--resize-child-windows, window--resize-siblings)
11598 (window--resize-this-window, adjust-window-trailing-edge)
11599 (enlarge-window, shrink-window): Doc fixes.
11600
11601 2012-04-20 Chong Yidong <cyd@gnu.org>
11602
11603 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
11604 New function to call delete-process on the gdb-inferior buffer's pty.
11605 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
11606 pty process (Bug#11273).
11607 (gdb-update): New arg to suppress talking to the gdb process.
11608 (gdb-done-or-error): Use it.
11609 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
11610 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
11611 sentinel not being called.
11612
11613 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
11614
11615 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
11616
11617 2012-04-20 Glenn Morris <rgm@gnu.org>
11618
11619 * net/network-stream.el (open-network-stream): Doc fix.
11620
11621 2012-04-20 Chong Yidong <cyd@gnu.org>
11622
11623 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
11624
11625 2012-04-20 Alan Mackenzie <acm@muc.de>
11626
11627 Ensure searching for keywords is case sensitive.
11628
11629 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
11630 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
11631 (c-defun-name, c-mark-function, c-cpp-define-name)
11632 (c-comment-indent, c-scan-conditionals, c-indent-defun)
11633 (c-context-line-break): Bind case-fold-search to nil.
11634
11635 * progmodes/cc-mode.el (c-font-lock-fontify-region):
11636 Bind case-fold-search to nil.
11637
11638 2012-04-20 Chong Yidong <cyd@gnu.org>
11639
11640 * mail/sendmail.el (mail-bury): Call return action with the right
11641 Rmail buffer (Bug#11242).
11642
11643 * server.el (server-process-filter): Handle corner case where both
11644 tty and nowait options are present (Bug#11102).
11645
11646 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11647
11648 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
11649 (top level): Put into the executable the ident-style '$Id:' tag on
11650 windows-nt as well.
11651
11652 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11653
11654 * electric.el (electric-indent-post-self-insert-function): Check that
11655 electric-indent-mode is enabled in current buffer.
11656
11657 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11658
11659 * imenu.el (imenu-progress-message): Restore; it is "used" in
11660 erc/erc-imenu.el and net/snmp-mode.el.
11661
11662 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11663
11664 * avoid.el (mouse-avoidance-mode): Mark unused arg.
11665 (mouse-avoidance-nudge-mouse): Remove unused binding.
11666
11667 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
11668
11669 * descr-text.el (describe-char):
11670 * progmodes/python.el (python-describe-symbol):
11671 Don't call `toggle-read-only', set `buffer-read-only'.
11672
11673 * imenu.el (imenu-default-goto-function): Mark unused args.
11674 (imenu-progress-message): Remove obsolete macro; all callers changed.
11675
11676 * subr.el (keymap-canonicalize): Remove unused binding.
11677 (read-passwd): Mark unused arg.
11678
11679 * tutorial.el (tutorial--display-changes): Remove unused binding.
11680 (tutorial--save-tutorial-to): Remove unused variable.
11681
11682 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
11683 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
11684 (package-generate-autoloads, package-menu--generate)
11685 (package-menu--find-upgrades): Remove unused bindings.
11686
11687 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
11688 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
11689 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
11690 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
11691 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
11692 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
11693 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
11694 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
11695 (cua-delete-char-rectangle): Mark unused args.
11696 (cua-align-rectangle): Remove unused binding.
11697
11698 * mail/rmail.el (compilation--message->loc)
11699 (epa--find-coding-system-for-mime-charset): Declare.
11700
11701 * net/dbus.el (dbus-register-service): Declare.
11702 (dbus-name-owner-changed-handler): Remove unused binding.
11703
11704 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
11705 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
11706 (nxml-scan-backward-within): Mark unused arg.
11707 (nxml-dynamic-markup-word): Remove unused binding.
11708
11709 * mouse.el (mouse-menu-major-mode-map):
11710 * emacs-lisp/authors.el (authors-scan-change-log)
11711 (authors-add-to-author-list):
11712 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
11713 * emacs-lisp/smie.el (smie-auto-fill):
11714 * mail/sendmail.el (mail-bury):
11715 * mail/unrmail.el (unrmail):
11716 * net/tls.el (open-tls-stream):
11717 * textmodes/picture.el (picture-mouse-set-point):
11718 Remove unused bindings.
11719
11720 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
11721
11722 * net/tramp.el (tramp-action-password): Let-bind
11723 `enable-recursive-minibuffers' to t.
11724
11725 2012-04-18 Sam Steingold <sds@gnu.org>
11726
11727 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
11728 instead of 'string to accommodate values like [f11].
11729 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
11730 * progmodes/gdb-mi.el: Likewise.
11731
11732 2012-04-18 Leo Liu <sdl.web@gmail.com>
11733
11734 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
11735 current buffer.
11736 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
11737 LOCAL is nil.
11738
11739 2012-04-18 Chong Yidong <cyd@gnu.org>
11740
11741 * simple.el (line-move): Use forward-line if in batch mode
11742 (Bug#11053).
11743
11744 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
11745
11746 * files.el (after-find-file): Do not try to add a final newline if
11747 the buffer is read-only (Bug#11156).
11748
11749 2012-04-17 Richard Stallman <rms@gnu.org>
11750
11751 * mail/rmail.el (rmail-start-mail):
11752 Pass (rmail-mail-return...) for the return-action.
11753 Pass (rmail-yank-current-message...) for the yank-action.
11754 (rmail-yank-current-message): New function.
11755 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
11756 (rmail-reply): Likewise.
11757 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
11758
11759 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
11760 buffer, not the last. Reject temp buffers. Use the rmail-mode
11761 buffer, not newbuf.
11762
11763 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
11764
11765 * server.el (server-ensure-safe-dir): Simplify.
11766
11767 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11768
11769 * emacs-lisp/smie.el: Provide smarter auto-filling.
11770 (smie-auto-fill): New function.
11771 (smie-setup): Use it.
11772
11773 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
11774
11775 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
11776
11777 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
11778 (comment-indent): Use it.
11779
11780 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
11781
11782 * ses.el: The overall change is to add cell renaming, that is
11783 setting fancy names for cell symbols other than name matching
11784 "\\`[A-Z]+[0-9]+\\'" regexp .
11785 (ses-localvars): Add ses--renamed-cell-symb-list.
11786 (ses-create-cell-variable): New defun.
11787 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
11788 (ses-relocate-formula): Relocate formulas only for cells the
11789 symbols of which are not renamed, i.e. symbols whose names do not
11790 match regexp "\\`[A-Z]+[0-9]+\\'".
11791 (ses-relocate-all): Relocate values only for cells the symbols of
11792 which are not renamed.
11793 (ses-load): Create cells variables as the (ses-cell ...) are read,
11794 in order to check row col consistency with cell symbol name only
11795 for cells that are not renamed.
11796 (ses-replace-name-in-formula): New defun.
11797 (ses-rename-cell): New defun.
11798
11799 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
11800
11801 * progmodes/perl-mode.el (perl-indent-parens-as-block):
11802 New option (bug#11118).
11803 (perl-calculate-indent): Respect it.
11804
11805 2012-04-17 Glenn Morris <rgm@gnu.org>
11806
11807 * dired-aux.el (dired-mark-read-string): Doc fix.
11808
11809 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
11810
11811 * dired-aux.el (dired-mark-read-string): Offer optional completion.
11812 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
11813
11814 2012-04-17 Glenn Morris <rgm@gnu.org>
11815
11816 * mouse.el (mouse-drag-track):
11817 * speedbar.el (speedbar-frame-mode):
11818 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
11819
11820 2012-04-16 Leo Liu <sdl.web@gmail.com>
11821
11822 * progmodes/python.el: Trivial cleanup.
11823
11824 2012-04-16 Glenn Morris <rgm@gnu.org>
11825
11826 * vc/vc.el (vc-string-prefix-p):
11827 * vc/pcvs-util.el (cvs-string-prefix-p):
11828 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
11829 * mpc.el (mpc-string-prefix-p):
11830 Make all of these into obsolete aliases for string-prefix-p.
11831 Update callers.
11832 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
11833
11834 * textmodes/two-column.el: Move custom options to the start.
11835 (frame-width): Remove compat definition.
11836 (2C-associate-buffer, 2C-dissociate):
11837 Use with-current-buffer rather than save-excursion.
11838 (2C-dissociate): Force a mode-line update.
11839 (2C-autoscroll): Use ignore-errors.
11840
11841 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
11842 Autoload trivia.
11843
11844 * emacs-lisp/cl-extra.el (*random-state*):
11845 Remove unnecessary declaration.
11846
11847 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
11848
11849 * play/cookie1.el (cookie-snarf):
11850 Give an explicit error if input file cannot be read.
11851
11852 * play/yow.el (yow-file): Use expand-file-name rather than concat.
11853
11854 * progmodes/perl-mode.el (c-macro-expand):
11855 Remove unnecessary autoload (it is in loaddefs.el).
11856
11857 * textmodes/picture.el (picture-desired-column)
11858 (picture-update-desired-column): Convert comments to doc-strings.
11859 (picture-substitute): Remove function.
11860 (picture-mode-map): Initialize in the defvar.
11861
11862 * woman.el: Remove eval-after-load for tar-mode.
11863 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
11864 (woman-tar-extract-file): Autoload it.
11865
11866 * frame.el (automatic-hscrolling): Make this alias obsolete.
11867
11868 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11869
11870 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
11871 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
11872 (ispell-dictionary-base-alist): Revert to original XEmacs
11873 friendly version for default. [:alpha:] will be added in
11874 `ispell-set-spellchecker-params' if needed.
11875
11876 2012-04-16 Chong Yidong <cyd@gnu.org>
11877
11878 * image.el (imagemagick--file-regexp): New variable.
11879 (imagemagick-register-types): Use it.
11880 (imagemagick-types-inhibit): Add :set function. Allow new value
11881 of t to inhibit all types.
11882
11883 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
11884 so we can preload it.
11885
11886 * loadup.el (fboundp): Preload regexp-opt, needed by
11887 imagemagick-register-types.
11888
11889 2012-04-15 Chong Yidong <cyd@gnu.org>
11890
11891 * frame.el (scrolling): Remove nearly unused customization group.
11892
11893 * scroll-all.el (scroll-all-mode): Move to windows group.
11894
11895 2012-04-15 Chong Yidong <cyd@gnu.org>
11896
11897 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
11898
11899 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11900
11901 Avoid the use of ((lambda ...) ...) in lexical-binding code.
11902 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
11903
11904 2012-04-15 Glenn Morris <rgm@gnu.org>
11905
11906 * simple.el (process-file-side-effects): Doc fix.
11907
11908 2012-04-15 Glenn Morris <rgm@gnu.org>
11909
11910 * international/mule-cmds.el (set-language-environment): Doc fix.
11911
11912 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
11913
11914 * server.el (server-auth-key, server-generate-key): Doc fixes.
11915 (server-get-auth-key): Doc fix. Use `string-match-p'.
11916 (server-start): Reflow docstring.
11917
11918 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
11919
11920 * server.el (server-generate-key): `called-interactively-p'
11921 requires a parameter.
11922
11923 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
11924
11925 * server.el (server-auth-key): New variable.
11926 (server-generate-key, server-get-auth-key): New function.
11927 (server-start): Use the new variable and functions to allow
11928 setting a permanent server key (bug#9423).
11929
11930 2012-04-14 Leo Liu <sdl.web@gmail.com>
11931
11932 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
11933
11934 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
11935
11936 Spelling fixes.
11937 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
11938 Emacs uses American spelling.
11939
11940 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
11941
11942 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
11943 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
11944 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
11945 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
11946
11947 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11948
11949 * progmodes/which-func.el (which-func-modes): Change default.
11950
11951 2012-04-14 Kim F. Storm <storm@cua.dk>
11952
11953 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
11954 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
11955
11956 2012-04-14 Chong Yidong <cyd@gnu.org>
11957
11958 * custom.el (custom-theme-set-variables): Doc fix.
11959
11960 2012-04-14 Glenn Morris <rgm@gnu.org>
11961
11962 * international/mule.el (set-auto-coding-for-load): Doc fix.
11963
11964 2012-04-14 Alan Mackenzie <acm@muc.de>
11965
11966 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
11967 imenu work again for Objective C Mode. Correct the *-index values,
11968 these having been disturbed by a previous change in 2011-08.
11969
11970 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
11971 Correct two search limits.
11972
11973 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11974
11975 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
11976
11977 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
11978
11979 * international/characters.el: Fix sorting.
11980
11981 2012-04-14 Eli Zaretskii <eliz@gnu.org>
11982
11983 * international/characters.el: Add more missing Latin case pairs.
11984
11985 2012-04-14 Glenn Morris <rgm@gnu.org>
11986
11987 * files.el (dir-locals-set-class-variables): Doc fix.
11988
11989 2012-04-14 Eli Zaretskii <eliz@gnu.org>
11990
11991 * international/characters.el: Add set-case-syntax-pair call for
11992 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
11993 counterpart. (Bug#11209)
11994
11995 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
11996
11997 2012-04-14 Glenn Morris <rgm@gnu.org>
11998
11999 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12000
12001 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12002
12003 * textmodes/ispell.el (ispell-dictionary-base-alist):
12004 Add data for Hebrew.
12005
12006 2012-04-14 Chong Yidong <cyd@gnu.org>
12007
12008 * net/rcirc.el (rcirc-cmd-quit):
12009 Revert 2012-03-18 change (Bug#11192).
12010
12011 2012-04-14 Glenn Morris <rgm@gnu.org>
12012
12013 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
12014
12015 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12016
12017 * minibuffer.el (completion-in-region-mode-map):
12018 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
12019
12020 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
12021
12022 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
12023
12024 2012-04-13 Masatake YAMATO <yamato@redhat.com>
12025
12026 * minibuffer.el (minibuffer-local-filename-syntax): New variable
12027 to allow `C-M-f' and `C-M-b' to move to the nearest path
12028 separator (bug#9511).
12029
12030 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
12031
12032 * avoid.el: Require cl when compiling. And also move the
12033 `provide' to the end.
12034
12035 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12036
12037 * avoid.el (mouse-avoidance-banish-position): New variable.
12038 (mouse-avoidance-banish-destination): Use it (bug#10165).
12039
12040 2012-04-13 Leo Liu <sdl.web@gmail.com>
12041
12042 * progmodes/which-func.el (which-func-modes): Add objc-mode.
12043
12044 2012-04-13 Ken Brown <kbrown@cornell.edu>
12045
12046 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
12047 this is no longer needed now that cygstart understands file:// URLs.
12048 (browse-url-filename-alist): For the same reason, don't modify
12049 file:// URLs on Cygwin.
12050
12051 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12052
12053 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
12054 the region on shift if the binding is already shifted (bug#11221).
12055
12056 2012-04-12 Glenn Morris <rgm@gnu.org>
12057
12058 * mail/mailpost.el: Move to obsolete/.
12059
12060 2012-04-12 Drew Adams <drew.adams@oracle.com>
12061
12062 * imenu.el (imenu--generic-function): Ignore invisible definitions
12063 (bug#10123).
12064
12065 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
12066
12067 * hexl.el (hexl-bits): New variable.
12068 (hexl-options): Mention the variable in the doc string.
12069 (hexl-rulerise, hexl-line-displen): New functions.
12070 (hexl-mode): Mention the new variable.
12071 (hexl-mode, hexl-current-address, hexl-current-address):
12072 Use the displen.
12073 (hexl-ascii-start-column): New function.
12074 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
12075 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
12076
12077 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12078
12079 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
12080 '("-i" ENCODING), in 2 separate command-line arguments, to specify
12081 the encoding, as expected by hunspell.
12082
12083 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12084
12085 * battery.el (battery--linux-sysfs-regexp): New const.
12086 (battery-status-function): Use it. Remove yeeloong special case.
12087 (battery-yeeloong-sysfs): Remove.
12088 (battery-echo-area-format): Remove yeeloong special case.
12089
12090 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12091
12092 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
12093 Reported by Noah Friedman.
12094
12095 * subr.el (read-passwd): Use read-string.
12096
12097 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12098
12099 * vcursor.el (vcursor-move): Increase the priority of the overlay
12100 (bug#9663).
12101
12102 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12103
12104 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
12105 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
12106
12107 2012-04-11 William Stevenson <yhvh2000@gmail.com>
12108
12109 * textmodes/artist.el (artist-mode): Convert artist-mode to use
12110 define-minor-mode (bug#10760).
12111
12112 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12113
12114 * progmodes/grep.el (rgrep): Tweak the find command line so
12115 that directories matching `grep-find-ignored-files' won't be
12116 pruned (bug#10351).
12117
12118 2012-04-11 Chong Yidong <cyd@gnu.org>
12119
12120 * startup.el (command-line): Remove support for long-obsolete
12121 variable font-lock-face-attributes.
12122
12123 2012-04-11 Glenn Morris <rgm@gnu.org>
12124
12125 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
12126
12127 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12128
12129 * window.el (window--state-get-1): Obey window-point-insertion-type.
12130
12131 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
12132
12133 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
12134 to previous function when point is on the first character of a
12135 function. Take care of that in `narrow-to-defun' (bug#6157).
12136
12137 2012-04-11 Glenn Morris <rgm@gnu.org>
12138
12139 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
12140 not just file-errors.
12141
12142 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
12143 (vc-bzr-sha1): Use internal sha1.
12144
12145 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12146
12147 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
12148
12149 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
12150
12151 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
12152 that start in the middle of the line (bug#10496).
12153
12154 2012-04-10 Dan Nicolaescu <dann@gnu.org>
12155
12156 * battery.el (battery-linux-proc-acpi): Only one battery is
12157 discharged at a time, but that seems to confuse battery.el when
12158 computing `rate-type' for the battery not being discharged
12159 (bug#10332).
12160
12161 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12162
12163 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
12164
12165 * international/quail.el: Use dolist and simplify.
12166 (quail-define-package, quail-update-keyboard-layout)
12167 (quail-define-rules): Use dolist.
12168 (quail-insert-kbd-layout, quail-get-translation): CSE.
12169
12170 * tmm.el: Use dolist, remove left over hook.
12171 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
12172 Use dolist.
12173 (calendar-load-hook): Don't mess with it.
12174
12175 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
12176 Use derived-mode-p. Run the diff asynchronously.
12177
12178 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12179
12180 * obsolete/mouse-sel.el: Add an Obsolete-since header.
12181
12182 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12183
12184 * misc.el: Display absolute path of loaded DLLs (bug#10424).
12185 (list-dynamic-libraries--loaded): New function.
12186 (list-dynamic-libraries--refresh): Use it.
12187
12188 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
12189
12190 * progmodes/python.el (python-fill-paragraph):
12191 Make python-fill-region in a multiline string work when font-lock is
12192 disabled (bug#7018).
12193
12194 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
12195
12196 * language/european.el (cp775): Add oem/legacy (en)coding on
12197 DOS/MS Windows for the Baltic languages. There are still plenty
12198 of texts written in this encoding/codepage (bug#6519).
12199
12200 2012-04-10 Glenn Morris <rgm@gnu.org>
12201
12202 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
12203 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
12204
12205 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
12206
12207 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
12208 next-line "n" and previous-line "p" in order to make recentf more
12209 consistent with ibuffer, dired or org-mode (bug#9387).
12210
12211 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12212
12213 * image.el (put-image): Return the overlay created instead of the
12214 optional input string (bug#7834). Note that this may break code
12215 that is (for some reason or other) depending on `put-image'
12216 returning the string.
12217
12218 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
12219
12220 * simple.el (zap-to-char): Allow zapping using input methods
12221 (bug#1580).
12222
12223 * textmodes/fill.el (fill-region): Leave point and mark where they
12224 were before filling (bug#5399).
12225
12226 2012-04-09 Glenn Morris <rgm@gnu.org>
12227
12228 * version.el (emacs-bzr-get-version):
12229 Handle lightweight checkouts of local branches.
12230
12231 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
12232
12233 * international/characters.el: Recover lost case pairs. (Bug#11209)
12234
12235 2012-04-09 Chong Yidong <cyd@gnu.org>
12236
12237 * custom.el (custom-variable-p): Return nil for non-symbol
12238 arguments instead of signaling an error.
12239 (user-variable-p): Obsolete alias for custom-variable-p.
12240
12241 * apropos.el (apropos-variable):
12242 * files-x.el (read-file-local-variable):
12243 * simple.el (set-variable):
12244 * woman.el (woman-mini-help):
12245 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
12246
12247 2012-04-09 Glenn Morris <rgm@gnu.org>
12248
12249 * startup.el (normal-top-level): Don't look for leim-list.el
12250 in places where it will not be found. (Bug#910)
12251
12252 * international/mule-cmds.el (set-default-coding-systems):
12253 * files.el (normal-mode):
12254 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
12255 This function was removed with ucs-tables.el in 2008.
12256
12257 2012-04-08 Eli Zaretskii <eliz@gnu.org>
12258
12259 * textmodes/ispell.el (ispell-check-version): For hunspell, set
12260 ispell-encoding8-command to "-i", without a trailing space.
12261 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
12262 separate command-line arguments, to specify the encoding, since
12263 that's how hunspell expects it.
12264
12265 2012-04-08 Glenn Morris <rgm@gnu.org>
12266
12267 * loadup.el: Load bindings before cus-start.
12268 This reduces somewhat the number of "rogue" settings in emacs -Q.
12269
12270 2012-04-07 Glenn Morris <rgm@gnu.org>
12271
12272 * version.el (emacs-bzr-get-version): New function.
12273 (emacs-bzr-version): New variable.
12274 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
12275 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
12276
12277 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12278
12279 * international/uni-bidi.el, international/uni-category.el:
12280 * international/uni-combining.el, international/uni-decimal.el:
12281 * international/uni-decomposition.el, international/uni-digit.el:
12282 * international/uni-lowercase.el, international/uni-mirrored.el:
12283 * international/uni-name.el, international/uni-numeric.el:
12284 * international/uni-titlecase.el, international/uni-uppercase.el:
12285 Update for Unicode 6.1.
12286
12287 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12288
12289 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
12290
12291 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
12292
12293 * window.el (shrink-window): Mention the `window-min-height'
12294 variable in the doc string.
12295
12296 2012-04-05 Bastien Guerry <bzg@altern.org>
12297
12298 * color.el (color-lighten-name): Fix typo.
12299
12300 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12301
12302 * server.el (server--on-display-p): New function.
12303 (server--on-display-p): Use it.
12304
12305 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
12306
12307 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
12308 (bug#11145).
12309
12310 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12311
12312 * comint.el (comint--common-quoted-suffix): Check string boundary
12313 before comparing (bug#11158).
12314 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
12315
12316 2012-04-04 Chong Yidong <cyd@gnu.org>
12317
12318 * minibuffer.el (completion-extra-properties): Doc fix.
12319
12320 * subr.el (delayed-warnings-hook): Doc fix.
12321
12322 2012-04-04 Daiki Ueno <ueno@unixuser.org>
12323
12324 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
12325 selection (Bug#11159).
12326 (epa-insert-keys): Inform that the default public key will be
12327 exported if no key is selected.
12328
12329 2012-04-04 Richard Stallman <rms@gnu.org>
12330
12331 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
12332
12333 2012-04-03 Chong Yidong <cyd@gnu.org>
12334
12335 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
12336 mail-insert-file, not its obsolete alias mail-attach-file.
12337
12338 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
12339
12340 * notifications.el (notifications-notify): Fix docstring.
12341
12342 2012-04-02 Glenn Morris <rgm@gnu.org>
12343
12344 * emacs-lisp/authors.el (authors-aliases): Another addition.
12345
12346 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
12347
12348 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
12349 `tramp-compat-call-process' instead of `tramp-local-call-process'.
12350 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
12351
12352 2012-04-01 Chong Yidong <cyd@gnu.org>
12353
12354 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
12355 Handle root directory properly.
12356 (copy-directory): Caller changed.
12357
12358 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12359 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
12360
12361 2012-03-31 Glenn Morris <rgm@gnu.org>
12362
12363 * term/xterm.el (xterm-extra-capabilities): Doc fix.
12364
12365 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
12366
12367 * calendar/calendar.el (calendar-window-list)
12368 (calendar-hide-window): Restore. (Bug#11140)
12369 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
12370
12371 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
12372
12373 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12374
12375 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12376 Check if file is a symlink (Bug#10489).
12377
12378 * files.el (copy-directory): Likewise.
12379
12380 2012-03-30 Chong Yidong <cyd@gnu.org>
12381
12382 * image.el (imagemagick-types-inhibit)
12383 (imagemagick-register-types): Doc fix.
12384
12385 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12386
12387 * textmodes/ispell.el (ispell-get-extended-character-mode):
12388 Disable extended-char-mode for hunspell. hunspell does not support it
12389 and treats ~word as ordinary words in pipe mode.
12390
12391 2012-03-30 Glenn Morris <rgm@gnu.org>
12392
12393 * tutorial.el (help-with-tutorial): Ensure local variables don't
12394 happen to make the buffer read-only. (Bug#11127)
12395
12396 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12397
12398 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
12399 (perl-calculate-indent): Return `noindent' in strings.
12400
12401 2012-03-28 Sam Steingold <sds@gnu.org>
12402
12403 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
12404 instead of the broken adhockery which does not prevent calendar
12405 buffers from being displayed at random after exit.
12406 (calendar-window-list, calendar-hide-window): Remove the broken
12407 adhockery.
12408
12409 2012-03-28 Glenn Morris <rgm@gnu.org>
12410
12411 * replace.el (query-replace-map): Doc fix.
12412
12413 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
12414
12415 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
12416 contents. (Bug#11109)
12417
12418 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12419
12420 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
12421 (bug#11077).
12422 (avl-tree--check, avl-tree--check-node): New funs.
12423
12424 2012-03-27 Martin Rudalics <rudalics@gmx.at>
12425
12426 * window.el (switch-to-visible-buffer): New option.
12427 (switch-to-prev-buffer, switch-to-next-buffer):
12428 Observe switch-to-visible-buffer. Make sure that checking for a window
12429 showing a buffer already is done on the same frame.
12430
12431 2012-03-27 Glenn Morris <rgm@gnu.org>
12432
12433 * startup.el (mail-host-address): Doc fix.
12434
12435 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12436
12437 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
12438 than 197 variables.
12439
12440 2012-03-26 Ami Fischman <ami@fischman.org>
12441
12442 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
12443
12444 2012-03-26 Glenn Morris <rgm@gnu.org>
12445
12446 * files.el (save-buffers-kill-emacs): Doc fix.
12447
12448 * startup.el (normal-top-level, command-line, command-line-1):
12449 Give them doc strings.
12450
12451 2012-03-25 Eli Zaretskii <eliz@gnu.org>
12452
12453 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
12454 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
12455
12456 2012-03-25 Chong Yidong <cyd@gnu.org>
12457
12458 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
12459 theme if it was previously enabled before (Bug#11031).
12460
12461 * cus-theme.el (custom-theme-write-faces): Retrieve current face
12462 spec with custom-face-get-current-spec if its :shown-value is not
12463 determined yet (Bug#9337).
12464 (customize-create-theme, custom-theme-revert): Doc fixes.
12465
12466 * button.el (button-at): Minor addition to docstring.
12467
12468 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
12469
12470 * vc/vc.el (vc-merge): Fix a prompt.
12471
12472 2012-03-24 Chong Yidong <cyd@gnu.org>
12473
12474 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
12475 point (Bug#9623).
12476
12477 * button.el (button-at): Minor addition to docstring.
12478
12479 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12480
12481 * newcomment.el (comment-choose-indent): No space after BOL.
12482
12483 2012-03-22 Sam Steingold <sds@gnu.org>
12484
12485 * window.el (switch-to-prev-buffer): Revert last patch because the
12486 bug turned out to be an advertised feature (Elisp manual 28.14).
12487
12488 2012-03-22 Glenn Morris <rgm@gnu.org>
12489
12490 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
12491 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
12492
12493 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12494
12495 * net/network-stream.el (network-stream-open-starttls): Make error
12496 message under Windows be less misleading.
12497
12498 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
12499
12500 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
12501 understands (bug#9942).
12502
12503 2012-03-22 Chong Yidong <cyd@gnu.org>
12504
12505 * simple.el (end-of-visible-line): Handle return value of
12506 next-single-property-change properly (Bug#9371).
12507
12508 2012-03-22 Kenichi Handa <handa@m17n.org>
12509
12510 * international/quail.el (quail-insert-kbd-layout): Fix previous
12511 change. To avoid unwanted bidi reordering, use
12512 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
12513
12514 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
12515
12516 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
12517 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
12518 (ruby-beginning-of-indent): Be more careful with the difference
12519 between word-boundary and symbol boundary.
12520 (ruby-mode-syntax-table): Make : a symbol constituent.
12521
12522 2012-03-21 Andreas Politz <politza@fh-trier.de>
12523
12524 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
12525
12526 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12527
12528 * progmodes/etags.el (tags-completion-at-point-function):
12529 Improve last fix.
12530
12531 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
12532
12533 2012-03-21 Sam Steingold <sds@gnu.org>
12534
12535 * progmodes/etags.el (tags-completion-at-point-function):
12536 Avoid the error when point is inside the pattern.
12537
12538 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
12539
12540 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
12541 line (Bug#10855).
12542
12543 2012-03-21 Drew Adams <drew.adams@oracle.com>
12544
12545 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
12546
12547 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
12548
12549 * ido.el (ido-set-current-directory, ido-read-internal)
12550 (ido-choose-completion-string, ido-completion-help): Handle nil
12551 value of ido-completion-buffer (Bug#11008).
12552
12553 2012-03-21 Sam Steingold <sds@gnu.org>
12554
12555 * window.el (switch-to-prev-buffer): Do not switch to a visible
12556 window previous buffer, just like with the frame previous buffers.
12557
12558 2012-03-21 Chong Yidong <cyd@gnu.org>
12559
12560 * faces.el (make-face, make-empty-face, copy-face):
12561 * face-remap.el (face-remap-add-relative, face-remap-set-base):
12562 Doc fixes.
12563
12564 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12565
12566 * wid-edit.el (widget-complete-field): Remove (bug#11051).
12567 (widget-complete): Remove broken use of it.
12568
12569 2012-03-20 Chong Yidong <cyd@gnu.org>
12570
12571 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12572 Use string-width and truncate-string-width to handle arbitrary
12573 characters.
12574
12575 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
12576
12577 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
12578 to draw rectangles, not squares. (Regression introduced by revno
12579 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
12580
12581 2012-03-18 Chong Yidong <cyd@gnu.org>
12582
12583 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
12584 it is not yet defined (for temacs).
12585
12586 2012-03-18 Leo Liu <sdl.web@gmail.com>
12587
12588 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
12589 prefix.
12590
12591 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12592
12593 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
12594 (ispell-choices-win-default-height, ispell-silently-savep)
12595 (ispell-dictionary-alist, ispell-encoding8-command)
12596 (ispell-check-version, ispell-aspell-find-dictionary)
12597 (ispell-valid-dictionary-list, ispell-words-keyword)
12598 (ispell-get-word, ispell-internal-change-dictionary)
12599 (ispell-region, ispell-skip-region-list)
12600 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
12601 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
12602 (ispell-message-text-end, ispell-message)
12603 (ispell-buffer-local-parsing): Doc fix.
12604
12605 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
12606
12607 * htmlfontify.el: Add support for code block fontification for ODT
12608 export (Bug #9914).
12609 (hfy-optimisations): Define new option
12610 `body-text-only'
12611 (hfy-fontify-buffer): Honor above setting.
12612 (hfy-begin-span, hfy-end-span): New routines factored out form
12613 `hfy-fontify-buffer'.
12614 (hfy-begin-span-handler, hfy-end-span-handler): New variables
12615 that permit insertion of custom tags.
12616 (hfy-fontify-buffer): Use above handlers.
12617 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
12618 (hfy-face-to-css): Re-defined to be a variable.
12619 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
12620 over multiple runs. This is made possible by having the caller let
12621 bind a special variable `hfy-user-sheet-assoc'.
12622 (htmlfontify-string): New defun.
12623 (hfy-compile-face-map): Make sure that the last char in the
12624 buffer is correctly fontified.
12625 (hfy-face-resolve-face): Whitespace only change.
12626
12627 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12628
12629 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
12630 message more clear.
12631
12632 2012-03-16 Leo Liu <sdl.web@gmail.com>
12633
12634 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
12635
12636 2012-03-16 Alan Mackenzie <acm@muc.de>
12637
12638 Further optimize the handling of large macros.
12639
12640 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
12641 limit to a call of `c-literal-limits'.
12642 (c-determine-+ve-limit): New function.
12643 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
12644 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
12645 In CASE 5B, restrict a search limit to 500.
12646 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
12647
12648 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
12649 Restrict macro bounds to +-500 from after-change's BEG END.
12650
12651 2012-03-16 Leo Liu <sdl.web@gmail.com>
12652
12653 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
12654
12655 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
12656
12657 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
12658 `special-mode' setting of `buffer-read-only'. (Bug#11010)
12659
12660 2012-03-16 Glenn Morris <rgm@gnu.org>
12661
12662 * view.el (view-buffer, view-buffer-other-window)
12663 (view-buffer-other-frame): Doc fixes re special mode-class.
12664
12665 * subr.el (eval-after-load): If named feature is provided not from
12666 a file, run after-load forms. (Bug#10946)
12667
12668 * calendar/calendar.el (calendar-insert-at-column):
12669 Handle non-unit-width characters a bit better. (Bug#10978)
12670
12671 2012-03-15 Chong Yidong <cyd@gnu.org>
12672
12673 * emacs-lisp/ring.el (ring-extend): New function.
12674 (ring-insert+extend): Extend the ring correctly (Bug#11019).
12675
12676 * comint.el (comint-read-input-ring)
12677 (comint-add-to-input-history): Grow comint-input-ring lazily.
12678
12679 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12680
12681 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
12682 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
12683
12684 * imenu.el: Fix multiple inheritance breakage (bug#9199).
12685 (imenu-add-to-menubar): Don't add a redundant index.
12686 (imenu-update-menubar): Handle a dynamically composed keymap.
12687
12688 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12689
12690 * mail/sendmail.el (mail-encode-header):
12691 Bind rfc2047-encode-encoded-words to nil.
12692
12693 2012-03-13 Glenn Morris <rgm@gnu.org>
12694
12695 * calendar/calendar.el (calendar-string-spread):
12696 Handle non-unit-width characters a bit better. (Bug#10978)
12697
12698 2012-03-13 Leo Liu <sdl.web@gmail.com>
12699
12700 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
12701 directory and file as argument (Bug#10822).
12702
12703 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
12704
12705 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
12706 For dynamically generated code, follow $PC.
12707 (gdb-disassembly-handler-custom): Handle no function name case.
12708
12709 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
12710
12711 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
12712 * emulation/ws-mode.el (ws-query-replace):
12713 * sort.el (sort-regexp-fields):
12714 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
12715
12716 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12717
12718 * dabbrev.el: Fix cycle completion order (bug#10963).
12719 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
12720 (dabbrev-completion): Don't use an obarray; provide
12721 a cycle-sort-function.
12722
12723 2012-03-12 Leo Liu <sdl.web@gmail.com>
12724
12725 * simple.el (kill-new): Use equal-including-properties for comparison.
12726 (kill-do-not-save-duplicates): Doc fix.
12727
12728 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12729
12730 * dabbrev.el: Fix cycle completion (bug#10963).
12731 Use lexical binding and wrap to 80 columns.
12732 (dabbrev-completion): Delay computing the list of completions.
12733
12734 2012-03-12 Kenichi Handa <handa@m17n.org>
12735
12736 * international/quail.el (quail-insert-kbd-layout): Surround each
12737 row by LRO and PDF instead of inserting many LRMs. Pad the left
12738 and right of each non-spacing marks. Insert invisible space
12739 between lower and upper characters to prevent composition.
12740
12741 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12742
12743 * minibuffer.el (minibuffer-complete): Don't get confused when the
12744 function is run twice via different commands (bug#10958).
12745 (complete-with-action): Fix docstring.
12746
12747 2012-03-12 Chong Yidong <cyd@gnu.org>
12748
12749 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
12750 (nxml-completion-at-point-function): New function.
12751 (nxml-mode): Use it.
12752 (nxml-bind-meta-tab-to-complete-flag): Default to t.
12753
12754 * emacs-lisp/package.el (package-unpack, package-unpack-single):
12755 Load generated autoloads file before byte compiling (Bug#10970).
12756 (package--make-autoloads-and-compile): New helper fun.
12757
12758 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
12759
12760 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
12761
12762 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
12763
12764 * autorevert.el (auto-revert-handler): Ensure, that
12765 file-readable-p is applied only for local files or in
12766 auto-revert-tail-mode.
12767
12768 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
12769
12770 * server.el (server-eval-at): Handle non-tcp connections.
12771 Decode result string.
12772
12773 * server.el (server-msg-size): New constant.
12774 (server-reply-print): New function.
12775 (server-eval-and-print): Use it.
12776 (server-eval-at): Use server-quote-arg and server-unquote-arg.
12777 Handle -print-nonl.
12778
12779 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
12780
12781 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
12782 (Bug#10987).
12783
12784 2012-03-11 Chong Yidong <cyd@gnu.org>
12785
12786 * simple.el (goto-line): Doc fix (Bug#9938).
12787
12788 * subr.el (save-window-excursion): Doc fix (Bug#9979).
12789
12790 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
12791 when finished (Bug#10963).
12792
12793 2012-03-11 Martin Rudalics <rudalics@gmx.at>
12794
12795 * window.el (split-window-below): Fix bug in case where
12796 split-window-keep-point is nil (Bug#10971).
12797
12798 2012-03-11 Juri Linkov <juri@jurta.org>
12799
12800 * replace.el (replace-highlight): Set isearch-word to nil
12801 unconditionally. (Bug#10887)
12802
12803 2012-03-10 Eli Zaretskii <eliz@gnu.org>
12804
12805 * net/mairix.el (mairix-replace-invalid-chars): Rename from
12806 mairix-replace-illegal-chars; all callers changed. Don't remove
12807 ^, ~, and = characters: they are meaningful in mairix search specs.
12808 (mairix-widget-create-query): Add usage information about mairix
12809 search forms: negating words, searching for substrings, etc.
12810
12811 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
12812
12813 * international/fontset.el (font-encoding-alist): Add an entry for
12814 ksx1001 (Bug#5667).
12815
12816 2012-03-10 Richard Stallman <rms@gnu.org>
12817
12818 * mail/sendmail.el (mail-encode-header):
12819 Set rfc2047-encode-encoded-words.
12820
12821 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
12822
12823 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
12824 view buffer means not swapped.
12825 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
12826 (rmail-write-region-annotate): Error if real text has disappeared.
12827
12828 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
12829
12830 2012-03-10 Chong Yidong <cyd@gnu.org>
12831
12832 * emulation/cua-rect.el (cua--init-rectangles):
12833 * emulation/cua-base.el (cua--init-keymaps):
12834 Add delete-forward-char to remappings (Bug#9666).
12835
12836 2012-03-10 Martin Rudalics <rudalics@gmx.at>
12837
12838 * speedbar.el (speedbar-unhighlight-one-tag-line):
12839 Avoid unhighlighting due to frame switching (Bug#10275).
12840
12841 2012-03-10 Chong Yidong <cyd@gnu.org>
12842
12843 * minibuffer.el (completion-in-region, completion-help-at-point):
12844 Give the completion field overlay a high priority (Bug#6830).
12845
12846 * dired.el (dired-goto-file): Recognize absolute file name
12847 listings (Bug#7126).
12848 (dired-goto-file-1): New helper function.
12849 (dired-toggle-read-only): Inhibit warnings.
12850
12851 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
12852
12853 * net/dbus.el (dbus-property-handler): Return empty array if
12854 there are no properties.
12855
12856 2012-03-09 Leo Liu <sdl.web@gmail.com>
12857
12858 * savehist.el (savehist-printable): Stricter check for string
12859 value (Bug#10937).
12860
12861 2012-03-09 Eli Zaretskii <eliz@gnu.org>
12862
12863 * mail/smtpmail.el (smtpmail-send-it):
12864 Bind coding-system-for-write to *-unix, so that FCC files are kept in
12865 valid mbox format.
12866
12867 2012-03-09 Glenn Morris <rgm@gnu.org>
12868
12869 * files.el (dir-locals-find-file):
12870 Don't check result is regular, readable.
12871 (dir-locals-read-from-file): Demote errors.
12872
12873 2012-03-08 Eli Zaretskii <eliz@gnu.org>
12874
12875 * international/quail.el (quail-insert-kbd-layout):
12876 Insert invisible LRM characters before each character in a keyboard
12877 layout cell, to prevent their reordering by bidi display engine.
12878 For details, see the discussion in
12879 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
12880
12881 2012-03-08 Alan Mackenzie <acm@muc.de>
12882
12883 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
12884 the starting position; make it extend the marked region when
12885 invoked repeatedly - all under appropriate circumstances.
12886 Fixes bugs #5525, #10906.
12887
12888 2012-03-08 Glenn Morris <rgm@gnu.org>
12889
12890 * files.el (locate-dominating-file, dir-locals-find-file):
12891 Undo 2012-03-06 change.
12892
12893 2012-03-07 Eli Zaretskii <eliz@gnu.org>
12894
12895 * international/quail.el (quail-help):
12896 Force bidi-paragraph-direction be left-to-right. See discussion in
12897 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
12898 for the reason.
12899
12900 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
12901
12902 Avoid superfluous registering of signals. (Bug#10807)
12903
12904 * notifications.el (notifications-on-action-object)
12905 (notifications-on-close-object): New defvars.
12906 (notifications-on-action-signal, notifications-on-closed-signal):
12907 Unregister the signal if not needed any longer.
12908 (notifications-notify): Register `notifications-action-signal' or
12909 `notifications-closed-signal', if :on-action or :on-close has been
12910 passed as argument.
12911
12912 2012-03-07 Chong Yidong <cyd@gnu.org>
12913
12914 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
12915 non-X platforms.
12916
12917 2012-03-06 Glenn Morris <rgm@gnu.org>
12918
12919 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12920 (x-disown-selection-internal, x-get-selection-internal):
12921 Doc fix (add arglist signatures). (Bug#10783)
12922
12923 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
12924
12925 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12926 Handle breakpoints with no "type".
12927
12928 2012-03-06 Glenn Morris <rgm@gnu.org>
12929
12930 * files.el (locate-dominating-file): Add optional predicate argument.
12931 (dir-locals-find-file): Make use of above change.
12932
12933 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
12934
12935 * info.el (Info-insert-dir): Also try "dir.gz".
12936
12937 2012-03-06 Glenn Morris <rgm@gnu.org>
12938
12939 * files.el (dir-locals-find-file):
12940 Ignore non-readable or non-regular files. (Bug#10928)
12941
12942 * files.el (locate-dominating-file): Doc fix.
12943
12944 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
12945
12946 * calendar/calendar.el (calendar-set-mode-line):
12947 `getenv' returns a string. (Bug#10951)
12948
12949 2012-03-05 Leo Liu <sdl.web@gmail.com>
12950
12951 * simple.el (backward-delete-char-untabify): Constrain point to
12952 field (Bug#10939).
12953
12954 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
12955
12956 2012-03-05 Chong Yidong <cyd@gnu.org>
12957
12958 * simple.el (count-words): If called from Lisp, return the word
12959 count, for symmetry with `count-lines'. Arglist changed.
12960 (count-words--message): Args changed. Consolidate counting code
12961 from count-words and count-words-region.
12962 (count-words-region): Caller changed.
12963 (count-lines-region): Make it an obsolete alias.
12964
12965 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
12966
12967 * saveplace.el (save-place-to-alist)
12968 (save-place-ignore-files-regexp): Allow value nil to disable this
12969 feature.
12970
12971 2012-03-04 Chong Yidong <cyd@gnu.org>
12972
12973 * faces.el (face-spec-reset-face): For the default face, reset the
12974 attributes to default values (Bug#10748).
12975
12976 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12977
12978 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
12979 previous patch: Check `message-send-mail-function', and not the
12980 default function (bug#10897).
12981
12982 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
12983
12984 * notifications.el (notifications-on-action-signal)
12985 (notifications-on-closed-signal): Check for unique service name of
12986 incoming event. Fix error in removing entry.
12987 (top): Register for signals with wildcard service name.
12988 (notifications-notify): Use daemon unique service name for map entries.
12989
12990 2012-03-04 Chong Yidong <cyd@gnu.org>
12991
12992 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
12993
12994 2012-03-04 Glenn Morris <rgm@gnu.org>
12995
12996 * abbrev.el (copy-abbrev-table, abbrev-table-p)
12997 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
12998 (expand-abbrev, define-abbrev-table): Doc fixes.
12999
13000 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13001
13002 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
13003 `message-default-send-mail-function' and not `send-mail-function'
13004 when doing the prompting for `sendmail-query-once' before sending
13005 in Message buffers (bug#10897).
13006
13007 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
13008 This is inconsistent with all the other stream functions, which leave
13009 the setting up to the higher levels (if so wanted) (bug#10931).
13010
13011 2012-03-02 Alan Mackenzie <acm@muc.de>
13012
13013 Depessimize the handling of very large macros.
13014
13015 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
13016 (c-macro-cache-syntactic): New variables to implement a one
13017 element macro cache.
13018 (c-invalidate-macro-cache): New function.
13019 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
13020 Adapt to use the new cache.
13021 (c-state-safe-place): Use better the cache of safe positions.
13022 (c-state-semi-nonlit-pos-cache)
13023 (c-state-semi-nonlit-pos-cache-limit):
13024 New variables for...
13025 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
13026 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
13027 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
13028 Use c-state-semi-safe-place.
13029
13030 * progmodes/cc-langs.el (c-get-state-before-change-functions):
13031 Add c-invalidate-macro-cache to the C, C++, Obj entries.
13032
13033 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
13034
13035 * jka-compr.el (jka-compr-call-process):
13036 Apply `file-accessible-directory-p' only when the default directory is
13037 not remote.
13038
13039 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
13040
13041 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
13042 access of FILE2, if FILE1 does not exist.
13043
13044 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
13045 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
13046
13047 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
13048 Add "PAGER=" to `process-environment'.
13049
13050 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
13051
13052 * progmodes/sql.el: Bug fix
13053 (sql-get-login-ext): Save login values in globals.
13054 (sql-get-login): Use new version of `sql-get-login-ext'.
13055 (sql-interactive-mode): Set global `sql-connection' to nil.
13056 (sql-connect): Set global values for connection.
13057 (sql-product-interactive): Save global values as buffer local.
13058
13059 2012-02-29 Leo Liu <sdl.web@gmail.com>
13060
13061 * abbrev.el (define-abbrevs): Reset sys to nil.
13062
13063 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13064
13065 * files.el (file-equal-p): Rename from `files-equal-p'.
13066 Return nil when one or both files don't exist.
13067 (file-subdir-of-p): Now only top directory must exists,
13068 return nil if it doesn't.
13069 (copy-directory): No need to test with `file-subdir-of-p' after
13070 creating dir.
13071 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
13072 to `file-equal-p'.
13073
13074 2012-02-28 Glenn Morris <rgm@gnu.org>
13075
13076 * shell.el (shell-mode):
13077 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
13078 * play/landmark.el (landmark-font-lock-face-O):
13079 * play/handwrite.el (handwrite):
13080 * play/gomoku.el (gomoku-O):
13081 * net/browse-url.el (browse-url-browser-display):
13082 * international/mule.el (define-charset):
13083 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
13084 * filesets.el (filesets-find-file-delay):
13085 * eshell/em-xtra.el (eshell-xtra):
13086 * eshell/em-unix.el (eshell-grep):
13087 * emulation/viper.el (viper-mode):
13088 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13089 * emacs-lisp/easymenu.el (easy-menu-define):
13090 * calendar/timeclock.el (timeclock-use-display-time):
13091 * bs.el (bs-mode):
13092 * bookmark.el (bookmark-save-flag):
13093 Doc fix (standardize possessive apostrophe usage).
13094
13095 2012-02-27 Chong Yidong <cyd@gnu.org>
13096
13097 * emulation/viper-cmd.el (viper-intercept-ESC-key):
13098 Fix key-binding lookup for ESC key (Bug#9146).
13099
13100 * font-lock.el (font-lock-specified-p): Rename from
13101 font-lock-spec-present. Callers changed.
13102
13103 2012-02-27 Daniel Hackney <dan@haxney.org>
13104
13105 * emacs-lisp/package.el (package-compute-transaction):
13106 Handle holding a package version to t in package-load-list.
13107
13108 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
13109
13110 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
13111 (tramp-get-inode, tramp-get-device): Use cached values.
13112
13113 2012-02-26 Alan Mackenzie <acm@muc.de>
13114
13115 Check there is a font-lock specification before doing initial
13116 fontification.
13117
13118 * font-core.el (font-lock-mode): Move the conditional from
13119 :after-hook to font-lock-initial-fontify.
13120 (font-lock-default-function): Move the check for a specification
13121 to font-lock-spec-present.
13122
13123 * font-lock.el (font-lock-initial-fontify): Call ...
13124 (font-lock-spec-present): New function.
13125
13126 2012-02-26 Jim Blandy <jimb@red-bean.com>
13127
13128 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
13129 (gdb-send): Apply it to the operand of the '-interpreter-exec
13130 console' command, so that we can pass arguments with (say) quotes
13131 in them. Store exact string sent in gdb-debug-log (Bug#10765).
13132
13133 2012-02-26 Chong Yidong <cyd@gnu.org>
13134
13135 * help-fns.el (describe-function-1): Clarify description of
13136 remapping (Bug#10844).
13137
13138 * files.el (files-equal-p): Doc fix.
13139 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
13140 and quit the loop once a mismatch is found.
13141
13142 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
13143
13144 * bs.el (bs--show-with-configuration): Don't throw an error
13145 if the window cannot be split; otherwise, subsequent calls to
13146 bs-show fail, restoring a stale window config. (Bug#10882)
13147
13148 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
13149
13150 * term/ns-win.el (global-map): Bind ns-drag-file to
13151 ns-find-file (Bug#5855, Bug#10050).
13152
13153 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
13154
13155 * calendar/parse-time.el (parse-time-string): Allow extractor to
13156 return nil.
13157
13158 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
13159
13160 * net/tramp.el (tramp-file-name-for-operation):
13161 Add `files-equal-p' and `file-subdir-of-p'.
13162
13163 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
13164 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
13165 Add COPY-CONTENTS argument.
13166
13167 2012-02-25 Chong Yidong <cyd@gnu.org>
13168
13169 Add custom groups for VC backends, for consistency with vc-bzr.
13170
13171 * vc/vc-arch.el (vc-arch):
13172 * vc/vc-cvs.el (vc-cvs):
13173 * vc/vc-git.el (vc-git):
13174 * vc/vc-hg.el (vc-hg):
13175 * vc/vc-mtn.el (vc-mtn):
13176 * vc/vc-rcs.el (vc-rcs):
13177 * vc/vc-sccs.el (vc-sccs):
13178 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
13179 All relevant defcustoms reassigned.
13180
13181 2012-02-25 Chong Yidong <cyd@gnu.org>
13182
13183 * newcomment.el (comment-styles): Add autoload (Bug#10868).
13184
13185 * term/x-win.el (x-initialize-window-system): Reduce default for
13186 x-selection-timeout to 5 seconds (Bug#8869).
13187
13188 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13189
13190 * files.el (files-equal-p, file-subdir-of-p): New functions.
13191 (copy-directory): Error when trying to copy a directory on itself.
13192 Add missing copy-contents arg to tramp handler.
13193 * dired-aux.el (dired-copy-file-recursive): Same.
13194 (dired-create-files): Modify destination when source is equal to
13195 dest when copying files.
13196 Return also when dest is a subdir of source. (Bug#10489)
13197
13198 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
13199
13200 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
13201 (Bug#10874)
13202
13203 2012-02-23 Alan Mackenzie <acm@muc.de>
13204
13205 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
13206 parameter "after-hook:" to allow the expansion to run code after
13207 the execution of the mode hooks.
13208
13209 * font-lock.el (font-lock-initial-fontify): New function extracted
13210 from font-lock-mode-internal.
13211
13212 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
13213 :after-hook.
13214
13215 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13216
13217 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
13218 (completion--cache-all-sorted-completions): New function.
13219 (completion-all-sorted-completions): Use it.
13220 (completion--do-completion, minibuffer-force-complete):
13221 Use it to re-instate the flush hook.
13222
13223 * icomplete.el (icomplete-completions): Replace last fix with a better
13224 one (bug#10850).
13225
13226 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
13227
13228 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
13229 when it might call us back infinitely (bug#10797).
13230
13231 2012-02-23 Glenn Morris <rgm@gnu.org>
13232
13233 * minibuffer.el (completion-category-overrides): Doc fix.
13234
13235 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13236
13237 * minibuffer.el (completion-table-with-context): Fix inf-loop.
13238 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
13239
13240 2012-02-23 Glenn Morris <rgm@gnu.org>
13241
13242 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
13243 (authors-obsolete-files-regexps, authors-ignored-files)
13244 (authors-ambiguous-files, authors-renamed-files-alist):
13245 Add more entries.
13246
13247 2012-02-23 Juri Linkov <juri@jurta.org>
13248
13249 * isearch.el (isearch-occur): Sync interactive spec with occur's
13250 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
13251
13252 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
13253
13254 2012-02-22 Juri Linkov <juri@jurta.org>
13255
13256 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
13257 (ucs-insert): Doc fix. Check for hex digits in the string.
13258 Don't display `nil' in the error message. (Bug#10857)
13259
13260 2012-02-22 Alan Mackenzie <acm@muc.de>
13261
13262 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
13263
13264 2012-02-22 Glenn Morris <rgm@gnu.org>
13265
13266 * ffap.el (ffap-c-path):
13267 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
13268
13269 2012-02-22 Chong Yidong <cyd@gnu.org>
13270
13271 * custom.el (load-theme): Doc fix.
13272
13273 2012-02-22 Glenn Morris <rgm@gnu.org>
13274
13275 * dired-x.el (dired-guess-shell-alist-default):
13276 Remove escape sequences from nroff output. (Bug#172)
13277
13278 2012-02-21 Glenn Morris <rgm@gnu.org>
13279
13280 * vc/emerge.el (emerge-defvar-local):
13281 Set `permanent-local' property rather than unused `preserved'.
13282
13283 * textmodes/picture.el (picture-delete-char): New alias.
13284 (picture-mode-map): Use it. (Bug#10860)
13285 (picture-mode): Doc fix.
13286
13287 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
13288
13289 * newcomment.el (uncomment-region-default): Remove unused binding.
13290
13291 2012-02-21 Glenn Morris <rgm@gnu.org>
13292
13293 * textmodes/picture.el (picture-motion, picture-motion-reverse)
13294 (picture-self-insert, picture-tab-chars): Doc fix.
13295 (picture-mode-map): Fix C-a, C-e.
13296
13297 2012-02-20 Glenn Morris <rgm@gnu.org>
13298
13299 * emacs-lisp/authors.el (authors-aliases): Add another entry.
13300
13301 2012-02-20 Leo Liu <sdl.web@gmail.com>
13302
13303 * icomplete.el (icomplete-completions): Check FROM arg before
13304 passing to substring (Bug#10850).
13305
13306 2012-02-19 Chong Yidong <cyd@gnu.org>
13307
13308 * comint.el: Require ansi-color.
13309 (comint-output-filter-functions): Add ansi-color-process-output.
13310
13311 * ansi-color.el: Don't set comint-output-filter-functions; it is
13312 now in the initial value defined in comint.el.
13313 (ansi-color-apply-face-function): New variable.
13314 (ansi-color-apply-on-region): Use it.
13315 (ansi-color-apply-overlay-face): New function.
13316
13317 * shell.el (shell): No need to require ansi-color.
13318 (shell-mode): Use ansi-color-apply-face-function to highlight
13319 color escapes using font-lock-face property (Bug#10835).
13320
13321 2012-02-19 Chong Yidong <cyd@gnu.org>
13322
13323 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
13324 mode-line formats (Bug#10839).
13325
13326 2012-02-18 Glenn Morris <rgm@gnu.org>
13327
13328 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
13329
13330 * mail/undigest.el (unforward-rmail-message): Doc fix.
13331
13332 * saveplace.el (save-place-ignore-files-regexp): Add :version.
13333
13334 2012-02-18 Eli Zaretskii <eliz@gnu.org>
13335
13336 * international/characters.el (script-list): Sync with the latest
13337 Unicode Character Database.
13338
13339 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
13340
13341 * international/titdic-cnv.el: Remove duplicate coding tag.
13342 * language/cham.el: Likewise.
13343 * language/tai-viet.el: Likewise.
13344
13345 2012-02-18 Glenn Morris <rgm@gnu.org>
13346
13347 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
13348 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
13349 (calendar-bahai-all-holidays-flag, calendar-other-dates):
13350 * calendar/diary-lib.el (diary-abbreviated-year-flag):
13351 * calendar/holidays.el (holiday-bahai-holidays)
13352 (calendar-holidays, list-holidays):
13353 Use utf-8 Bahá'í in doc-strings, menus, etc.
13354
13355 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
13356
13357 * saveplace.el (save-place-ignore-files-regexp): New variable
13358 allowing for excluding files from saving their location of point.
13359 The default value matches the temporary commit message editing
13360 files from Git, SVN, Bazaar, and Mercurial.
13361 (save-place-to-alist): Use it.
13362
13363 2012-02-17 Lawrence Mitchell <wence@gmx.li>
13364 Stefan Monnier <monnier@iro.umontreal.ca>
13365
13366 * newcomment.el (uncomment-region-default): Don't leave extra space
13367 when an arg is provided (bug#8150).
13368
13369 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
13370
13371 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
13372
13373 2012-02-17 Glenn Morris <rgm@gnu.org>
13374
13375 * net/socks.el: Require network-stream. (Bug#10599)
13376
13377 2012-02-17 Kenichi Handa <handa@m17n.org>
13378
13379 * international/charprop.el:
13380 * international/uni-name.el:
13381 * international/uni-old-name.el:
13382 * international/uni-comment.el: Regenerate.
13383
13384 2012-02-16 Glenn Morris <rgm@gnu.org>
13385
13386 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
13387 Interactively in calendar buffer, give an error if not on a date.
13388
13389 2012-02-15 Glenn Morris <rgm@gnu.org>
13390
13391 * shell.el (shell-delimiter-argument-list):
13392 Revert 2011-02-17 change. (Bug#8027)
13393
13394 2012-02-15 Chong Yidong <cyd@gnu.org>
13395
13396 * minibuffer.el (completion-at-point-functions): Doc fix.
13397
13398 * custom.el (defcustom): Doc fix; note use of defvar.
13399
13400 2012-02-15 Glenn Morris <rgm@gnu.org>
13401
13402 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
13403 Doc fixes.
13404
13405 2012-02-14 Glenn Morris <rgm@gnu.org>
13406
13407 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
13408
13409 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
13410
13411 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
13412 way the ports list is computed.
13413 (smtpmail-query-smtp-server): Prompt the user for a port number if
13414 we can't connect to any of the standard ports (bug#10810).
13415
13416 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
13417
13418 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
13419
13420 2012-02-13 Glenn Morris <rgm@gnu.org>
13421
13422 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
13423
13424 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
13425
13426 * net/gnutls.el (gnutls-trustfiles): New variable.
13427 (gnutls-negotiate): Use it.
13428
13429 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
13430
13431 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
13432 does its stuff if Gnus is running.
13433
13434 2012-02-13 Alan Mackenzie <acm@muc.de>
13435
13436 Fix a loop in c-set-fl-decl-start.
13437
13438 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
13439 c-backward-syntactic-ws actually moves backwards.
13440
13441 2012-02-13 Leo Liu <sdl.web@gmail.com>
13442
13443 * net/rcirc.el (rcirc-markup-attributes): Move point to the
13444 beginning so that all \C-o chars are removed.
13445
13446 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
13447
13448 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
13449
13450 2012-02-12 Alan Mackenzie <acm@muc.de>
13451
13452 Fix infinite loop with long macros.
13453 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
13454
13455 2012-02-12 Chong Yidong <cyd@gnu.org>
13456
13457 * window.el (display-buffer): Doc fix (Bug#10785).
13458
13459 2012-02-12 Glenn Morris <rgm@gnu.org>
13460
13461 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13462 (x-disown-selection-internal, x-get-selection-internal):
13463 Sync docs with the xselect.c versions.
13464
13465 * allout-widgets.el: Add missing license notice.
13466
13467 2012-02-11 Glenn Morris <rgm@gnu.org>
13468
13469 * select.el (x-get-selection-internal, x-own-selection-internal)
13470 (x-disown-selection-internal):
13471 * x-dnd.el (x-get-selection-internal): Update declarations.
13472
13473 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
13474
13475 * window.el (window-sides-slots):
13476 * tool-bar.el (tool-bar-position):
13477 * term/xterm.el (xterm-extra-capabilities):
13478 * ses.el (ses-self-reference-early-detection):
13479 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
13480 (verilog-auto-wire-type)
13481 (verilog-auto-delete-trailing-whitespace)
13482 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
13483 (verilog-auto-tieoff-declaration):
13484 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
13485 (sql-oracle-statement-starters, sql-oracle-scan-on):
13486 * progmodes/prolog.el (prolog-align-comments-flag)
13487 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
13488 (prolog-left-indent-regexp, prolog-paren-indent-p)
13489 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
13490 (prolog-types, prolog-mode-specificators)
13491 (prolog-determinism-specificators, prolog-directives)
13492 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
13493 (prolog-electric-dot-flag)
13494 (prolog-electric-dot-full-predicate-template)
13495 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
13496 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
13497 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
13498 (prolog-program-switches, prolog-prompt-regexp)
13499 (prolog-debug-on-string, prolog-debug-off-string)
13500 (prolog-trace-on-string, prolog-trace-off-string)
13501 (prolog-zip-on-string, prolog-zip-off-string)
13502 (prolog-use-standard-consult-compile-method-flag)
13503 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
13504 (prolog-imenu-max-lines, prolog-info-predicate-index)
13505 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
13506 (prolog-char-quote-workaround):
13507 * progmodes/cc-vars.el (c-defun-tactic):
13508 * net/tramp.el (tramp-encoding-command-interactive)
13509 (tramp-local-end-of-line):
13510 * net/soap-client.el (soap-client):
13511 * net/netrc.el (netrc-file):
13512 * net/gnutls.el (gnutls):
13513 * minibuffer.el (completion-category-overrides)
13514 (completion-cycle-threshold)
13515 (completion-pcm-complete-word-inserts-delimiters):
13516 * man.el (Man-name-local-regexp):
13517 * mail/feedmail.el (feedmail-display-full-frame):
13518 * international/characters.el (glyphless-char-display-control):
13519 * eshell/em-ls.el (eshell-ls-date-format):
13520 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
13521 (lisp-lambda-list-keyword-parameter-indentation)
13522 (lisp-lambda-list-keyword-parameter-alignment):
13523 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
13524 * dired-x.el (dired-omit-verbose):
13525 * cus-theme.el (custom-theme-allow-multiple-selections):
13526 * calc/calc.el (calc-highlight-selections-with-faces)
13527 (calc-lu-field-reference, calc-lu-power-reference)
13528 (calc-note-threshold):
13529 * battery.el (battery-mode-line-limit):
13530 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
13531 (archive-7z-update):
13532 * allout.el (allout-prefixed-keybindings)
13533 (allout-unprefixed-keybindings)
13534 (allout-inhibit-auto-fill-on-headline)
13535 (allout-flattened-numbering-abbreviation):
13536 * allout-widgets.el (allout-widgets-auto-activation)
13537 (allout-widgets-icons-dark-subdir)
13538 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
13539 (allout-widgets-theme-dark-background)
13540 (allout-widgets-theme-light-background)
13541 (allout-widgets-item-image-properties-emacs)
13542 (allout-widgets-item-image-properties-xemacs)
13543 (allout-widgets-run-unit-tests-on-load)
13544 (allout-widgets-time-decoration-activity)
13545 (allout-widgets-hook-error-post-time)
13546 (allout-widgets-track-decoration):
13547 Add missing :version tags to new defcustoms and defgroups.
13548
13549 * progmodes/sql.el (sql-ansi-statement-starters)
13550 (sql-oracle-statement-starters): Add custom type.
13551
13552 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
13553 (prolog-system-version): Give it a type.
13554
13555 2012-02-11 Eli Zaretskii <eliz@gnu.org>
13556
13557 * term/pc-win.el (x-select-text, x-selection-owner-p)
13558 (x-own-selection-internal, x-disown-selection-internal)
13559 (x-get-selection-internal): Sync doc strings and argument lists
13560 with xselect.c, common-win.el and x-win.el. (Bug#10783)
13561
13562 2012-02-11 Leo Liu <sdl.web@gmail.com>
13563
13564 * progmodes/python.el (python-end-of-statement): Fix infinite
13565 loop. (Bug#10788)
13566
13567 2012-02-10 Glenn Morris <rgm@gnu.org>
13568
13569 * international/mule-cmds.el (unify-8859-on-encoding-mode)
13570 (unify-8859-on-decoding-mode): Properly mark as obsolete.
13571
13572 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
13573
13574 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
13575 about SMTP before checking the From header.
13576
13577 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
13578 into own function for reuse by emacsbug.el.
13579
13580 2012-02-10 Leo Liu <sdl.web@gmail.com>
13581
13582 * subr.el (condition-case-unless-debug): Rename from
13583 condition-case-no-debug. All callers changed.
13584 (with-demoted-errors): Fix caller.
13585
13586 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
13587 * nxml/rng-valid.el (rng-do-some-validation):
13588 * emacs-lisp/package.el (package-refresh-contents)
13589 (package-menu-execute):
13590 * desktop.el (desktop-create-buffer):
13591 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
13592
13593 2012-02-10 Glenn Morris <rgm@gnu.org>
13594
13595 * textmodes/bibtex.el:
13596 Add missing :version tags for new/changed defcustoms.
13597
13598 * files.el (remote-file-name-inhibit-cache): Doc fixes.
13599
13600 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
13601
13602 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
13603 (smtpmail-via-smtp): Use it, or fall back on the From address.
13604 (smtpmail-send-it): Ditto.
13605
13606 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
13607
13608 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
13609 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
13610 (byte-compile-tmp-var): New const.
13611 (byte-compile-defvar): Use it to minimize .elc size.
13612 Just use `defvar' rather than simulate it (bug#10761).
13613
13614 2012-02-09 Glenn Morris <rgm@gnu.org>
13615
13616 * files.el (rename-uniquely): Doc fix. (Bug#3806)
13617
13618 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
13619 Add :version tags.
13620
13621 * progmodes/compile.el (compilation-error-screen-columns)
13622 (compilation-first-column, compilation-filter-start): Doc fixes.
13623
13624 * vc/log-view.el (log-view-toggle-entry-display):
13625 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
13626
13627 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
13628 (report-emacs-bug-can-use-xdg-email):
13629 (report-emacs-bug-insert-to-mailer): Doc fixes.
13630 (report-emacs-bug): Message fix.
13631
13632 * net/browse-url.el (browse-url-can-use-xdg-open)
13633 (browse-url-xdg-open): Doc fixes.
13634
13635 * electric.el (electric-indent-mode, electric-pair-mode)
13636 (electric-layout-rules, electric-layout-mode): Doc fixes.
13637 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
13638
13639 2012-02-08 Martin Rudalics <rudalics@gmx.at>
13640
13641 * server.el (server-unselect-display): Don't inadvertently kill
13642 the current buffer. (Bug#10729)
13643
13644 2012-02-08 Glenn Morris <rgm@gnu.org>
13645
13646 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
13647 (sql-list-table): Doc fixes.
13648
13649 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
13650 Comment out (does nothing).
13651
13652 * completion.el (dynamic-completion-mode):
13653 * dirtrack.el (dirtrack-debug-mode):
13654 * electric.el (electric-layout-mode):
13655 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
13656 * face-remap.el (text-scale-mode, buffer-face-mode):
13657 * iimage.el (iimage-mode):
13658 * image-mode.el (image-transform-mode):
13659 * minibuffer.el (completion-in-region-mode):
13660 * scroll-lock.el (scroll-lock-mode):
13661 * simple.el (next-error-follow-minor-mode):
13662 * tar-mode.el (tar-subfile-mode):
13663 * tooltip.el (tooltip-mode):
13664 * vcursor.el (vcursor-use-vcursor-map):
13665 * wid-browse.el (widget-minor-mode):
13666 * emulation/tpu-edt.el (tpu-edt-mode):
13667 * emulation/tpu-extras.el (tpu-cursor-free-mode):
13668 * international/iso-ascii.el (iso-ascii-mode):
13669 * language/thai-util.el (thai-word-mode):
13670 * mail/supercite.el (sc-minor-mode):
13671 * net/goto-addr.el (goto-address-mode):
13672 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
13673 * progmodes/cwarn.el (cwarn-mode):
13674 * progmodes/flymake.el (flymake-mode):
13675 * progmodes/glasses.el (glasses-mode):
13676 * progmodes/hideshow.el (hs-minor-mode):
13677 * progmodes/pascal.el (pascal-outline-mode):
13678 * textmodes/enriched.el (enriched-mode):
13679 * vc/smerge-mode.el (smerge-mode):
13680 Doc fixes (minor mode argument).
13681
13682 2012-02-07 Eli Zaretskii <eliz@gnu.org>
13683
13684 * ls-lisp.el (ls-lisp-sanitize): New function.
13685 (ls-lisp-insert-directory): Use it to fix or remove any elements
13686 in file-alist with missing attributes. (Bug#4673)
13687
13688 2012-02-07 Alan Mackenzie <acm@muc.de>
13689
13690 Fix spurious recognition of c-in-knr-argdecl.
13691
13692 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
13693 putative K&R region.
13694
13695 2012-02-07 Alan Mackenzie <acm@muc.de>
13696
13697 * progmodes/cc-engine.el (c-forward-objc-directive):
13698 Prevent looping in "#pragma mark @implementation".
13699
13700 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
13701
13702 * notifications.el (notifications-on-closed-signal): Make `reason'
13703 optional. (Bug#10744)
13704
13705 2012-02-07 Glenn Morris <rgm@gnu.org>
13706
13707 * emacs-lisp/easy-mmode.el (define-minor-mode):
13708 Doc fixes for the macro and the mode it defines.
13709
13710 * image.el (imagemagick-types-inhibit): Doc fix.
13711
13712 * cus-start.el (imagemagick-render-type): Add it.
13713
13714 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
13715
13716 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
13717 Set the default at load time, too, so that `font-lock-fontify-buffer'
13718 can be called without setting up the entire mode first. This fixes
13719 a bug in `mm-inline-text' with C MIME parts.
13720
13721 2012-02-06 Chong Yidong <cyd@gnu.org>
13722
13723 * simple.el (list-processes--refresh): Delete exited processes
13724 (Bug#8094).
13725
13726 * comint.el (comint-next-prompt): next-single-char-property-change
13727 and prev-single-char-property-change never return nil (Bug#8657).
13728
13729 * custom.el (defcustom): Doc fix (Bug#9711).
13730
13731 2012-02-05 Chong Yidong <cyd@gnu.org>
13732
13733 * cus-edit.el (custom-variable-reset-backup): Quote the value
13734 before storing it in the customized-value property (Bug#6712).
13735 (custom-display): Add a customization type tag.
13736 (custom-buffer-create-internal): Improve tooltip message.
13737
13738 * wid-edit.el (widget-field-value-get): New optional arg to
13739 suppress trailing whitespace truncation.
13740 (character): Use it (Bug#2689).
13741
13742 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
13743
13744 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
13745 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
13746
13747 2012-02-05 Chong Yidong <cyd@gnu.org>
13748
13749 * cus-edit.el (custom-variable-value-create): For mismatched
13750 types, show the current value (Bug#7600).
13751
13752 * custom.el (defcustom): Doc fix.
13753
13754 2012-02-05 Glenn Morris <rgm@gnu.org>
13755
13756 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
13757
13758 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
13759
13760 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
13761 (pp-buffer): Use `ignore-errors', `looking-at-p'.
13762 (pp-last-sexp): Use `looking-at-p'.
13763
13764 2012-02-04 Glenn Morris <rgm@gnu.org>
13765
13766 * files.el (revert-buffer):
13767 Doc fix (mention revert-buffer-in-progress-p).
13768
13769 * emacs-lisp/ert-x.el (ert-simulate-command):
13770 Check deferred-action-list (which is obsolete) is bound.
13771
13772 * subr.el (with-wrapper-hook): Doc fixes.
13773
13774 * simple.el (filter-buffer-substring-functions)
13775 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
13776
13777 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
13778
13779 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
13780 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
13781
13782 2012-02-04 Leo Liu <sdl.web@gmail.com>
13783
13784 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
13785
13786 2012-02-04 Glenn Morris <rgm@gnu.org>
13787
13788 * image.el (image-extension-data): Add obsolete alias.
13789
13790 * isearch.el (isearch-update): Doc fix.
13791
13792 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
13793
13794 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
13795
13796 2012-02-03 Glenn Morris <rgm@gnu.org>
13797
13798 * image.el (image-animated-p): Doc fix. Use image-animated-types.
13799 (image-animate-timeout): Doc fix.
13800
13801 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
13802
13803 2012-02-02 Glenn Morris <rgm@gnu.org>
13804
13805 * server.el (server-auth-dir): Doc fix.
13806 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
13807
13808 * subr.el (run-mode-hooks): Doc fix.
13809
13810 2012-02-02 Juri Linkov <juri@jurta.org>
13811
13812 * image-mode.el (image-toggle-display-image): Remove tautological
13813 `major-mode' from the `derived-mode-p' test.
13814
13815 2012-02-02 Kenichi Handa <handa@m17n.org>
13816
13817 * composite.el (compose-region): Cancel previous change.
13818
13819 2012-02-02 Kenichi Handa <handa@m17n.org>
13820
13821 * composite.el (compose-region, compose-string): Signal error for
13822 a null string component (Bug#6988).
13823
13824 2012-02-01 Chong Yidong <cyd@gnu.org>
13825
13826 * view.el (view-buffer-other-window, view-buffer-other-frame):
13827 Handle special modes like view-buffer (Bug#10650).
13828 (view-buffer): Simplify.
13829
13830 * frame.el (set-frame-font): Tweak meaning of third argument.
13831
13832 * dynamic-setting.el (font-setting-change-default-font):
13833 Use set-frame-font (Bug#9982).
13834
13835 2012-02-01 Glenn Morris <rgm@gnu.org>
13836
13837 * progmodes/compile.el (compilation-internal-error-properties):
13838 Respect compilation-first-column in the "*compilation*" buffer.
13839
13840 * emacs-lisp/easy-mmode.el (define-minor-mode):
13841 Relax :variable's test for a named function.
13842
13843 2012-01-31 Alan Mackenzie <acm@muc.de>
13844
13845 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
13846 off by one error.
13847
13848 2012-01-31 Chong Yidong <cyd@gnu.org>
13849
13850 * frame.el (set-frame-font): New arg ALL-FRAMES.
13851
13852 * menu-bar.el (menu-set-font): Use set-frame-font.
13853
13854 * faces.el (face-spec-reset-face): Don't apply unspecified
13855 attribute values to the default face.
13856
13857 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
13858
13859 * progmodes/cwarn.el (cwarn): Remove dead link.
13860 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
13861 Remove * from defcustom docstrings.
13862 (turn-on-cwarn-mode): Make obsolete.
13863 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
13864 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
13865
13866 2012-01-31 Glenn Morris <rgm@gnu.org>
13867
13868 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13869 Fix :variable handling of mode a symbol not equal to modefun.
13870 Allow named functions to be used as the cdr of :variable.
13871
13872 2012-01-30 Glenn Morris <rgm@gnu.org>
13873
13874 * emacs-lisp/authors.el (authors-fixed-entries):
13875 Remove reference to deleted file rnewspost.el.
13876
13877 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
13878
13879 * window.el (window-with-parameter): Remove unused variable `windows'.
13880 (window--side-check): Remove unused variable `code'.
13881 (window--resize-siblings): Remove unused variable `first'.
13882 (adjust-window-trailing-edge): Remove unused variable `failed'.
13883 (window-deletable-p, window--delete): Remove unused variable `buffer'.
13884 Use `let', not `let*'.
13885 (balance-windows-2): Remove unused variable `found'.
13886 (window--state-put-2): Remove unused variable `splits'.
13887 (window-state-put): Remove unused variable `selected'.
13888 (same-window-p): Use `string-match-p'.
13889 (display-buffer-assq-regexp): Remove unused variable `value'.
13890 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13891 Mark argument ALIST as ignored.
13892 (pop-to-buffer): Remove unused variable `old-window'.
13893
13894 2012-01-29 Eli Zaretskii <eliz@gnu.org>
13895
13896 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
13897 and .lzma compressed files.
13898
13899 2012-01-29 Chong Yidong <cyd@gnu.org>
13900
13901 * frame.el (window-system-default-frame-alist): Doc fix.
13902
13903 * dynamic-setting.el (font-setting-change-default-font): Don't
13904 change the default face if SET-FONT argument is non-nil (Bug#9982).
13905
13906 2012-01-29 Samuel Bronson <naesten@gmail.com>
13907
13908 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
13909
13910 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
13911
13912 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
13913 breakpoints in files outside current directory (Bug#6098).
13914
13915 2012-01-29 Chong Yidong <cyd@gnu.org>
13916
13917 * progmodes/python.el: Require ansi-color at top-level.
13918
13919 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
13920 Define and use in Emacs Lisp mode (Bug#9360).
13921 (lisp-mode-abbrev-table): Add doc.
13922 (lisp-mode-variables): Don't set local-abbrev-table.
13923 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
13924
13925 2012-01-28 Roland Winkler <winkler@gnu.org>
13926
13927 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
13928
13929 2012-01-28 Roland Winkler <winkler@gnu.org>
13930
13931 * textmodes/bibtex.el (bibtex-entry-alist): New function.
13932 (bibtex-set-dialect): Use it. Either set global values of
13933 dialect-dependent variables or bind these variables buffer-locally
13934 (Bug#10254).
13935 (bibtex-mode): Call bibtex-set-dialect via
13936 hack-local-variables-hook.
13937 (bibtex-dialect): Update docstring.
13938 Add safe-local-variable predicate.
13939 (bibtex-entry-alist, bibtex-field-alist): Initialize via
13940 bibtex-set-dialect.
13941 (bibtex-mode-map): Define menu for each dialect.
13942 (bibtex-entry): Fix docstring.
13943
13944 2012-01-28 Chong Yidong <cyd@gnu.org>
13945
13946 * eshell/esh-arg.el (eshell-quote-argument): New function.
13947
13948 * eshell/esh-ext.el (eshell-invoke-batch-file):
13949 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
13950 first arg to eshell-parse-command (Bug#10523).
13951
13952 2012-01-28 Drew Adams <drew.adams@oracle.com>
13953
13954 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
13955 `default-directory' is non-nil.
13956
13957 2012-01-28 Eli Zaretskii <eliz@gnu.org>
13958
13959 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
13960 line that displays system-configuration-options. (Bug#9924)
13961
13962 2012-01-28 Drew Adams <drew.adams@oracle.com>
13963
13964 * descr-text.el (describe-char): Show information about POS, in
13965 addition to information about the character at POS. Improve and
13966 update the doc string. Change "code point" to "code point in
13967 charset", to avoid confusion with the character's Unicode code
13968 point shown above that. (Bug#10129)
13969
13970 2012-01-28 Eli Zaretskii <eliz@gnu.org>
13971
13972 * descr-text.el (describe-char): Show the raw character, not only
13973 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
13974 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
13975 for the reasons.
13976
13977 2012-01-28 Phil Hagelberg <phil@hagelb.org>
13978
13979 * emacs-lisp/package.el (package-install):
13980 Run package-refresh-contents if there is no archive yet (Bug#9798).
13981
13982 2012-01-28 Chong Yidong <cyd@gnu.org>
13983
13984 * emacs-lisp/package.el (package-maybe-load-descriptor):
13985 New function, split from package-maybe-load-descriptor.
13986 (package-maybe-load-descriptor): Use it.
13987 (package-download-transaction): Fully load required packages
13988 inside the loop, so that `require' calls work (Bug#10593).
13989 (package-install): No need to call package-initialize now.
13990
13991 2012-01-28 Chong Yidong <cyd@gnu.org>
13992
13993 * simple.el (deactivate-mark): Doc fix (Bug#8614).
13994
13995 * tooltip.el (tooltip-mode): Doc fix.
13996 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
13997
13998 * frame.el (set-cursor-color): Doc fix (Bug#352).
13999
14000 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
14001 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
14002
14003 * cus-edit.el (custom-buffer-create-internal): Fix search button
14004 action (Bug#10542).
14005 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
14006
14007 2012-01-27 Eduard Wiebe <usenet@pusto.de>
14008
14009 * dired.el (dired-mark-files-regexp):
14010 Include any subdirectory components. (Bug#10445)
14011
14012 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
14013
14014 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
14015 Handle [host]:port syntax. (Bug#10533)
14016
14017 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
14018
14019 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
14020
14021 2012-01-26 Glenn Morris <rgm@gnu.org>
14022
14023 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
14024 * term.el (term-raw-escape-map): Use Control-X-prefix.
14025 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
14026
14027 2012-01-25 Martin Rudalics <rudalics@gmx.at>
14028
14029 * window.el (window-state-get, window--state-get-1): Don't deal
14030 with fixed-sizeness of windows. Simplify code.
14031
14032 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
14033
14034 * window.el (window--state-get-1, window--state-put-2):
14035 Don't save and restore the mark.
14036
14037 2012-01-25 Chong Yidong <cyd@gnu.org>
14038
14039 * custom.el (custom-variable-p): Doc fix.
14040
14041 2012-01-25 Glenn Morris <rgm@gnu.org>
14042
14043 * dired.el (dired-goto-file): Handle some of the more common
14044 characters that `ls -b' escapes. (Bug#10596)
14045
14046 * progmodes/compile.el (compilation-next-error-function):
14047 Respect compilation-first-column in the "*compilation*" buffer.
14048 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
14049
14050 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
14051
14052 2012-01-24 Glenn Morris <rgm@gnu.org>
14053
14054 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
14055
14056 2012-01-24 Julien Danjou <julien@danjou.info>
14057
14058 * color.el (color-rgb-to-hsl): Fix value computing.
14059 (color-hue-to-rgb): New function.
14060 (color-hsl-to-rgb): New function.
14061 (color-clamp, color-saturate-hsl, color-saturate-name)
14062 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
14063 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
14064
14065 2012-01-24 Glenn Morris <rgm@gnu.org>
14066
14067 * vc/vc-rcs.el (vc-rcs-create-tag):
14068 * vc/vc-sccs.el (vc-sccs-create-tag):
14069 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
14070
14071 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
14072
14073 * eshell/esh-util.el (eshell-read-hosts-file):
14074 Skip comment lines. (Bug#10549)
14075
14076 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
14077
14078 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
14079
14080 * subr.el (display-delayed-warnings): Doc fix.
14081 (collapse-delayed-warnings): New function to collapse identical
14082 adjacent warnings.
14083 (delayed-warnings-hook): Add it.
14084
14085 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
14086
14087 * net/tramp.el (tramp-action-login): Set connection property "login-as".
14088
14089 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
14090 (tramp-default-user-alist): Don't add "pscp".
14091 (tramp-do-copy-or-rename-file-out-of-band): Use connection
14092 property "login-as", if set. (Bug#10530)
14093
14094 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
14095
14096 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
14097 "plink1" and "psftp". (Bug#10530)
14098
14099 2012-01-21 Kenichi Handa <handa@m17n.org>
14100
14101 * international/mule-cmds.el (prefer-coding-system): Show a
14102 warning message if the default value of file-name-coding-system
14103 was not changed.
14104
14105 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14106
14107 * windmove.el (windmove-reference-loc):
14108 Fix windmove-reference-loc miscalculation.
14109
14110 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
14111
14112 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
14113 default unit.
14114
14115 2012-01-21 Glenn Morris <rgm@gnu.org>
14116
14117 * international/mule.el (auto-coding-alist): Add .tbz.
14118
14119 * files.el (local-enable-local-variables): Doc fix.
14120 (inhibit-local-variables-regexps): Rename from
14121 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
14122 Doc fix. Add some extensions from auto-coding-alist.
14123 (inhibit-local-variables-suffixes):
14124 Rename from inhibit-first-line-modes-suffixes. Doc fix.
14125 (inhibit-local-variables-p):
14126 New function, extracted from set-auto-mode-1.
14127 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
14128 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
14129 (hack-local-variables): Doc fix. Make the mode-only case
14130 respect enable-local-variables and friends.
14131 Respect inhibit-local-variables-regexps for file-locals, but
14132 not for directory-locals.
14133 (set-visited-file-name):
14134 Take account of inhibit-local-variables-regexps.
14135 Whether it applies may change as the file name is changed.
14136 * jka-cmpr-hook.el (jka-compr-install):
14137 * jka-compr.el (jka-compr-uninstall):
14138 Update for inhibit-first-line-modes-suffixes name change.
14139
14140 2012-01-20 Martin Rudalics <rudalics@gmx.at>
14141
14142 * help-macro.el (make-help-screen): Temporarily restore original
14143 binding for minor-mode-map-alist (Bug#10454).
14144
14145 2012-01-19 Julien Danjou <julien@danjou.info>
14146
14147 * color.el (color-name-to-rgb): Use the white color to find the max
14148 color component value and return correctly computed values.
14149 (color-name-to-rgb): Add missing float conversion for max value.
14150
14151 2012-01-19 Martin Rudalics <rudalics@gmx.at>
14152
14153 * window.el (window--state-get-1, window-state-get): Do not use
14154 special state value for window-persistent-parameters.
14155 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
14156 (window--state-put-2): Reset all window parameters to nil before
14157 assigning values of persistent parameters.
14158
14159 2012-01-18 Alan Mackenzie <acm@muc.de>
14160
14161 Eliminate sluggishness and hangs in fontification of "semicolon
14162 deserts".
14163
14164 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
14165 Change value 10000 -> 3000.
14166 (c-state-safe-place): Reformulate so it doesn't stack up an
14167 infinite number of wrong entries in c-state-nonlit-pos-cache.
14168 (c-determine-limit-get-base, c-determine-limit): New functions to
14169 determine backward search limits disregarding literals.
14170 (c-find-decl-spots): Amend commenting.
14171 (c-cheap-inside-bracelist-p): New function which detects "={".
14172
14173 * progmodes/cc-fonts.el
14174 (c-make-font-lock-BO-decl-search-function): Give a limit to a
14175 backward search.
14176 (c-font-lock-declarations): Fix an occurrence of point being
14177 undefined. Check additionally for point being in a bracelist or
14178 near a macro invocation without a semicolon so as to avoid a
14179 fruitless time consuming search for a declarator. Give a more
14180 precise search limit for declarators using the new
14181 c-determine-limit.
14182
14183 2012-01-18 Glenn Morris <rgm@gnu.org>
14184
14185 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
14186 (set-auto-mode): Doc fixes.
14187
14188 2012-01-17 Glenn Morris <rgm@gnu.org>
14189
14190 * isearch.el (search-nonincremental-instead): Fix doc typo.
14191
14192 * dired.el (dired-insert-directory): Handle newlines in directory name.
14193 (dired-build-subdir-alist): Unescape newlines in directory name.
14194
14195 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
14196
14197 * net/tramp.el (tramp-local-end-of-line): New defcustom.
14198 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
14199 (tramp-action-terminal): Use it. (Bug#10530)
14200
14201 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
14202
14203 * minibuffer.el (completion--replace): Strip properties (bug#10062).
14204
14205 2012-01-16 Martin Rudalics <rudalics@gmx.at>
14206
14207 * window.el (window-state-ignored-parameters): Remove variable.
14208 (window--state-get-1): Rename argument MARKERS to IGNORE.
14209 Handle persistent window parameters. Make copy of clone-of
14210 parameter only if requested. (Bug#10348)
14211 (window--state-put-2): Install a window parameter only if it has
14212 a non-nil value or an existing parameter shall be overwritten.
14213
14214 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
14215
14216 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
14217
14218 2012-01-14 Eli Zaretskii <eliz@gnu.org>
14219
14220 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
14221 don't pass the (nil) value of `upnode' to string-match.
14222
14223 2012-01-14 Chong Yidong <cyd@gnu.org>
14224
14225 * startup.el (command-line): Fix X resource class for cursorColor.
14226 Fix values recognized by the cursorBlink resource.
14227
14228 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
14229
14230 * epg.el (epg--make-temp-file): Avoid permission race condition
14231 when running on old Emacs versions (bug#10403).
14232
14233 2012-01-14 Glenn Morris <rgm@gnu.org>
14234
14235 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
14236
14237 2012-01-13 Alan Mackenzie <acm@muc.de>
14238
14239 Fix filling for when filladapt mode is enabled.
14240
14241 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
14242 c-mask-paragraph, pass in `fill-paragraph' rather than
14243 `fill-region-as-paragraph'. (This is a reversion of a previous
14244 change.)
14245 * progmodes/cc-mode.el (c-basic-common-init):
14246 Make fill-paragraph-handle-comment buffer local and set it to nil.
14247
14248 2012-01-13 Glenn Morris <rgm@gnu.org>
14249
14250 * dired.el (dired-switches-escape-p): New function.
14251 (dired-insert-directory): Use dired-switches-escape-p.
14252 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
14253
14254 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
14255
14256 2012-01-12 Glenn Morris <rgm@gnu.org>
14257
14258 * mail/sendmail.el (mail-mode): Update paragraph-separate for
14259 changes in adaptive-fill-regexp. (Bug#10276)
14260
14261 2012-01-11 Alan Mackenzie <acm@muc.de>
14262
14263 Fix Emacs bug #10463 - put `widen's around the critical spots.
14264
14265 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
14266 widen around each invocation of c-state-pp-to-literal. Remove an
14267 unused let variable.
14268
14269 2012-01-11 Glenn Morris <rgm@gnu.org>
14270
14271 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
14272 Doc fix.
14273
14274 2012-01-10 Chong Yidong <cyd@gnu.org>
14275
14276 * net/network-stream.el (network-stream-open-starttls):
14277 Avoid emitting a confusing error message when the server gives a bad
14278 response to the capability command.
14279
14280 2012-01-10 Glenn Morris <rgm@gnu.org>
14281
14282 * mail/unrmail.el (unrmail): Tweak previous change.
14283
14284 2012-01-09 Chong Yidong <cyd@gnu.org>
14285
14286 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
14287
14288 2012-01-08 Alan Mackenzie <acm@muc.de>
14289
14290 Optimize font locking in long enum definitions.
14291
14292 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
14293 arm to a cond form to handle enums.
14294 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
14295 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
14296
14297 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
14298
14299 * files.el (move-file-to-trash): Preserve default file modes on error.
14300 (Bug#10401)
14301
14302 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14303
14304 * faces.el (set-face-attribute): Clarify the meaning of the nil
14305 frame (bug#10294).
14306
14307 * subr.el (with-selected-frame): Mention that the selected frame
14308 is restored (bug#9980).
14309
14310 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
14311 (bug#9759).
14312
14313 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
14314 (password-read): Don't autoload unused function.
14315
14316 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
14317
14318 * progmodes/which-func.el (which-func-mode): Turn into a
14319 non-interactive function and mark as obsolete (bug#10428).
14320
14321 2012-01-06 Chong Yidong <cyd@gnu.org>
14322
14323 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
14324 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
14325 functions, along with 1 and -1.
14326
14327 2012-01-06 Eli Zaretskii <eliz@gnu.org>
14328
14329 * time.el (display-time-load-average)
14330 (display-time-default-load-average): Doc fixes. See the thread
14331 starting at
14332 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
14333 for the details.
14334
14335 2012-01-06 Glenn Morris <rgm@gnu.org>
14336
14337 * mail/unrmail.el (unrmail): Give an explicit error if the input file
14338 has no messages. (Bug#10377)
14339
14340 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
14341 than Info-edit. (Bug#10385)
14342
14343 * time.el (display-time-load-average, display-time-next-load-average):
14344 Doc fixes.
14345
14346 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
14347 local setting of buffer-read-only to the input buffer. (Bug#10419)
14348
14349 * calendar/calendar.el (calendar-mode):
14350 Locally set scroll-margin to 0. (Bug#10379)
14351
14352 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
14353
14354 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
14355
14356 2012-01-05 Glenn Morris <rgm@gnu.org>
14357
14358 * eshell/em-unix.el (diff-no-select): Autoload it.
14359 (eshell/diff): Use diff-no-select. (Bug#10420)
14360
14361 2012-01-05 Chong Yidong <cyd@gnu.org>
14362
14363 * shell.el (shell-dynamic-complete-functions): Revert last change.
14364 (shell-command-completion-function): New function.
14365 (shell-completion-vars): Use it to implement
14366 shell-completion-execonly (Bug#10417).
14367
14368 * custom.el (enable-theme): Don't set custom-safe-themes.
14369
14370 * cus-theme.el (custom-theme-merge-theme):
14371 Ignore custom-enabled-themes and custom-safe-themes.
14372
14373 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
14374
14375 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
14376 first prompt in `sql-interacive-mode'.
14377 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
14378 keywords.
14379 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
14380 (sql-product-interactive): Bug fix: Set `sql-buffer' in
14381 context of original buffer. Invoke `sql-login-hook'.
14382
14383 2012-01-04 Eli Zaretskii <eliz@gnu.org>
14384
14385 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
14386 letters in cite-prefix.
14387
14388 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14389
14390 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
14391
14392 2012-01-03 Chong Yidong <cyd@gnu.org>
14393
14394 * shell.el (shell-dynamic-complete-functions):
14395 Put pcomplete-completions-at-point, so as to try
14396 comint-filename-completion first (Bug#10417).
14397
14398 2012-01-02 Richard Stallman <rms@gnu.org>
14399
14400 * battery.el (battery-status-function):
14401 Detect when to use battery-yeeloong-sysfs.
14402 (battery-echo-area-format): Add string for Yeeloong.
14403 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
14404 (battery-yeeloong-sysfs): New function.
14405
14406 2012-01-02 Chong Yidong <cyd@gnu.org>
14407
14408 * dirtrack.el (dirtrack-list): Eliminate unused third element.
14409 (dirtrack): Merge code for handling relative filenames in prompt
14410 from shell-dir-cookie-watcher.
14411 (dirtrack-debug-message): New arg to avoid excess format calls.
14412
14413 * shell.el (shell-dir-cookie-re): Variable deleted.
14414 (shell-dir-cookie-watcher): Function deleted.
14415 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
14416 with dirtrack-mode.
14417
14418 2012-01-01 Eli Zaretskii <eliz@gnu.org>
14419
14420 * term/w32-win.el (dynamic-library-alist) <gnutls>:
14421 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
14422 libgnutls-26.dll.
14423
14424 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
14425
14426 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
14427
14428 2011-12-31 Eli Zaretskii <eliz@gnu.org>
14429
14430 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
14431 headers of non-MIME messages, when rmail-enable-mime is non-nil.
14432
14433 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
14434
14435 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
14436 also for alternative shells.
14437 (tramp-open-connection-setup-interactive-shell): Check, whether
14438 the shell is a busybox.
14439 (tramp-send-command): Don't suppress multiple prompts for
14440 busyboxes, it hurts.
14441
14442 2011-12-28 Chong Yidong <cyd@gnu.org>
14443
14444 * progmodes/gdb-mi.el (gdb-get-source-file-list)
14445 (gdb-get-source-file): Move mode line update to
14446 gdb-get-source-file (Bug#10087).
14447
14448 2011-12-25 Chong Yidong <cyd@gnu.org>
14449
14450 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
14451 gud-gdb-marker-filter without taking it as an argument.
14452 (gud-gdb-run-command-fetch-lines): Caller changed.
14453 (gud-gdb-completion-function): New variable.
14454 (gud-gdb-completion-at-point): Use it.
14455 (gud-gdb-completions-1): Split from gud-gdb-completions.
14456
14457 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
14458 function as separate arguments.
14459 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
14460 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
14461 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
14462 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
14463 (gdb-stopped, def-gdb-auto-update-trigger)
14464 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
14465 (gdb-get-changed-registers, gdb-get-main-selected-frame):
14466 Callers changed.
14467 (gud-gdbmi-completions): New function.
14468 (gdb): Use it for generating the completion table.
14469
14470 2011-12-24 Alan Mackenzie <acm@muc.de>
14471
14472 Introduce a mechanism to widen the region used in context font
14473 locking. Use this to protect declarations from losing their contexts.
14474
14475 * progmodes/cc-langs.el (c-before-font-lock-functions):
14476 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
14477 (c-before-context-fontification-functions): New defvar, a list of
14478 functions to be run just before context (etc.) font locking.
14479
14480 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
14481 New, functionality extracted from
14482 c-neutralize-syntax-in-and-mark-CPP.
14483 (c-in-after-change-fontification): New variable.
14484 (c-after-change): Set c-in-after-change-fontification.
14485 (c-set-fl-decl-start): Rejig its interface, so it can be called
14486 from both after-change and context fontifying.
14487 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
14488 New functions.
14489 (c-standard-font-lock-fontify-region-function): New variable.
14490 (c-font-lock-fontify-region): New function.
14491
14492 2011-12-24 Juri Linkov <juri@jurta.org>
14493
14494 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
14495 (Bug#10348)
14496
14497 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
14498
14499 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
14500 existence of source file. (Bug#10325)
14501
14502 2011-12-23 Alan Mackenzie <acm@muc.de>
14503
14504 Fix unstable fontification inside templates.
14505
14506 * progmodes/cc-langs.el (c-before-font-lock-functions):
14507 Newly created from the singular version. The (c c++ objc) entry now
14508 additionally has c-set-fl-decl-start. The other languages (apart
14509 from AWK) have that as a single entry.
14510
14511 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14512 The functionality for "local" declarations has been extracted to
14513 c-set-fl-decl-start.
14514
14515 * progmodes/cc-mode.el (c-common-init, c-after-change):
14516 Changes due to pluralisation of c-before-font-lock-functions.
14517 (c-set-fl-decl-start): New function, extracted from
14518 c-font-lock-enclosing-decls and enhanced.
14519
14520 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
14521
14522 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
14523
14524 2011-12-22 Juri Linkov <juri@jurta.org>
14525
14526 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
14527
14528 2011-12-22 Chong Yidong <cyd@gnu.org>
14529
14530 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
14531
14532 2011-12-21 Drew Adams <drew.adams@oracle.com>
14533
14534 * files.el (file-remote-p): Fix docstring. (Bug#10319)
14535
14536 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14537
14538 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
14539
14540 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14541
14542 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
14543 highlighting and support. Fix up comments for capitalization.
14544 (cfengine-mode-debug): New var.
14545 (cfengine3-mode): Change the modeline indicator to "CFE3".
14546 (cfengine3-font-lock-keywords): Improve defun highlighting.
14547 (cfengine2-actions): Rename from `cfengine-actions'.
14548 (cfengine2-font-lock-keywords): Rename from
14549 `cfengine-font-lock-keywords'.
14550 (cfengine2-imenu-expression): Rename from
14551 `cfengine-imenu-expression'.
14552 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
14553 (cfengine2-beginning-of-defun): Rename from
14554 `cfengine-beginning-of-defun'.
14555 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
14556 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
14557 (cfengine2-mode): Rename from `cfengine-mode'. Change the
14558 modeline indicator to "CFE2".
14559 (cfengine-mode): Defalias to `cfengine-auto-mode'.
14560 (cfengine-mode-abbrevs): Mark obsolete.
14561
14562 2011-12-21 Chong Yidong <cyd@gnu.org>
14563
14564 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
14565 filename argument.
14566
14567 2011-12-20 Martin Rudalics <rudalics@gmx.at>
14568
14569 * window.el (window-normalize-buffer-to-display): Remove.
14570 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
14571
14572 2011-12-19 Chong Yidong <cyd@gnu.org>
14573
14574 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
14575 Don't signal an error in a predicate function; return non-nil.
14576 (vc-dir-mark-file): Move the error here.
14577 (vc-dir-mark-unmark): If acting on the region, keep going if one
14578 of the entries cannot be marked/unmarked.
14579 (vc-dir-mark-all-files): If current entry is a directory, mark
14580 only child files, as documented.
14581
14582 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
14583
14584 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
14585 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
14586 addition.
14587
14588 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
14589
14590 * term/ns-win.el (ns-get-selection-internal)
14591 (ns-store-selection-internal): Declare.
14592 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
14593 Declare as obsolete.
14594 (ns-get-pasteboard, ns-paste-secondary):
14595 Use ns-get-selection-internal.
14596 (ns-set-pasteboard, ns-copy-including-secondary):
14597 Use ns-store-selection-internal.
14598
14599 2011-12-17 Chong Yidong <cyd@gnu.org>
14600
14601 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
14602 (vc-deduce-fileset): Doc fix.
14603
14604 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
14605
14606 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
14607
14608 2011-12-13 Sam Steingold <sds@gnu.org>
14609
14610 * man.el (Man-getpage-in-background): When running under a
14611 window-system, ignore $MANWIDTH and $COLUMNS.
14612
14613 2011-12-15 Kenichi Handa <handa@m17n.org>
14614
14615 * language/ethio-util.el: Change coding tag to utf-8-emacs.
14616 (setup-ethiopic-environment-internal): Comment out key-binding for
14617 ethio-toggle-punctuation.
14618
14619 2011-12-13 Alan Mackenzie <acm@muc.de>
14620
14621 Add the switch statement to AWK Mode.
14622
14623 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
14624 "default" to the keywords regexp.
14625
14626 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
14627 expression as the rest.
14628 (c-nonlabel-token-key): Allow string literals for AWK.
14629 Refactor for the other modes.
14630
14631 Large brace-block initialisation makes CC Mode slow: Fix.
14632 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
14633 routines. Limit backward searching in c-font-lock-enclosing.decl.
14634
14635 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
14636 pp-state and literal type in addition to the limits.
14637 (c-state-safe-place): New defun, extracted from c-state-literal-at.
14638 (c-state-literal-at): Use the above new defun.
14639 (c-slow-in-literal, c-fast-in-literal): Remove.
14640 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
14641
14642 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
14643 being in a literal. Add a limit for backward searching.
14644
14645 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
14646 c-slow-in-literal.
14647
14648 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
14649
14650 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
14651
14652 2011-12-13 Martin Rudalics <rudalics@gmx.at>
14653
14654 * window.el (delete-other-windows): Use correct frame in call to
14655 window-with-parameter.
14656
14657 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
14658
14659 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
14660 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
14661 (makefile-gmake-statements, makefile-makepp-statements):
14662 Use it and add new makepp keywords.
14663 (makefile-makepp-font-lock-keywords): Add new patterns.
14664 (makefile-match-function-end): Match new [...] and [[...]].
14665
14666 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
14667
14668 * ses.el (ses-call-printer-return, ses-cell-property-get)
14669 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
14670 (ses-create-cell-variable, ses-reset-header-string)
14671 (ses-cell-set-formula, ses-repair-cell-reference-all)
14672 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
14673 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
14674 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
14675 (ses-aset-with-undo, ses-load, ses-truncate-cell)
14676 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
14677 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
14678 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
14679 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
14680 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
14681 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
14682 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
14683 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
14684
14685 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
14686
14687 * ses.el: The overall change is to add cell renaming, that is
14688 setting fancy names for cell symbols other than name matching
14689 "\\`[A-Z]+[0-9]+\\'" regexp .
14690 (ses-create-cell-variable): New defun.
14691 (ses-relocate-formula): Relocate formulas only for cells the
14692 symbols of which are not renamed, i.e. symbols whose names do not
14693 match regexp "\\`[A-Z]+[0-9]+\\'".
14694 (ses-relocate-all): Relocate values only for cells the symbols of
14695 which are not renamed.
14696 (ses-load): Create cells variables as the (ses-cell ...) are read,
14697 in order to check row col consistency with cell symbol name only
14698 for cells that are not renamed.
14699 (ses-replace-name-in-formula): New defun.
14700 (ses-rename-cell): New defun.
14701
14702 2011-12-11 Chong Yidong <cyd@gnu.org>
14703
14704 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
14705 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
14706
14707 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
14708
14709 * window.el (other-window): Fix docstring.
14710
14711 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14712
14713 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
14714 `from' or `to' address before taking its substring.
14715 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
14716 encoded name is chopped in the middle of the encoded string, and
14717 thus displayed encoded.
14718
14719 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
14720
14721 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
14722
14723 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14724
14725 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
14726 to use texinfo-update-node and commands that call it if the
14727 Texinfo file uses @node lines without next/prev/up pointers.
14728 Correct outdated description about texinfo-master-menu.
14729 (texinfo-all-menus-update, texinfo-master-menu)
14730 (texinfo-update-node, texinfo-every-node-update)
14731 (texinfo-multiple-files-update): Doc fix. Warn against updating
14732 all the @node lines.
14733 (texinfo-master-menu): Only call texinfo-update-node if the prefix
14734 argument is numeric. Explain better in the doc string what the
14735 function really does.
14736 (texinfo-insert-master-menu-list): Improve the error message
14737 displayed if there's no menu in the Top node.
14738 (Bug#2975) See also this thread:
14739 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
14740
14741 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
14742
14743 * speedbar.el (speedbar-supported-extension-expressions):
14744 Add .adb and .ads, commonly used for Ada source code (bug#10256).
14745
14746 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
14747
14748 * printing.el (pr-mode-alist):
14749 * simple.el (filter-buffer-substring-functions)
14750 (completion-list-insert-choice-function):
14751 * window.el (window-with-parameter, window-atom-root)
14752 (window-sides-slots, window-size-fixed, window-min-delta)
14753 (window-max-delta, window--resize-mini-window)
14754 (window--resize-child-windows-normal, window-tree)
14755 (delete-other-windows, quit-window, split-window)
14756 (display-buffer-record-window, special-display-buffer-names)
14757 (special-display-regexps, special-display-popup-frame)
14758 (same-window-p, split-window-sensibly)
14759 (display-buffer-overriding-action, display-buffer-alist)
14760 (display-buffer-base-action, display-buffer, switch-to-buffer)
14761 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
14762 (fit-window-to-buffer, recenter-positions)
14763 (mouse-autoselect-window-state, mouse-autoselect-window-select):
14764 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
14765 and remove unneeded backslashes in docstrings.
14766
14767 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14768
14769 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
14770
14771 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
14772 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
14773 end in ".mk".
14774 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
14775 when reading the makefile (bug#10116).
14776
14777 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14778
14779 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
14780 (bug#10116).
14781
14782 2011-12-06 Glenn Morris <rgm@gnu.org>
14783
14784 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
14785
14786 2011-12-06 Chong Yidong <cyd@gnu.org>
14787
14788 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
14789
14790 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
14791
14792 * textmodes/table.el (table-shorten-cell): Fix typo.
14793
14794 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
14795
14796 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
14797
14798 2011-12-05 Eli Zaretskii <eliz@gnu.org>
14799
14800 * descr-text.el (describe-char): Fix display of strong
14801 right-to-left characters and directional embeddings and overrides.
14802
14803 * simple.el (what-cursor-position): Fix display of codepoints of
14804 strong right-to-left characters.
14805
14806 2011-12-05 Chong Yidong <cyd@gnu.org>
14807
14808 * faces.el (read-color): Doc fix.
14809
14810 2011-12-05 Glenn Morris <rgm@gnu.org>
14811
14812 * align.el (align--set-marker): Add doc-string.
14813 Don't try to move something that is not a marker. (Bug#10216)
14814
14815 2011-12-04 Glenn Morris <rgm@gnu.org>
14816
14817 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
14818 overly zealous deletion of trailing whitespace.
14819
14820 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
14821
14822 * server.el (server-delete-client): On Windows, do not try to delete
14823 the only terminal.
14824 (server-process-filter): On Windows, treat requests for a tty frame as
14825 if they were for a GUI frame if the running server is in GUI mode.
14826
14827 2011-12-03 Glenn Morris <rgm@gnu.org>
14828
14829 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
14830
14831 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14832
14833 * electric.el: Streamline electric-indent's hook.
14834 (electric-indent-chars): Revert to simple list.
14835 (electric-indent-functions): New var.
14836 (electric-indent-post-self-insert-function): Use it.
14837
14838 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
14839 there's no inferior buffer (bug#10196).
14840 (prolog-consult-compile): Don't use toggle-read-only.
14841
14842 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
14843
14844 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
14845 interrupt. (Bug#10187)
14846
14847 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14848
14849 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
14850 (bug#9160).
14851
14852 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
14853 (bug#10191).
14854
14855 2011-12-02 Juri Linkov <juri@jurta.org>
14856
14857 * info.el (Info-search): Display "end of manual" when Isearch
14858 reaches the end of single-file Info manual. (Bug#9918)
14859
14860 2011-12-02 Eli Zaretskii <eliz@gnu.org>
14861
14862 * isearch.el (isearch-message-prefix): Run the input method part
14863 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
14864
14865 2011-12-02 Juri Linkov <juri@jurta.org>
14866
14867 * isearch.el (isearch-occur): Use `word-search-regexp' for
14868 `isearch-word'.
14869 (isearch-search-and-update): Add condition for `isearch-word' and
14870 call `word-search-regexp'. (Bug#10145)
14871
14872 2011-12-01 Glenn Morris <rgm@gnu.org>
14873
14874 * eshell/em-hist.el (eshell-hist-initialize):
14875 Handle eshell-history-size nil and HISTSIZE set or unset.
14876 (eshell-history-file-name, eshell-history-size): Fix custom type.
14877
14878 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14879
14880 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
14881
14882 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
14883
14884 * progmodes/verilog-mode.el (verilog-pretty-expr):
14885 Rework verilog-pretty-expr to handle new assignment operators in system
14886 verilog, such as += *= and the like.
14887 (verilog-assignment-operator-re): Regular expression to find the
14888 assigment operator in a verilog assignment.
14889 (verilog-assignment-operation-re): Regular expression to find an
14890 assignment statement for pretty-expr.
14891 (verilog-in-attribute-p): Query returns true if point is in an
14892 attribute context; used to skip these for expression line up from
14893 pretty-expr.
14894 (verilog-in-parameter-p): Query returns true if point is in an
14895 parameter definition context; used to skip these for expression
14896 line up from pretty-expr.
14897 (verilog-in-parenthesis-p): Query returns true if point is in a
14898 parenthetical expression, specifically ( ) but not [ ] or { };
14899 used by pretty-expr.
14900 (verilog-just-one-space): If there is no space, don't add one.
14901 (verilog-get-lineup-indent-2): Specifically skip just attribute
14902 contexts for expression lineup, rather than skipping all
14903 parenthetical expressions.
14904 (verilog-calculate-indent): Fix comment, and fix indent.
14905 (verilog-do-indent): Indent declarations in lists (suggested by
14906 Joachim Lechner).
14907 (verilog-mode-abbrev-table): Populate abbrev mode with the various
14908 skeleton items.
14909 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
14910 by Alain Mellan).
14911
14912 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
14913
14914 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
14915 parameters with embedded comments. Reported by Ray Stevens.
14916 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
14917 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
14918 Reported by Tim Holt.
14919 (verilog-auto): Fix AUTOing a upper module then AUTOing module
14920 instantiated by upper module causing wrong expansion until AUTOed a
14921 second time. Reported by K C Buckenmaier.
14922 (verilog-diff-auto): Fix showing .* as a difference when
14923 `verilog-auto-star-save' off. Reported by Dan Dever.
14924 (verilog-auto-reset, verilog-read-always-signals)
14925 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
14926 temporary signals in reset list if
14927 verilog-auto-reset-blocking-in-non is nil, and match assignment
14928 style to each signal's assignment type, bug381.
14929 Reported by Thomas Esposito.
14930 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
14931 (verilog-uvm-statement-re): Support UVM indentation and
14932 highlighting, with old OVM keywords only.
14933 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
14934 Support AUTOTIEOFF creating non-wire data types.
14935 Suggested by Jonathan Greenlaw.
14936 (verilog-auto-insert-lisp, verilog-delete-to-paren)
14937 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
14938 (verilog-inject-sense, verilog-read-inst-pins)
14939 (verilog-read-sub-decls, verilog-read-sub-decls-line):
14940 Fix mismatching parenthesis inside commented out code when deleting
14941 AUTOINST, bug383. Reported by Jonathan Greenlaw.
14942 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
14943 non-numeric vector width. Reported by Alex Reed.
14944 (verilog-auto-ascii-enum): Add "onehot" option to work around not
14945 detecting signals with parameter widths. Reported by Alex Reed.
14946 (verilog-auto-delete-trailing-whitespace):
14947 With `verilog-auto-delete-trailing-whitespace' remove trailing
14948 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
14949 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
14950 Fix verilog-scan-cache corruption when running user AUTO expansion
14951 hooks that call indentation routines.
14952 (verilog-simplify-range-expression): Fix typo ignoring lower case
14953 identifiers.
14954 (verilog-delete-auto): Fix delete-autos to also remove user created
14955 automatics, as long as they start with AUTO.
14956 (verilog-batch-diff-auto, verilog-diff-auto)
14957 (verilog-diff-function): Add `verilog-diff-auto' and bind to
14958 "C-c?" to report differences in AUTO expansion, ignoring spaces.
14959 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
14960 (verilog-in-paren-quick, verilog-re-search-backward-quick)
14961 (verilog-re-search-forward-quick, verilog-syntax-ppss):
14962 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
14963 is disabled and its cache will get corrupt, causing AUTOS not to
14964 expand. Instead use only -quick functions.
14965 (verilog-scan-region): Fix scanning over escaped quotes.
14966 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
14967 (verilog-re-search-backward-quick)
14968 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
14969 related functions now ignore strings, to fix misparsing of strings
14970 with magic comments embedded in them.
14971 (verilog-read-auto-template):
14972 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
14973 Reported by Brad Dobbie.
14974 (verilog-read-auto-template):
14975 Fix 'verilog-auto-inst-template-numbers' with comments.
14976 Reported by Brad Dobbie.
14977 (verilog-auto-inst, verilog-auto-inst-param)
14978 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
14979 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
14980 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
14981 debugging templates without merge conflicts, bug357.
14982 Reported by Brad Dobbie.
14983 (verilog-read-auto-template):
14984 Fix verilog-auto-inst-template-numbers with multiple templates.
14985 Reported by Brad Dobbie.
14986 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
14987 abbrevs so user won't be asked to save.
14988 (verilog-read-auto-lisp-present): Fix to start at beginning of
14989 buffer in case called outside of verilog-auto.
14990 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
14991 to "X-2". Reported by Matthew Myers.
14992 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
14993 all inputs from module templates. Reported by Leith Johnson.
14994 (verilog-module-inside-filename-p): Fix locating programs as with
14995 modules.
14996 (verilog-auto-inst-port): Fix vl-width expressions when using
14997 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
14998 (verilog-decls-get-regs, verilog-decls-get-signals,
14999 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
15000 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
15001 verilog-read-decls): Combine reg and wire structures into one var
15002 structure to represent SystemVerilog concepts.
15003 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
15004 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
15005 (verilog-auto-wire-type, verilog-insert-definition):
15006 Add verilog-auto-wire-type and AUTOLOGIC to support using
15007 SystemVerilog "logic" keyword instead of "wire"/"reg".
15008 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
15009 to declares outputs that also have assignments (presumably in an
15010 ifdef or generate if so there's not a driver conflict).
15011 Reported by Matthew Myers.
15012 (verilog-auto-declare-nettype, verilog-insert-definition):
15013 Add verilog-auto-declare-nettype to fix declarations using
15014 `default_nettype none. Reported by Julian Gorfajn.
15015 (verilog-read-always-signals-recurse, verilog-read-decls)
15016 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
15017 malformed end statement, bug325. Reported by Joshua Wise and
15018 Andrew Drake.
15019 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
15020 (verilog-inst-comment-re): Fix not deleting Interfaced comment
15021 when expanding .* in interfaces, bug320.
15022 Reported by Pierre-David Pfister.
15023 (verilog-read-module-name): Fix import statements between module
15024 name and open parenthesis, bug317.
15025 Reported by Pierre-David Pfister.
15026 (verilog-simplify-range-expression): Fix simplification of
15027 multiplications inside AUTOWIRE connections, bug303.
15028 (verilog-auto-inst-port): Support parameter expansion in
15029 multidimensional arrays.
15030 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
15031 after "assert property". Reported by Julian Gorfajn.
15032 (verilog-simplify-range-expression): Fix "couldn't merge" errors
15033 with multiplication, bug303.
15034 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
15035 Reported by Jan Frode Lonnum.
15036
15037 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
15038
15039 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
15040 (hfy-shell-file-name, hfy-shell):
15041 * international/fontset.el (x-decompose-font-name): Fix typos.
15042
15043 2011-11-29 Ken Brown <kbrown@cornell.edu>
15044
15045 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
15046 (gdb-version): Remove defvar.
15047 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
15048 (gdb-gud-context-command, gdb-non-stop-handler)
15049 (gdb-current-context-command, gdb-stopped): Use it.
15050 (gdb-init-1): Enable pretty printing here.
15051 (gdb-non-stop-handler): Don't enable pretty-printing here.
15052 Check to see if the target supports non-stop mode; if not, turn off
15053 non-stop mode. Use the following.
15054 (gdb-check-target-async): New defun.
15055 (gud-watch, gdb-stopped): Fix whitespace.
15056 (gdb-get-source-file): Don't try to display the source file if
15057 `gdb-main-file' is nil.
15058
15059 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15060
15061 * align.el: Try to generate fewer markers (bug#10047).
15062 (align--set-marker): New macro.
15063 (align-region): Use it.
15064
15065 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15066
15067 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
15068
15069 2011-11-29 Chong Yidong <cyd@gnu.org>
15070
15071 * indent.el (indent-for-tab-command, indent-according-to-mode):
15072 Doc fix.
15073 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
15074
15075 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
15076
15077 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
15078 aware of remote file names. (Bug#10124)
15079
15080 2011-11-29 Chong Yidong <cyd@gnu.org>
15081
15082 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
15083
15084 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15085
15086 * files.el (find-file): Don't use force-same-window (bug#10144).
15087 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
15088 use pop-to-buffer if the selected window can't be used.
15089 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
15090
15091 2011-11-28 Eli Zaretskii <eliz@gnu.org>
15092
15093 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
15094 special-mode-map.
15095
15096 2011-11-28 Chong Yidong <cyd@gnu.org>
15097
15098 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
15099
15100 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
15101
15102 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
15103 gdb-get-source-file-list on gdb-create-source-file-list.
15104
15105 2011-11-26 Eli Zaretskii <eliz@gnu.org>
15106
15107 * whitespace.el (whitespace-newline): Use a different foreground
15108 color for 16-color light-background displays.
15109
15110 2011-11-24 Chong Yidong <cyd@gnu.org>
15111
15112 * window.el (display-buffer--special-action): Doc fix.
15113
15114 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
15115
15116 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
15117 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
15118 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
15119 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
15120 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
15121 (avl-tree-stack-first):
15122 * emacs-lisp/cconv.el (cconv--analyse-use):
15123 * net/gnutls.el (gnutls-negotiate): Fix typos.
15124
15125 2011-11-24 Glenn Morris <rgm@gnu.org>
15126
15127 * lpr.el (lpr-windows-system, lpr-lp-system):
15128 * mail/binhex.el (binhex-begin-line):
15129 * progmodes/grep.el (grep-history, grep-find-history):
15130 * textmodes/flyspell.el:
15131 * vc/pcvs-defs.el (cvs-global-menu):
15132 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
15133 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
15134 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
15135
15136 * net/tls.el: Fix case of "GnuTLS".
15137
15138 * paths.el (rmail-file-name): Format doc-string for make-docfile.
15139
15140 * version.el (emacs-build-system): Give it a doc-string.
15141
15142 2011-11-24 Juri Linkov <juri@jurta.org>
15143
15144 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
15145
15146 2011-11-24 Glenn Morris <rgm@gnu.org>
15147
15148 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
15149 if called on a non-mime message just toggle the headers. (Bug#8006)
15150
15151 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
15152
15153 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
15154 (allout-lead-with-comment-string, allout-structure-deleted-hook)
15155 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
15156 (allout-rebullet-heading, allout-open-sibtopic)
15157 (allout-toggle-current-subtree-encryption)
15158 (allout-toggle-subtree-encryption, allout-encrypt-string)
15159 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
15160 (allout-distinctive-bullets-string, allout-auto-activation):
15161 * window.el (window-normalize-buffer-to-display):
15162 * progmodes/verilog-mode.el (verilog-batch-indent):
15163 * textmodes/bibtex.el (bibtex-field-braces-opt)
15164 (bibtex-field-strings-opt):
15165 * vc/cvs-status.el (cvs-tree-merge):
15166 Fix typos.
15167
15168 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
15169
15170 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
15171 `non-essential' to t, in order to avoid remote connections.
15172
15173 2011-11-23 Eli Zaretskii <eliz@gnu.org>
15174
15175 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15176 On MS-DOS and MS-Windows, compare with loaddefs.el
15177 case-insensitively.
15178
15179 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15180
15181 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
15182
15183 2011-11-23 Glenn Morris <rgm@gnu.org>
15184
15185 * paths.el (rmail-file-name): Reformat the doc-string so that it
15186 is picked up.
15187
15188 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
15189 (rmail-auto-file): Ignore case in the "special" field names,
15190 as mail-fetch-field does for all others.
15191
15192 * mail/rmail.el (rmail-forward):
15193 * mail/rmailkwd.el (rmail-set-label):
15194 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
15195 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
15196
15197 * mail/rmail.el (rmail-current-message): Doc fix.
15198
15199 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
15200
15201 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15202
15203 * server.el (server-eval-and-print): Allow C-g (bug#6585).
15204
15205 2011-11-22 Glenn Morris <rgm@gnu.org>
15206
15207 * mail/rmailmm.el (test-rmail-mime-handler)
15208 (test-rmail-mime-bulk-handler)
15209 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
15210
15211 2011-11-21 Juri Linkov <juri@jurta.org>
15212
15213 * calc/calc.el (calc-read-key-sequence):
15214 Let-bind `input-method-function' to nil. (Bug#10018)
15215
15216 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15217
15218 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15219 Tell the caller that the next line needs recomputation, even
15220 though it doesn't start a sexp (bug#10094).
15221
15222 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15223
15224 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
15225
15226 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15227
15228 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15229 Use force-same-window.
15230
15231 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15232
15233 * descr-text.el (describe-char-unicode-data):
15234 * json.el (json-string-escape):
15235 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
15236 (Footnote-unicode, Footnote-style-p):
15237 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
15238
15239 2011-11-20 Chong Yidong <cyd@gnu.org>
15240
15241 * window.el (replace-buffer-in-windows): Restore interactive spec.
15242
15243 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15244
15245 * electric.el (electric-indent-mode): Fix last change (too optimistic).
15246
15247 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
15248 (byte-compile-global-not-obsolete-vars): New var.
15249 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
15250 Use it.
15251 (byte-compile-warn-obsolete): Align text with the one in *Help*.
15252
15253 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15254
15255 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
15256 * progmodes/pascal.el (electric-pascal-equal):
15257 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
15258 * xml.el (xml-substitute-special): Fix typos.
15259
15260 2011-11-20 Glenn Morris <rgm@gnu.org>
15261
15262 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
15263 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
15264 Doc fixes.
15265 (rmail-decode-mime-charset): Mark as obsolete.
15266
15267 * mail/rmailsum.el (rmail-message-regexp-p-1):
15268 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
15269 Before using mime functions, check they are set. (Bug#10077)
15270
15271 2011-11-19 Juri Linkov <juri@jurta.org>
15272
15273 * info.el (Info-finder-find-node): Use `package--builtins' instead
15274 of `package-alist'. Use node names formed by the pattern "Keyword "
15275 and the keyword name.
15276
15277 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15278
15279 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
15280
15281 2011-11-19 Juri Linkov <juri@jurta.org>
15282
15283 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
15284 that calls `revert-buffer' on all Info buffers. (Bug#9915)
15285 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
15286 `old-history', `old-history-forward'. Add let-binding
15287 `window-selected'. Remove calls to `kill-buffer',
15288 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
15289 before calling `Info-find-node', so `Info-find-node-2' will reread
15290 the Info file. Restore window positions only when `window-selected'
15291 is non-nil.
15292
15293 2011-11-19 Juri Linkov <juri@jurta.org>
15294
15295 * isearch.el (isearch-lazy-highlight-new-loop):
15296 Remove condition `(not isearch-error)'. (Bug#9918)
15297
15298 * misearch.el (multi-isearch-search-fun): Add condition
15299 `(not bound)' to ignore lazy-highlighting search.
15300 Add the search-failed message "end of multi" when the end of
15301 multi-sequence is reached. Uncapitalize the search-failed
15302 message "Repeat for next buffer".
15303
15304 * info.el (Info-search): Add the search-failed message
15305 "end of the manual" when the end of the manual is reached
15306 in Isearch mode.
15307
15308 2011-11-19 Juri Linkov <juri@jurta.org>
15309
15310 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
15311 Use non-destructive `remove' instead of `delete' because
15312 `Info-history-list' stored to `Info-isearch-initial-history-list' in
15313 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
15314
15315 2011-11-19 Juri Linkov <juri@jurta.org>
15316
15317 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
15318 to nil instead of binding `search-ring' and `regexp-search-ring'.
15319 (Bug#9185)
15320
15321 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15322
15323 * simple.el (line-move): Force movement by logical lines for any
15324 hscrolled window, not only when auto-hscroll-mode is on.
15325 (line-move-visual): Update doc string to that effect. (Bug#10076)
15326
15327 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15328
15329 * language/european.el (macintosh): Define as alias for mac-roman.
15330
15331 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15332
15333 * mail/rmailmm.el (rmail-mime-display-header)
15334 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
15335 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
15336 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
15337 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
15338 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
15339 of a raw aref.
15340 (rmail-mime-entity-segment): To get past the tagline, move forward
15341 2 more lines, to account for the 2 empty lines that precede and
15342 follow the line with the buttons.
15343 (rmail-mime-update-tagline): Move one more line, to get past the
15344 empty line that follows the buttons in the tagline. (Bug#9520)
15345
15346 2011-11-19 Martin Rudalics <rudalics@gmx.at>
15347
15348 * window.el (window-max-delta-1, window-min-delta-1)
15349 (window-min-size-1, window-state-get-1, window-state-put-1)
15350 (window-state-put-2): Use "window--" prefix.
15351
15352 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15353
15354 * emacs-lisp/smie.el: Improve warnings and conflict detection.
15355 (smie-warning-count): New var.
15356 (smie-set-prec2tab): Use it.
15357 (smie-bnf->prec2): Improve warnings. Add docstring.
15358 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
15359 (smie-bnf--set-class): New function.
15360 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
15361 corner case.
15362
15363 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
15364 (compilation-error-properties, compilation-move-to-column):
15365 Handle compilation-first-column while in the target buffer.
15366
15367 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
15368 Don't hardcode point-min==1.
15369
15370 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
15371 (eshell-rewrite-for-command): Remove workaround.
15372 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
15373 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
15374 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
15375
15376 * files-x.el (modify-file-local-variable): Obey commenting conventions.
15377
15378 2011-11-17 Glenn Morris <rgm@gnu.org>
15379
15380 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15381 Ignore buffer-local generated-autoload-file if it is the same
15382 as the global value. (Bug#10049)
15383
15384 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
15385
15386 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
15387 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
15388 (reftex-toc-previous-heading, reftex-toc-max-level)
15389 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
15390 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
15391 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15392 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15393 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
15394 (reftex-toc-rename-label, reftex-toc-visit-location)
15395 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
15396 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
15397 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
15398 leaving "*toc*" only for references to the buffer.
15399
15400 2011-11-17 Martin Rudalics <rudalics@gmx.at>
15401
15402 * window.el (window-resize, delete-window, split-window):
15403 Replace window-splits by window-combination-resize.
15404 * cus-start.el (window-splits): Replace by window-combination-resize.
15405
15406 2011-11-17 Glenn Morris <rgm@gnu.org>
15407
15408 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15409 Make bash entry derive from sh entry, not shell entry.
15410
15411 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
15412
15413 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
15414 local file name.
15415
15416 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15417
15418 * menu-bar.el (menu-bar-file-menu):
15419 * printing.el (pr-ps-utility):
15420 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
15421 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
15422 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
15423 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
15424 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
15425 (icalendar--convert-cyclic-to-ical)
15426 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
15427 (icalendar--convert-ical-to-diary)
15428 (icalendar--convert-recurring-to-diary)
15429 (icalendar--convert-non-recurring-all-day-to-diary)
15430 (icalendar-import-format-sample):
15431 * progmodes/idlw-shell.el (idlwave-shell-mode):
15432 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
15433 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
15434 (vhdl-ps-print-init): Fix typos.
15435
15436 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
15437
15438 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
15439 FSF and collapse date sequence, obscure author/maintainer email address
15440 better, remove extra version line, track relocation of author's webpage.
15441
15442 * progmodes/python.el (python-pdbtrack-input-prompt)
15443 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
15444 regular python pdb prompts. Adjustments shamelessly taken exactly as
15445 suggested in EmacsWiki page (tiny change):
15446 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
15447
15448 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15449
15450 * expand.el (expand-pos, expand-index, expand-point):
15451 Remove redundant info from docstring.
15452 (expand-add-abbrevs): Doc fix.
15453 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
15454 (expand-sample-perl-mode-expand-list): Fix typos.
15455
15456 * net/dbus.el (dbus-event-member-name):
15457 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
15458 * term/pc-win.el (msdos-create-frame-with-faces):
15459 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
15460
15461 2011-11-16 Martin Rudalics <rudalics@gmx.at>
15462
15463 * window.el (split-window, window-state-get-1)
15464 (window-state-put-1, window-state-put-2): Rename occurrences of
15465 window-nest to window-combination-limit.
15466 * cus-start.el (window-nest): Rename to window-combination-limit.
15467
15468 2011-11-16 Chong Yidong <cyd@gnu.org>
15469
15470 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
15471 regexp (Bug#10033).
15472
15473 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15474
15475 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
15476 `completing-read' will remove *Completions* and will preserve
15477 current-buffer for us.
15478 (tmm-add-prompt): Users of *Completions* will always (re)set its
15479 major mode.
15480 (tmm-old-comp-map): Remove.
15481
15482 2011-11-16 Glenn Morris <rgm@gnu.org>
15483
15484 * mail/rmailedit.el: Require rmailmm when compiling.
15485 (rmail-old-mime-state): New declaration.
15486 (rmail-edit-current-message): If editing a mime message,
15487 edit the "raw" message from the mbox buffer.
15488 (rmail-cease-edit): Handle mime messages. (Bug#9840)
15489
15490 2011-11-15 Glenn Morris <rgm@gnu.org>
15491
15492 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
15493 which wasn't being used. Add optional arg to force given state.
15494 (rmail-mime): Add optional arg to force given state.
15495
15496 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15497
15498 * allout.el (allout-encryption-plaintext-sanitization-regexps):
15499 * frame.el (display-mm-dimensions-alist):
15500 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
15501 (outline-move-subtree-down):
15502 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
15503 (newsticker--treeview-do-get-node):
15504 * net/quickurl.el (quickurl-list-buffer-name):
15505 * progmodes/dcl-mode.el (dcl-mode):
15506 * progmodes/gdb-mi.el (gdb-mapcar*):
15507 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
15508
15509 2011-11-15 Glenn Morris <rgm@gnu.org>
15510
15511 * mail/rmail.el (rmail-file-coding-system): It's only ever used
15512 in a boolean sense, so just make it a boolean, and fix the doc.
15513 (rmail-show-mime-function, rmail-mime-feature)
15514 (rmail-require-mime-maybe): Doc fixes.
15515 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
15516
15517 * mail/rmailmm.el (rmail-show-mime): Doc fix.
15518
15519 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15520
15521 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
15522 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
15523 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
15524 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
15525
15526 2011-11-15 Glenn Morris <rgm@gnu.org>
15527
15528 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
15529 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
15530 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
15531 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
15532 (rmail-mime, rmail-show-mime): Doc fixes.
15533
15534 * term/ns-win.el (mode-line-frame-identification):
15535 Leave it alone. (Bug#10051)
15536
15537 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
15538
15539 * mail/rmailout.el (rmail-output-to-rmail-buffer):
15540 Handle empty buffers. (Bug#9978)
15541
15542 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
15543
15544 * international/mule.el (define-charset):
15545 * mail/rmailmm.el (rmail-mime-find-header-encoding):
15546 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
15547 * progmodes/verilog-mode.el (verilog-backward-token):
15548 * textmodes/ispell.el (lookup-words):
15549 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
15550
15551 2011-11-14 Glenn Morris <rgm@gnu.org>
15552
15553 * progmodes/executable.el
15554 (executable-make-buffer-file-executable-if-script-p):
15555 Handle file-modes returning nil.
15556
15557 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
15558 message - not necessary, and causes problems. (Bug#9831)
15559
15560 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
15561
15562 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
15563
15564 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
15565 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
15566 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
15567
15568 2011-11-12 Martin Rudalics <rudalics@gmx.at>
15569
15570 * window.el (window-resize, delete-window): Use window-splits
15571 variable instead of function.
15572 (window-state-get-1, window-state-put-2, window-state-put):
15573 Don't deal with windows' splits status.
15574
15575 2011-11-12 Glenn Morris <rgm@gnu.org>
15576
15577 * apropos.el (apropos-do-all, apropos-library, apropos-value)
15578 (apropos-documentation): Doc fixes.
15579
15580 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
15581
15582 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
15583 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
15584
15585 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15586
15587 * electric.el (electric-indent-post-self-insert-function): Make it
15588 possible for a char to only indent in some circumstances.
15589 (electric-indent-mode): Simplify.
15590
15591 2011-11-11 Martin Rudalics <rudalics@gmx.at>
15592
15593 * window.el (windows-with-parameter): Remove unused function.
15594 (windows-at-side): Rename to window-at-side-list.
15595 (window-check, window-atom-check, window-atom-check-1)
15596 (window-side-check, window-size-ignore, window-size-fixed-1)
15597 (window-in-direction-2): Prefix with "window--".
15598 (window-tree-1): Rename to window--subtree, fix doc-string.
15599
15600 2011-11-11 Glenn Morris <rgm@gnu.org>
15601
15602 * subr.el (eval-after-load): If FILE is already loaded,
15603 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
15604
15605 2011-11-10 Glenn Morris <rgm@gnu.org>
15606
15607 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
15608 Call svn via vc-svn-command rather than vc-do-command.
15609 (vc-svn-command): Add --non-interactive. (Bug#9993)
15610 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
15611
15612 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15613 Add toggle-read-only. (Bug#7292)
15614 * files.el (toggle-read-only): Mention that it should only
15615 be used interactively. (Bug#10006)
15616
15617 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15618
15619 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15620 Adjust regexp for OCaml warnings.
15621
15622 * electric.el (electric-pair-post-self-insert-function): Let user
15623 turn it off buffer-locally (bug#9932).
15624
15625 * progmodes/python.el (python-beginning-of-statement):
15626 Rewrite (bug#2703).
15627
15628 * progmodes/compile.el: Better handle TABs (bug#9749).
15629 (compilation-internal-error-properties)
15630 (compilation-next-error-function): Obey the target buffer's
15631 compilation-error-screen-columns.
15632
15633 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
15634
15635 * progmodes/meta-mode.el: Remove obsolete comments.
15636 (meta-right-comment-regexp, meta-ignore-comment-regexp):
15637 Fix typos in docstrings.
15638
15639 2011-11-09 Martin Rudalics <rudalics@gmx.at>
15640
15641 * window.el (window-size-fixed-p): Rewrite doc-string.
15642 (window-resizable-p): Rename to window--resizable-p. Update callers.
15643 (window--resizable): New function. Make all callers of
15644 window-resizable call window--resizable instead.
15645 (window-resizable): Rewrite in terms of window--resizable.
15646
15647 2011-11-08 Glenn Morris <rgm@gnu.org>
15648
15649 * progmodes/delphi.el (delphi-mode-syntax-table):
15650 Let define-derived-mode define a proper syntax table. (Bug#9994)
15651
15652 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15653
15654 * window.el: Stay away from defsubst.
15655 (window-list-no-nils): Remove.
15656 (window-state-get-1, window-state-get): Use backquote instead.
15657
15658 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15659
15660 * emacs-lisp/find-func.el (find-function-read):
15661 Fix incorrect use of default argument in `completing-read'.
15662
15663 2011-11-08 Martin Rudalics <rudalics@gmx.at>
15664
15665 * window.el (display-buffer-function, special-display-function):
15666 Mention display-buffer-record-window but do not mention
15667 help-setup parameter in doc-strings.
15668 (window-min-delta): Fix doc-string typo.
15669
15670 2011-11-08 Chong Yidong <cyd@gnu.org>
15671
15672 * window.el (window-total-height, window-total-width): Doc fix.
15673 (window-body-size): Move from C.
15674 (window-body-height, window-body-width): Move to C.
15675
15676 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15677
15678 * window.el: Make special-display like display-buffer-alist (bug#9532).
15679 (display-buffer--special-action): New function, morphed
15680 from display-buffer--special.
15681 (display-buffer): Use it to handle special-display-buffers at higher
15682 priority (just after display-buffer-alist).
15683 (display-buffer-fallback-action, display-buffer--other-frame-action)
15684 (pop-to-buffer-same-window): Remove display-buffer--special.
15685
15686 2011-11-07 Glenn Morris <rgm@gnu.org>
15687
15688 * calendar/cal-menu.el (cal-menu-set-date-title):
15689 Do nothing if not in a calendar. (Bug#9976)
15690
15691 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15692
15693 * files.el (find-file): Always use selected-window.
15694
15695 2011-11-07 Martin Rudalics <rudalics@gmx.at>
15696
15697 * window.el (window-combinations): Make WINDOW argument
15698 mandatory. Rewrite doc-string.
15699 (walk-window-subtree, window-atom-check, window-min-delta)
15700 (window-max-delta, window--resize-this-window)
15701 (window--resize-root-window-vertically, window-tree)
15702 (balance-windows, window-state-put): Rewrite doc-strings as to
15703 not mention the term "subwindow".
15704 (window--resize-subwindows-skip-p): Rename to
15705 window--resize-child-windows-skip-p.
15706 (window--resize-subwindows-normal): Rename to
15707 window--resize-child-windows-normal.
15708 (window--resize-subwindows): Rename to
15709 window--resize-child-windows.
15710 (window-or-subwindow-p): Rename to window--in-subtree-p.
15711
15712 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15713
15714 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
15715 Ensure that mbox format messages end in two newlines (Bug#9974).
15716
15717 2011-11-06 Chong Yidong <cyd@gnu.org>
15718
15719 * window.el (window-combination-p): Function deleted; its
15720 side-effect is not used in any existing code.
15721 (window-combinations, window-combined-p): Call window-*-child
15722 directly.
15723
15724 2011-11-05 Chong Yidong <cyd@gnu.org>
15725
15726 * window.el (window-valid-p): Rename from window-any-p.
15727 (window-size-ignore, window-state-get): Callers changed.
15728 (window-normalize-window): Rename from window-normalize-any-window.
15729 New arg LIVE-ONLY, replacing window-normalize-live-window.
15730 (window-normalize-live-window): Delete.
15731 (window-combination-p, window-combined-p, window-combinations)
15732 (walk-window-subtree, window-atom-root, window-min-size)
15733 (window-sizable, window-sizable-p, window-size-fixed-p)
15734 (window-min-delta, window-max-delta, window-resizable)
15735 (window-resizable-p, window-full-height-p, window-full-width-p)
15736 (window-current-scroll-bars, window-point-1, set-window-point-1)
15737 (window-at-side-p, window-in-direction, window-resize)
15738 (adjust-window-trailing-edge, maximize-window, minimize-window)
15739 (window-deletable-p, delete-window, delete-other-windows)
15740 (record-window-buffer, unrecord-window-buffer)
15741 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
15742 (quit-window, split-window, window-state-put)
15743 (set-window-text-height, fit-window-to-buffer)
15744 (shrink-window-if-larger-than-buffer): Callers changed.
15745
15746 2011-11-04 Eli Zaretskii <eliz@gnu.org>
15747
15748 * mail/rmail.el (rmail-simplified-subject): Decode subject with
15749 rfc2047-decode-string.
15750 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
15751 warnings.
15752
15753 * window.el (window-body-height, window-body-width): Mention in
15754 the doc string that the return values are in frame's canonical
15755 units. (Bug#9949)
15756
15757 2011-11-03 Alan Mackenzie <acm@muc.de>
15758
15759 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
15760 change in cc-engine.el.
15761
15762 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
15763
15764 * window.el (switch-to-buffer): Use `force-same-window' interactively.
15765
15766 2011-11-02 Martin Rudalics <rudalics@gmx.at>
15767
15768 * window.el (quit-window): Call unrecord-window-buffer after
15769 showing another buffer in the window. (Bug#9937)
15770 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
15771
15772 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
15773
15774 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
15775 Accept status with more than 9 shelves. (Bug#9935)
15776 Reported by Colin D Bennett <colin@gibibit.com>.
15777
15778 2011-11-01 Martin Rudalics <rudalics@gmx.at>
15779
15780 * help.el (with-help-window): Don't reference
15781 temp-buffer-show-specifiers in doc-string.
15782
15783 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
15784
15785 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
15786 menu-item.
15787
15788 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15789
15790 * whitespace.el: New version 13.2.2.
15791 (whitespace-newline-mode): Disable properly. Reported by Sarah
15792 <EmacsWiki>.
15793
15794 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
15795
15796 * net/newst-treeview.el: Remove "Time-stamp".
15797 (newsticker--group-manage-orphan-feeds): Do not call
15798 newsticker--treeview-tree-update.
15799 (newsticker-treeview-update, newsticker-treeview):
15800 Call newsticker--treeview-tree-update if necessary.
15801
15802 2011-10-30 Martin Rudalics <rudalics@gmx.at>
15803
15804 * window.el (window-iso-combination-p, window-iso-combined-p)
15805 (window-iso-combinations): Remove "iso-" infix.
15806 Suggested by Chong Yidong.
15807 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
15808 (window-max-delta-1, window-resize, window--resize-siblings)
15809 (window--resize-this-window, adjust-window-trailing-edge)
15810 (split-window, balance-windows-1)
15811 (shrink-window-if-larger-than-buffer):
15812 * calendar/calendar.el (calendar-generate-window):
15813 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
15814
15815 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15816
15817 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
15818 in place (bug#9907).
15819 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
15820 (eshell-rewrite-if-command, eshell-rewrite-for-command)
15821 (eshell-structure-basic-command, eshell-rewrite-while-command)
15822 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
15823 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
15824 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
15825 (eshell-do-pipelines-synchronously, eshell-eval-command):
15826 Use backquotes and prefer setq to set.
15827 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
15828 (eshell-macrop): Use functionp.
15829 (eshell-do-eval): Handle multiple expressions in `while' body.
15830
15831 2011-10-30 Chong Yidong <cyd@gnu.org>
15832
15833 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
15834 instead of set-mark (Bug#9810).
15835
15836 2011-10-30 Chong Yidong <cyd@gnu.org>
15837
15838 * window.el (split-window-below, split-window-right): Rename from
15839 split-window-above-each-other and split-window-side-by-side
15840 respectively. All callers changed.
15841 (split-window-sensibly, split-window-sensibly): Use them.
15842 (split-window-keep-point): Doc fix.
15843
15844 * isearch.el: Add isearch-scroll property to split-window-below
15845 and split-window-right.
15846
15847 * follow.el (follow-mode):
15848 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15849 * progmodes/ada-xref.el (ada-gdb-application):
15850 * emulation/vip.el (vip-buffer-in-two-windows):
15851 * image-dired.el (image-dired-dired-with-window-configuration):
15852 * dired-x.el (dired-do-find-marked-files):
15853 * dired.el (dired-pop-to-buffer):
15854 * bs.el (bs--show-with-configuration):
15855 * vc/emerge.el (emerge-setup-windows):
15856 * textmodes/two-column.el (2C-two-columns):
15857 * textmodes/reftex-toc.el (reftex-toc):
15858 * progmodes/gdb-mi.el (gdb-setup-windows):
15859 * progmodes/fortran.el (fortran-window-create):
15860 * net/newst-treeview.el (newsticker--treeview-window-init):
15861 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
15862 * emulation/tpu-edt.el (tpu-gold-map):
15863 * emulation/crisp.el (crisp-mode-map):
15864 * calendar/calendar.el (calendar-basic-setup): Callers changed.
15865
15866 2011-10-29 Chong Yidong <cyd@gnu.org>
15867
15868 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
15869
15870 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
15871
15872 * textmodes/flyspell.el (flyspell-word): Fix char offset for
15873 forged Ispell output (Bug#7904).
15874
15875 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
15876
15877 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15878
15879 * doc-view.el: Avoid ugly errors about not finding nil.
15880 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15881 (doc-view-dvipdf-program, doc-view-unoconv-program)
15882 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
15883 Avoid nil or absolute file name as default value.
15884 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
15885
15886 2011-10-28 Alan Mackenzie <acm@muc.de>
15887
15888 * progmodes/cc-defs.el (c-version): -> 5.32.2.
15889
15890 2011-10-28 Alan Mackenzie <acm@muc.de>
15891
15892 Amend the handling of c-beginning/end-of-defun in nested declaration
15893 scopes.
15894
15895 * progmodes/cc-vars.el (c-defun-tactic): Move here from
15896 cc-langs.el. Change it to a defcustom.
15897
15898 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
15899 cc-vars.el.
15900
15901 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15902 Prevent "class foo : bar" being spuriously recognized as a label.
15903
15904 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
15905 Add parameter `inclusive' (to include enclosing braces in the region).
15906 (c-widen-to-enclosing-decl-scope): New function.
15907 (c-while-widening-to-decl-block): New macro.
15908 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
15909 outward for defun boundaries, and correspondingly change symbol
15910 `respect-enclosure' to `go-outward'.
15911 (c-declaration-limits): Change algorithm to report only the "innermost"
15912 defun's boundaries.
15913
15914 2011-10-28 Deniz Dogan <deniz@dogan.se>
15915
15916 * net/rcirc.el (rcirc-mode): Use hard newlines.
15917
15918 2011-10-28 Alan Mackenzie <acm@muc.de>
15919
15920 Amend to indent and fontify macros "which include their own semicolon"
15921 correctly, using the "virtual semicolon" mechanism.
15922
15923 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
15924
15925 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
15926 Recode to scan one line at a time rather than having \n and \r
15927 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
15928 (c-forward-label): Amend for virtual semicolons.
15929 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
15930
15931 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
15932 of the new C macros.
15933
15934 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
15935 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
15936 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
15937 (c-opt-cpp-macro-define): Make into a full language variable.
15938 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
15939 AWK Mode (including \n, \r) removed, no longer needed.
15940
15941 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
15942 Invoke c-make-macro-with-semi-re.
15943
15944 * progmodes/cc-vars.el (c-macro-with-semi-re):
15945 (c-macro-names-with-semicolon): New variables.
15946 (c-make-macro-with-semi-re): New function.
15947
15948 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15949
15950 * vc/log-edit.el: Fill empty field rather than adding new one.
15951 (log-edit-add-field): New function.
15952 (log-edit-insert-changelog): Use it.
15953
15954 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15955
15956 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
15957
15958 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15959
15960 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
15961 (gdb--check-interpreter): New function.
15962 (gdb): Use it.
15963
15964 2011-10-27 Glenn Morris <rgm@gnu.org>
15965
15966 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
15967 (least-positive-float, least-negative-float)
15968 (least-positive-normalized-float, least-negative-normalized-float)
15969 (float-epsilon, float-negative-epsilon):
15970 Remove unnecessary declarations.
15971
15972 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
15973 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
15974 (least-positive-float, least-negative-float)
15975 (least-positive-normalized-float, least-negative-normalized-float)
15976 (float-epsilon, float-negative-epsilon): Add doc-strings,
15977 based on those in cl.texi.
15978
15979 * files.el (set-visited-file-name): If the major-mode changed,
15980 reload the local variables. (Bug#9796)
15981
15982 2011-10-27 Chong Yidong <cyd@gnu.org>
15983
15984 * subr.el (change-major-mode-after-body-hook): New hook.
15985 (run-mode-hooks): Run it.
15986
15987 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
15988 Use change-major-mode-before-body-hook.
15989
15990 * simple.el (fundamental-mode):
15991 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
15992 change introducing fundamental-mode-hook.
15993
15994 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
15995
15996 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
15997
15998 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
15999
16000 * ido.el (ido-file-name-all-completions-1): Do not require
16001 tramp.el explicitly. (Bug#7583)
16002
16003 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16004
16005 * progmodes/octave-mod.el:
16006 * progmodes/octave-inf.el: Update maintainer.
16007
16008 2011-10-26 Chong Yidong <cyd@gnu.org>
16009
16010 * subr.el (with-wrapper-hook): Rewrite doc.
16011
16012 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
16013
16014 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
16015 filenames "/method:foo:". (Bug#9793)
16016
16017 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16018
16019 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
16020 (bug#9865).
16021
16022 2011-10-24 Glenn Morris <rgm@gnu.org>
16023
16024 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
16025
16026 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
16027
16028 * notifications.el: Add the requirement of a running D-Bus session
16029 bus to the Commentary.
16030
16031 2011-10-24 Juri Linkov <juri@jurta.org>
16032
16033 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16034 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
16035 (Bug#9364)
16036
16037 2011-10-24 Juri Linkov <juri@jurta.org>
16038
16039 * info.el (Info-following-node-name-re): Add newline to the list
16040 of allowed characters for leading space. (Bug#9824)
16041
16042 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16043
16044 * progmodes/octave-inf.el (inferior-octave-mode-map):
16045 Fix C-c C-h binding.
16046 * progmodes/octave-mod.el (octave-help): Remove.
16047
16048 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
16049
16050 Sync with Tramp 2.2.3.
16051
16052 * net/tramp-cache.el (top): Pacify byte-compiler using
16053 `init-file-user' and `site-run-file'.
16054
16055 * net/trampver.el: Update release number.
16056
16057 2011-10-23 Chong Yidong <cyd@gnu.org>
16058
16059 * files.el (toggle-read-only): Remove obsolete comment about
16060 version control.
16061
16062 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
16063 for toggle-read-only. Note that this hasn't called vc-next-action
16064 since 2008-05-02, though it wasn't documented at the time.
16065
16066 * vc/ediff-init.el (ediff-toggle-read-only-function):
16067 Use toggle-read-only.
16068
16069 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
16070
16071 Fix bug #9560, sporadic wrong indentation; improve instrumentation
16072 of c-parse-state.
16073
16074 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
16075 correct faulty logical expression.
16076 (c-parse-state-state, c-record-parse-state-state):
16077 (c-replay-parse-state-state): New defvar/defuns.
16078 (c-debug-parse-state): Use new functions.
16079
16080 2011-10-22 Martin Rudalics <rudalics@gmx.at>
16081
16082 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
16083 last fix. Use window-in-direction correctly.
16084
16085 2011-10-21 Chong Yidong <cyd@gnu.org>
16086
16087 * progmodes/idlwave.el (idlwave-mode):
16088 * progmodes/vera-mode.el (vera-mode): No need to set
16089 require-final-newline; that's done in prog-mode.
16090 Suggested by Stefan Monnier.
16091
16092 2011-10-21 Martin Rudalics <rudalics@gmx.at>
16093
16094 * mouse.el (mouse-drag-window-above)
16095 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
16096 (mouse-drag-mode-line-1, mouse-drag-header-line)
16097 (mouse-drag-vertical-line-rightward-window): Remove.
16098 (mouse-drag-line): New function.
16099 (mouse-drag-mode-line, mouse-drag-header-line)
16100 (mouse-drag-vertical-line): Call mouse-drag-line.
16101 * window.el (window-at-side-p, windows-at-side): New functions.
16102
16103 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
16104
16105 * tar-mode.el (tar-grind-file-mode):
16106 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
16107
16108 2011-10-21 Chong Yidong <cyd@gnu.org>
16109
16110 * progmodes/idlwave.el (idlwave-mode):
16111 * progmodes/vera-mode.el (vera-mode):
16112 Use mode-require-final-newline.
16113
16114 2011-10-20 Glenn Morris <rgm@gnu.org>
16115
16116 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
16117
16118 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
16119
16120 * emulation/cua-base.el (cua-set-mark): Fix case of string.
16121
16122 2011-10-20 Chong Yidong <cyd@gnu.org>
16123
16124 * emulation/cua-base.el (cua-mode):
16125 * mail/footnote.el (footnote-mode):
16126 * mail/mailabbrev.el (mail-abbrevs-mode):
16127 * net/xesam.el (xesam-minor-mode):
16128 * progmodes/bug-reference.el (bug-reference-mode):
16129 * progmodes/cap-words.el (capitalized-words-mode):
16130 * progmodes/compile.el (compilation-minor-mode)
16131 (compilation-shell-minor-mode):
16132 * progmodes/gud.el (gud-tooltip-mode):
16133 * progmodes/hideif.el (hide-ifdef-mode):
16134 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16135 * progmodes/subword.el (subword-mode):
16136 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16137 * progmodes/which-func.el (which-function-mode):
16138 * term/tvi970.el (tvi970-set-keypad-mode):
16139 * term/vt100.el (vt100-wide-mode):
16140 * textmodes/flyspell.el (flyspell-mode):
16141 * textmodes/ispell.el (ispell-minor-mode):
16142 * textmodes/nroff-mode.el (nroff-electric-mode):
16143 * textmodes/paragraphs.el (use-hard-newlines):
16144 * textmodes/refill.el (refill-mode):
16145 * textmodes/reftex.el (reftex-mode):
16146 * textmodes/rst.el (rst-minor-mode):
16147 * textmodes/sgml-mode.el (html-autoview-mode)
16148 (sgml-electric-tag-pair-mode):
16149 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
16150 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
16151 * emulation/crisp.el (crisp-mode):
16152 * emacs-lisp/eldoc.el (eldoc-mode):
16153 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
16154 minor mode behavior.
16155
16156 2011-10-19 Juri Linkov <juri@jurta.org>
16157
16158 * descr-text.el (describe-char): Add #x2010 and #x2011 to
16159 the list of hard-coded chars with escape-glyph face.
16160
16161 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16162
16163 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
16164
16165 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
16166
16167 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
16168 running process.
16169
16170 2011-10-19 Glenn Morris <rgm@gnu.org>
16171
16172 * vc/vc-bzr.el (vc-bzr-after-dir-status):
16173 Ignore ignored files. (Bug#9726)
16174
16175 2011-10-19 Chong Yidong <cyd@gnu.org>
16176
16177 Doc fix for minor modes, stating that an omitted argument enables
16178 the mode unconditionally when called from Lisp.
16179
16180 * abbrev.el (abbrev-mode):
16181 * allout.el (allout-mode):
16182 * autoinsert.el (auto-insert-mode):
16183 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16184 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16185 (global-auto-revert-mode):
16186 * battery.el (display-battery-mode):
16187 * composite.el (global-auto-composition-mode)
16188 (auto-composition-mode):
16189 * delsel.el (delete-selection-mode):
16190 * desktop.el (desktop-save-mode):
16191 * dired-x.el (dired-omit-mode):
16192 * dirtrack.el (dirtrack-mode):
16193 * doc-view.el (doc-view-minor-mode):
16194 * double.el (double-mode):
16195 * electric.el (electric-indent-mode, electric-pair-mode):
16196 * emacs-lock.el (emacs-lock-mode):
16197 * epa-hook.el (auto-encryption-mode):
16198 * follow.el (follow-mode):
16199 * font-core.el (font-lock-mode):
16200 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
16201 * help.el (temp-buffer-resize-mode):
16202 * hilit-chg.el (highlight-changes-mode)
16203 (highlight-changes-visible-mode):
16204 * hi-lock.el (hi-lock-mode):
16205 * hl-line.el (hl-line-mode, global-hl-line-mode):
16206 * icomplete.el (icomplete-mode):
16207 * ido.el (ido-everywhere):
16208 * image-file.el (auto-image-file-mode):
16209 * image-mode.el (image-minor-mode):
16210 * iswitchb.el (iswitchb-mode):
16211 * jka-cmpr-hook.el (auto-compression-mode):
16212 * linum.el (linum-mode):
16213 * longlines.el (longlines-mode):
16214 * master.el (master-mode):
16215 * mb-depth.el (minibuffer-depth-indicate-mode):
16216 * menu-bar.el (menu-bar-mode):
16217 * minibuf-eldef.el (minibuffer-electric-default-mode):
16218 * mouse-sel.el (mouse-sel-mode):
16219 * msb.el (msb-mode):
16220 * mwheel.el (mouse-wheel-mode):
16221 * outline.el (outline-minor-mode):
16222 * paren.el (show-paren-mode):
16223 * recentf.el (recentf-mode):
16224 * reveal.el (reveal-mode, global-reveal-mode):
16225 * rfn-eshadow.el (file-name-shadow-mode):
16226 * ruler-mode.el (ruler-mode):
16227 * savehist.el (savehist-mode):
16228 * scroll-all.el (scroll-all-mode):
16229 * scroll-bar.el (scroll-bar-mode):
16230 * server.el (server-mode):
16231 * shell.el (shell-dirtrack-mode):
16232 * simple.el (auto-fill-mode, transient-mark-mode)
16233 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
16234 (line-number-mode, column-number-mode, size-indication-mode)
16235 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
16236 * strokes.el (strokes-mode):
16237 * time.el (display-time-mode):
16238 * t-mouse.el (gpm-mouse-mode):
16239 * tool-bar.el (tool-bar-mode):
16240 * tooltip.el (tooltip-mode):
16241 * type-break.el (type-break-mode-line-message-mode)
16242 (type-break-query-mode):
16243 * view.el (view-mode):
16244 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16245 (global-whitespace-mode, global-whitespace-newline-mode):
16246 * xt-mouse.el (xterm-mouse-mode): Doc fix.
16247
16248 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16249 Fix autogenerated docstring.
16250
16251 2011-10-19 Juri Linkov <juri@jurta.org>
16252
16253 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
16254 by checking environment variables "DESKTOP_SESSION" and
16255 "XDG_CURRENT_DESKTOP". (Bug#9779)
16256
16257 2011-10-19 Juri Linkov <juri@jurta.org>
16258
16259 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
16260 (browse-url-chromium-program, browse-url-chromium-arguments):
16261 New defcustoms.
16262 (browse-url-default-browser): Check for `browse-url-chromium' and
16263 call `browse-url-chromium-program'.
16264 (browse-url-chromium): New command. (Bug#9779)
16265
16266 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
16267
16268 * facemenu.el (list-colors-duplicates): On Windows, detect more
16269 duplicates by assuming that only colors matching "^System" are
16270 special "system colors". (Bug#9722)
16271
16272 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16273
16274 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
16275 to distinguish the author from the committer.
16276
16277 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
16278
16279 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
16280
16281 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
16282
16283 * international/mule.el (sgml-html-meta-auto-coding-function):
16284 Add support for detecting encoding in HTML5 specified only as
16285 <meta charset="UTF-8">. Implementation just makes http-equiv and
16286 content-type parts from HTML4 encoding string optional. (Bug#9716)
16287
16288 2011-10-18 Glenn Morris <rgm@gnu.org>
16289
16290 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
16291
16292 2011-10-18 Chong Yidong <cyd@gnu.org>
16293
16294 * faces.el (cursor): Doc fix.
16295
16296 2011-10-17 Chong Yidong <cyd@gnu.org>
16297
16298 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
16299
16300 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
16301
16302 * dirtrack.el (dirtrack): Support shell buffers with path
16303 prefixes, e.g. tramp-based remote shells. (Bug#9647)
16304
16305 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
16306
16307 * json.el: Bump version to 1.3 and note change in History.
16308 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
16309
16310 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16311
16312 * comint.el (comint-insert-input, comint-send-input)
16313 (comint-get-old-input-default, comint-backward-matching-input)
16314 (comint-next-prompt): Use nil instead of `input' for field property of
16315 past user input (bug#114).
16316
16317 * minibuffer.el (completion--replace): Inherit surrounding properties
16318 (bug#114).
16319 (minibuffer-complete-and-exit): Use it.
16320
16321 * comint.el (comint--table-subvert): Quote the all-completions output
16322 (bug#9160).
16323
16324 2011-10-17 Martin Rudalics <rudalics@gmx.at>
16325
16326 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
16327
16328 * menu-bar.el (menu-bar-file-menu): Add entry for making new
16329 window on right of selected. (Bug#9350) Reword other window
16330 entries and separate them from frame entries.
16331
16332 2011-10-15 Glenn Morris <rgm@gnu.org>
16333
16334 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
16335 Doc fixes.
16336
16337 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
16338
16339 * net/network-stream.el (network-stream-open-starttls):
16340 Improve detection of failure due to lack of TLS support.
16341
16342 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
16343 putting the input text in front and in bold.
16344
16345 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16346
16347 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
16348
16349 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
16350 empty buffer.
16351
16352 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
16353 unread-command-events rather than pushing yet-another event.
16354
16355 2011-10-14 Eli Zaretskii <eliz@gnu.org>
16356
16357 * mail/sendmail.el (sendmail-query-once): Improve the wording of
16358 the explanation of the possible choices. Make the options passed
16359 to completing-read shorter.
16360
16361 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16362
16363 * textmodes/flyspell.el (flyspell-large-region): Make sure
16364 extended character mode is used if defined (Bug#1339).
16365
16366 2011-10-13 Eli Zaretskii <eliz@gnu.org>
16367
16368 * simple.el (what-cursor-position): Fix the display of the
16369 character info for LRE, LRO, RLE, and RLO characters by appending
16370 an invisible PDF.
16371
16372 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
16373
16374 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
16375 even in case of error; add debug spec; simplify data flow.
16376 (with-timeout-handler): Remove.
16377
16378 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
16379
16380 Fix Bug#6019, Bug#9315.
16381
16382 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
16383 complete `buffer-file-name', the local file name part could look
16384 remotely (for example on VMS).
16385
16386 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
16387 `tramp-run-real-handler'.
16388 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
16389 already quoted by '"'.
16390
16391 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
16392 Let `file-name-handler-alist' be nil, the local file name part
16393 could look remotely (for example on VMS).
16394
16395 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16396
16397 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
16398 from here...
16399 (flyspell-post-command-hook): ...to here.
16400
16401 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16402
16403 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
16404 if not needed.
16405 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
16406 using completion. Protect against "slow" callers.
16407 Remove the "message hack".
16408
16409 2011-10-11 Juri Linkov <juri@jurta.org>
16410
16411 * isearch.el (isearch-lazy-highlight-word): New variable.
16412 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
16413 Use it. (Bug#9727)
16414
16415 2011-10-11 Glenn Morris <rgm@gnu.org>
16416
16417 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
16418 like f90-previous-statement does.
16419
16420 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16421
16422 * eshell/eshell.el (eshell-command): History should be saved
16423 only in interactive use, to avoid error.
16424
16425 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16426
16427 * minibuffer.el (completion-file-name-table): Fix last change,
16428 i.e. ignore normal errors but not the other ones.
16429
16430 2011-10-10 Martin Rudalics <rudalics@gmx.at>
16431
16432 * window.el (special-display-buffer-names)
16433 (special-display-regexps): Remove some remnants of earlier
16434 changes from doc-strings.
16435 (quit-windows-on): New function.
16436
16437 * vc/vc.el (vc-revert, vc-rollback):
16438 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
16439 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
16440 (Bug#6183) (Bug#7074) (Bug#7447)
16441
16442 2011-10-09 Martin Rudalics <rudalics@gmx.at>
16443
16444 * window.el (frame-auto-hide-function): Add version tag.
16445 (Bug#9699)
16446
16447 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
16448
16449 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
16450 condition.
16451
16452 2011-10-09 Leo Liu <sdl.web@gmail.com>
16453
16454 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
16455 (Bug#9701)
16456
16457 2011-10-08 Glenn Morris <rgm@gnu.org>
16458
16459 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
16460 before the first code statement zero indent. (Bug#9690)
16461
16462 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
16463
16464 * simple.el (count-words-region): Always count in the region.
16465 Report the number of lines and characters too.
16466 (count-words): New command, which counts in the buffer if the
16467 region is inactive, as count-words-region used to.
16468 (count-words--message): New function. Handle plurals.
16469 (count-lines-region): Make it an alias for count-words-region.
16470
16471 * bindings.el (esc-map): Replace count-lines-region with
16472 count-words-region.
16473
16474 2011-10-08 Martin Rudalics <rudalics@gmx.at>
16475
16476 * window.el (window--delete): Delete dedicated frame
16477 unconditionally when argument KILL is non-nil. (Bug#9699)
16478 (switch-to-buffer): Fix doc-string typo.
16479
16480 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16481
16482 * eshell/eshell.el (eshell-command): Avoid using hooks.
16483
16484 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
16485
16486 * bindings.el ([M-left],[M-right]): Bind to left-word and
16487 right-word respectively.
16488
16489 2011-10-07 Glenn Morris <rgm@gnu.org>
16490
16491 * cus-start.el (debug-on-quit): Fix custom type.
16492
16493 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16494
16495 * subr.el (define-key-after): Clarify that the function is not
16496 useful for non-menu keymaps.
16497
16498 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
16499
16500 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16501
16502 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
16503 in current minibuffer (Fix bug with recursive minibuffers).
16504
16505 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
16506
16507 * progmodes/gdb-mi.el (gdb): Doc fix.
16508
16509 2011-10-05 Martin Rudalics <rudalics@gmx.at>
16510
16511 * window.el (frame-auto-hide-function): New option replacing
16512 frame-auto-delete. Suggested by Stefan Monnier.
16513 (window--delete): Call frame-auto-hide-function instead of
16514 investigating frame-auto-delete.
16515 (window-point-1, set-window-point-1): New functions.
16516 (window-in-direction, record-window-buffer, window-state-get-1)
16517 (display-buffer-record-window): Use window-point-1 instead of
16518 window-point.
16519 (set-window-buffer-start-and-point): Use set-window-point-1.
16520
16521 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16522
16523 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
16524
16525 2011-10-05 Glenn Morris <rgm@gnu.org>
16526
16527 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
16528 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
16529
16530 2011-10-05 Leo Liu <sdl.web@gmail.com>
16531
16532 * subr.el (read-char-choice): Fix argument to buffer-live-p which
16533 works with buffer object.
16534
16535 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16536
16537 * mpc.el (mpc-tool-bar-map): Add labels.
16538
16539 2011-10-04 Glenn Morris <rgm@gnu.org>
16540
16541 * calendar/holidays.el (calendar-check-holidays): Doc fix.
16542
16543 2011-10-04 Martin Rudalics <rudalics@gmx.at>
16544
16545 * window.el (window--delete): New function.
16546 (frame-auto-delete): Resuscitate option.
16547 (bury-buffer, replace-buffer-in-windows)
16548 (quit-window): Rewrite using window--delete.
16549 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16550 Pass display-buffer-mark-dedicated to window--display-buffer-2
16551 (Bug#9639).
16552
16553 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16554
16555 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
16556 returns a list (bug#9554). Add remote file name completion.
16557 * comint.el (comint--table-subvert): Curry and get quote&unquote
16558 functions as arguments.
16559 (comint--complete-file-name-data): Adjust call accordingly.
16560 * pcomplete.el (pcomplete--table-subvert): Remove.
16561 (pcomplete-completions-at-point): Use comint--table-subvert instead.
16562
16563 * minibuffer.el (completion-table-case-fold): Use currying.
16564 (completion--styles-type, completion--cycling-threshold-type):
16565 New constants.
16566 (completion-styles, completion-category-overrides)
16567 (completion-cycle-threshold): Use them.
16568 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
16569 completion-table-case-fold.
16570
16571 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
16572
16573 * minibuffer.el (completion-category-overrides): Fix type of styles
16574 and add more user friendly tags (bug#9660).
16575
16576 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16577
16578 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
16579 (mule-input-method-string): New widget.
16580 (default-input-method, language-info-custom-alist): Use it.
16581
16582 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16583
16584 * pcomplete.el: Require comint.
16585 (pcomplete--common-suffix): Remove.
16586 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
16587 (pcomplete--table-subvert): Sync with comint--table-subvert.
16588 (pcomplete--entries): Use comint-completion-file-name-table.
16589 * comint.el (comint-unquote-filename): Simplify.
16590 (comint-completion-file-name-table): New function (bug#9616).
16591 (comint--complete-file-name-data): Use it.
16592
16593 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
16594 (pcmpl-gnu-tar-buffer): Remove.
16595 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
16596 around. Make sure pcomplete-suffix-list is only changed temporarily.
16597 Don't look inside the tar's file if it's too large.
16598
16599 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
16600
16601 * cus-edit.el (custom-mode-map):
16602 * epa.el (epa-key-list-mode-map):
16603 * man.el (Man-mode-map):
16604 * startup.el (splash-screen-keymap):
16605 * simple.el (special-mode-map): Use scroll-up-command and
16606 scroll-down-command.
16607
16608 * progmodes/idlw-help.el (idlwave-help-mode-map):
16609 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
16610 * net/newst-plainview.el (newsticker-mode-map):
16611 * emulation/ws-mode.el (wordstar-mode-map):
16612 * emulation/vi.el (vi-com-map):
16613 * calc/calc-graph.el (calc-graph-show-dumb):
16614 * term/sun.el (terminal-init-sun):
16615 * term/ns-win.el (global-map):
16616 * progmodes/grep.el (grep-mode-map):
16617 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
16618 * mail/rmail.el (rmail-mode-map):
16619 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
16620
16621 * custom.el (custom-safe-themes, load-theme): Treat value of t for
16622 custom-safe-themes as special.
16623
16624 2011-10-01 Julien Danjou <julien@danjou.info>
16625
16626 * notifications.el (notifications-notify): Fix docstring.
16627
16628 2011-10-01 Per Starbäck <per@starback.se>
16629
16630 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
16631
16632 2011-09-30 Martin Rudalics <rudalics@gmx.at>
16633
16634 * startup.el (command-line-1): Fix last fix by inserting
16635 initial-scratch-message into *scratch* before displaying it.
16636 (Bug#9605) and (Bug#9636)
16637
16638 2011-09-29 Eli Zaretskii <eliz@gnu.org>
16639
16640 * simple.el (line-move): If auto-hscroll-mode is disabled and the
16641 window is hscrolled, move by logical lines. (Bug#9607)
16642 (line-move-visual): Update the doc string to the above effect.
16643
16644 2011-09-29 Martin Rudalics <rudalics@gmx.at>
16645
16646 * window.el (display-buffer-record-window): When WINDOW is the
16647 selected window use `point' instead of `window-point'. (Bug#9626)
16648
16649 * startup.el (command-line-1): Use insert-before-markers when
16650 inserting initial-scratch-message. (Bug#9605)
16651
16652 * help.el (help-window): Remove variable.
16653
16654 2011-09-29 Glenn Morris <rgm@gnu.org>
16655
16656 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
16657
16658 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
16659
16660 * descr-text.el (describe-char-categories): Accept category
16661 descriptions more than one line long.
16662
16663 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16664
16665 * simple.el (delete-trailing-whitespace): Fix last change.
16666
16667 * progmodes/perl-mode.el (perl-syntax-propertize-function):
16668 Don't confuse "y => 3" as the beginning of a `y' operation.
16669
16670 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
16671 object has more than 4 slots (bug#9613).
16672
16673 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
16674
16675 * subr.el (with-output-to-temp-buffer):
16676 * net/quickurl.el (quickurl, quickurl-browse-url):
16677 Fix typos in docstrings.
16678
16679 2011-09-27 Eli Zaretskii <eliz@gnu.org>
16680
16681 * minibuffer.el (completion-styles)
16682 (completion-category-overrides): Cross reference each other in doc
16683 strings.
16684
16685 2011-09-27 Glenn Morris <rgm@gnu.org>
16686
16687 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
16688 to split-string. (Bug#9606)
16689
16690 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16691
16692 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
16693 (bug#9615).
16694
16695 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
16696
16697 * emacs-lisp/package.el (list-packages): Fix echo area message.
16698
16699 2011-09-27 Leo Liu <sdl.web@gmail.com>
16700
16701 * ido.el (ido-read-internal): Accept cons cell HIST arg.
16702
16703 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
16704
16705 * net/dbus.el (dbus-unregister-object): Don't release services for
16706 registered signals. (Bug#9581)
16707
16708 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
16709
16710 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
16711 function that picks between cfengine 2 and 3 support
16712 automatically. Update docs accordingly.
16713
16714 2011-09-22 Kenichi Handa <handa@m17n.org>
16715
16716 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
16717 ZERO.
16718 (indian-itrans-v5-table-for-tamil): New variable.
16719 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
16720
16721 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
16722
16723 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
16724 that's true if the current command involved collapsing of text.
16725 It's reset to false at the beginning of the next command.
16726 (allout-post-command-business): Move the cursor to the beginning
16727 of entry if the cursor is hidden and collapsing activity just
16728 happened.
16729
16730 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
16731
16732 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
16733 tracking (Bug#9541).
16734
16735 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
16736
16737 * net/newst-reader.el (newsticker-html-renderer)
16738 (newsticker-show-news): Automatically load html rendering package
16739 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
16740 because w3m-fill-column is let-bound" and the error "Symbol's value
16741 as variable is void: w3m-fill-column".
16742
16743 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
16744
16745 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
16746 Release services only if they are defined. (Bug#9581)
16747
16748 2011-09-23 Richard Stallman <rms@gnu.org>
16749
16750 * textmodes/paragraphs.el (forward-sentence): For backwards case,
16751 distinguish start of paragraph from start of its text.
16752
16753 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
16754
16755 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
16756 (rmail-generate-viewer-buffer): Put that hook on view buffer.
16757 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
16758
16759 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
16760
16761 * international/mule-diag.el (mule-diag): Insert a newline after
16762 each fontset description.
16763
16764 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16765
16766 * simple.el (delete-trailing-whitespace):
16767 Document last change; simplify.
16768
16769 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
16770
16771 * simple.el (delete-trailing-whitespace): Also delete
16772 extra newlines at the end of the buffer.
16773
16774 * textmodes/picture.el: Make motion commands obey shift-select-mode.
16775 (picture-newline): Use forward-line so as to ignore fields.
16776
16777 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16778
16779 * subr.el (with-wrapper-hook): Fix edebug spec.
16780
16781 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16782
16783 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
16784 (bug#4538).
16785
16786 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
16787
16788 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
16789 Fix nasty bug using wrong cached values.
16790
16791 2011-09-23 Alan Mackenzie <acm@muc.de>
16792
16793 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
16794
16795 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
16796
16797 * window.el (pop-to-buffer): Ensure right window is selected if we
16798 chose another frame.
16799
16800 2011-09-22 Eli Zaretskii <eliz@gnu.org>
16801
16802 * simple.el (what-cursor-position): Use get-char-property-change
16803 and next-single-char-property-change, to be able to show display
16804 properties that come from overlays as well as text properties.
16805
16806 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
16807
16808 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
16809
16810 * cmuscheme.el (run-scheme, switch-to-scheme):
16811 * cus-edit.el (customize-group, custom-buffer-create)
16812 (customize-browse):
16813 * info.el (info):
16814 * shell.el (shell):
16815 * mail/sendmail.el (mail):
16816 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
16817
16818 2011-09-22 Richard Stallman <rms@gnu.org>
16819
16820 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
16821 move back only to line beg, don't move back over blank lines.
16822
16823 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
16824
16825 * files.el (copy-directory): Set directory attributes only in case
16826 they could be retrieved from the source directory. (Bug#9565)
16827
16828 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
16829
16830 * progmodes/hideshow.el (hs-looking-at-block-start-p)
16831 (hs-find-block-beginning, hs-hide-level-recursive):
16832 Ignore strings as well as comments. (Bug#9502)
16833
16834 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
16835
16836 * progmodes/sql.el (sql-comint-postgres):
16837 Convert port number to a string. (Bug#9566)
16838
16839 2011-09-22 Martin Rudalics <rudalics@gmx.at>
16840
16841 * window.el (quit-window): Undedicate window when switching to
16842 previous buffer. Reported by Thierry Volpiatto
16843 <thierry.volpiatto@gmail.com>.
16844 (special-display-popup-frame): When popping up a new frame reset
16845 its previous buffers to nil. Simplify code.
16846
16847 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
16848
16849 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
16850 and process filter, as done also in `shell-command'.
16851
16852 2011-09-21 Martin Rudalics <rudalics@gmx.at>
16853
16854 * window.el (set-window-buffer-start-and-point):
16855 Call set-window-start with NOFORCE argument t.
16856 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16857 (quit-window): Reword doc-string. Handle new format of
16858 quit-restore parameter. Don't delete window if it has a
16859 previous buffer we can show instead of the present one.
16860 (display-buffer-record-window): Rewrite using a new format for
16861 the quit-restore window parameter
16862 (special-display-popup-frame, display-buffer-same-window)
16863 (display-buffer-reuse-window, display-buffer-pop-up-frame)
16864 (display-buffer-pop-up-window, display-buffer-use-some-window):
16865 Adapt symbol passed to display-buffer-record-window.
16866 * help.el (help-window-setup): Handle new format of quit-restore
16867 parameter.
16868
16869 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16870
16871 * faces.el (face-list): Fix docstring (bug#9564).
16872
16873 * window.el (display-buffer--action-function-custom-type):
16874 Don't include internal functions in the Custom interface.
16875
16876 2011-09-20 Juri Linkov <juri@jurta.org>
16877
16878 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
16879 (Info-forward-node, Info-backward-node, Info-next-preorder)
16880 (Info-last-preorder): Use it. (Bug#9528)
16881
16882 2011-09-20 Juri Linkov <juri@jurta.org>
16883
16884 * info.el (Info-last-preorder): Visit last menu item only when
16885 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
16886
16887 2011-09-20 Julien Danjou <julien@danjou.info>
16888
16889 * password-cache.el (password-cache-remove): Remove entries even if the
16890 value is nil, so that password with a nil value (negative caching) is
16891 possible to invalidate.
16892
16893 2011-09-20 Lawrence Mitchell <wence@gmx.li>
16894
16895 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
16896 all whitespace around breakpoint. (Bug#9553)
16897 (f90-find-breakpoint): Only break at whitespace inside a comment.
16898
16899 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16900
16901 * minibuffer.el (completion-file-name-table): Keep track of errors.
16902 (completion-table-with-predicate): Handle the case where pred1 is nil.
16903 * pcomplete.el (pcomplete-completions-at-point): Simplify.
16904
16905 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16906
16907 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
16908 (debugger-return-value): Signal an error if the debugging context does
16909 not await any return value.
16910
16911 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
16912 * image-mode.el (image-toggle-display-text)
16913 (image-toggle-display-image): Stay away from evil `intangible'.
16914
16915 2011-09-19 Leo Liu <sdl.web@gmail.com>
16916
16917 * replace.el (occur-revert-arguments): Make it permanent-local.
16918 (occur-mode): Don't call font-lock-defontify.
16919
16920 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
16921
16922 * net/ldap.el (ldap-search-internal): Don't push empty search
16923 result (Bug#9508).
16924
16925 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16926
16927 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
16928
16929 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
16930
16931 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
16932 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
16933
16934 2011-09-18 Juri Linkov <juri@jurta.org>
16935
16936 * buff-menu.el (Buffer-menu-mode-map):
16937 * dired.el (dired-mode-map):
16938 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
16939 (lisp-interaction-mode-map):
16940 * emacs-lisp/package.el (package-menu-mode-map):
16941 * epa.el (epa-key-list-mode-map):
16942 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
16943 (menu-bar-options-menu):
16944 * outline.el (outline-mode-menu-bar-map):
16945 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
16946 * vc/vc-dir.el (vc-dir-menu-map):
16947 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
16948 Capitalize non-function content words in menu item strings.
16949
16950 * dired.el (dired-mode-map): Add menu item for
16951 `image-dired-dired-toggle-marked-thumbs'.
16952
16953 2011-09-18 Juri Linkov <juri@jurta.org>
16954
16955 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
16956 to `isearch-case-fold-search' and restore its original value
16957 after the `isearch-mode' call.
16958
16959 2011-09-18 Juri Linkov <juri@jurta.org>
16960
16961 * progmodes/grep.el (grep-process-setup): Don't check code for 1
16962 because `zgrep' returns 1 for successful matches (bug#9226).
16963
16964 2011-09-18 Juri Linkov <juri@jurta.org>
16965
16966 * info.el (Info-extract-menu-node-name): Check the second match
16967 for empty string (second test-case of bug#9528).
16968 (Info-last-preorder): Let-bind `Info-history' to nil to not add
16969 intermediate nodes to the history (first test-case of bug#9528).
16970
16971 2011-09-18 Juri Linkov <juri@jurta.org>
16972
16973 * info.el (Info-mode-syntax-table): New variable.
16974 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
16975
16976 2011-09-18 Juri Linkov <juri@jurta.org>
16977
16978 * info.el (Info-file-supports-index-cookies):
16979 Increment line-beginning-position's arg from 3 to 4 because makeinfo
16980 outputs one more line for long file names (bug#4142).
16981
16982 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
16983
16984 * newcomment.el (comment-normalize-vars): If prompting for
16985 comment-start, set comment-start-skip too (Bug#8424).
16986
16987 2011-09-18 Johan Bockgård <bojohan@gnu.org>
16988
16989 * icomplete.el: Fix previous fix of Bug#5849.
16990 (icomplete-mode): Don't set completion-show-inline-help.
16991 (icomplete-minibuffer-setup): Set completion-show-inline-help
16992 locally during icompletion.
16993
16994 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
16995
16996 * woman.el (woman2-process-escapes): Don't delete unrecognized
16997 escapes (Bug#7843).
16998
16999 * files.el (inhibit-first-line-modes-regexps): Add image files.
17000 (hack-local-variables-prop-line): Return nil for malformed
17001 prop-lines (Bug#9044).
17002
17003 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
17004
17005 * net/tramp.el (top): Don't require 'shell.
17006 (tramp-methods): Fix docstring.
17007 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
17008 Return complete remote file name. Handle "smb" case.
17009 Use `tramp-tmpdir', if defined for the respective method.
17010 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
17011
17012 * net/tramp-compat.el (top): Require 'shell.
17013
17014 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
17015 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
17016 `tramp-current-host'.
17017 (tramp-get-remote-tmpdir): Remove.
17018
17019 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
17020 `tramp-tmpdir' entries.
17021 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
17022 (tramp-smb-handle-file-attributes): Ignore errors.
17023 (tramp-smb-wait-for-output): Check also for process end.
17024
17025 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17026
17027 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
17028 when sending QUIT (bug#9312).
17029
17030 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
17031
17032 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
17033 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
17034 occur-mode-display-occurrence.
17035 (occur-edit-mode): Add usage message.
17036 (occur-cease-edit): New command.
17037 (occur-after-change-function): Use text properties to find the
17038 position of the prefix text.
17039 (occur-engine): Set stickiness of prefix text properties.
17040
17041 2011-09-17 Glenn Morris <rgm@gnu.org>
17042
17043 * progmodes/etags.el (complete-tag):
17044 Fix call to completion-in-region. (Bug#9526)
17045
17046 2011-09-17 Juri Linkov <juri@jurta.org>
17047
17048 * textmodes/ispell.el (ispell-word): Add to the error message
17049 the word, ispell program name and current dictionary (bug#9121).
17050 (ispell-tex-arg-end): Capitalize "error" in the error message.
17051
17052 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
17053
17054 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
17055 check. (Bug#4251)
17056
17057 2011-09-17 Juri Linkov <juri@jurta.org>
17058
17059 * window.el (window-safe-min-height, window-safe-min-width):
17060 Fix typos (followup to bug#9522).
17061
17062 2011-09-17 Sven Joachim <svenjoac@gmx.de>
17063
17064 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
17065
17066 2011-09-16 Eli Zaretskii <eliz@gnu.org>
17067
17068 * simple.el (line-move): If goal-column is set, move by logical
17069 lines, not by display lines. (Bug#971)
17070 (next-line, previous-line, goal-column, line-move-visual): Doc fix
17071 to reflect the above change.
17072
17073 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17074
17075 * image.el (imagemagick-register-types): Use regexp-opt.
17076
17077 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17078
17079 * window.el (display-buffer-base-action): Rename from
17080 display-buffer-default-action. Make default value empty.
17081 (display-buffer-overriding-action): Convert to defvar.
17082 (display-buffer-fallback-action): New var.
17083
17084 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17085
17086 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
17087 declaration.
17088 (package--add-to-archive-contents): If there is a duplicate entry
17089 with an older version, remove it.
17090 (package-menu-mark-delete, package-menu-mark-install)
17091 (package-menu-mark-unmark): Make unused args optional.
17092 (package-menu-mark-obsolete-for-deletion):
17093 Use package-menu-get-status instead of a regexp search.
17094 (package-menu-get-status): Use tabulated-list-entry.
17095 (package-menu-mark-upgrades): New command.
17096 (package-menu-mode-map): Bind it to U. Add it to menu bar.
17097 (package-menu-execute): Do installation before deletion.
17098 (package-menu-refresh, package-menu-execute): Use derived-mode-p
17099 instead of checking major-mode.
17100 (package-menu--find-upgrades): New function.
17101
17102 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17103
17104 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
17105 passwords in the log buffer.
17106 (smtpmail-process-filter): Update the process marker so that the
17107 "broken by peer" status message is inserted in the right place.
17108
17109 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17110
17111 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
17112 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
17113 bibtex-completion-at-point-function.
17114 (bibtex-completion-at-point-function): Use them.
17115
17116 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
17117
17118 * mpc.el (mpc-constraints-tag-lookup): New function.
17119 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
17120 also to browser "album|playlist".
17121
17122 2011-09-14 Juri Linkov <juri@jurta.org>
17123
17124 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
17125 (isearch-edit-string): Use length of `isearch-string' when
17126 `isearch-fail-pos' returns nil.
17127 (isearch-message): Remove duplicate code and call
17128 `isearch-fail-pos' with arg `t'.
17129
17130 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
17131
17132 * replace.el (occur-mode-goto-occurrence): Don't force using other
17133 window (Bug#9499).
17134
17135 * dired-aux.el (dired-do-chmod): Don't provide initial input.
17136
17137 2011-09-14 Martin Rudalics <rudalics@gmx.at>
17138
17139 * window.el (display-buffer-window): Remove.
17140 (display-buffer-record-window): Use help-setup window parameter
17141 instead of variable display-buffer-window.
17142 (display-buffer-function, special-display-buffer-names)
17143 (special-display-function): Mention help-setup parameter instead
17144 of display-buffer-window in doc-string.
17145 * help.el (help-window-setup): New argument help-window.
17146 Use help-window-setup parameter instead of display-buffer-window.
17147 Reword some messages.
17148 (with-help-window): Pass window used for displaying the buffer
17149 to help-window-setup. Don't set display-buffer-window.
17150
17151 2011-09-13 Glenn Morris <rgm@gnu.org>
17152
17153 * emacs-lisp/debug.el (debugger-make-xrefs):
17154 Preserve point. (Bug#9462)
17155
17156 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17157
17158 * window.el (window-deletable-p): Use next-frame.
17159
17160 2011-09-13 Martin Rudalics <rudalics@gmx.at>
17161
17162 * window.el (window-auto-delete): Remove.
17163 (window-deletable-p): Remove argument FORCE. Don't deal with
17164 dedication and previous buffers.
17165 (switch-to-prev-buffer): Don't delete window.
17166 (delete-windows-on): Delete a window's frame if and only if the
17167 window is dedicated.
17168 (replace-buffer-in-windows): Delete buffer's window or frame if
17169 and only if window is dedicated.
17170 (quit-window): Handle quit-restore as before last change.
17171 (bury-buffer): Delete window only if window-deletable-p returns t.
17172
17173 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17174
17175 * window.el (window-deletable-p): Never delete the last frame on a
17176 given terminal.
17177
17178 2011-09-13 Glenn Morris <rgm@gnu.org>
17179
17180 * help.el (describe-key-briefly): Copy previous standard-output change.
17181
17182 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
17183
17184 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
17185
17186 2011-09-13 Glenn Morris <rgm@gnu.org>
17187
17188 * emacs-lisp/lisp-mode.el (lisp-indent-function):
17189 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
17190
17191 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
17192
17193 * dired-aux.el (dired-mark-read-string): Don't return default
17194 value on empty input (Bug#9361).
17195 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
17196 Omit initial minibuffer contents.
17197 (dired-do-chmod): Signal an error on empty input.
17198 (dired-mark-read-string): Don't return default on empty input.
17199
17200 * files.el (file-modes-symbolic-to-number): Doc fix.
17201
17202 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17203
17204 * international/mule-cmds.el (ucs-completions): Remove.
17205 (read-char-by-name): Use complete-with-action instead; add metadata.
17206
17207 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17208
17209 * window.el (display-buffer--action-function-custom-type)
17210 (display-buffer--action-custom-type): New vars.
17211 (display-buffer-alist, display-buffer-default-action)
17212 (display-buffer-overriding-action): Add defcustom types.
17213
17214 * frame.el (delete-other-frames): Doc fix (Bug#276).
17215
17216 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17217
17218 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
17219
17220 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17221
17222 Change modes that used same-window-* vars to use switch-to-buffer.
17223
17224 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
17225 Use switch-to-buffer.
17226
17227 * cus-edit.el (customize-group, custom-buffer-create)
17228 (customize-browse, custom-buffer-create-other-window):
17229 Use switch-to-buffer or switch-to-buffer-other-window.
17230
17231 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
17232 (Info-prev, Info-up, Info-speedbar-goto-node)
17233 (info-display-manual): Use switch-to-buffer.
17234 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
17235
17236 * mail/sendmail.el (mail): Use switch-to-buffer.
17237 (mail-recover): Use switch-to-buffer-other-window.
17238
17239 * cmuscheme.el (run-scheme, switch-to-scheme):
17240 * ielm.el (ielm):
17241 * shell.el (shell):
17242 * net/rlogin.el (rlogin):
17243 * net/telnet.el (telnet, rsh):
17244 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
17245
17246 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
17247
17248 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
17249
17250 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17251
17252 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
17253 so don't mention it (bug#9301).
17254 (dired-sort-toggle-or-edit): Clarify string further.
17255
17256 * faces.el (face-spec-set-match-display): Make `(type graphic)'
17257 match `x', `w32' and `ns', like the manual says (bug#9029).
17258
17259 * subr.el (eval-after-load): Doc string clarification (bug#9125).
17260 (process-kill-buffer-query-function): Mention the buffer name in
17261 the query.
17262
17263 * image-mode.el (image-next-line): The line parameter is mandatory
17264 (bug#9258).
17265
17266 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
17267 which can be useful (bug#9301).
17268
17269 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
17270
17271 * subr.el (match-string): Mention that the current buffer should
17272 be the same as the search was done in (bug#9282).
17273
17274 * facemenu.el: Disable the remove-* commands if the mark isn't
17275 active (bug#9162).
17276
17277 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17278
17279 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
17280 of display-buffer.
17281 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
17282
17283 * replace.el (occur-mode-goto-occurrence)
17284 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
17285 and display-buffer.
17286
17287 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
17288 display-buffer.
17289
17290 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
17291 special-display and same-window variables.
17292 (mail-other-window): Use switch-to-buffer-other-window.
17293 (mail-other-frame): USe switch-to-buffer-other-frame.
17294
17295 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
17296 Use display-buffer-other-frame.
17297 (gdb-display-gdb-buffer): Use pop-to-buffer.
17298
17299 * progmodes/gud.el (gud-goto-info): Use info-other-window.
17300
17301 * progmodes/python.el: Don't set same-window-buffer-names.
17302
17303 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
17304
17305 * window.el (display-buffer-alist): Add *Python*.
17306
17307 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17308
17309 * window.el (display-buffer-alist): Add entry for buffers
17310 previously handled same-window-*.
17311 (display-buffer-alist, display-buffer-default-action)
17312 (display-buffer-overriding-action): Mark as risky.
17313 (display-buffer-alist): Document action function changes.
17314 (display-buffer--same-window-action)
17315 (display-buffer--other-frame-action): New variables.
17316 (switch-to-buffer, display-buffer-other-frame): Use them.
17317 (display-buffer): Rename reuse-frame entry to reusable-frames.
17318 (display-buffer-reuse-selected-window): Function deleted.
17319 (display-buffer-reuse-window): Handle reusable-frames alist entry.
17320 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
17321 (display-buffer-special): New function.
17322 (display-buffer--maybe-pop-up-frame-or-window): Rename from
17323 display-buffer-reuse-or-pop-window. Split off special-display
17324 part into display-buffer-special.
17325 (display-buffer-use-some-window): Don't perform any special
17326 pop-up-frames handling.
17327 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
17328 (display-buffer--maybe-same-window): Rename from
17329 display-buffer-maybe-same-window.
17330
17331 * info.el: Don't set same-window-regexps.
17332 (info-setup): New function.
17333 (info-other-window, info): Call it.
17334
17335 * cus-edit.el: Don't set same-window-regexps.
17336 (customize-group): New argument.
17337 (customize-group-other-window): Use it.
17338 (customize-face, customize-face-other-window): Likewise.
17339 (custom-buffer-create-other-window): Use pop-to-buffer directly.
17340
17341 * net/rlogin.el:
17342 * net/telnet.el:
17343 * progmodes/gud.el: Don't set same-window-regexps.
17344
17345 * cmuscheme.el:
17346 * ielm.el:
17347 * shell.el:
17348 * mail/sendmail.el:
17349 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
17350
17351 2011-09-10 Juri Linkov <juri@jurta.org>
17352
17353 * isearch.el (isearch-edit-string): Remove obsolete mention of
17354 `C-w' (`isearch-yank-word-or-char') from docstring.
17355 (isearch-query-replace): Fix typo in docstring (bug#9466).
17356
17357 2011-09-10 Juri Linkov <juri@jurta.org>
17358
17359 * paren.el (show-paren-function): Don't show escaped parens.
17360 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
17361
17362 2011-09-10 Eli Zaretskii <eliz@gnu.org>
17363
17364 * mail/sendmail.el (mml-to-mime, mml-attach-file)
17365 (mm-default-file-encoding): Remove autoload forms, they are
17366 replaced with autoload cookies in mml.el and mm-encode.el.
17367 (mail-add-attachment): New command.
17368 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
17369 (mail-mode): Mention mail-insert-file and mail-add-attachment in
17370 the doc string.
17371 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
17372
17373 2011-09-10 Reuben Thomas <rrt@sc3d.org>
17374
17375 * simple.el (count-words-region): Use buffer if there's no region
17376 (bug#9429).
17377
17378 2011-09-09 Juri Linkov <juri@jurta.org>
17379
17380 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
17381 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
17382 (wdired-isearch-filter-read-only): New function. (Bug#6362)
17383
17384 2011-09-09 Alan Mackenzie <acm@muc.de>
17385
17386 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
17387 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
17388
17389 2011-09-09 Eli Zaretskii <eliz@gnu.org>
17390
17391 Fix for Savannah bug#9392.
17392 * simple.el (mail-encode-mml): New defvar.
17393
17394 * mail/rmail.el (mail-encode-mml): Add a defvar.
17395 (rmail-enable-mime-composing): Default to t.
17396 (rmail-forward): Use MIME method of forwarding only if both
17397 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
17398 Set mail-encode-mml non-nil if the MIME method was used.
17399
17400 * mail/sendmail.el (mml-to-mime): Add autoload form.
17401 (mail-encode-mml): Add a defvar.
17402 (mail-mode): Make mail-encode-mml buffer-local and initialize it
17403 to nil.
17404 (mail-send): If mail-encode-mml is non-nil, run the outgoing
17405 message through mml-to-mime, and reset mail-encode-mml to nil.
17406
17407 2011-09-09 Glenn Morris <rgm@gnu.org>
17408
17409 * woman.el (woman-if-body): When processing an .el block,
17410 do not delete the next .el block as well. (Bug#9447)
17411 (woman-special-characters): Add oq, cq, and hy characters.
17412
17413 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17414
17415 * window.el (window-deletable-p): Make sure window is live before
17416 invoking window-prev-buffers.
17417
17418 2011-09-08 Leo Liu <sdl.web@gmail.com>
17419
17420 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
17421
17422 2011-09-08 Juri Linkov <juri@jurta.org>
17423
17424 * progmodes/compile.el (compilation-environment): Make it
17425 a defcustom (bug#8340).
17426
17427 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17428
17429 * window.el (frame-auto-delete): Rename to window-auto-delete.
17430 Make it control auto-deletion of windows and/or frames.
17431 (window-deletable-p): New argument FORCE. Rewrite conditions
17432 for deleting window/frame. (Bug#9419)
17433 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
17434 Rewrite handling of case when window/frame can be deleted.
17435 (delete-windows-on): Call window-deletable-p with new FORCE
17436 argument t. (Bug#9456)
17437
17438 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
17439
17440 * help-mode.el (help-mode): Restore autoload.
17441
17442 2011-09-07 Juri Linkov <juri@jurta.org>
17443
17444 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
17445 `compilation-environment'. Set buffer-local
17446 `compilation-environment' to `thisenv' later after (funcall mode).
17447 (Bug#8340)
17448
17449 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
17450 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
17451 instead of replacing its value. (Bug#8340)
17452
17453 2011-09-07 Juri Linkov <juri@jurta.org>
17454
17455 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
17456 based on text properties put by `grep-filter' instead of matching
17457 escape sequences.
17458 (grep-mode): Set buffer-local `compilation-error-screen-columns'
17459 to the value of `grep-error-screen-columns' (bug#9438).
17460
17461 2011-09-07 Juri Linkov <juri@jurta.org>
17462
17463 * simple.el (next-error-highlight, next-error-highlight-no-select):
17464 Doc fix (bug#9432).
17465
17466 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
17467
17468 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17469 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
17470
17471 2011-09-07 Leo Liu <sdl.web@gmail.com>
17472
17473 * net/rcirc.el (rcirc-mode): Conditionally initialize
17474 rcirc-input-ring.
17475
17476 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17477
17478 * emacs-lisp/find-func.el (find-function-C-source): Only set
17479 find-function-C-source-directory after checking that we found a source
17480 file there (bug#9440).
17481
17482 2011-09-06 Alan Mackenzie <acm@muc.de>
17483
17484 * isearch.el (isearch-other-meta-char): Wherever a key list is
17485 unread, "unread" the prefix arg, too. This fixes bug #8901.
17486
17487 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
17488
17489 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
17490
17491 2011-09-05 Juri Linkov <juri@jurta.org>
17492
17493 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
17494
17495 2011-09-05 Juri Linkov <juri@jurta.org>
17496
17497 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
17498 keeping point where processing of grep matches begins, and
17499 continue to delete remaining escape sequences from the same point.
17500 (grep-filter): Make leading zero optional in "0?1;31m" because
17501 git-grep emits "\033[1;31m" escape sequences unlike expected
17502 "\033[01;31m" as GNU Grep does (bug#9408).
17503 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
17504
17505 2011-09-05 Juri Linkov <juri@jurta.org>
17506
17507 * subr.el (y-or-n-p): Capitalize "yes".
17508
17509 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
17510
17511 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
17512 `tramp-cache-unload-hook' where appropriate.
17513 (tramp-methods): Rename `tramp-remote-sh' to
17514 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
17515 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
17516
17517 * net/tramp-sh.el (top): Don't require 'shell.
17518 (tramp-methods): Add `tramp-remote-shell' and
17519 `tramp-remote-shell-args' entries.
17520 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
17521 (tramp-sh-handle-shell-command): Remove.
17522 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17523 Use `tramp-remote-shell'.
17524
17525 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
17526
17527 * mail/sendmail.el (sendmail-query-once-function): Delete.
17528 (sendmail-query-once): Save directly to send-mail-function.
17529 Update message-send-mail-function too.
17530
17531 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
17532
17533 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17534
17535 * progmodes/python.el (python-mode-map): Use correct function to
17536 start python interpreter from menu-bar (as reported by Geert
17537 Kloosterman).
17538 (inferior-python-mode-map): Fix typo.
17539 (python-shell-map): Remove.
17540
17541 2011-09-03 Deniz Dogan <deniz@dogan.se>
17542
17543 * net/rcirc.el (rcirc-print): Simplify code for
17544 rcirc-scroll-show-maximum-output. There is no need to walk
17545 through all windows to find the right one.
17546
17547 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17548
17549 * help.el (help-return-method): Doc fix.
17550
17551 2011-09-03 Martin Rudalics <rudalics@gmx.at>
17552
17553 * window.el (window-deletable-p): Don't return a non-nil value
17554 when there's a buffer that was shown in the window before.
17555 (Bug#9419)
17556 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17557 Set window's previous buffers to nil.
17558
17559 2011-09-03 Eli Zaretskii <eliz@gnu.org>
17560
17561 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
17562 newline before and after the tag line, so it doesn't interfere
17563 with determining the paragraph direction of bidirectional text.
17564
17565 2011-09-03 Leo Liu <sdl.web@gmail.com>
17566
17567 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
17568
17569 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17570
17571 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
17572 (pop-to-buffer): Change interactive spec. Pass second argument
17573 directly to display-buffer.
17574 (display-buffer): Fix interactive spec. Use functionp to
17575 distinguish between a function and a list of functions.
17576
17577 * abbrev.el (edit-abbrevs):
17578 * arc-mode.el (archive-extract):
17579 * autoinsert.el (auto-insert):
17580 * bookmark.el (bookmark-bmenu-list):
17581 * files.el (find-file):
17582 * view.el (view-buffer):
17583 * progmodes/compile.el (compilation-goto-locus):
17584 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
17585
17586 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17587
17588 * window.el (display-buffer-alist): Doc fix.
17589 (display-buffer): Add docstring. Don't treat
17590 display-buffer-default specially.
17591 (display-buffer-reuse-selected-window)
17592 (display-buffer-same-window, display-buffer-maybe-same-window)
17593 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17594 (display-buffer-pop-up-window)
17595 (display-buffer-reuse-or-pop-window)
17596 (display-buffer-use-some-window): New functions.
17597 (display-buffer-default-action): Use them.
17598 (display-buffer-default): Delete.
17599 (pop-to-buffer-1): Fix choice of actions.
17600
17601 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
17602
17603 * minibuffer.el (completion--insert-strings): Don't get confused by
17604 completion entries that end with an LF char.
17605
17606 2011-09-01 Eli Zaretskii <eliz@gnu.org>
17607
17608 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
17609
17610 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
17611
17612 * window.el (display-buffer): Restore interactive spec.
17613 (display-buffer-same-window, display-buffer-other-window):
17614 New functions.
17615 (pop-to-buffer-1): New function. Use the above.
17616 (pop-to-buffer, pop-to-buffer-same-window): Use it.
17617 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
17618
17619 * view.el (view-buffer-other-window, view-buffer-other-frame):
17620 Just use pop-to-buffer.
17621
17622 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17623
17624 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
17625
17626 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
17627
17628 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
17629
17630 2011-08-31 Richard Stallman <rms@gnu.org>
17631
17632 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
17633 of the separation of rmail-view-buffer from rmail-buffer.
17634 If you say no to "replace original", the decrypt is in the
17635 view buffer. If you say yes, the decrypt goes into the
17636 rmail buffer also.
17637
17638 2011-08-31 Martin Rudalics <rudalics@gmx.at>
17639
17640 * window.el (display-buffer-window): Rewrite doc-string.
17641 (display-buffer-record-window): New function.
17642 (display-buffer-macro-specifiers)
17643 (display-buffer-even-window-sizes, display-buffer-set-height)
17644 (display-buffer-set-width, display-buffer-in-window)
17645 (display-buffer-reuse-window, display-buffer-split-specifiers)
17646 (display-buffer-side-specifiers, display-buffer-split-window-1)
17647 (display-buffer-split-window, display-buffer-split-atom-window)
17648 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
17649 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
17650 (display-buffer-other-window-means-other-frame)
17651 (display-buffer-normalize-special)
17652 (display-buffer-normalize-default)
17653 (display-buffer-normalize-argument)
17654 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
17655 (display-buffer-normalize-specifiers, display-buffer-frame)
17656 (display-buffer-same-window, display-buffer-same-frame)
17657 (display-buffer-other-window)
17658 (display-buffer-same-frame-other-window)
17659 (display-buffer-other-frame, pop-to-buffer-same-window)
17660 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
17661 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
17662 (switch-to-buffer-same-frame)
17663 (switch-to-buffer-other-window-same-frame)
17664 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
17665 (display-buffer-alist-set-1, display-buffer-alist-set-2)
17666 (display-buffer-alist-set): Remove.
17667 (display-buffer-function, special-display-buffer-names)
17668 (special-display-regexps, special-display-function):
17669 In doc-string refer to display-buffer-window and quit-restore
17670 parameter.
17671 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
17672 (special-display-frame-alist, special-display-popup-frame)
17673 (same-window-buffer-names, same-window-regexps, same-window-p)
17674 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17675 (split-window-preferred-function, split-height-threshold)
17676 (split-width-threshold, window-splittable-p)
17677 (split-window-sensibly, window--try-to-split-window)
17678 (window--frame-usable-p, even-window-heights)
17679 (window--even-window-heights, window--display-buffer-1)
17680 (window--display-buffer-2, display-buffer-other-frame):
17681 Restore old Emacs 23 code, order and doc-strings where applicable.
17682 (display-buffer-default, display-buffer-assq-regexp): New functions.
17683 (display-buffer-alist): Rewrite doc-string.
17684 (display-buffer-default-action)
17685 (display-buffer-overriding-action): New variables.
17686 (display-buffer, switch-to-buffer): Rewrite.
17687 (pop-to-buffer): Restore Emacs 23 behavior but use
17688 window-normalize-buffer-to-display.
17689 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
17690 Restore Emacs 23 behavior but use
17691 window-normalize-buffer-to-switch-to.
17692 (pop-to-buffer-same-window): Rewrite.
17693 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
17694 Rewrite using Emacs 23 options.
17695
17696 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
17697
17698 * net/tramp.el (tramp-root-regexp): Remove.
17699 (tramp-completion-file-name-regexp-unified)
17700 (tramp-completion-file-name-regexp-separate)
17701 (tramp-completion-file-name-regexp-url): Don't use leading volume
17702 letter on w32 systems. (Bug#5303, Bug#9311)
17703 (tramp-drop-volume-letter): Simplify definition.
17704 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17705
17706 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17707
17708 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
17709 (bug#9356).
17710
17711 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
17712
17713 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
17714
17715 2011-08-29 Juri Linkov <juri@jurta.org>
17716
17717 * isearch.el (isearch-done): Don't display message "Mark saved"
17718 when arg `edit' is non-nil to prevent its flicker in the echo area.
17719
17720 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17721
17722 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
17723 obsolete packages for deletion.
17724
17725 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
17726
17727 * help-mode.el (help-mode-map): Add special-mode-map to parent.
17728 (help-mode): Derive help-mode from special-mode. Don't invoke
17729 view-mode from help-mode.
17730 (help-xref-override-view-map): Remove.
17731 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
17732 view-mode is not used anymore.
17733
17734 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17735
17736 * server.el (server-port): Doc fix.
17737
17738 * cus-theme.el (custom-theme-choose-mode): Inherit from
17739 special-mode (Bug#9124).
17740 (custom-theme-choose-mode-map): Add special-mode to parent.
17741
17742 2011-08-28 Alan Mackenzie <acm@muc.de>
17743
17744 * progmodes/cc-fonts.el
17745 (c-make-font-lock-BO-decl-search-function): New function.
17746 (c-basic-matchers-after - "Fontify the clauses after various
17747 keywords"): Extract the three keyword lists for the 3 erroneous
17748 constructs from the list of four, and use the new function above
17749 in place of an old one.
17750
17751 2011-08-28 Deniz Dogan <deniz@dogan.se>
17752
17753 * net/rcirc.el (rcirc-insert-prev-input)
17754 (rcirc-insert-next-input): Remove unused argument.
17755
17756 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17757
17758 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
17759
17760 2011-08-27 Alan Mackenzie <acm@muc.de>
17761
17762 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
17763 handle function pointer parameters properly.
17764
17765 2011-08-27 Martin Rudalics <rudalics@gmx.at>
17766
17767 * window.el (display-buffer-reuse-window): Fix case where
17768 selected window was reused with non-nil OTHER-WINDOW argument.
17769 (Bug#9381)
17770
17771 2011-08-27 Deniz Dogan <deniz@dogan.se>
17772
17773 * net/rcirc.el (rcirc-check-auth-status): Adding support for
17774 oftc's NickServ messages.
17775
17776 2011-08-27 Glenn Morris <rgm@gnu.org>
17777
17778 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
17779
17780 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
17781
17782 * emacs-lisp/package.el (package-install): Call package-initialize
17783 if called interactively.
17784
17785 2011-08-26 Leo Liu <sdl.web@gmail.com>
17786
17787 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
17788
17789 2011-08-25 Juri Linkov <juri@jurta.org>
17790
17791 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17792 `search-whitespace-regexp' (bug#9364).
17793
17794 2011-08-25 Juri Linkov <juri@jurta.org>
17795
17796 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
17797 `regexp-search-ring' to their global values to protect from
17798 updating by `read-from-minibuffer' (bug#9185).
17799
17800 2011-08-25 Juri Linkov <juri@jurta.org>
17801
17802 * textmodes/ispell.el (ispell-command-loop): Add newline
17803 at the end of the "Use option `i'..." line.
17804
17805 2011-08-25 Juri Linkov <juri@jurta.org>
17806
17807 * battery.el (display-battery-mode): If `battery-status-function'
17808 or `battery-mode-line-format' is nil, display the message and set
17809 `display-battery-mode' to nil (bug#9363).
17810
17811 2011-08-25 Eli Zaretskii <eliz@gnu.org>
17812
17813 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
17814 bidi-string-mark-left-to-right; they are unnecessary now.
17815
17816 2011-08-25 Deniz Dogan <deniz@dogan.se>
17817
17818 * net/quickurl.el: Documentation typo fixes.
17819
17820 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
17821
17822 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
17823
17824 2011-08-25 Glenn Morris <rgm@gnu.org>
17825
17826 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17827
17828 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
17829 (smtpmail-via-smtp): Handle nil response from smtp.
17830
17831 2011-08-24 Juri Linkov <juri@jurta.org>
17832
17833 * proced.el (proced-marked): Inherit from `error' instead of
17834 `font-lock-warning-face'.
17835
17836 * ibuffer.el (ibuffer-marked-face): Change default face from
17837 `font-lock-warning-face' to `warning'.
17838 (ibuffer-deletion-face): Change default face from
17839 `font-lock-type-face' to `error'.
17840
17841 * battery.el (battery-update): Use the face `error' instead of
17842 `font-lock-warning-face' (bug#6117).
17843
17844 2011-08-24 Juri Linkov <juri@jurta.org>
17845
17846 * faces.el (success): Change face color from "Green3" to
17847 "ForestGreen" on light background (bug#9353).
17848
17849 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
17850
17851 * window.el (quit-window): Rename from quit-restore-window.
17852 Use same arglist as old quit-window.
17853 (frame-auto-delete): Doc fix.
17854
17855 * view.el (view-mode-exit): Use quit-window.
17856
17857 2011-08-24 Juri Linkov <juri@jurta.org>
17858
17859 * isearch.el (isearch-ring-adjust1): Start visiting previous
17860 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
17861 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
17862 for empty search string (when the last search string is reused
17863 automatically) to adjust the isearch ring to the last element and
17864 prepare the correct index for further M-p commands (bug#9185).
17865
17866 2011-08-24 Kenichi Handa <handa@m17n.org>
17867
17868 * international/ucs-normalize.el: If decomposition property of
17869 CHAR is the default one (i.e. a list of CHAR itself), treat it as
17870 nil.
17871 (nfd, nfkd): Likewise.
17872
17873 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
17874
17875 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
17876 from process filters aren't reliably transmitted to the surrounding
17877 accept-process-output.
17878 (mpc-proc-check): New function.
17879 (mpc-proc-sync): Use it (bug#8293)
17880
17881 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
17882
17883 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
17884 Add compatibility functions (bug#9313).
17885
17886 2011-08-23 Eli Zaretskii <eliz@gnu.org>
17887
17888 * cus-start.el (all): Add entry for bidi-paragraph-direction.
17889
17890 * international/uni-bidi.el: Regenerate.
17891
17892 2011-08-23 Kenichi Handa <handa@m17n.org>
17893
17894 * international/charprop.el:
17895 * international/uni-bidi.el:
17896 * international/uni-category.el:
17897 * international/uni-combining.el:
17898 * international/uni-comment.el:
17899 * international/uni-decimal.el:
17900 * international/uni-decomposition.el:
17901 * international/uni-digit.el:
17902 * international/uni-lowercase.el:
17903 * international/uni-mirrored.el:
17904 * international/uni-name.el:
17905 * international/uni-numeric.el:
17906 * international/uni-old-name.el:
17907 * international/uni-titlecase.el:
17908 * international/uni-uppercase.el: Regenerate.
17909
17910 2011-08-23 Martin Rudalics <rudalics@gmx.at>
17911
17912 * help.el (help-window-setup): Fix message displayed when other
17913 window is reused. (Bug#9341)
17914
17915 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
17916
17917 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
17918 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
17919
17920 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
17921 Mark obsolete.
17922 * shell.el (shell-parse-pcomplete-arguments): New function.
17923 (shell-completion-vars): Use it instead (bug#9160).
17924
17925 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17926
17927 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
17928 strings and comments (bug#9333).
17929
17930 * emacs-lisp/debug.el (debug-arglist): New function.
17931 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
17932 (debug-on-entry-1): Handle interpreted closures (bug#9120).
17933
17934 2011-08-22 Juri Linkov <juri@jurta.org>
17935
17936 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17937 Revert regexp that highlights output switches to its old
17938 pre-2010-10-28 value and remove one `?' from it (bug#9319).
17939
17940 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
17941 to check for empty output (bug#9226).
17942
17943 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
17944
17945 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
17946 symbol-constituent as the default, as that stops font-lock from
17947 working properly (Bug#8843).
17948
17949 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17950
17951 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
17952 `coding-system-for-*' around the process open call to avoid
17953 auth-source side effects.
17954 (smtpmail-try-auth-methods): Expand the secret password.
17955 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
17956 probe hangs.
17957
17958 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
17959
17960 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
17961
17962 * emacs-lisp/find-func.el (find-function-noselect): New arg
17963 lisp-only.
17964
17965 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
17966 signal an error for built-in functions (Bug#6664).
17967
17968 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17969
17970 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
17971 (smtpmail-try-auth-methods): Use it.
17972
17973 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
17974
17975 * font-lock.el (font-lock-fontify-region)
17976 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
17977 (font-lock-default-unfontify-buffer)
17978 (font-lock-default-fontify-region)
17979 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
17980
17981 * progmodes/compile.el (compilation-error-properties):
17982 Fix confusion between file struct and message struct (Bug#9319).
17983 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
17984 `ant' regexp.
17985
17986 * net/browse-url.el (browse-url-firefox): Don't call
17987 browse-url-firefox-sentinel unless using -remote (Bug#9328).
17988
17989 2011-08-20 Glenn Morris <rgm@gnu.org>
17990
17991 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
17992
17993 * tutorial.el (tutorial--default-keys): Update some default bindings.
17994
17995 * files.el (hack-local-variables): Fully ignore case for "mode:".
17996
17997 2011-08-20 Alan Mackenzie <acm@muc.de>
17998
17999 Resolve invalid use of a regexp in regexp-opt.
18000
18001 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
18002 detection for a java annotation.
18003
18004 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
18005 detection for a java annotation.
18006
18007 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
18008 handling for java.
18009 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
18010
18011 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
18012
18013 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
18014 (Bug#9274).
18015
18016 2011-08-20 Alan Mackenzie <acm@muc.de>
18017
18018 Fontify CPP expressions correctly when starting in the middle of
18019 such a construct. Mainly for when jit-lock etc. starts a chunk
18020 here.
18021
18022 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
18023 variable.
18024 (c-make-font-lock-search-form): New function, extracted from
18025 c-make-font-lock-search-function.
18026 (c-make-font-lock-search-function): Use the above function.
18027 (c-make-font-lock-context-search-function): New function.
18028 (c-cpp-matchers): Enhance the preprocessor expression case with
18029 the above function
18030 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
18031 which takes an expression.
18032
18033 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
18034
18035 2011-08-20 Martin Rudalics <rudalics@gmx.at>
18036
18037 * window.el (display-buffer-reuse-window)
18038 (display-buffer-pop-up-window): Don't reuse or split a side
18039 window.
18040
18041 2011-08-19 Glenn Morris <rgm@gnu.org>
18042
18043 * files.el (hack-local-variables-prop-line, hack-local-variables):
18044 Downcase "Mode:". (Bug#9331)
18045
18046 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
18047
18048 * international/characters.el: Add L and R categories.
18049
18050 * subr.el (bidi-string-mark-left-to-right): Rename from
18051 string-mark-left-to-right. Use category search.
18052
18053 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
18054
18055 2011-08-18 Juri Linkov <juri@jurta.org>
18056
18057 * faces.el (error, warning, success): New faces with definitions
18058 copied from old default values of `font-lock-warning-face',
18059 `compilation-warning', `compilation-info' (bug#6117).
18060
18061 * font-lock.el (font-lock-warning-face): Inherit from `error'.
18062
18063 * progmodes/compile.el (compilation-error): Inherit from `error'.
18064 (compilation-warning): Inherit from `warning'.
18065 (compilation-info): Inherit from `success'.
18066
18067 * dired.el (dired-marked): Inherit from `warning'.
18068 (dired-flagged): Inherit from `error'.
18069
18070 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18071
18072 * mail/smtpmail.el (auth-source): Require to avoid problems with
18073 binding variables (bug#9298). Also clean up some unused
18074 autoloads.
18075
18076 * net/network-stream.el (network-stream-open-starttls):
18077 Support using starttls.el without using gnutls-cli.
18078
18079 2011-08-17 Juri Linkov <juri@jurta.org>
18080
18081 * progmodes/grep.el (rgrep): Handle the case when
18082 `grep-find-command' is a cons cell (bug#9278).
18083
18084 2011-08-17 Martin Rudalics <rudalics@gmx.at>
18085
18086 * window.el (display-buffer-pop-up-frame): Run frame creation
18087 function with BUFFER current (as special-display-popup-frame
18088 does). Reported by Drew Adams.
18089
18090 2011-08-17 Daiki Ueno <ueno@unixuser.org>
18091
18092 * epa-mail.el: Simplify GnuPG group expansion using
18093 epg-expand-group.
18094 (epa-mail-group-alist, epa-mail-group-modtime)
18095 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
18096 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
18097 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
18098 Remove.
18099
18100 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
18101
18102 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
18103
18104 2011-08-16 Alan Mackenzie <acm@muc.de>
18105
18106 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
18107 Correct, to avoid the inside of macros.
18108
18109 2011-08-16 Richard Stallman <rms@gnu.org>
18110
18111 * epa-mail.el: Handle GnuPG group definitions.
18112 (epa-mail-group-alist, epa-mail-group-modtime)
18113 (epa-mail-gnupg-conf-file): New variables.
18114 (epa-mail-parse-groups, epa-mail-sync-groups)
18115 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
18116 (epa-mail-expand-recipients): New functions.
18117 (epa-mail-encrypt): Call epa-mail-expand-recipients.
18118
18119 * mail/rmail.el (rmail-epa-decrypt): New command.
18120
18121 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
18122 Don't bind buffer-read-only, just inhibit-read-only.
18123 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
18124 (epa-decrypt-armor-in-region): Make error message clearer.
18125
18126 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18127
18128 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
18129 and "a2b" to "ab" for `prefix'.
18130
18131 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
18132
18133 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
18134 filter groups.
18135 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
18136 Fourquet (Bug#8804).
18137
18138 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
18139
18140 * startup.el (argi): Declare as global variable (bug#9275).
18141
18142 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
18143
18144 * subr.el (string-mark-left-to-right): Search the entire string
18145 for RTL script, not just the terminating character. Doc fix.
18146
18147 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
18148
18149 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
18150 New function.
18151 (js--regexp-literal, js-syntax-propertize-function): Remove.
18152 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
18153 (js-mode-map): Don't rebind electric keys.
18154 (js-insert-and-indent): Remove.
18155 (js-mode): Setup electric-layout and electric-indent instead.
18156
18157 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
18158
18159 2011-08-12 Daiki Ueno <ueno@unixuser.org>
18160
18161 * epa.el (epa-progress-callback-function): Fix the logic of
18162 displaying progress.
18163 * epa-file.el (epa-file-insert-file-contents): Make progress
18164 display more user-friendly.
18165 (epa-file-write-region): Ditto.
18166
18167 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
18168
18169 * subr.el (string-mark-left-to-right): New function.
18170
18171 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
18172 Use string-mark-left-to-right.
18173 (list-buffers-noselect): Caller changed.
18174
18175 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18176 Use string-mark-left-to-right.
18177 (tabulated-list-print): Recenter after moving point.
18178
18179 2011-08-10 Juri Linkov <juri@jurta.org>
18180
18181 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
18182 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
18183 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
18184
18185 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
18186
18187 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
18188 (Bug#7554).
18189
18190 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
18191
18192 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
18193 character. (Bug#6594)
18194
18195 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
18196
18197 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
18198 (image-dired--with-db-file): New macro.
18199 (image-dired-write-tags, image-dired-remove-tag)
18200 (image-dired-create-gallery-lists, image-dired-write-comments)
18201 (image-dired-get-comment, image-dired-mark-tagged-files)
18202 (image-dired-list-tags, image-dired-gallery-generate): Use it.
18203 (image-dired-gallery-generate): Use insert-file-contents.
18204
18205 * time.el (display-time-world-list, display-time-world-display):
18206 * time-stamp.el (time-stamp-string):
18207 * vc/add-log.el (add-change-log-entry): Use setenv instead of
18208 set-time-zone-rule (Bug#7337).
18209
18210 2011-08-08 Daiki Ueno <ueno@unixuser.org>
18211
18212 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
18213 (epg-error-to-string, epg-errors-to-string): New function.
18214 (epg-wait-for-completion): Reverse errors list.
18215 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
18216 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
18217 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
18218 (epg-sign-keys, epg-generate-key-from-file)
18219 (epg-generate-key-from-string): Format errors by using
18220 epg-errors-to-string (bug#9255).
18221 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
18222
18223 2011-08-07 Juri Linkov <juri@jurta.org>
18224
18225 * faces.el (list-faces-display): Remove extra angle bracket
18226 from `help-mode-map'.
18227
18228 * info.el (Info-history-toc-nodes): Doc fix.
18229
18230 * longlines.el (longlines-mode): Doc fix.
18231
18232 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
18233
18234 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
18235 of statements and in a few more cases (bug#9183).
18236
18237 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
18238 New functions.
18239 (cl-transform-lambda): Use them (bug#9239).
18240
18241 2011-08-05 Martin Rudalics <rudalics@gmx.at>
18242
18243 * window.el (display-buffer-same-window)
18244 (display-buffer-same-frame, display-buffer-other-window)
18245 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18246 (pop-to-buffer-other-window)
18247 (pop-to-buffer-same-frame-other-window)
18248 (pop-to-buffer-other-frame): Make them defuns.
18249 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
18250
18251 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18252
18253 * subr.el (make-composed-keymap): Move from C. Change calling
18254 convention, and improve docstring to bring attention to a subtle point.
18255 * minibuffer.el (completing-read-default): Adjust accordingly.
18256
18257 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
18258
18259 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18260 (tramp-open-shell): Use `tramp-shell-quote-argument'.
18261
18262 * net/trampver.el: Update release number.
18263
18264 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18265
18266 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
18267 "in" (bug#9190).
18268
18269 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18270
18271 * mail/sendmail.el (sendmail-query-once): Restore the current
18272 buffer after querying (bug#9074).
18273
18274 * dired.el (dired-flagged): Use different faces for marked and
18275 flagged files (bug#6117).
18276
18277 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
18278 (bug#4433).
18279
18280 * ido.el (ido-mode): Switch off the message if called
18281 non-interactively.
18282
18283 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
18284 before 587, since it appears that that's more likely to work for
18285 more people.
18286
18287 * cus-edit.el (custom-file): When running under emacs -q, always
18288 refuse to save the customizations, even if the .emacs file doesn't
18289 exist.
18290
18291 * info.el: Remove the `Info-beginning-of-buffer' function
18292 (bug#8325).
18293
18294 * net/network-stream.el (network-stream-open-starttls):
18295 Use `starttls-available-p' to see whether starttls.el can be used.
18296
18297 2011-08-01 Martin Rudalics <rudalics@gmx.at>
18298
18299 * window.el (display-buffer-in-window): Don't set dedicated status
18300 of window here (Bug#9215).
18301 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18302 (display-buffer-pop-up-side-window)
18303 (display-buffer-in-side-window): Set dedicated status of window here.
18304
18305 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
18306
18307 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
18308 before binding generated-autoload-file.
18309
18310 2011-08-01 Deniz Dogan <deniz@dogan.se>
18311
18312 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
18313
18314 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
18315
18316 Sync with Tramp 2.2.2.
18317
18318 * net/trampver.el: Update release number.
18319
18320 2011-07-30 Juri Linkov <juri@jurta.org>
18321
18322 * dired-aux.el (dired-touch-initial): Remove function.
18323 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
18324 current time, and `default' to the last modification time of the
18325 current marked file (bug#6887).
18326
18327 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
18328
18329 * simple.el (goto-line): Use string-to-number to provide a
18330 numeric argument to read-number (bug#9163).
18331
18332 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
18333
18334 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
18335 connection process, it could be nil.
18336
18337 2011-07-27 Leo Liu <sdl.web@gmail.com>
18338
18339 Simplify url handling in rcirc-mode.
18340
18341 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
18342 (rcirc-browse-url-at-mouse): Remove.
18343 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
18344
18345 2011-07-26 Alan Mackenzie <acm@muc.de>
18346
18347 Fontify bitfield declarations properly.
18348
18349 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
18350 (c-symbol-chars): Now exported as a lang variable.
18351 (c-not-primitive-type-keywords): New lang variable.
18352
18353 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
18354 QT keyword "more" to prevent "more slots: ...." being spuriously
18355 parsed as a bitfield declaration.
18356
18357 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18358 Refactor and enhance to handle bitfield declarations.
18359 (c-punctuation-in): New function.
18360 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
18361 declarations properly.
18362
18363 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
18364
18365 * calendar/icalendar.el (icalendar--all-events): Take care of
18366 multiple vcalendars in a single file.
18367 (icalendar--convert-float-to-ical): Checkdoc fixes.
18368
18369 2011-07-25 Deniz Dogan <deniz@dogan.se>
18370
18371 * image.el (insert-image): Clarifying docstring.
18372
18373 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
18374
18375 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
18376 `tramp-send-command-and-check' if there is no error.
18377 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
18378
18379 2011-07-22 Alan Mackenzie <acm@muc.de>
18380
18381 Prevent cc-langs.elc being loaded at run time.
18382
18383 * progmodes/cc-mode.el: Remove two autoload forms which loaded
18384 cc-langs.
18385
18386 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
18387 "(require 'cc-langs)". Quote a form so it will evaluate at
18388 (cc-mode's) compilation time.
18389
18390 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
18391
18392 * net/tramp.el (tramp-file-name-handler): Avoid recursive
18393 loading. (Bug#9114)
18394
18395 2011-07-21 Martin Rudalics <rudalics@gmx.at>
18396
18397 * window.el (display-buffer-pop-up-window)
18398 (display-buffer-pop-up-side-window)
18399 (display-buffer-in-side-window): Call display-buffer-set-height
18400 and display-buffer-set-width after setting the new window's
18401 buffer so `fit-window-to-buffer' and friends work on the right buffer.
18402
18403 2011-07-20 Sam Steingold <sds@gnu.org>
18404
18405 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
18406 (etags-tags-included-tables): Call `convert-standard-filename' on
18407 the file names contained in TAGS so that windows Emacs can handle
18408 TAGS files created by cygwin ctags.
18409
18410 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18411
18412 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
18413 which apparently didn't work.
18414
18415 2011-07-19 Roland Winkler <winkler@gnu.org>
18416
18417 * proced.el (proced-send-signal): For *Marked Processes* buffer
18418 put point at beginning of buffer.
18419
18420 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
18421
18422 * proced.el (proced-format): Make header lines align with the text
18423 (bug#1779).
18424
18425 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18426
18427 * view.el (view-buffer): Allow running in `special' modes if we're
18428 visiting a file (bug#8615).
18429
18430 2011-07-19 Martin Rudalics <rudalics@gmx.at>
18431
18432 * window.el (display-buffer-alist-of-strings-p)
18433 (display-buffer-alist-set-1, display-buffer-alist-set-2):
18434 New functions.
18435 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
18436 more accurately.
18437
18438 2011-07-18 Alan Mackenzie <acm@muc.de>
18439
18440 Fontify declarators properly when, e.g., a jit-lock chunk begins
18441 inside a declaration.
18442
18443 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
18444
18445 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18446 New function.
18447 (c-complex-decl-matchers): Insert reference to
18448 c-font-lock-enclosing-decls.
18449
18450 * progmodes/cc-engine.el (c-backward-single-comment):
18451 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
18452 to nil around calls to (forward-comment -1).
18453
18454 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18455
18456 * image.el (put-image): Doc typo fix.
18457
18458 * progmodes/etags.el (tags-search): Doc typo fix.
18459
18460 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
18461 password if we get errors 550 to 554.
18462
18463 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18464
18465 * net/gnutls.el (gnutls-log-level): Remove.
18466
18467 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
18468 indentation character (bug#6380).
18469
18470 * files.el (buffer-offer-save): Made permanently local (bug#6241).
18471
18472 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
18473 to clarify what the problem is (bug#4291).
18474
18475 * simple.el (current-kill): Clarify what
18476 `interprogram-paste-function' does (bug#7500).
18477 (auto-fill-mode): Document `auto-fill-function' in relation to
18478 `auto-fill-mode' (bug#2470).
18479
18480 2011-07-16 Lawrence Mitchell <wence@gmx.li>
18481
18482 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
18483 method if slot is read-only (bug#9035).
18484
18485 2011-07-16 Martin Rudalics <rudalics@gmx.at>
18486
18487 * frame.el (select-frame-set-input-focus): New argument NORECORD.
18488 * window.el (pop-to-buffer): Select window used even if it was
18489 selected before, see discussion of (Bug#8615), (Bug#6954).
18490 Pass argument NORECORD on to select-frame-set-input-focus.
18491
18492 2011-07-15 Glenn Morris <rgm@gnu.org>
18493
18494 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
18495 Respect help-form.
18496
18497 2011-07-09 Lawrence Mitchell <wence@gmx.li>
18498
18499 * net/gnutls.el (gnutls-min-prime-bits): New variable.
18500 (gnutls-negotiate): Use it.
18501
18502 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18503
18504 * net/gnutls.el (gnutls-negotiate):
18505 Upcase `gnutls-algorithm-priority'.
18506
18507 2011-07-15 Glenn Morris <rgm@gnu.org>
18508
18509 * jka-compr.el (jka-compr-verbose): Move from here...
18510 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
18511 Add missing :version tag.
18512 * info.el: No need to require jka-compr when compiling.
18513
18514 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18515
18516 * net/gnutls.el (gnutls-algorithm-priority): New variable.
18517 (gnutls-negotiate): Use it.
18518
18519 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
18520
18521 * info.el (Info-beginning-of-buffer): New command.
18522 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
18523 announcing `b' as the key (bug#8325).
18524 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
18525
18526 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
18527
18528 * international/mule-cmds.el
18529 (describe-specified-language-support): Make the error message
18530 clearer (bug#8905).
18531
18532 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
18533
18534 * isearch.el (isearch-barrier): Add a doc string, since it's
18535 mentioned in a function doc string (bug#8678).
18536
18537 2011-07-15 Martin Rudalics <rudalics@gmx.at>
18538
18539 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
18540 buffer argument (Bug#9083) and self-identifying label argument.
18541
18542 2011-07-15 Glenn Morris <rgm@gnu.org>
18543
18544 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
18545
18546 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18547
18548 * man.el (Man-fontify-manpage): Fix message when formatting the
18549 man page (bug#7929).
18550
18551 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18552
18553 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
18554 argument LRM; if non-nil, append an invisible LRM character to the
18555 buffer name.
18556 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
18557 last argument non-nil, when formatting buffer names.
18558 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
18559 paragraph direction.
18560
18561 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18562
18563 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
18564 the man page name (bug#7929).
18565
18566 * image.el (put-image): Mention the `put-image' overlay property
18567 (bug#7834).
18568
18569 * scroll-bar.el (set-scroll-bar-mode): Mention that
18570 `scroll-bar-mode' lists the values (bug#7772).
18571
18572 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
18573 command (bug#7729).
18574
18575 * rect.el (apply-on-rectangle): Return the point after the last
18576 operation.
18577 (string-rectangle): Go to the point after the last operation
18578 (bug#7522).
18579
18580 * printing.el (pr-toggle-region): Clarify the documentation
18581 slightly (bug#7493).
18582
18583 * time.el (display-time-update):
18584 Allow `display-time-mail-function' to return nil (bug#7158).
18585 Fix suggested by Detlev Zundel.
18586
18587 * vc/diff.el (diff): Clarify the order the file names are read
18588 (bug#7111).
18589
18590 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
18591 the doc string (bug#7015).
18592
18593 * font-lock.el (font-lock-maximum-decoration): Mention what
18594 numeric levels mean (bug#6935).
18595
18596 * startup.el (initial-buffer-choice): Don't mention the `none'
18597 selection, which is against policy.
18598
18599 2011-07-14 Martin Rudalics <rudalics@gmx.at>
18600
18601 * window.el (display-buffer-normalize-special):
18602 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
18603
18604 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18605
18606 * subr.el (version<, version<=, version=): Mention "-CVS" and
18607 "-12345" alpha version numbers.
18608
18609 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18610
18611 * bindings.el: Add advertised binding for set-mark-command
18612 (Bug#5772).
18613
18614 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18615
18616 * bindings.el (mode-line-other-buffer):
18617 * bookmark.el (bookmark-bmenu-2-window):
18618 * bs.el (bs-cycle-next, bs-cycle-previous):
18619 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
18620 switch-to-buffer.
18621
18622 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
18623 Delete.
18624
18625 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
18626
18627 * follow.el (follow-debug-message, follow-redisplay):
18628 * jka-cmpr-hook.el (with-auto-compression-mode):
18629 Fix typos in docstrings.
18630
18631 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18632
18633 * subr.el (with-silent-modifications): Clarify somewhat what the
18634 macro inhibits (bug#6525).
18635
18636 * simple.el (eval-expression): Note what it does if called
18637 interactively (bug#6495).
18638
18639 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18640
18641 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
18642 Use pop-to-buffer buffer-or-name if it is nil.
18643
18644 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18645 Remove switch-to-buffer.
18646
18647 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18648
18649 * files.el (make-directory): Clarify that an error will be raised
18650 if there's an error (bug#6397).
18651
18652 * startup.el (initial-buffer-choice): Add `none' as a choice
18653 (bug#6234).
18654
18655 * subr.el (add-hook): Clarify section about buffer-local hooks
18656 (bug#6218).
18657
18658 * dired.el (dired-flagged): Clarify doc string (bug#6117).
18659
18660 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18661
18662 * tabify.el (untabify): Preserve the current column so that point
18663 doesn't move (bug#6032).
18664
18665 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18666
18667 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
18668 Rewrite to avoid awkward possessive "s" (bug#5986).
18669
18670 2011-07-13 Glenn Morris <rgm@gnu.org>
18671
18672 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
18673 (dired-insert-directory): Give a message the first time
18674 if ls is found not to support --dired.
18675
18676 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18677
18678 * simple.el (toggle-truncate-lines): Clarify what is toggled
18679 (bug#5580). Text by Drew Adams.
18680
18681 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18682
18683 * simple.el (blink-matching-open): Make the error message from the
18684 last change less verbose.
18685
18686 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
18687
18688 * font-lock.el (font-lock-comment-face): Use the high contrast
18689 "yellow" color for font-lock-comment-face on low color terminals
18690 using a dark background color (bug#4221).
18691
18692 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18693
18694 * dired.el (dired-insert-set-properties): Make the doc string
18695 reflect what it does now (bug#5325).
18696
18697 * simple.el (blink-matching-open): Say that we were unable to find
18698 the match within the limit, if we're limited (bug#5122).
18699
18700 * international/mule-cmds.el (prefer-coding-system): Add an
18701 example (bug#4869).
18702
18703 * progmodes/etags.el (tags-search): Document `file-list-form'
18704 (bug#4731).
18705
18706 2011-07-13 Lawrence Mitchell <wence@gmx.li>
18707
18708 * net/browse-url.el (browse-url-default-browser)
18709 (browse-url-browser-function): Make the default browser choice a
18710 bit more logical (bug#4300). Also clean up the doc string.
18711
18712 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18713
18714 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
18715 binary endings (bug#4440).
18716
18717 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18718
18719 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
18720 which can be pretty annoying (bug#8971).
18721
18722 * jka-compr.el (jka-compr-verbose): New variable, and use
18723 throughout (bug#8971).
18724
18725 * info.el (Info-find-file): Fall back on the installation
18726 directory if we can't find the info node anywhere else.
18727
18728 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
18729
18730 * vc/vc.el (vc-revert-file):
18731 Don't set file time-stamp in the past. (Bug#5181)
18732
18733 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18734
18735 * files.el (after-find-file): Give a better error message when
18736 trying to find a symlink that points to a file that doesn't exist
18737 (bug#4398).
18738
18739 * progmodes/cc-vars.el: Remove (probably) misleading comment
18740 (bug#4396).
18741
18742 2011-07-12 Johan Bockgård <bojohan@gnu.org>
18743
18744 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
18745
18746 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
18747
18748 * mouse-sel.el: Hack restoring functionality, while keeping
18749 compatibility with 2010-07-03 changes to mouse selection.
18750 (mouse-sel-primary-overlay): New var.
18751 (mouse-sel-selection-alist): Use it.
18752 (mouse-sel-mode): Doc fix; remove points that are default features
18753 of mouse.el.
18754
18755 2011-07-12 Johan Bockgård <bojohan@gnu.org>
18756
18757 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18758 Fix previous fix (bug#2490).
18759
18760 2011-07-12 Roland Winkler <winkler@gnu.org>
18761
18762 * textmodes/bibtex.el (bibtex-initialize):
18763 Use pop-to-buffer-same-window.
18764 (bibtex-search-entries): Fix interactive call.
18765
18766 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18767
18768 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18769 Fontise bytecomp Error lines more correctly (bug#2490).
18770 Fix suggested by Johan Bockgård.
18771
18772 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
18773
18774 * dired-x.el (dired-guess-default): Use `delete-dups'.
18775
18776 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
18777
18778 * dired.el (dired-mark-prompt):
18779 * dired-aux.el (dired-read-shell-command): Doc fix.
18780
18781 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18782
18783 * mail/sendmail.el (sendmail-query-once):
18784 Use `customize-save-variable' unconditionally, now that it works under
18785 emacs -Q.
18786
18787 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18788
18789 * cus-edit.el (custom-file): Take an optional no-error variable.
18790 (customize-save-variable): Set the variable, and give a warning if
18791 running under "emacs -q".
18792
18793 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
18794
18795 * loadhist.el (unload-feature-special-hooks):
18796 Add `auto-coding-functions', `fill-nobreak-predicate' and
18797 `find-directory-functions' (bug#5327).
18798
18799 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18800
18801 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
18802
18803 * cus-edit.el (custom-guess-name-alist): -alist variables should
18804 use the `alist' type (bug#3120). Suggested by Drew Adams.
18805
18806 * printing.el: Add documentation to all the `pr-toggle-' commands.
18807
18808 2011-07-11 Leo Liu <sdl.web@gmail.com>
18809
18810 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
18811 backends where it makes sense (bug#2623).
18812
18813 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18814
18815 * dired-x.el (dired-guess-default): Remove duplicate shell command
18816 entries (bug#2028).
18817 (dired-guess-default): Fix grammar in doc string (bug#2028).
18818 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
18819
18820 * subr.el (remove-duplicates): New conveniency function.
18821
18822 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18823
18824 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
18825 (bug#1526).
18826
18827 2011-07-10 Martin Rudalics <rudalics@gmx.at>
18828
18829 * window.el (display-buffer-normalize-default): Don't invert
18830 meaning of even-window-heights. Reported by Eli Zaretskii
18831 <eliz@gnu.org>.
18832
18833 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
18834
18835 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
18836
18837 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
18838
18839 * window.el (display-buffer): Fix arguments to
18840 display-buffer-reuse-window in last change.
18841
18842 * faces.el (link): Use a less saturated blue on light backgrounds.
18843
18844 * startup.el (fancy-startup-text, fancy-about-text)
18845 (fancy-startup-tail): Use font-lock faces, for background safety.
18846
18847 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
18848
18849 * emulation/viper-cmd.el (viper-change-state-to-vi):
18850 Limit triggering of abbrev expansion (Bug#9038).
18851
18852 2011-07-09 Martin Rudalics <rudalics@gmx.at>
18853
18854 * window.el (display-buffer-default-specifiers): Remove.
18855 (display-buffer-macro-specifiers): Remove default specifiers.
18856 (display-buffer-alist): Default to nil.
18857 (display-buffer-reuse-window): New optional argument other-window.
18858 (display-buffer-pop-up-window): Allow splitting internal
18859 windows. Check whether a live window was created.
18860 (display-buffer-other-window-means-other-frame)
18861 (display-buffer-normalize-arguments): Rename to
18862 display-buffer-normalize-argument and rewrite. Set the
18863 other-window specifier.
18864 (display-buffer-normalize-special): New function.
18865 (display-buffer-normalize-options): Rename to
18866 display-buffer-normalize-default and rewrite.
18867 (display-buffer-normalize-options-inhibit): Remove.
18868 (display-buffer-normalize-specifiers): Rewrite.
18869 (display-buffer): Process other-window specifier and call
18870 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
18871 more faithfully.
18872 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
18873 (display-buffer-alist-set): Don't handle 'unset default values.
18874 (display-buffer-in-window, display-buffer-alist-set):
18875 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
18876 <tassilo@member.fsf.org>.
18877
18878 2011-07-09 Leo Liu <sdl.web@gmail.com>
18879
18880 * register.el (insert-register): Restore accidental change on
18881 2011-06-26. (Bug#9028)
18882
18883 2011-07-09 Glenn Morris <rgm@gnu.org>
18884
18885 * subr.el (remq): Handle the empty list. (Bug#9024)
18886
18887 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
18888
18889 * mail/sendmail.el (send-mail-function): No longer delay custom
18890 initialization.
18891 * custom.el (custom-initialize-delay): Doc fix.
18892
18893 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
18894
18895 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
18896
18897 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
18898
18899 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
18900 human-friendly prompt.
18901
18902 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
18903
18904 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
18905 provided by a particular plugin.
18906
18907 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
18908
18909 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
18910 save customizations (with "emacs -Q"), just set the variable
18911 instead of erroring out.
18912
18913 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18914
18915 2011-07-08 Juri Linkov <juri@jurta.org>
18916
18917 * arc-mode.el (archive-zip-expunge, archive-zip-update)
18918 (archive-zip-update-case): Use 7z if found by `executable-find'.
18919 The order of searching the available programs is the same as in
18920 `archive-zip-extract' (bug#8968).
18921
18922 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
18923
18924 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
18925 (menu-bar-options-menu): Tweak descriptions.
18926
18927 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18928
18929 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
18930 menu items into verb phrases (bug#1421). Also refill to fit under
18931 80 columns.
18932
18933 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
18934
18935 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
18936 (Info-read-node-name): Doc fix (Bug#1084).
18937
18938 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
18939 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
18940 (end-of-sexp, beginning-of-sexp)
18941 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
18942 (forward-symbol, forward-same-syntax, word-at-point)
18943 (sentence-at-point): Doc fix (Bug#1144).
18944
18945 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18946
18947 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
18948 should cover it (bug#1281).
18949
18950 * cus-edit.el (custom-show): Mark as obsolete.
18951
18952 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
18953 negotiation fails, then possibly try again with a non-encrypted
18954 connection (bug#9017).
18955
18956 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
18957 be used.
18958
18959 2011-07-07 Richard Stallman <rms@gnu.org>
18960
18961 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
18962 property, and handle its changed format.
18963 Look for the correct line number.
18964 Use file's line contents (but not past first =) to find
18965 correct line in message.
18966
18967 2011-07-07 Kenichi Handa <handa@m17n.org>
18968
18969 * international/characters.el (build-unicode-category-table):
18970 Delete it.
18971 (unicode-category-table): Set it by unicode-property-table-internal.
18972
18973 * international/mule-cmds.el (char-code-property-alist): Move to
18974 to src/chartab.c.
18975 (get-char-code-property): Call unicode-property-table-internal to
18976 load a file. Call get-unicode-property-internal where necessary.
18977 (put-char-code-property): Call unicode-property-table-internal to
18978 load a file. Call put-unicode-property-internal where necessary.
18979 put-unicode-property-internal where necessary.
18980 (char-code-property-description):
18981 Call unicode-property-table-internal to load a file.
18982
18983 * international/charprop.el:
18984 * international/uni-bidi.el:
18985 * international/uni-category.el:
18986 * international/uni-combining.el:
18987 * international/uni-comment.el:
18988 * international/uni-decimal.el:
18989 * international/uni-decomposition.el:
18990 * international/uni-digit.el:
18991 * international/uni-lowercase.el:
18992 * international/uni-mirrored.el:
18993 * international/uni-name.el:
18994 * international/uni-numeric.el:
18995 * international/uni-old-name.el:
18996 * international/uni-titlecase.el:
18997 * international/uni-uppercase.el: Regenerate.
18998
18999 * loadup.el: Load international/charprop.el before
19000 international/characters.
19001
19002 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19003
19004 * window.el (next-buffer, previous-buffer): Signal an error if
19005 called from a minibuffer window.
19006
19007 * bindings.el: Revert 2011-07-04 change.
19008
19009 2011-07-06 Richard Stallman <rms@gnu.org>
19010
19011 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
19012 (rmail-mime-insert-bulk, rmail-mime-insert-text):
19013 Treat markers like ints.
19014 (rmail-mime-entity): Doc fix.
19015
19016 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19017
19018 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
19019 defcustom again for backwards compatibility.
19020
19021 * simple.el (shell-command-on-region): Fill.
19022
19023 * dired-aux.el (dired-kill-line): Add a doc string.
19024
19025 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
19026 to "\\sw\\|\\s_" (bug#358).
19027
19028 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
19029 (dired-unmark-backward): Ditto.
19030 (dired-flag-backup-files): Ditto.
19031
19032 * dired-x.el (dired-mark-sexp): Ditto.
19033
19034 2011-07-06 Richard Stallman <rms@gnu.org>
19035
19036 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
19037 (rmail-mime-entity): New arg TRUNCATED.
19038 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
19039 New functions.
19040 (rmail-mime-save): Warn if entity is truncated.
19041 (rmail-mime-toggle-hidden): Likewise, for showing.
19042 (rmail-mime-process-multipart): Record when an entity is truncated.
19043
19044 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
19045 if ENTITY is a string.
19046
19047 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19048
19049 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
19050 of faces when `M-C-x'-ing their definitions (bug#8378).
19051 Also clean up the code slightly.
19052
19053 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
19054 because that makes the colors go away.
19055
19056 * mail/sendmail.el (send-mail-function): Change the default to
19057 `sendmail-query-once'.
19058 (sendmail-query-once): Add an autoload cookie.
19059
19060 * net/network-stream.el (network-stream-open-starttls): Try using
19061 a plain connection even if the server offered STARTTLS, and we
19062 kinda wanted to use it, if Emacs doesn't have any STARTTLS
19063 capability. This should make smtpmail.el work in slightly more
19064 configurations.
19065
19066 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
19067
19068 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19069 New defun.
19070 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
19071
19072 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
19073
19074 * progmodes/sql.el: Version 3.0
19075 (sql-product-alist): Add product :completion-object,
19076 :completion-column, and :statement attributes.
19077 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
19078 (sql-mode-syntax-table): Mark all punctuation.
19079 (sql-font-lock-keywords-builder): Temporarily remove fallback on
19080 ansi keywords.
19081 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
19082 (sql-mode-oracle-font-lock-keywords): Improve.
19083 (sql-oracle-show-reserved-words): New function for development.
19084 (sql-product-font-lock): Simplify for source code buffers.
19085 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
19086 New functions.
19087 (sql-highlight-product): Set product specific syntax table.
19088 (sql-mode-map): Add statement movement functions.
19089 (sql-ansi-statement-starters, sql-oracle-statement-starters):
19090 New variable.
19091 (sql-statement-regexp, sql-beginning-of-statement)
19092 (sql-end-of-statement, sql-signum): New functions.
19093 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
19094 (sql-show-sqli-buffer): Bug fix.
19095 (sql-interactive-mode): Store connection data as buffer local.
19096 (sql-connect): Add NEW-NAME parameter. Redesign interaction
19097 with sql-interactive-mode.
19098 (sql-save-connection): Save buffer local settings.
19099 (sql-connection-menu-filter): Change menu entry name.
19100 (sql-product-interactive): Bug fix.
19101 (sql-preoutput-hold): New variable.
19102 (sql-interactive-remove-continuation-prompt): Bug fixes.
19103 (sql-debug-redirect): New variable.
19104 (sql-str-literal): New function.
19105 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
19106 Redesign.
19107 (sql-oracle-save-settings, sql-oracle-restore-settings)
19108 (sql-oracle-list-all, sql-oracle-list-table): New functions.
19109 (sql-completion-object, sql-completion-column)
19110 (sql-completion-sqlbuf): New variables.
19111 (sql-build-completions-1, sql-build-completions)
19112 (sql-try-completion): New functions.
19113 (sql-read-table-name): Use them.
19114 (sql-contains-names): New buffer local variable.
19115 (sql-list-all, sql-list-table): Use it.
19116 (sql-oracle-completion-types): New variable.
19117 (sql-oracle-completion-object, sql-sqlite-completion-object)
19118 (sql-postgres-completion-object): New functions.
19119
19120 2011-07-06 Glenn Morris <rgm@gnu.org>
19121
19122 * window.el (pop-to-buffer): Doc fix.
19123
19124 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
19125
19126 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
19127
19128 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
19129
19130 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
19131
19132 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
19133
19134 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
19135
19136 * button.el (button): Inherit from link face. Suggested by Dan
19137 Nicolaescu.
19138
19139 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19140
19141 * progmodes/gdb-mi.el: Fit in 80 columns.
19142 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
19143 switch-to-buffer.
19144
19145 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
19146 if imenu is simply not configured (bug#8941).
19147
19148 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
19149
19150 * allout.el (allout-post-undo-hook): New allout outline-change
19151 event hook to signal undo activity.
19152 (allout-post-command-business): Run allout-post-undo-hook if an
19153 undo just occurred.
19154 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
19155 * allout-widgets.el (allout-widgets-after-undo-function):
19156 Ensure the integrity of the current item's decoration after it has been
19157 in the vicinity of an undo.
19158 (allout-widgets-mode): Include allout-widgets-after-undo-function
19159 on the new allout-post-undo-hook.
19160
19161 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19162
19163 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
19164 Let define-derived-mode define it.
19165 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
19166 cycles of abbrev-table inheritance (bug#8998).
19167
19168 2011-07-05 Roland Winkler <winkler@gnu.org>
19169
19170 * textmodes/bibtex.el: Add support for biblatex.
19171 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
19172 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
19173 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
19174 (bibtex-entry-alist, bibtex-field-alist): New variables.
19175 (bibtex-entry-field-alist): Obsolete alias for
19176 bibtex-BibTeX-entry-alist.
19177 (bibtex-entry-alist, bibtex-field-alist): New widgets.
19178 (bibtex-set-dialect): New command.
19179 (bibtex-entry-type, bibtex-entry-head)
19180 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
19181 Bind via bibtex-set-dialect.
19182 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
19183 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
19184 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
19185 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
19186 Define via bibtex-set-dialect.
19187 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
19188 Obey bibtex-no-opt-remove-re.
19189 (bibtex-vec-push, bibtex-vec-incr): New functions.
19190 (bibtex-format-entry, bibtex-field-list)
19191 (bibtex-print-help-message, bibtex-validate)
19192 (bibtex-search-entries): Use new format of bibtex-entry-alist.
19193
19194 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19195
19196 * progmodes/compile.el (compilation-goto-locus):
19197 * net/tramp-cmds.el (tramp-append-tramp-buffers):
19198 * bs.el (bs-cycle-next, bs-cycle-previous):
19199 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
19200 * bindings.el (mode-line-other-buffer):
19201 * autoinsert.el (auto-insert):
19202 * arc-mode.el (archive-extract):
19203 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
19204
19205 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19206
19207 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
19208 Fix check of `emacs-lock-unlockable-modes'.
19209 Coerce true values of `emacs-lock--try-unlocking' to t.
19210
19211 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19212
19213 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
19214 * emacs-lock.el: New file.
19215
19216 2011-07-05 Julien Danjou <julien@danjou.info>
19217
19218 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
19219 than `boundp' to check if face is set.
19220
19221 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19222
19223 * register.el (registerv-make):
19224 * window.el (window-min-height): Fix typos in docstrings.
19225
19226 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
19227
19228 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
19229 Update doc string.
19230
19231 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19232
19233 * server.el (server-execute): Catch quit and call
19234 `server-return-error' to pass the error back to emacsclient and
19235 close the connection (bug#8942).
19236
19237 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
19238
19239 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
19240 insecure exception for current topic. Also note that auto-saves
19241 are handled differently.
19242
19243 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
19244 State variables for tracking auto-save inhibition situation.
19245
19246 (allout-write-contents-hook-handler): Rename from
19247 'allout-write-file-hook-handler', and describe how it depends on
19248 write-contents-functions sensitivity to non-nil value to prevent
19249 file write.
19250
19251 (allout-auto-save-hook-handler): Remove. auto-save does not check
19252 this in individual buffers, only in the starting buffer, so this
19253 is not the right way for us to inhibit auto-save in a buffer
19254 according to its condition.
19255
19256 (allout-mode): Use new allout-write-contents-hook-handler, and
19257 only with write-contents-functions. Remove auto-save provisions -
19258 they're implemented elsewhere.
19259
19260 (allout-before-change-handler): If undo is in progress, note that
19261 for attention of allout-post-command-business.
19262
19263 (allout-post-command-business): If the command we're following was
19264 an undo, check for change in the status of encrypted items and
19265 adjust auto-save inhibitions accordingly.
19266
19267 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
19268 according to whether there are or aren't any plain-text topics
19269 pending encryption.
19270
19271 (allout-inhibit-auto-save-info-for-decryption):
19272 Adjust buffer-saved-size and some allout state to inhibit auto-saves
19273 if there are plain-text topics pending encryption.
19274
19275 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
19276 buffer-saved-size and some allout state to not inhibit auto-saves
19277 if there are no longer any plain-text topics pending encryption.
19278
19279 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
19280 No longer provide for exemption of the current topic.
19281
19282 2011-07-04 Juri Linkov <juri@jurta.org>
19283
19284 Add 7z operations to delete and save changed members (bug#8968).
19285 * arc-mode.el (archive-7z-expunge, archive-7z-update):
19286 New defcustoms.
19287 (archive-7z-write-file-member): New function.
19288 (archive-7z-summarize): Fix the number of dashes in the
19289 listing output.
19290
19291 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19292
19293 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
19294 (bug#8958).
19295
19296 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
19297
19298 * bindings.el: Ignore next-buffer and previous-buffer in
19299 minibuffer-local-map.
19300
19301 * font-lock.el (font-lock-builtin-face): Change light background
19302 color to dark slate blue (Bug#6693).
19303
19304 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
19305
19306 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
19307
19308 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19309
19310 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
19311 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19312 Add switch-to-buffer.
19313
19314 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19315
19316 * isearch.el (isearch-search-fun-function): Clarify further the
19317 meaning of the function returned.
19318
19319 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
19320
19321 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
19322
19323 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
19324 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
19325 Use it.
19326 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
19327 `tramp-default-remote-path' does not exist.
19328 (tramp-send-command-and-read): New optional argument NOERROR.
19329 (tramp-open-connection-setup-interactive-shell)
19330 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
19331 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
19332 (tramp-process-sentinel): Flush also process' connection property.
19333 (tramp-sh-handle-start-file-process): Do not set process
19334 sentinel. It is done now ...
19335 (tramp-maybe-open-connection): ... here. (Bug#8929)
19336
19337 2011-07-04 MON KEY <monkey@sandpframing.com>
19338
19339 * play/animate.el (animate-string): Doc fixes and allow changing
19340 the buffer name (bug#5417).
19341
19342 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19343
19344 * play/animate.el (animation-buffer-name): Rename from *animate*.
19345
19346 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
19347
19348 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
19349 This is simpler and helps future-proof the code.
19350 (timer-until): Use time-subtract and float-time.
19351 (timer--time-less-p): Use time-less-p.
19352
19353 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19354
19355 * type-break.el (timep): Use the value of `float-time' to avoid a
19356 byte-compiler warning.
19357
19358 * server.el (server-eval-and-print): Return any result, even nil.
19359
19360 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
19361
19362 * type-break.el: Accept time formats that the builtins accept.
19363 (timep, type-break-time-difference): Accept any format that
19364 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
19365 This is simpler and helps future-proof the code.
19366 (type-break-time-difference): Round rather than ignoring
19367 subseconds components.
19368
19369 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19370
19371 * info.el (Info-apropos-matches): Make non-interactive, since it
19372 doesn't seem to do anything useful as a command (bug#8829).
19373
19374 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
19375
19376 * frame.el (frame-background-mode, frame-set-background-mode):
19377 Move from faces.el.
19378 (frame-default-terminal-background): New function.
19379
19380 * custom.el (custom-push-theme): Don't record faces in `changed'
19381 theme; this doesn't work correctly for per-frame face settings.
19382 (disable-theme): Use face-set-after-frame-default to reset faces.
19383 (custom--frame-color-default): New function.
19384
19385 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19386
19387 * dired.el (dired-flagging-regexp): Remove unused variable
19388 (bug#8769).
19389
19390 2011-03-29 Kevin Ryde <user42@zip.com.au>
19391
19392 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19393 `perl-Test2' extend to match possible "fail #N" rep count
19394 (bug#8377).
19395
19396 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19397
19398 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
19399 `smtpmail-via-smtp' now returns the error instead of nil.
19400
19401 * isearch.el (isearch-search-fun-function): Clarify the doc string
19402 (bug#8101).
19403
19404 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
19405
19406 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
19407 unnecessary spaces (bug#8987).
19408
19409 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19410
19411 * net/network-stream.el (open-network-stream): Use the
19412 :end-of-capability command thoughout.
19413
19414 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19415
19416 * net/network-stream.el (open-network-stream): Add the
19417 :end-of-capability command parameter, used by pop3.el.
19418
19419 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19420
19421 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
19422
19423 * fringe.el (fringe-query-style): Remove redundant text " (type ?
19424 for list)" (bug#6475).
19425
19426 * files.el (file-expand-wildcards): Ignore non-readable
19427 sub-directories while trying to find matches instead of signaling
19428 an error (bug#6297).
19429
19430 * man.el (Man-reference-regexp): Allow matching possible
19431 word-wrapped references (bug#6289).
19432
19433 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
19434 for consistency with the other vc buffers (bug#6197).
19435 (vc-checkin): Ditto.
19436
19437 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
19438
19439 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
19440
19441 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19442
19443 * custom.el (defcustom): Clarify that :set is only used in the
19444 Customize user interface (bug#6089).
19445
19446 * progmodes/flymake.el (flymake-mode): If the buffer isn't
19447 associated with a file, refuse to run instead of erroring out
19448 (bug#6084).
19449
19450 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
19451 the doc string, since it appears that using `fill-column' always
19452 controls the width (bug#7845).
19453
19454 * simple.el (shell-command-on-region): Say where the error output
19455 went if `shell-command-default-error-buffer' is set (bug#6857).
19456
19457 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
19458
19459 * allout.el (allout-yank-processing): Adjust cursor position for
19460 backwards-deleted space.
19461
19462 (allout-rebullet-heading): Register changes with
19463 allout-exposure-changed-hook, so the modified topic is properly
19464 decorated.
19465
19466 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19467
19468 * minibuffer.el (completion-in-region): Document PREDICATE
19469 (bug#7136).
19470
19471 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
19472 of keyword/argument pairs (bug#6904).
19473
19474 * replace.el (multi-occur):
19475 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
19476
19477 2011-07-02 Drew Adams <drew.adams@oracle.com>
19478
19479 * dired.el (dired-mark-if): Make the message about whether it's
19480 marking or unmarking clearer (bug#8523).
19481
19482 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19483
19484 * disp-table.el (display-table-print-array): New function.
19485 (describe-display-table): Use it to print the vectors more pretty
19486 (Bug#8859).
19487
19488 2011-07-02 Martin Rudalics <rudalics@gmx.at>
19489
19490 * window.el (window-state-get-1): Don't assign clone numbers.
19491 Add clone-of item to list of window parameters.
19492 (window-state-put-2): Don't process clone numbers.
19493 (display-buffer-alist): Fix doc-string.
19494
19495 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19496
19497 * subr.el (remq): Don't allocate if it's not needed.
19498 (keymap--menu-item-binding, keymap--menu-item-with-binding)
19499 (keymap--merge-bindings): New functions.
19500 (keymap-canonicalize): Use them to refine the canonicalization.
19501 * minibuffer.el (minibuffer-local-completion-map)
19502 (minibuffer-local-must-match-map): Move initialization from C.
19503 (minibuffer-local-filename-completion-map): Move initialization from C;
19504 don't inherit from anything here.
19505 (minibuffer-local-filename-must-match-map): Make obsolete.
19506 (completing-read-default): Use make-composed-keymap to combine
19507 minibuffer-local-filename-completion-map with either
19508 minibuffer-local-must-match-map or
19509 minibuffer-local-filename-completion-map.
19510
19511 2011-07-01 Glenn Morris <rgm@gnu.org>
19512
19513 * type-break.el (type-break-time-sum): Use dolist.
19514
19515 * textmodes/flyspell.el (flyspell-word-search-backward):
19516 Replace CL function.
19517
19518 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19519
19520 * mouse.el (mouse--strip-first-event): New function.
19521 (function-key-map): Use it to map fringe clicks to normal clicks
19522 by default.
19523
19524 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
19525 (vc-bzr-revision-completion-table): Add support for annotate and date.
19526
19527 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
19528 inherit from parent.
19529
19530 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19531
19532 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
19533 (dired-show-file-type): Doc fixup (bug#8818).
19534
19535 * dired.el (dired-mode): Fix up the doc string as suggested by
19536 Drew Adams (bug#8817).
19537
19538 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
19539 cookie, since the manual says that it should be possible to add
19540 this function to `find-file-hook' (bug#8709).
19541
19542 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19543
19544 * progmodes/cfengine.el: Moved all cfengine3.el functionality
19545 here. Noted Ted Zlatanov as the maintainer.
19546 (cfengine-common-settings, cfengine-common-syntax): New functions
19547 to set up common things between `cfengine-mode' and
19548 `cfengine3-mode'.
19549 (cfengine3-mode): New mode.
19550 (cfengine3-defuns cfengine3-defuns-regex
19551 (cfengine3-class-selector-regex cfengine3-category-regex)
19552 (cfengine3-vartypes cfengine3-font-lock-keywords)
19553 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
19554 (cfengine3-indent-line): Add from cfengine3.el.
19555
19556 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
19557
19558 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
19559
19560 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
19561
19562 2011-07-01 Martin Rudalics <rudalics@gmx.at>
19563
19564 * window.el (same-window-buffer-names, same-window-regexps)
19565 (same-window-p, special-display-frame-alist)
19566 (special-display-popup-frame, special-display-function)
19567 (special-display-buffer-names, special-display-regexps)
19568 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
19569 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19570 (split-window-preferred-function, split-height-threshold)
19571 (split-width-threshold, even-window-heights)
19572 (display-buffer-mark-dedicated, window-splittable-p)
19573 (split-window-sensibly, window-safely-shrinkable-p):
19574 Un-obsolete.
19575 (display-buffer): Don't spread args with function specifier
19576 because special-display-popup-frame won't like it.
19577
19578 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
19579
19580 Time-stamp simplifications and fixes.
19581 These improve accuracy slightly, and future-proof the code
19582 against some potential changes to current-time format.
19583
19584 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
19585 by using time-since and float-time.
19586
19587 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
19588 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
19589 + NNN microseconds".
19590
19591 * type-break.el (type-break-time-sum): Rewrite using time-add.
19592
19593 * play/hanoi.el (hanoi-current-time-float): Remove.
19594 All uses replaced by float-time.
19595
19596 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
19597 This yields a more-accurate answer.
19598 (rng-time-to-float): Remove; no longer needed.
19599
19600 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
19601
19602 * calendar/timeclock.el (timeclock-seconds-to-time):
19603 Defalias to seconds-to-time, since they're the same thing.
19604
19605 * emacs-lisp/elp.el (elp-elapsed-time):
19606 * emacs-lisp/benchmark.el (benchmark-elapse):
19607 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
19608
19609 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19610
19611 * window.el (bury-buffer): Don't iconify the only frame.
19612 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
19613 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
19614
19615 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
19616
19617 * eshell/em-smart.el (eshell-smart-display-navigate-list):
19618 Add mouse-yank-primary.
19619
19620 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19621
19622 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
19623
19624 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19625
19626 * emacs-lisp/find-func.el (find-library--load-name): New fun.
19627 (find-library-name): Use it to find relative load names when provided
19628 absolute file name (bug#8803).
19629
19630 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19631
19632 * textmodes/flyspell.el (flyspell-word): Consider words that
19633 differ only in case as potential doublons (bug#5687).
19634
19635 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
19636 Remove two rather uninteresting debugging-like messages to make
19637 debbugs.el more silent.
19638
19639 * comint.el (comint-password-prompt-regexp): Accept "Response" as
19640 a password-like phrase.
19641
19642 2011-06-30 Masatake YAMATO <yamato@redhat.com>
19643
19644 * progmodes/cc-guess.el: New file.
19645
19646 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
19647
19648 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
19649 derived from `c-basic-common-init'.
19650
19651 * progmodes/cc-mode.el (top-level): Require cc-guess.
19652 (c-basic-common-init): Use `cc-choose-style-for-mode'.
19653
19654 2011-06-30 Lawrence Mitchell <wence@gmx.li>
19655
19656 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
19657
19658 2011-06-30 Alan Mackenzie <acm@muc.de>
19659
19660 * progmodes/cc-engine.el (c-guess-continued-construct):
19661 Correct the handling of template-args-cont, particularly for when font
19662 lock is disabled. Name this case as "CASE G".
19663
19664 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
19665
19666 * allout.el (allout-yank-processing): Fix injection of extra space
19667 between bullet and non-whitespace character in first topic when
19668 pasting, ensuring that the actual spacing in the pasted topic
19669 following the bullet char is preserved. This extra space was
19670 causing pasted encrypted topics to get a decrypted status even
19671 when the content was actually still encrypted. Now the decryption
19672 status from before the paste is preserved.
19673
19674 (allout-flag-region): Set all allout overlays so they evaporate
19675 when reduced to zero length (evanescent), to prevent overlay
19676 leakage.
19677
19678 2011-06-30 Glenn Morris <rgm@gnu.org>
19679
19680 * w32-fns.el (w32-charset-info-alist): Declare.
19681
19682 * find-dired.el (find-grep-options): Simplify.
19683
19684 * term/ns-win.el (ns-set-resource): Declare.
19685
19686 * ses.el (row, col): Declare dynamic variables honestly.
19687
19688 * textmodes/reftex-parse.el (index-tags): Declare.
19689
19690 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
19691
19692 * cus-edit.el (customize-push-and-save): New function.
19693
19694 * files.el (hack-local-variables-confirm): Use it.
19695
19696 * custom.el (load-theme): New arg NO-CONFIRM.
19697 Use customize-push-and-save (Bug#8720).
19698 (custom-enabled-themes): Doc fix.
19699
19700 * cus-theme.el (customize-create-theme)
19701 (custom-theme-merge-theme): Callers to load-theme changed.
19702
19703 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19704
19705 * thingatpt.el (thing-at-point-short-url-regexp): Require that
19706 short URLs have at least one dot in them (bug #7614).
19707
19708 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
19709 nil, because using a pty is apparently too slow (bug #895).
19710
19711 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
19712
19713 * mail/sendmail.el (sendmail-query-once): New function.
19714 (sendmail-query-once-function): New variable.
19715
19716 2011-06-29 Glenn Morris <rgm@gnu.org>
19717
19718 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
19719
19720 * ses.el (top-level): Require cl when compiling.
19721 (ses-set-localvars): Fix error statement.
19722 Call it at compile time to silence a storm of warnings.
19723
19724 2011-06-29 Martin Rudalics <rudalics@gmx.at>
19725
19726 * window.el (normalize-live-buffer): Rename to
19727 window-normalize-buffer.
19728 (normalize-live-frame): Rename to window-normalize-frame.
19729 (normalize-any-window): Rename to window-normalize-any-window.
19730 (normalize-live-window): Rename to window-normalize-live-window.
19731 (make-window-atom): Rename to window-make-atom.
19732 (window-resize-reset): Rename to window--resize-reset.
19733 (window-resize-reset-1): Rename to window--resize-reset-1.
19734 (resize-mini-window): Rename to window--resize-mini-window.
19735 (resize-subwindows-skip-p): Rename to
19736 window--resize-subwindows-skip-p.
19737 (resize-subwindows-normal): Rename to
19738 window--resize-subwindows-normal.
19739 (resize-subwindows): Rename to window--resize-subwindows.
19740 (resize-other-windows): Rename to window--resize-siblings.
19741 (resize-this-window): Rename to window--resize-this-window.
19742 (resize-root-window): Rename to window--resize-root-window.
19743 (resize-root-window-vertically): Rename to
19744 window--resize-root-window-vertically.
19745 (normalize-buffer-to-display): Rename to
19746 window-normalize-buffer-to-display.
19747 (normalize-buffer-to-switch-to): Rename to
19748 window-normalize-buffer-to-switch-to.
19749 Correspondingly update all callers of the functions listed
19750 above.
19751 (display-buffer-alist, display-buffer-normalize-arguments)
19752 (display-buffer-normalize-options, display-buffer)
19753 (display-buffer-alist-set): Use "function" instead of
19754 "fun-with-args".
19755
19756 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
19757
19758 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
19759 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
19760 debbugs.gnu.org. Mention acknowledgment email.
19761
19762 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
19763
19764 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
19765 buffer multibyteness, since it shouldn't matter.
19766
19767 2011-06-28 Martin Rudalics <rudalics@gmx.at>
19768
19769 * window.el (display-buffer-in-side-window): Handle dedicated
19770 windows as in display-buffer-reuse-window.
19771 (display-buffer-normalize-alist): Use value of override
19772 specifier.
19773 (display-buffer-normalize-specifiers): Use value of
19774 other-window-means-other-frame specifier.
19775 (display-buffer-alist): Rewrite some texts in widgets.
19776 (display-buffer): Spread arguments when calling function
19777 specified by fun-with-args.
19778
19779 2011-06-28 Deniz Dogan <deniz@dogan.se>
19780
19781 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19782 Unnest `let'.
19783
19784 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
19785 selectors (Bug#5732).
19786 (css-proprietary-nmstart-re): Use `regexp-opt'.
19787
19788 2011-06-27 Jari Aalto <jari.aalto@cante.net>
19789
19790 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
19791 (eshell-ls-date-format): New defcustom.
19792 (eshell-ls-file): Use it.
19793
19794 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19795
19796 * help-fns.el (describe-variable): Fix message for terminal-local vars.
19797
19798 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
19799
19800 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
19801 (ange-ftp-make-tmp-name): New arg.
19802 (ange-ftp-file-local-copy): Use it.
19803
19804 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
19805
19806 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
19807 no-conversion (Bug#8870).
19808
19809 2011-06-27 Martin Rudalics <rudalics@gmx.at>
19810
19811 * window.el (window-right, window-left, window-child)
19812 (window-child-count, window-last-child)
19813 (window-iso-combination-p, walk-window-tree-1)
19814 (window-atom-check-1, window-tree-1, delete-window)
19815 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
19816 new naming conventions - window-vchild, window-hchild,
19817 window-next and window-prev are now called window-top-child,
19818 window-left-child, window-next-sibling and window-prev-sibling
19819 respectively.
19820 (resize-window-reset): Rename to window-resize-reset.
19821 (resize-window-reset-1): Rename to window-resize-reset-1.
19822 (resize-window): Rename to window-resize.
19823 (window-min-height, window-min-width)
19824 (resize-mini-window, resize-this-window, resize-root-window)
19825 (resize-root-window-vertically, adjust-window-trailing-edge)
19826 (enlarge-window, shrink-window, maximize-window)
19827 (minimize-window, delete-window, quit-restore-window)
19828 (split-window, balance-windows, balance-windows-area-adjust)
19829 (balance-windows-area, window-state-put-2)
19830 (display-buffer-even-window-sizes, display-buffer-set-height)
19831 (display-buffer-set-width, set-window-text-height)
19832 (fit-window-to-buffer): Rename all "resize-window" prefixed
19833 calls to use the "window-resize" prefix convention.
19834 (display-buffer-alist): Fix symbol for label specifier.
19835 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
19836 corresponding specifier.
19837 Reported by Juanma Barranquero <lekktu@gmail.com>.
19838
19839 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
19840
19841 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
19842 convention.
19843 (ses-call-printer): Does not pass an empty string to formatter when the
19844 cell is empty to keep from barking printer Calc math-format-value.
19845
19846 2011-06-27 Richard Stallman <rms@gnu.org>
19847
19848 * battery.el (battery-mode-line-limit): New variable.
19849 (battery-update): Handle it.
19850
19851 * mail/rmailmm.el (rmail-mime-process-multipart):
19852 Handle truncated messages.
19853
19854 2011-06-27 Glenn Morris <rgm@gnu.org>
19855
19856 * progmodes/flymake.el (flymake-err-line-patterns):
19857 Allow for column numbers in the ant/javac pattern. (Bug#8866)
19858
19859 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
19860
19861 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
19862 (ses--clean-!, ses--clean-_): New functions.
19863 (ses-range): Add configurability of readout order, and conversion
19864 to Calc vector.
19865
19866 * ses.el (ses-repair-cell-reference-all): New function.
19867 (ses-cell-symbol): Set macro as safe, so that it can be used in
19868 formulas.
19869
19870 * ses.el: Update cycle detection algorithm.
19871 (ses-localvars): Add ses--Dijkstra-attempt-nb and
19872 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
19873 (ses-set-localvars): New function.
19874 (ses-make-cell): Add property-list as a cell element.
19875 (ses-cell-property-get-fun, ses-cell-property-get)
19876 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
19877 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
19878 New functions.
19879 (ses-cell-property-set, ses-cell-property-pop)
19880 (ses-cell-property-get-handle): New macro.
19881 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
19882 New aliases, used for code readability.
19883 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
19884 cycle detection.
19885 (ses-self-reference-early-detection): New defcustom.
19886 (ses-formula-references): Robustify against self-referring cells.
19887 (ses-mode): Use ses-set-localvars.
19888 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
19889 before lauching the update processing.
19890 (ses-initialize-Dijkstra-attempt): New function.
19891 (ses-recalculate-cell): Update for cycle detection based on
19892 Dijkstra algorithm.
19893
19894 * ses.el: Fix commenting and indenting convention.
19895
19896 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19897
19898 * bs.el (bs-cycle-next): Complete last change.
19899
19900 2011-06-27 Drew Adams <drew.adams@oracle.com>
19901
19902 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
19903
19904 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19905
19906 * net/network-stream.el (network-stream-open-starttls):
19907 Don't re-get capabilities unless we've reestablished connection.
19908 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
19909
19910 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
19911 to binary to possibly avoid line encoding issues on Windows (among
19912 other things).
19913
19914 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
19915
19916 * net/network-stream.el (open-network-stream): Return an :error
19917 saying what the problem was, if possible.
19918
19919 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
19920 server.
19921
19922 * net/network-stream.el (network-stream-open-starttls): If we
19923 wanted to use STARTTLS, and the server offered it, but we weren't
19924 able to because we had no STARTTLS support, then close the connection.
19925 (open-network-stream): Return an :error element, if present.
19926
19927 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
19928
19929 * hl-line.el (hl-line-sticky-flag): Doc fix.
19930 (global-hl-line-sticky-flag): New option (Bug#8323).
19931 (global-hl-line-highlight): Obey it.
19932
19933 * vc/vc.el (vc-revert-show-diff): Default to t.
19934
19935 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
19936
19937 * allout-widgets.el (allout-widgets-post-command-business):
19938 Stop decorating intermediate isearch matches. They're not being
19939 undecorated when an isearch is continued past, and isearch
19940 automatically collapses them. This leads to "widget leaks", where
19941 decorated items accumulate in collapsed areas. Lines with lots of
19942 hidden widgets can slow down cursor travel, substantially.
19943 Too much complicated machinery would be needed to ensure undecoration,
19944 so we're doing without this nicety.
19945
19946 (allout-widgets-tally-string): Don't try to do a hash-table-count
19947 of allout-widgets-tally when it's nil. This eliminates spurious "Error
19948 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
19949 *Messages* when allout-widgets-maintain-tally is t.
19950
19951 2011-06-26 Martin Rudalics <rudalics@gmx.at>
19952
19953 * window.el (display-buffer-normalize-argument): Rename to
19954 display-buffer-normalize-arguments. Handle special meaning of
19955 LABEL argument. Respect special-display-function when popping up
19956 a new frame. Fix code searching for a window showing the buffer
19957 on another frame.
19958 (display-buffer-normalize-specifiers):
19959 Call display-buffer-normalize-arguments.
19960 (display-buffer-in-window): Don't undedicate the window if its
19961 buffer remains the same.
19962 Reported by Drew Adams <drew.adams@oracle.com>.
19963 (display-buffer-alist): Add choice for same-window macro
19964 specfier.
19965 (display-buffer): Mention special meaning of LABEL argument in
19966 doc-string. Fix quoting. Don't pop up a new frame even as
19967 fallback.
19968
19969 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
19970
19971 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
19972 avoid deleting the current window in some cases (bug#8911).
19973
19974 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
19975
19976 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
19977 (Bug#8934)
19978
19979 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
19980
19981 * net/network-stream.el (network-stream-open-starttls):
19982 Use built-in TLS support if `gnutls-available-p' is true.
19983 (network-stream-open-tls): Ditto.
19984
19985 2011-06-26 Leo Liu <sdl.web@gmail.com>
19986
19987 * register.el (registerv): New struct.
19988 (registerv-make): New function.
19989 (jump-to-register, describe-register-1, insert-register):
19990 Support the jump-func, print-func and insert-func slot of a registerv
19991 struct. (Bug#8415)
19992
19993 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
19994
19995 * vc/vc.el (vc-revert-show-diff): New defcustom.
19996 (vc-diff-internal): New arg specifying diff buffer.
19997 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
19998 reuse an existing *vc-diff* buffer (Bug#8927).
19999
20000 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
20001
20002 2011-06-26 Glenn Morris <rgm@gnu.org>
20003
20004 * progmodes/f90.el (f90-critical-indent): New option.
20005 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
20006 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
20007 (f90-mode): Doc fix.
20008 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
20009 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
20010 (f90-beginning-of-block, f90-next-block, f90-indent-region)
20011 (f90-match-end): Handle block, critical.
20012
20013 2011-06-25 Glenn Morris <rgm@gnu.org>
20014
20015 * calendar/diary-lib.el (diary-included-files): Doc fix.
20016 (diary-include-files): New function, extracted from
20017 diary-include-other-diary-files and diary-mark-included-diary-files.
20018 (diary-include-other-diary-files, diary-mark-included-diary-files):
20019 Just call diary-include-files.
20020 (diary-mark-entries): Reset diary-included-files on first call.
20021
20022 * calendar/diary-lib.el (diary-mark-entries)
20023 (diary-mark-included-diary-files):
20024 Visit included diary-files in temp buffers.
20025
20026 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
20027 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
20028 (f90-start-block-re, f90-imenu-generic-expression)
20029 (f90-looking-at-program-block-start, f90-no-block-limit):
20030 Add support for submodules.
20031
20032 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
20033 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
20034
20035 2011-06-25 Eli Zaretskii <eliz@gnu.org>
20036
20037 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
20038 buffer-file-type before setting its value, to avoid disastrous
20039 global effects on decoding files for DOS/Windows systems. (Bug#8780)
20040
20041 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20042
20043 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
20044
20045 * ses.el (ses-unload-function):
20046 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
20047
20048 * proced.el (proced-unload-function):
20049 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
20050
20051 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
20052
20053 * server.el (server-create-window-system-frame): Add parameters arg.
20054 (server-process-filter): Doc fix. Handle frame-parameters.
20055
20056 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20057
20058 Fix bug#8730, bug#8781.
20059
20060 * loadhist.el (unload--set-major-mode): New function.
20061 (unload-feature): Use it.
20062
20063 * progmodes/python.el (python-after-info-look): Add autoload cookie.
20064 (python-unload-function): New function.
20065
20066 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20067
20068 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
20069
20070 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
20071
20072 * net/browse-url.el (browse-url-firefox-program): Add icecat to
20073 the candidates list.
20074
20075 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
20076
20077 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
20078
20079 2011-06-23 Richard Stallman <rms@gnu.org>
20080
20081 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
20082 (rmail-variables): Set next-error-move-function.
20083 (rmail-what-message): Take argument POS.
20084 (rmail-next-error-move): New function.
20085
20086 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
20087
20088 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
20089 messages for adjacent non-terminals.
20090
20091 2011-06-23 Richard Stallman <rms@gnu.org>
20092
20093 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
20094 (rmail-show-message-1): Preserve buffer modified flag.
20095 (rmail-start-mail): Don't specify use of rmail-mail-return;
20096 that's done by mail-bury now.
20097 (rmail-mail-return): Handle arg NEWBUF.
20098
20099 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
20100
20101 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
20102 SIZE is a number.
20103
20104 2011-06-23 Martin Rudalics <rudalics@gmx.at>
20105
20106 * window.el (get-lru-window, get-mru-window)
20107 (get-largest-window): Never return a minibuffer window.
20108 (display-buffer-pop-up-window): Fix a bug that could lead to
20109 reusing the minibuffer window.
20110 (display-buffer): Pass original specifier argument to
20111 display-buffer-function instead of the normalized one.
20112 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20113
20114 2011-06-22 Leo Liu <sdl.web@gmail.com>
20115
20116 * minibuffer.el (completing-read-function)
20117 (completing-read-default): Move from minibuf.c.
20118
20119 2011-06-22 Richard Stallman <rms@gnu.org>
20120
20121 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
20122 to Rmail even if not started by a special Rmail command.
20123
20124 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
20125 Copy the buffer currently showing just one message.
20126
20127 2011-06-22 Roland Winkler <winkler@gnu.org>
20128
20129 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
20130 (bibtex-clean-entry): First delete the old key so that a
20131 customized algorithm for generating the new key does not get
20132 confused by the old key.
20133 (bibtex-url): Obey regexp of first step.
20134 (bibtex-search-entries): Do not use add-to-list with local
20135 list-var.
20136
20137 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20138
20139 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
20140 stored a user name, then query for the password first, instead of
20141 waiting for SMTP to give an error message and the trying again.
20142
20143 2011-06-22 Lawrence Mitchell <wence@gmx.li>
20144
20145 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
20146 BUFFER in call-process.
20147
20148 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20149
20150 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
20151 QUIT twice.
20152 (smtpmail-try-auth-methods): Require user name and password from
20153 auth-source.
20154
20155 2011-06-22 Martin Rudalics <rudalics@gmx.at>
20156
20157 * window.el (display-buffer-default-specifiers)
20158 (display-buffer-alist): Remove entries for pop-up-frame-alist.
20159 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
20160 (split-window): Normalize SIDE argument (Bug#8916).
20161
20162 * frame.el (pop-up-frame-alist, pop-up-frame-function)
20163 (special-display-frame-alist, special-display-popup-frame):
20164 Remove duplicate declarations. These are now in window.el.
20165
20166 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20167
20168 * mail/smtpmail.el (smtpmail-via-smtp):
20169 Set :use-starttls-if-possible so that we always use STARTTLS if the
20170 server supports it. SMTP servers that support STARTTLS commonly
20171 require it.
20172
20173 * net/network-stream.el (network-stream-open-starttls): Support
20174 upgrading to STARTTLS always, even if we don't have built-in support.
20175 (open-network-stream): Add the :always-query-capabilities keyword.
20176
20177 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
20178 upgrades with `open-network-stream', and rely solely on
20179 auth-source for all credentials. Big changes throughout the file,
20180 but in particular:
20181 (smtpmail-auth-credentials): Remove.
20182 (smtpmail-starttls-credentials): Remove.
20183 (smtpmail-via-smtp): Check for servers saying they want AUTH after
20184 MAIL FROM, too.
20185
20186 * net/network-stream.el (network-stream-open-starttls):
20187 Provide support for client certificates both for external and built-in
20188 STARTTLS.
20189 (auth-source): Require.
20190 (open-network-stream): Document the :client-certificate keyword.
20191 (network-stream-certificate): Change cert-cert to cert and
20192 cert-key to key.
20193
20194 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
20195
20196 * net/tramp-cache.el (top): Don't load the persistency file when
20197 "emacs -Q" has been called.
20198
20199 2011-06-21 Tim Harper <timcharper@gmail.com>
20200
20201 * term/ns-win.el (ns-initialize-window-system):
20202 Set application-specific `ApplePressAndHoldEnabled' system
20203 resource to NO as it is not yet supported by the NS port.
20204
20205 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
20206
20207 * misc.el (list-dynamic-libraries--refresh): Compute header here...
20208 (list-dynamic-libraries): ...not here.
20209
20210 2011-06-21 Leo Liu <sdl.web@gmail.com>
20211
20212 * subr.el (sha1): Implement sha1 using secure-hash.
20213
20214 2011-06-21 Martin Rudalics <rudalics@gmx.at>
20215
20216 * window.el (display-buffer-alist): In default value do not
20217 enforce searching a window on any but the selected frame.
20218 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20219 (display-buffer-select-window): Remove function.
20220 (display-buffer-in-window): When a window on another frame gets
20221 reused, do not select it any more but just raise its frame if
20222 necessary (Bug#8851) and (Bug#8856).
20223 (display-buffer-normalize-options): Handle pop-up-frames related
20224 options more faithfully.
20225 (pop-to-buffer): Don't rely on `display-buffer' selecting the
20226 window if it is on another frame.
20227 (display-buffer-alist, display-buffer-default-specifiers):
20228 Don't make new frame unsplittable by default.
20229 (display-buffer-normalize-argument): Fix doc-string typo and use
20230 'same-frame-other-window instead of 'other-window when associating
20231 with display-buffer-macro-specifiers.
20232
20233 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
20234
20235 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
20236 New functions.
20237 (5x5-mode-map, 5x5-mode-menu): Bind them.
20238 (5x5-draw-grid): Tweak the solver's rendering.
20239
20240 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20241
20242 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
20243 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
20244
20245 2011-06-21 Drew Adams <drew.adams@oracle.com>
20246
20247 * menu-bar.el: Use function variable instead of switch-to-buffer.
20248 (menu-bar-select-buffer-function): New variable.
20249 (menu-bar-update-buffers): Use it (bug#8876).
20250
20251 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20252
20253 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
20254 variable's status.
20255
20256 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
20257
20258 * x-dnd.el (x-dnd-version-from-flags)
20259 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
20260 and long as number (Bug#8899).
20261 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
20262
20263 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20264
20265 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
20266 (completion-try-completion, completion-all-completions): Compute the
20267 metadata argument if it's missing; make it optional (bug#8795).
20268
20269 * wid-edit.el: Use lex-bind and move towards completion-at-point.
20270 (widget-complete): Use new :completion-function property.
20271 (widget-completions-at-point): New function.
20272 (default): Use :completion-function instead of :complete.
20273 (widget-default-completions): Rename from widget-default-complete;
20274 Rewrite.
20275 (widget-string-complete, widget-file-complete, widget-color-complete):
20276 Remove functions.
20277 (file, symbol, function, variable, coding-system, color):
20278 * international/mule-cmds.el (default-input-method, charset)
20279 (language-info-custom-alist):
20280 * cus-edit.el (face): Use new property :completions.
20281
20282 * progmodes/pascal.el (pascal-completions-at-point): New function.
20283 (pascal-mode): Use it.
20284 (pascal-mode-map): Use completion-at-point.
20285 (pascal-toggle-completions): Make obsolete.
20286 (pascal-complete-word, pascal-show-completions):
20287 * progmodes/octave-mod.el (octave-complete-symbol):
20288 Redefine as obsolete alias.
20289 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
20290 Signal absence of completion info for old Octave,
20291 (inferior-octave-complete): Redefine as obsolete alias.
20292 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
20293 (meta-completions-at-point): Rename from meta-complete-symbol and
20294 adapt it for use on completion-at-point-functions.
20295 (meta-common-mode): Use it.
20296 (meta-looking-at-backward, meta-match-buffer): Remove.
20297 (meta-complete-symbol): Redefine as obsolete alias.
20298 (meta-common-mode-map): Use completion-at-point.
20299 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
20300 (makefile-mode-map): Use completion-at-point.
20301 (makefile-completions-at-point): Rename from makefile-complete and
20302 adapt it for use on completion-at-point-functions.
20303 (makefile-mode): Use it.
20304 (makefile-complete): Redefine as obsolete alias.
20305
20306 2011-06-20 Deniz Dogan <deniz@dogan.se>
20307
20308 * net/rcirc.el: Delete trailing whitespaces once and for all.
20309
20310 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
20311
20312 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
20313
20314 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
20315
20316 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
20317
20318 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
20319
20320 2011-06-19 Martin Rudalics <rudalics@gmx.at>
20321
20322 * window.el (display-buffer-other-window-means-other-frame):
20323 Call display-buffer-normalize-alist.
20324 (display-buffer-normalize-specifiers-1): Rename to
20325 display-buffer-normalize-argument. New argument other-frame.
20326 Rewrite.
20327 (display-buffer-normalize-specifiers-2): Rename to
20328 display-buffer-normalize-options.
20329 (display-buffer-normalize-alist-1): New function.
20330 (display-buffer-normalize-specifiers-3): Rename to
20331 display-buffer-normalize-alist.
20332 Call display-buffer-normalize-alist-1.
20333 (display-buffer-normalize-options-inhibit): New variable.
20334 (display-buffer-normalize-specifiers): Rewrite calling
20335 display-buffer-normalize-alist,
20336 display-buffer-normalize-argument, and
20337 display-buffer-normalize-options. Don't call the latter if
20338 display-buffer-normalize-options-inhibit is non-nil.
20339 (frame-auto-delete): New option.
20340 (window-deletable-p): Use frame-auto-delete.
20341 (window-list-no-nils, window-state-ignored-parameters)
20342 (window-state-get-1, window-state-get, window-state-put-list)
20343 (window-state-put-1, window-state-put-2, window-state-put):
20344 New functions.
20345 (display-buffer-normalize-options): Move special-display-p group
20346 after pop-up-frame group (Bug#8851) and (Bug#8856).
20347
20348 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
20349
20350 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
20351 groups (Bug#8776).
20352 (rx-submatch-n): New function.
20353 (rx): Document it.
20354
20355 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
20356 (Bug#8768).
20357
20358 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
20359
20360 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
20361
20362 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
20363 anytime existing face settings are present (Bug#8889).
20364
20365 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
20366 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
20367 Remove unused argument.
20368
20369 2011-06-18 Martin Rudalics <rudalics@gmx.at>
20370
20371 * window.el (display-buffer-default-specifiers):
20372 Remove pop-up-frame. Add pop-up-window-min-height,
20373 pop-up-window-min-width, and another reuse-window specifier
20374 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
20375 (display-buffer-normalize-specifiers-2):
20376 Handle split-height-threshold and split-width-threshold also when
20377 pop-up-windows is unset. Add a reuse-window specifier for the
20378 case popping up a new window fails.
20379 (special-display-popup-frame): Remove double quoting.
20380 (display-buffer-normalize-specifiers-1): Fix thinko.
20381
20382 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
20383
20384 * shell.el (shell-completion-vars): Set pcomplete-termination-string
20385 according to comint-completion-addsuffix.
20386
20387 * pcomplete.el: Convert to lexical binding and fix bug#8819.
20388 (pcomplete-suffix-list): Mark as obsolete.
20389 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
20390 pcomplete-seen in the closure.
20391 (pcomplete-comint-setup): Setup completion-at-point as well.
20392 (pcomplete--entries): New function.
20393 (pcomplete--env-regexp): New var.
20394 (pcomplete-entries): Rewrite to work with partial-completion and
20395 without relying on pcomplete-suffix-list.
20396 (pcomplete-pare-list): Remove, unused.
20397
20398 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20399
20400 * window.el (display-buffer-alist): Set pop-up-window-min-height
20401 and pop-up-window-min-width in default value. Reported by
20402 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
20403 other-window-means-other-frame.
20404 (display-buffer-macro-specifiers): Comment out entry for
20405 other-window specifier.
20406 (display-buffer-other-window-means-other-frame): New function.
20407 (display-buffer-normalize-specifiers-1): New arguments
20408 buffer-name and label. Treat other-window case specially.
20409 (display-buffer-normalize-specifiers-2): Treat other-window case
20410 specially.
20411 (display-buffer-normalize-specifiers-3): New function.
20412 (display-buffer-normalize-specifiers):
20413 Call display-buffer-normalize-specifiers-3.
20414
20415 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20416
20417 * window.el (same-window-p): Fix two typos introduced when
20418 adding with-no-warnings.
20419 (display-buffer-normalize-specifiers-1): Don't check
20420 pop-up-frames for 'unset initialization.
20421 (display-buffer-normalize-specifiers-2): Major rewrite using
20422 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
20423 (pop-up-frames, display-buffer-reuse-frames)
20424 (display-buffer-mark-dedicated): Don't initialize to 'unset.
20425 Suggested by David Engster <deng@randomsample.de>.
20426 (even-window-heights): Initialize to 'unset.
20427 (display-buffer-alist-set): Handle new 'unset initializations.
20428 (display-buffer-macro-specifiers): Don't pop up a new frame in the
20429 other window case.
20430
20431 2011-06-16 Martin Rudalics <rudalics@gmx.at>
20432
20433 * window.el (display-buffer-normalize-specifiers-1):
20434 Respect current value of pop-up-frames for most reasonable values of
20435 second argument of display-buffer (Bug#8865).
20436 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
20437 (switch-to-buffer-other-window-same-frame)
20438 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
20439 Adams (Bug#8875).
20440 (display-buffer): Don't check noninteractive when calling
20441 display-buffer-pop-up-frame.
20442 (display-buffer-pop-up-frame): Never pop up a frame in
20443 noninteractive mode (Bug#8857).
20444 (enlarge-window, shrink-window): Don't report an error when the
20445 window can't be resized as requested (Bug#8862).
20446
20447 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20448
20449 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
20450
20451 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
20452
20453 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
20454
20455 2011-06-15 Alan Mackenzie <acm@muc.de>
20456
20457 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
20458 for declarators, disable knr checking to speed up for normal files.
20459 2: Refactor, replacing a sequence of nested if forms by a cond form.
20460
20461 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20462
20463 * net/network-stream.el (open-network-stream): Add the keyword
20464 :always-query-capabilities for the case where you want to force a
20465 `plain' network connection, but the protocol still requires the
20466 capabilitiy command (i.e., SMTP and EHLO).
20467
20468 * subr.el (process-live-p): Rename from `process-alive-p' for
20469 consistency with other `-live-p' functions.
20470
20471 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20472
20473 * window.el (same-window-buffer-names, same-window-regexps)
20474 (special-display-frame-alist, special-display-popup-frame)
20475 (special-display-function, special-display-buffer-names)
20476 (special-display-regexps, pop-up-frame-alist)
20477 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
20478 (pop-up-windows, split-window-preferred-function)
20479 (split-height-threshold, split-width-threshold, even-window-heights)
20480 (display-buffer-mark-dedicated): Don't encourage the use of
20481 display-buffer-alist from Elisp code.
20482
20483 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
20484
20485 * progmodes/python.el (python-mode): Derive from prog-mode.
20486 * progmodes/ps-mode.el (ps-mode):
20487 * progmodes/mixal-mode.el (mixal-mode):
20488 * progmodes/cfengine.el (cfengine-mode):
20489 * progmodes/ld-script.el (ld-script-mode): Likewise.
20490
20491 2011-06-15 Martin Rudalics <rudalics@gmx.at>
20492
20493 * window.el (display-buffer-alist): Trim default value to avoid
20494 popping up a new frame (Bug#8857) or reusing an arbitrary window
20495 on another frame.
20496 (display-buffer): Do not fall back on popping up a new frame in
20497 batch mode (Bug#8857).
20498
20499 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
20500
20501 * cus-theme.el (describe-theme-1): Use custom-theme-p.
20502 (custom-theme-summary): New function.
20503 (customize-themes): Use it.
20504
20505 2011-06-13 Glenn Morris <rgm@gnu.org>
20506
20507 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
20508
20509 2011-06-13 Martin Rudalics <rudalics@gmx.at>
20510
20511 * help.el (help-window): Remove variable.
20512 (help-window-point-marker, temp-buffer-max-height)
20513 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
20514 (help-print-return-message): Don't set help-window.
20515 (resize-temp-buffer-window): Rewrite cod eand doc-string.
20516 (help-window-setup-finish): Remove.
20517 (help-window-display-message, help-window-setup)
20518 (with-help-window): Major rewrite based on new
20519 display-buffer-window variable.
20520
20521 * help-mode.el (help-mode-finish): Remove help-window related
20522 code.
20523
20524 * view.el (view-exits-all-viewing-windows): Remove reference to
20525 view-return-to-alist in doc-string.
20526 (view-return-to-alist): Make obsolete.
20527 (view-buffer): Call pop-to-buffer-same-window and remove
20528 undo-window code.
20529 (view-buffer-other-window): Call pop-to-buffer-other-window and
20530 simplify code. Ignore second argument.
20531 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
20532 simplify code. Ignore second argument.
20533 (view-return-to-alist-update): Make obsolete.
20534 (view-mode-enter): Rename second argument to QUIT-RESTORE.
20535 Rewrite using quit-restore window parameters.
20536 (view-mode-exit): Rename second argument to EXIT-ONLY.
20537 Rewrite using quit-restore-window.
20538 (View-exit, View-exit-and-edit, View-leave, View-quit)
20539 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
20540 appropriate arguments.
20541 (view-end-message): Use quit-restore window parameter.
20542
20543 * window.el (display-buffer-function): Rewrite doc-string.
20544 (display-buffer-window, display-buffer-alist): New variables.
20545 (display-buffer-split-specifiers)
20546 (display-buffer-side-specifiers)
20547 (display-buffer-macro-specifiers): New constants.
20548 (display-buffer-even-window-sizes, display-buffer-set-height)
20549 (display-buffer-set-width, display-buffer-select-window)
20550 (display-buffer-in-window, display-buffer-reuse-window)
20551 (display-buffer-split-window-1, display-buffer-split-window)
20552 (display-buffer-split-atom-window, display-buffer-pop-up-window)
20553 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
20554 (display-buffer-in-side-window, normalize-buffer-to-display)
20555 (display-buffer-normalize-specifiers-1)
20556 (display-buffer-normalize-specifiers-2)
20557 (display-buffer-normalize-specifiers, display-buffer-frame):
20558 New functions.
20559 (display-buffer): Major rewrite.
20560 (display-buffer-other-window, display-buffer-other-frame)
20561 (pop-to-buffer, switch-to-buffer-other-window)
20562 (switch-to-buffer-other-frame): Rewrite.
20563 (display-buffer-same-window, display-buffer-same-frame)
20564 (display-buffer-same-frame-other-window)
20565 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20566 (pop-to-buffer-other-window)
20567 (pop-to-buffer-same-frame-other-window)
20568 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
20569 (switch-to-buffer-other-window-same-frame): New functions.
20570 (same-window-p, special-display-p): Rewrite disabling warnings.
20571 Make obsolete.
20572 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20573 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
20574 Make obsolete
20575 (same-window-buffer-names, same-window-regexps)
20576 (special-display-frame-alist, special-display-popup-frame)
20577 (special-display-function, special-display-buffer-names)
20578 (special-display-regexps, pop-up-frame-alist)
20579 (pop-up-frame-function, split-window-preferred-function)
20580 (split-height-threshold, split-width-threshold)
20581 (even-window-heights): Make obsolete.
20582
20583 2011-06-12 Glenn Morris <rgm@gnu.org>
20584
20585 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
20586 Misc simplifications.
20587
20588 2011-06-12 Martin Rudalics <rudalics@gmx.at>
20589
20590 * window.el (window-safely-shrinkable-p): Restore function which
20591 was inadvertently removed in change from 2011-06-11. Declare as
20592 obsolete.
20593
20594 * calendar/calendar.el (calendar-generate-window):
20595 Use window-iso-combined-p instead of combination of one-window-p and
20596 window-safely-shrinkable-p.
20597
20598 2011-06-12 Glenn Morris <rgm@gnu.org>
20599
20600 * progmodes/fortran.el (fortran-mode-syntax-table):
20601 * progmodes/f90.el (f90-mode-syntax-table):
20602 Set % to punctuation. (Bug#8820)
20603 (f90-find-tag-default): Remove, no longer needed.
20604
20605 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
20606
20607 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
20608
20609 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
20610
20611 * image.el (image-animated-p): Return animation delay in seconds.
20612 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
20613 (image-animate-timeout): Remove DELAY argument. Don't assume
20614 every subimage has the same delay; get it from image-animated-p.
20615 (image-animate): Caller changed.
20616
20617 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
20618
20619 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
20620 to ignored backtrace functions.
20621
20622 2011-06-11 Glenn Morris <rgm@gnu.org>
20623
20624 * calendar/appt.el (appt-disp-window-function): Doc fix.
20625 (appt-check): Handle overlapping appointments. (Bug#8337)
20626
20627 2011-06-11 Martin Rudalics <rudalics@gmx.at>
20628
20629 * window.el (window-tree-1, window-tree): New functions, moving
20630 the latter to window.el.
20631 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20632 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20633 (bw-refresh-edges): Remove.
20634 (balance-windows-1, balance-windows-2): New functions.
20635 (balance-windows): Rewrite in terms of window tree functions,
20636 balance-windows-1 and balance-windows-2.
20637 (bw-adjust-window): Remove.
20638 (balance-windows-area-adjust): New function with functionality of
20639 bw-adjust-window but using resize-window.
20640 (set-window-text-height): Rewrite doc-string.
20641 Use normalize-live-window and resize-window.
20642 (enlarge-window-horizontally, shrink-window-horizontally):
20643 Rename argument to DELTA.
20644 (window-buffer-height): New function.
20645 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
20646 Rewrite using new window resize routines.
20647 (kill-buffer-and-window, mouse-autoselect-window-select):
20648 Use ignore-errors instead of condition-case.
20649 (quit-window): Call delete-frame instead of delete-windows-on
20650 for the only buffer on frame.
20651
20652 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20653
20654 * loadup.el (top-level): Load window before files for the sake
20655 of replace-buffer-in-windows.
20656
20657 * files.el (read-buffer-to-switch)
20658 (switch-to-buffer-other-window)
20659 (switch-to-buffer-other-frame, display-buffer-other-frame):
20660 Move to window.el.
20661
20662 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
20663 (previous-buffer): Move to window.el.
20664
20665 * bindings.el (unbury-buffer): Move to window.el.
20666
20667 * window.el (delete-other-windows-vertically): Move after
20668 definition of delete-other-windows.
20669 (other-window, delete-windows-on, replace-buffer-in-windows):
20670 Move here from window.c.
20671 (record-window-buffer, unrecord-window-buffer)
20672 (set-window-buffer-start-and-point, switch-to-prev-buffer)
20673 (switch-to-next-buffer): New functions.
20674 (get-next-valid-buffer, last-buffer, next-buffer): Move here
20675 from simple.el. Call switch-to-next-buffer.
20676 (previous-buffer): Move here from simple.el.
20677 Call switch-to-prev-buffer.
20678 (bury-buffer): Move here from buffer.c. Switch to previous
20679 buffer when window cannot be deleted.
20680 (unbury-buffer): Move here from bindings.el.
20681 (ctl-x-map): Move binding for other-window from window.c to
20682 here.
20683 (read-buffer-to-switch, switch-to-buffer-other-window)
20684 (switch-to-buffer-other-frame): Move here from files.el.
20685 (normalize-buffer-to-switch-to): New functions.
20686 (switch-to-buffer): Move here from buffer.c.
20687 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
20688
20689 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20690
20691 * window.el (window-min-height, window-min-width): Move here
20692 from window.c. Add defcustoms and rewrite doc-strings.
20693 (resize-mini-window, resize-window): New functions.
20694 (adjust-window-trailing-edge, enlarge-window, shrink-window):
20695 Move here from window.c.
20696 (maximize-window, minimize-window): New functions.
20697 (delete-window, delete-other-windows, split-window): Move here
20698 from window.c.
20699 (window-split-min-size): New function.
20700 (split-window-keep-point): Mention split-window-above-each-other
20701 instead of split-window-vertically.
20702 (split-window-above-each-other, split-window-vertically):
20703 Rename split-window-vertically to split-window-above-each-other
20704 and provide defalias for old definition.
20705 (split-window-side-by-side, split-window-horizontally):
20706 Rename split-window-horizontally to split-window-side-by-side
20707 and provide defalias for the old definition.
20708 (ctl-x-map): Move bindings for delete-window,
20709 delete-other-windows and enlarge-window here from window.c.
20710 Replace bindings for split-window-vertically and
20711 split-window-horizontally by bindings for
20712 split-window-above-each-other and split-window-side-by-side.
20713
20714 * cus-start.el (all): Remove entries for window-min-height and
20715 window-min-width. Add entries for window-splits and
20716 window-nest.
20717
20718 2011-06-09 Glenn Morris <rgm@gnu.org>
20719
20720 * calendar/appt.el (appt-mode-line): New function.
20721 (appt-check, appt-disp-window): Use it.
20722
20723 * files.el (hack-one-local-variable-eval-safep):
20724 Allow minor-modes with explicit +/-1 arguments.
20725
20726 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
20727
20728 * term/xterm.el (xterm): Add defgroup.
20729 (xterm-extra-capabilities): Add defcustom to supply known xterm
20730 capabilities, skip querying them, or query them (default).
20731 (terminal-init-xterm): Use it.
20732 (terminal-init-xterm-modify-other-keys): New function to set up
20733 modifyOtherKeys support to simplify `terminal-init-xterm'.
20734
20735 2011-06-09 Martin Rudalics <rudalics@gmx.at>
20736
20737 * window.el (resize-window-reset, resize-window-reset-1)
20738 (resize-subwindows-skip-p, resize-subwindows-normal)
20739 (resize-subwindows, resize-other-windows, resize-this-window)
20740 (resize-root-window, resize-root-window-vertically)
20741 (window-deletable-p, window-or-subwindow-p)
20742 (frame-root-window-p): New functions.
20743
20744 2011-06-09 Glenn Morris <rgm@gnu.org>
20745
20746 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
20747 (ange-ftp-get-files): Use it.
20748
20749 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20750
20751 * mail/sendmail.el (mail-recover-1, mail-recover):
20752 * files.el (recover-file, recover-session):
20753 Handle dired-listing-switches not being just a single short option.
20754
20755 2011-06-09 Glenn Morris <rgm@gnu.org>
20756
20757 * calendar/appt.el (appt-display-message, appt-disp-window):
20758 Handle lists of appointments.
20759
20760 2011-06-08 Martin Rudalics <rudalics@gmx.at>
20761
20762 * window.el (one-window-p): Move down in code.
20763 Rewrite doc-string.
20764 (window-current-scroll-bars): Rewrite doc-string.
20765 Normalize live window argument.
20766 (walk-windows, get-window-with-predicate, count-windows):
20767 Rewrite doc-string. Use window-list-1.
20768 (window-in-direction-2, window-in-direction, get-mru-window):
20769 New functions.
20770
20771 2011-06-08 Reuben Thomas <rrt@sc3d.org>
20772
20773 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
20774 Doc fix (Bug#8713).
20775
20776 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
20777
20778 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
20779
20780 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
20781
20782 * loadhist.el (unload-feature-special-hooks):
20783 Add `comint-output-filter-functions'.
20784
20785 2011-06-08 Ivan Kanis <gnu@kanis.fr>
20786
20787 * calendar/appt.el (appt-check): Move some initializations into the let.
20788
20789 2011-06-08 Martin Rudalics <rudalics@gmx.at>
20790
20791 * window.el (window-height): Defalias to window-total-height.
20792 (window-width): Defalias to window-body-width.
20793
20794 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
20795
20796 * image-mode.el (image-toggle-animation): New command.
20797 (image-mode-map): Bind it to RET.
20798 (image-mode): Update message.
20799 (image-toggle-display-image): Avoid a spurious cache flush.
20800 (image-transform-rotation): Doc fix.
20801 (image-transform-properties): Return quickly in the normal case.
20802 (image-animate-loop): Rename from image-animate-max-time.
20803
20804 * image.el (image-animate-max-time): Move to image-mode.el.
20805 (create-animated-image): Remove unnecessary function.
20806 (image-animate): Rename from image-animate-start. New arg.
20807 (image-animate-stop): Remove; just use image-animate-timer.
20808 (image-animate-timer): Use car-safe.
20809 (image-animate-timeout): Rename argument.
20810
20811 2011-06-07 Martin Rudalics <rudalics@gmx.at>
20812
20813 * window.el (get-lru-window, get-largest-window): Move here from
20814 window.c. Rename first argument to ALL-FRAMES.
20815 Rephrase doc-strings.
20816 (get-buffer-window-list): Rewrite using window-list-1.
20817 Rephrase doc-string.
20818 (window-safe-min-height, window-safe-min-width): New constants.
20819 (window-size-ignore, window-min-size, window-min-size-1)
20820 (window-sizable, window-sizable-p, window-size-fixed-1)
20821 (window-size-fixed-p, window-min-delta-1, window-min-delta)
20822 (window-max-delta-1, window-max-delta, window-resizable)
20823 (window-resizable-p, window-total-height, window-total-width)
20824 (window-body-width): New functions.
20825 (window-full-height-p, window-full-width-p): Rewrite using
20826 window-total-size.
20827 (window-body-height): Rewrite using window-body-size.
20828
20829 2011-06-06 Martin Rudalics <rudalics@gmx.at>
20830
20831 * window.el (window-right, window-left, window-child)
20832 (window-child-count, window-last-child, window-any-p)
20833 (normalize-live-buffer, normalize-live-frame)
20834 (normalize-any-window, normalize-live-window)
20835 (window-iso-combination-p, window-iso-combined-p)
20836 (window-iso-combinations)
20837 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
20838 (windows-with-parameter, window-with-parameter)
20839 (window-atom-root, make-window-atom, window-atom-check-1)
20840 (window-atom-check, window-side-check, window-check):
20841 New functions.
20842 (ignore-window-parameters, window-sides, window-sides-vertical)
20843 (window-sides-slots): New variables.
20844 (window-size-fixed): Move down in code. Minor doc-string fix.
20845
20846 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
20847
20848 * comint.el (comint-dynamic-complete-as-filename)
20849 (comint-dynamic-complete-filename): Correctly call
20850 completion-in-region.
20851
20852 2011-06-05 Deniz Dogan <deniz@dogan.se>
20853
20854 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
20855 in last change.
20856
20857 2011-06-05 Deniz Dogan <deniz@dogan.se>
20858
20859 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
20860 (rcirc): Use it to prompt for encryption.
20861
20862 2011-06-05 Roland Winkler <winkler@gnu.org>
20863
20864 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
20865 (bibtex-search-entries): New command bound to C-c C-a.
20866 (bibtex-display-entries): New function.
20867
20868 2011-06-05 Roland Winkler <winkler@gnu.org>
20869
20870 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
20871 (bibtex-insert-kill): After yanking insert newline if necessary.
20872 (bibtex-initialize): Call bibtex-string-files-init only once.
20873 (bibtex-mode): Do not call easy-menu-add.
20874 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
20875 (bibtex-yank): Set arg properly if nil.
20876
20877 2011-06-05 Roland Winkler <winkler@gnu.org>
20878
20879 * textmodes/bibtex.el (bibtex-search-entry-globally):
20880 New variable.
20881 (bibtex-search-entry): Use it.
20882
20883 2011-06-05 Roland Winkler <winkler@gnu.org>
20884
20885 * textmodes/bibtex.el (bibtex-entry-format): New option
20886 sort-fields.
20887 (bibtex-format-entry, bibtex-reformat): Honor this option.
20888 (bibtex-parse-entry): Return fields in proper order.
20889
20890 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
20891
20892 * doc-view.el (doc-view-remove-if): Move computation of result out
20893 of `dolist' to silence misleading lexical-binding warning.
20894
20895 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
20896
20897 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
20898 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
20899
20900 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
20901
20902 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
20903 "SunOS 5.10".
20904
20905 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
20906
20907 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
20908 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
20909 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
20910 (tramp-parse-putty):
20911 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
20912 (tramp-completion-function-alist-ssh)
20913 (tramp-completion-function-alist-telnet)
20914 (tramp-completion-function-alist-su)
20915 (tramp-completion-function-alist-putty): Set `tramp-autoload'
20916 cookie.
20917
20918 * net/tramp-ftp.el:
20919 * net/tramp-sh.el:
20920 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
20921 load "tramp.el" `tramp-set-completion-function'.
20922
20923 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
20924
20925 * shell.el: Require and use pcomplete.
20926 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
20927 (shell-completion-vars): Set pcomplete-default-completion-function.
20928
20929 2011-06-04 Deniz Dogan <deniz@dogan.se>
20930
20931 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
20932 `memq' (Bug#8799).
20933
20934 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
20935
20936 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
20937
20938 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
20939
20940 * bs.el (bs--mark-unmark, bs--nth-wrapper):
20941 * mpc.el (mpc-select-extend, mpc-songpointer-context):
20942 * vc/log-view.el (log-view-beginning-of-defun):
20943 * vc/smerge-mode.el (smerge-apply-resolution-patch)
20944 (smerge-refine-forward, smerge-refine-chopup-region):
20945 Silence warning for unused `dotimes' counter variables.
20946
20947 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
20948
20949 * net/tramp.el (tramp-with-progress-reporter): Rename from
20950 with-progress-reporter. Use `declare'.
20951 * net/tramp-smb.el:
20952 * net/tramp-sh.el:
20953 * net/tramp-gvfs.el: Update all uses.
20954
20955 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
20956
20957 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
20958 buffer isn't killed before making it current.
20959
20960 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20961
20962 Silence various byte-compiler warnings.
20963 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
20964 `access-type' and new obsolescence format.
20965 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
20966 new format.
20967 (byte-compile-check-variable): New `access-type' argument.
20968 Only warn if the access-type is obsolete.
20969 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20970 (byte-compile-variable-set): Adjust callers.
20971 * help-fns.el (describe-variable): Adjust to new obsolescence format.
20972 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
20973 setting it as obsolete.
20974 * simple.el (minibuffer-completing-symbol):
20975 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
20976 access as obsolete.
20977 * minibuffer.el (minibuffer-completing-file-name): Don't make it
20978 obsolete yet.
20979 * international/quail.el (quail-mouse-choose-completion): Remove unused
20980 code referring to obsolete var.
20981 (quail-choose-completion-string): Remove.
20982 * server.el (server-clients-with, server-kill-buffer-query-function)
20983 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
20984 * proced.el (proced-send-signal):
20985 * emacs-lisp/lisp.el (lisp-complete-symbol):
20986 Replace completion-annotate-function with completion-extra-properties.
20987
20988 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20989
20990 * simple.el (goto-line): Use read-number.
20991 (overriding-map-is-bound): Remove.
20992 (saved-overriding-map): Change default.
20993 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
20994 Take the map as argument.
20995 (universal-argument, negative-argument, digit-argument): Use it.
20996 (restore-overriding-map): Adjust.
20997 (do-auto-fill): Use fill-forward-paragraph.
20998 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
20999
21000 * minibuffer.el (minibuffer-inactive-mode-map): New var.
21001 (minibuffer-inactive-mode): New major mode.
21002 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
21003 the *Messages* buffer" hack.
21004 (mouse-popup-menubar): Don't burp if the event is a normal key.
21005
21006 Miscellaneous tweaks.
21007 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
21008 lexical scoping as in subr.el's dolist and dotimes.
21009 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
21010 Silence compiler warning.
21011 * thingatpt.el (forward-whitespace): Trivial coding style fix.
21012 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
21013 * international/ccl.el (ccl-compile): Trivial simplification.
21014 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
21015 * emacs-lisp/testcover.el (testcover-end): Remove spurious
21016 `printflag' argument.
21017 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
21018 Purecopy the whole obsolescence data.
21019
21020 2011-06-01 Leo Liu <sdl.web@gmail.com>
21021
21022 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
21023 improve doc-string as suggested by Marco Pessotto
21024 <melmothx@gmail.com>.
21025 (rcirc-print): Fix last change.
21026
21027 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21028
21029 * minibuffer.el (complete-with-action): Return nil for the metadata and
21030 boundaries of non-functional tables.
21031 (completion-table-dynamic): Return nil for the metadata.
21032 (completion-table-with-terminator): Add default case, using
21033 complete-with-action.
21034 (completion--metadata): New function.
21035 (completion-all-sorted-completions, minibuffer-completion-help): Use it
21036 to try and avoid pathological performance problems.
21037 (completion--embedded-envvar-table): Return `category' metadata.
21038
21039 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
21040
21041 * subr.el (process-alive-p): New tiny convenience function.
21042
21043 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21044
21045 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
21046 content but also its previous major mode.
21047
21048 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
21049
21050 * emacs-lisp/debug.el (debug): Restore the previous content of the
21051 *Backtrace* buffer when we exit with C-M-c.
21052
21053 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21054
21055 * minibuffer.el: Add metadata method to completion tables.
21056 (completion-category-overrides): New defcustom.
21057 (completion-metadata, completion--field-metadata)
21058 (completion-metadata-get, completion--styles)
21059 (completion--cycle-threshold): New functions.
21060 (completion-try-completion, completion-all-completions):
21061 Add `metadata' argument to choose completion-styles.
21062 (completion--do-completion): Use metadata to choose cycling.
21063 (completion-all-sorted-completions): Use metadata for sorting.
21064 Remove :completion-cycle-penalty which is not needed any more.
21065 (completion--try-word-completion): Add `metadata' argument.
21066 (minibuffer-completion-help): Check metadata for annotation function
21067 and sorting.
21068 (completion-file-name-table): Return `category' metadata.
21069 (minibuffer-completing-file-name): Make obsolete.
21070 * simple.el (minibuffer-completing-symbol): Make obsolete.
21071 * icomplete.el (icomplete-completions): Pass new `metadata' param to
21072 completion-try-completion.
21073
21074 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21075
21076 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
21077
21078 2011-05-30 Leo Liu <sdl.web@gmail.com>
21079
21080 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
21081 (rcirc-print): Decode all incoming messages (bug#8744).
21082 (rcirc-decode-coding-system): Allow value nil for automatic coding
21083 system detection.
21084
21085 2011-06-01 Glenn Morris <rgm@gnu.org>
21086
21087 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
21088
21089 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21090
21091 * image.el (image-animate-max-time): Allow nil and t values.
21092 Default to nil.
21093 (create-animated-image): Doc fix.
21094 (image-animate-start): Remove second arg; just use
21095 image-animate-max-time.
21096 (image-animate-timeout): Doc fix. Args changed.
21097
21098 * image-mode.el (image-toggle-display-image): Ensure that the
21099 image spec passed to the animate timer is the same object as in
21100 the buffer's display property (Bug#6981).
21101 (image-transform-properties): Doc fix.
21102
21103 * image.el (image-animate-max-time): Default to nil.
21104
21105 2011-05-29 Martin Rudalics <rudalics@gmx.at>
21106
21107 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
21108 entire buffer list (Bug#8184).
21109
21110 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21111
21112 * image.el (imagemagick-types-inhibit)
21113 (imagemagick-register-types): Doc fix.
21114
21115 2011-05-29 Deniz Dogan <deniz@dogan.se>
21116
21117 * net/rcirc.el (rcirc): Use the user's stored encryption method by
21118 default.
21119
21120 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21121
21122 * select.el: Don't perform clipboard-manager saving in hooks;
21123 leave the hooks empty.
21124
21125 2011-05-28 Leo Liu <sdl.web@gmail.com>
21126
21127 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
21128 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
21129 (occur-edit-mode): New major mode (Bug#8463).
21130 (occur-after-change-function): New function.
21131 (occur-engine): Give Occur tags a read-only property.
21132
21133 2011-05-28 Kevin Ryde <user42@zip.com.au>
21134
21135 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
21136
21137 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21138
21139 * bindings.el (help-echo): Make the initial non-indicator dash
21140 empty on graphical terminals (Bug#7295).
21141
21142 * files.el (auto-mode-alist): Move config rule after the
21143 in-stripping one (Bug#8547).
21144
21145 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
21146
21147 * startup.el (normal-splash-screen): Remove gratuitous mode-line
21148 setting (Bug#8740).
21149
21150 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
21151
21152 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
21153 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
21154 (Bug#8539).
21155
21156 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21157
21158 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
21159
21160 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
21161
21162 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
21163 (hs-hide-block-at-point, hs-find-block-beginning)
21164 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
21165 (Bug#8279).
21166
21167 2011-05-28 Glenn Morris <rgm@gnu.org>
21168
21169 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
21170
21171 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21172
21173 * help-fns.el (describe-function-1): If the function is a derived
21174 major mode, print the parent mode.
21175
21176 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
21177 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
21178
21179 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
21180
21181 * minibuffer.el (completion--capf-wrapper): Check applicability before
21182 returning non-nil for non-exclusive completion data.
21183 * progmodes/etags.el (tags-completion-at-point-function):
21184 * info-look.el (info-lookup-completions-at-point): Mark as
21185 non-exclusive.
21186 (info-complete): Adjust accordingly.
21187
21188 * info-look.el: Convert to lexical-binding and completion-at-point.
21189 (info-lookup-completions-at-point): New function.
21190 (info-complete): Use it and completion-in-region.
21191
21192 2011-05-28 Drew Adams <drew.adams@oracle.com>
21193
21194 * isearch.el: Let M-e start with point at the first mismatched char.
21195 (isearch-fail-pos): New function.
21196 (isearch-edit-string): Use it.
21197
21198 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21199
21200 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21201
21202 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
21203
21204 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
21205 traversal functions for avl-trees.
21206 (avl-tree--stack): New struct.
21207 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
21208 (avl-tree-enter): Add optional `updatefun' arg.
21209 (avl-tree--do-enter): Add optional `updatefun' arg.
21210 Change return value.
21211 (avl-tree-delete): Add optional `test' and `nilflag' args.
21212 (avl-tree--do-delete): Add `test' and `nilflag' args.
21213 Change return value.
21214 (avl-tree-member): Add optional `nilflag'
21215 (avl-tree-member-p): New function.
21216 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
21217 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
21218 (avl-tree-stack-empty-p): New functions.
21219
21220 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
21221 avl-tree--del-balance1 and make it work both ways.
21222 (avl-tree--del-balance2): Remove.
21223 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
21224 make it work both ways.
21225 (avl-tree--enter-balance2): Remove.
21226 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
21227 New macros.
21228 (avl-tree--mapc, avl-tree-map): Add direction argument.
21229
21230 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
21231
21232 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
21233
21234 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
21235
21236 * select.el: Support clipboard managers with built-in function
21237 x-clipboard-manager-save, via delete-frame-functions and
21238 kill-emacs-hook.
21239 (xselect-convert-to-targets): Add MULTIPLE target to list.
21240 (xselect-convert-to-save-targets): New function.
21241
21242 2011-05-27 Kenichi Handa <handa@m17n.org>
21243
21244 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
21245 let-binding rfc2047-encode-encoded-words to nil.
21246
21247 2011-05-27 Glenn Morris <rgm@gnu.org>
21248
21249 * mail/emacsbug.el: Don't require url-util.
21250
21251 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
21252
21253 * files.el (set-auto-mode):
21254 Also respect mode: entries at the end of the file. (Bug#8586)
21255
21256 2011-05-26 Glenn Morris <rgm@gnu.org>
21257
21258 * files.el (hack-local-variables-prop-line, hack-local-variables):
21259 Downcase mode names, as seems to be traditional.
21260 (hack-local-variables, hack-local-variables-apply): Doc fixes.
21261
21262 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
21263 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
21264
21265 2011-05-25 Julien Danjou <julien@danjou.info>
21266
21267 * textmodes/rst.el (rst-define-level-faces): Do not define face
21268 symbol if it is already defined.
21269
21270 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
21271
21272 * play/5x5.el (5x5-new-game, 5x5-randomize):
21273 Reset 5x5-solver-output to nil when a new grid is cast.
21274 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
21275 these debugging traces, as defmacro breaks the compiled code.
21276
21277 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21278
21279 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21280
21281 2011-05-24 Leo Liu <sdl.web@gmail.com>
21282
21283 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
21284 (vc-bzr-sha1): Adapt.
21285
21286 * sha1.el: Remove. Function `sha1' is now builtin.
21287
21288 * bindings.el: Provide sha1 feature.
21289
21290 2011-05-24 Kenichi Handa <handa@m17n.org>
21291
21292 * mail/sendmail.el: Require `rfc2047'.
21293 (mail-insert-from-field): Do not perform RFC2047 encoding.
21294 (mail-encode-header): New function.
21295 (sendmail-send-it): Set buffer-file-coding-system of the work
21296 buffer to the return value of select-message-coding-system.
21297 Call mail-encode-header.
21298
21299 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
21300
21301 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
21302
21303 * mail/supercite.el (sc-default-cite-frame):
21304 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
21305
21306 2011-05-24 Glenn Morris <rgm@gnu.org>
21307
21308 * progmodes/python.el (brm-menu): Declare.
21309
21310 * emulation/viper.el (viper-set-hooks): Declare.
21311
21312 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
21313 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
21314 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
21315 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
21316 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
21317 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
21318
21319 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
21320
21321 Add an :exit-function for completion-at-point.
21322
21323 * minibuffer.el (completion--done): New fun.
21324 (completion--do-completion): Use it. New arg `expect-exact'.
21325 (minibuffer-complete, minibuffer-complete-word): Don't output message,
21326 since completion--do-completion does it for us now.
21327 (minibuffer-force-complete): Use completion--done and
21328 completion--replace. Handle sole-completion case with more care.
21329 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
21330 (completion-extra-properties): New var.
21331 (completion-annotate-function): Make obsolete.
21332 (minibuffer-completion-help): Adjust accordingly.
21333 Use completion-list-insert-choice-function.
21334 (completion-at-point, completion-help-at-point):
21335 Bind completion-extra-properties.
21336 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
21337 * simple.el (completion-list-insert-choice-function): New var.
21338 (completion-setup-function): Preserve it.
21339 (choose-completion): Pay attention to it, shuffle the code a bit.
21340 (choose-completion-string): New arg `insert-function'.
21341
21342 * textmodes/bibtex.el: Convert to lexical binding.
21343 (bibtex-mode-map): Use completion-at-point.
21344 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
21345 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
21346 (bibtex-complete): Define as obsolete alias.
21347 (bibtex-complete-internal): Remove.
21348 (bibtex-format-entry): Remove unused sub-group in regexp.
21349 * shell.el (shell--command-completion-data)
21350 (shell-environment-variable-completion):
21351 * pcomplete.el (pcomplete-completions-at-point):
21352 * comint.el (comint--complete-file-name-data): Use :exit-function
21353 instead of completion-table-with-terminator so it also works for
21354 choose-completion.
21355
21356 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21357
21358 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
21359
21360 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
21361 (bug#8710).
21362
21363 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
21364
21365 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
21366
21367 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
21368 customization variable and implement: If non-nil, auto-fill will
21369 be inhibited while on topic's header line.
21370
21371 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
21372
21373 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
21374 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
21375 always have a solution in grid size = 5 cases.
21376 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
21377 (5x5-solver-output, 5x5-log-buffer): New vars.
21378 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
21379 Make these variables buffer local to achieve 5x5 multi-session-ness.
21380 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
21381 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
21382 (5x5-solve-suggest): New funs.
21383 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
21384 randomize a grid so that we ensure that there is always a solution.
21385 (5x5-make-random-grid): Allow other movement than flipping.
21386
21387 2011-05-23 Kevin Ryde <user42@zip.com.au>
21388
21389 * emacs-lisp/advice.el (ad-read-advised-function):
21390 Use `function-called-at-point' as the default, if it has
21391 advice and passes PREDICATE.
21392
21393 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21394
21395 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
21396 byte-compile-lambda if it's actually a lambda.
21397
21398 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
21399 Fix function quoting. Use backquote better.
21400
21401 2011-05-22 Yuanle Song <sylecn@gmail.com>
21402
21403 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
21404 matching (Bug#8516).
21405
21406 2011-05-22 Jari Aalto <jari.aalto@cante.net>
21407
21408 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
21409 different face (Bug#8178).
21410
21411 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
21412
21413 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
21414 defface (Bug#8144).
21415
21416 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21417
21418 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
21419 funcall as well (bug#8712). Warn when performing those conversions.
21420 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
21421
21422 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
21423
21424 2011-05-22 Glenn Morris <rgm@gnu.org>
21425
21426 * files.el (hack-local-variables-prop-line): Small simplifications.
21427 (hack-local-variables, hack-local-variables-prop-line):
21428 If MODE-ONLY, return the mode, rather than just `t'.
21429
21430 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
21431
21432 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
21433
21434 2011-05-21 Glenn Morris <rgm@gnu.org>
21435
21436 * files.el (hack-local-variables-prop-line, hack-local-variables):
21437 If only interested in the mode, don't bother doing the other stuff.
21438
21439 * image-mode.el (image-after-revert-hook):
21440 Redraw all frames on which the image is visible. (Bug#8567)
21441
21442 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
21443
21444 * wid-edit.el (widget-checklist-match-inline):
21445 Fix 2011-04-19 change. (Bug#8649)
21446
21447 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21448
21449 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
21450 Also allow singlespace after single-letter capitals followed by a dot.
21451
21452 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
21453 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
21454
21455 2011-05-20 Nix <nix@esperi.org.uk>
21456
21457 * files.el (basic-save-buffer-2):
21458 Fix handling of break-hardlink-on-save with non-existent files.
21459
21460 2011-05-19 Deniz Dogan <deniz@dogan.se>
21461
21462 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
21463 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
21464
21465 2011-05-19 Glenn Morris <rgm@gnu.org>
21466
21467 * progmodes/f90.el (f90-type-def-re):
21468 Handle "type, bind(c)". (Bug#8691)
21469
21470 * emacs-lisp/autoload.el (batch-update-autoloads):
21471 Set autoload-excludes by parsing loadup.el rather than Makefiles.
21472
21473 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
21474
21475 * net/tramp.el (tramp-process-actions): Set "first-password-request"
21476 property for the correct connection in case of multihops.
21477
21478 2011-05-18 Glenn Morris <rgm@gnu.org>
21479
21480 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
21481 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
21482
21483 Rationalize calendar handling of day and month abbrev-arrays.
21484 * calendar/calendar.el (calendar-customized-p): New function.
21485 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
21486 (calendar-day-name-array, calendar-month-name-array): Doc fix.
21487 Add :set function.
21488 (calendar-abbrev-length, calendar-day-abbrev-array)
21489 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
21490 (calendar-day-abbrev-array, calendar-month-abbrev-array):
21491 Elements may no longer be nil.
21492 (calendar-day-name, calendar-month-name):
21493 Update for changed nature of abbrev arrays.
21494 * calendar/diary-lib.el (diary-name-pattern):
21495 Update for changed nature of abbrev arrays.
21496 (diary-mark-entries-1): Update calendar-make-alist calls.
21497 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
21498 * calendar/cal-html.el (cal-html-day-abbrev-array):
21499 Simply inherit from calendar-day-abbrev-array.
21500
21501 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
21502
21503 * progmodes/grep.el (grep-mode): Disable default
21504 compilation-directory-matcher setting (bug#8684).
21505
21506 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
21507
21508 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
21509 instead of "head" and "tail". There were problems with SunOS 5.9,
21510 and it performs better.
21511
21512 2011-05-17 Glenn Morris <rgm@gnu.org>
21513
21514 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
21515
21516 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
21517 Replace obsolete function.
21518
21519 * shell.el (pcomplete-parse-arguments-function): Declare.
21520
21521 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
21522 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
21523 (appt-check): Doc fixes.
21524 (appt-disp-window-function, appt-delete-window-function):
21525 Remove needless special case in custom :type.
21526 (appt-display-count): Default to 0, not nil.
21527 (appt-check): Reset appt-display-count to 0, not nil.
21528
21529 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
21530
21531 * progmodes/python.el (python-font-lock-keywords):
21532 Add the Python 3.X keyword "nonlocal" (bug#8639).
21533
21534 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
21535
21536 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
21537
21538 2011-05-16 Kevin Ryde <user42@zip.com.au>
21539
21540 * info-look.el (makefile-automake-mode): New setups, looking in
21541 automake manual, then makefile-mode.
21542 (makefile-mode): Remove automake manual, have it just in
21543 makefile-automake-mode since there's various things different or
21544 not relevant to plain make.
21545 (makefile-mode): Remove "other-modes" non-existent automake-mode,
21546 believe a hypothetical automake-mode would go to makefile-mode,
21547 not the other way around.
21548
21549 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
21550
21551 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
21552 hunk-end tags (Bug#8672).
21553
21554 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
21555 vc-annotate-show-diff-revision-at-line (Bug#8671).
21556
21557 2011-05-14 Glenn Morris <rgm@gnu.org>
21558
21559 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
21560 in the middle of an existing one with multiple authors. (Bug#8645)
21561 (change-log-font-lock-keywords): Also handle multiple author lines
21562 with leading tabs. (Bug#8644)
21563
21564 * calendar/appt.el (appt-check): Rename some local variables.
21565 Some simplification/reordering.
21566
21567 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
21568 (feedmail-sendmail-f-doesnt-sell-me-out)
21569 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21570 (feedmail-debug-sit-for, feedmail-queue-express-hook)
21571 (feedmail-queue-runner-message-sender): Set :version.
21572 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
21573 (bbdb-dwim-net-address, vm-mail): Declare.
21574 (feedmail-binmail-gnulinuxish-template):
21575 Rename from feedmail-binmail-linuxish-template.
21576 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
21577 Use insert-buffer-substring.
21578
21579 2011-05-14 Bill Carpenter <bill@carpenter.org>
21580
21581 * mail/feedmail.el (feedmail-patch-level): Increase.
21582 (feedmail-debug): New custom group.
21583 (feedmail-confirm-outgoing-timeout)
21584 (feedmail-sendmail-f-doesnt-sell-me-out)
21585 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21586 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
21587 (feedmail-sender-line, feedmail-from-line)
21588 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
21589 (feedmail-spray-this-address)
21590 (feedmail-spray-address-fiddle-plex-list)
21591 (feedmail-queue-use-send-time-for-date)
21592 (feedmail-queue-use-send-time-for-message-id)
21593 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
21594 (feedmail-buffer-eating-function):
21595 Doc fixes.
21596 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
21597 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
21598 (feedmail-message-action-scroll-down): New functions.
21599 (feedmail-queue-directory, feedmail-queue-draft-directory):
21600 Use expand-file-name.
21601 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
21602 Remove C-v help entry.
21603 (feedmail-queue-buffer-file-name): New variable.
21604 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
21605 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
21606 (feedmail-message-action-send-strong, feedmail-message-action-edit)
21607 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
21608 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
21609 (feedmail-message-action-toggle-spray)
21610 (feedmail-run-the-queue-no-prompts)
21611 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
21612 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
21613 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
21614 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
21615 (feedmail-envelope-deducer, feedmail-fiddle-from)
21616 (feedmail-fiddle-sender, feedmail-default-date-generator)
21617 (feedmail-fiddle-date, feedmail-fiddle-message-id)
21618 (feedmail-fiddle-spray-address)
21619 (feedmail-fiddle-list-of-spray-fiddle-plexes)
21620 (feedmail-fiddle-list-of-fiddle-plexes)
21621 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
21622 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
21623 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
21624 Change default. Doc fix.
21625 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
21626 (feedmail-binmail-linuxish-template): New constant.
21627 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
21628 Respect feedmail-sendmail-f-doesnt-sell-me-out.
21629 (feedmail-send-it): Add debug call.
21630 Use feedmail-queue-buffer-file-name, and
21631 feedmail-send-it-immediately-wrapper.
21632 (feedmail-message-action-send): Add debug call.
21633 Use feedmail-send-it-immediately-wrapper.
21634 (feedmail-queue-express-to-queue): Add debug call.
21635 Run feedmail-queue-express-hook.
21636 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
21637 (feedmail-message-action-help-blat):
21638 Rename from feedmail-queue-send-edit-prompt-help-first.
21639 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
21640 Check line-endings. Handle errors better.
21641 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
21642 Doc fix. Add debug call.
21643 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
21644 Use feedmail-queue-send-edit-prompt-inner.
21645 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
21646 (feedmail-queue-send-edit-prompt-inner): New function, extracted
21647 from feedmail-queue-send-edit-prompt.
21648 (feedmail-queue-send-edit-prompt-help)
21649 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
21650 (feedmail-tidy-up-slug): Add debug call.
21651 Respect feedmail-queue-slug-suspect-regexp.
21652 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
21653 (feedmail-dump-message-to-queue): Add debug call.
21654 Expand queue-directory.
21655 (feedmail-dump-message-to-queue): Change message slightly.
21656 Use feedmail-say-chatter.
21657 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
21658 (feedmail-send-it-immediately-wrapper): New function.
21659 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
21660 Insert empty string rather than newline. Handle full-frame case.
21661 Use catch/throw. Use feedmail-say-chatter.
21662 (feedmail-fiddle-from): Try mail-host-address.
21663 (feedmail-default-message-id-generator): Doc fix.
21664 Bind system-time-locale. Handle missing end.
21665 (feedmail-fiddle-x-mailer): Add debug call.
21666 Handle feedmail-x-mailer-line being nil.
21667 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
21668 Add debug call. Use buffer-substring-no-properties.
21669 (feedmail-say-debug, feedmail-say-chatter): New functions.
21670 (feedmail-find-eoh): Give an explicit error.
21671
21672 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
21673
21674 * net/newst-treeview.el (newsticker-treeview-face): Change default
21675 family from helvetica to sans.
21676 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
21677 etc/images/newsticker.
21678
21679 * net/newst-reader.el (newsticker-feed-face): Change default
21680 family from helvetica to sans.
21681
21682 * net/newst-plainview.el (newsticker-new-item-face)
21683 (newsticker-old-item-face, newsticker-immortal-item-face)
21684 (newsticker-obsolete-item-face, newsticker-date-face)
21685 (newsticker-statistics-face): Change default family from
21686 helvetica to sans.
21687 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
21688 etc/images/newsticker.
21689
21690 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
21691 (newsticker--process-auto-mark-filter-match): Tell user about
21692 auto-marking.
21693
21694 2011-05-13 Didier Verna <didier@xemacs.org>
21695
21696 Common Lisp indentation improvements on defmethod and lambda-lists.
21697 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
21698 TODO entries.
21699 (lisp-lambda-list-keyword-parameter-indentation)
21700 (lisp-lambda-list-keyword-parameter-alignment)
21701 (lisp-lambda-list-keyword-alignment): New customizable user options.
21702 (lisp-indent-defun-method): Improve docstring.
21703 (extended-loop-p): Fix comment.
21704 (lisp-indent-lambda-list-keywords-regexp): New variable.
21705 (lisp-indent-lambda-list): New function.
21706 (lisp-indent-259): Use it.
21707 (lisp-indent-defmethod): Support for more than one
21708 method qualifier and properly indent methods lambda-lists.
21709 (defgeneric): Provide a missing common-lisp-indent-function property.
21710
21711 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
21712
21713 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
21714 bounds for the empty string (bug#8667).
21715
21716 2011-05-13 Glenn Morris <rgm@gnu.org>
21717
21718 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
21719
21720 * mail/sendmail.el (sendmail-program): Try executable-find first.
21721 (sendmail-send-it): `sendmail-program' cannot be unbound.
21722
21723 * calendar/appt.el (appt-make-list): Simplify.
21724 (appt-time-msg-list): Doc fix.
21725 (appt-check): Change mode-line message at the time of the appointment.
21726
21727 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
21728
21729 * progmodes/ld-script.el (ld-script-keywords)
21730 (ld-script-builtins): Update keywords list.
21731
21732 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21733
21734 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
21735
21736 * shell.el (shell-completion-vars): New function.
21737 (shell-mode):
21738 * simple.el (read-shell-command): Use it.
21739 (blink-matching-open): No need for " [...]" in minibuffer-message.
21740
21741 2011-05-12 Glenn Morris <rgm@gnu.org>
21742
21743 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
21744 (appt-check): Simplify.
21745
21746 2011-05-12 Eli Zaretskii <eliz@gnu.org>
21747
21748 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
21749 literal "/dev/null".
21750
21751 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21752
21753 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
21754 Fix typo.
21755
21756 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
21757
21758 * progmodes/which-func.el (which-function):
21759 Use add-log-current-defun instead of add-log-current-defun-function,
21760 which might not be defined (Bug#8260).
21761
21762 2011-05-12 Glenn Morris <rgm@gnu.org>
21763
21764 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
21765 Let byte-compile-initial-macro-environment always take precedence.
21766
21767 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21768
21769 * net/rcirc.el: Add support for SSL/TLS connections.
21770 (rcirc-server-alist): New field `encryption'.
21771 (rcirc): Check `encryption' settings.
21772 (rcirc-connect): New arg `encryption'. Use open-network-stream.
21773 Merge make-local-variable into `set'.
21774 (rcirc--connection-open-p): New function.
21775 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
21776 the process is not a network process (e.g. running gnutls-cli).
21777 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
21778 Make rcirc-(en|de)code-coding-system local here.
21779 (rcirc-mode): Merge make-local-variable into `set'.
21780 (rcirc-parent-buffer): Make permanent buffer-local.
21781 (rcirc-multiline-minor-mode): Don't do it here.
21782 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
21783 there's no server buffer.
21784
21785 2011-05-11 Glenn Morris <rgm@gnu.org>
21786
21787 * newcomment.el (comment-kill): Prefix "unused" local.
21788
21789 * term/w32console.el (get-screen-color): Declare.
21790
21791 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
21792 Handle symbol elements of byte-compile-initial-macro-environment.
21793
21794 2011-05-10 Leo Liu <sdl.web@gmail.com>
21795
21796 * bookmark.el (bookmark-bmenu-mode-map):
21797 Bind bookmark-bmenu-search to `/'.
21798
21799 * mail/footnote.el: Convert to utf-8 encoding.
21800 (footnote-unicode-string, footnote-unicode-regexp): New variable.
21801 (Footnote-unicode): New function.
21802 (footnote-style-alist): Add unicode style to the list.
21803 (footnote-style): Doc fix.
21804
21805 2011-05-10 Jim Meyering <meyering@redhat.com>
21806
21807 Fix doubled-word typos.
21808 * international/quail.el (quail-insert-kbd-layout): and and -> and
21809 * kermit.el: and and -> and
21810 * net/ldap.el (ldap-search-internal): to to -> to
21811 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
21812 * progmodes/js.el (js-mode): and and -> and
21813 * textmodes/artist.el (artist-move-to-xy): at at -> at
21814 (artist-draw-region-trim-line-endings): if if -> if
21815 And Safetyc -> Safety.
21816 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
21817
21818 2011-05-10 Glenn Morris <rgm@gnu.org>
21819 Stefan Monnier <monnier@iro.umontreal.ca>
21820
21821 * files.el (hack-one-local-variable-eval-safep):
21822 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
21823
21824 2011-05-10 Glenn Morris <rgm@gnu.org>
21825
21826 * calendar/diary-lib.el (diary-list-entries-hook)
21827 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
21828 (diary-nongregorian-marking-hook, diary-list-entries)
21829 (diary-include-other-diary-files, diary-mark-entries)
21830 (diary-mark-included-diary-files): Doc fixes.
21831
21832 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
21833
21834 * misc.el: Require tabulated-list.el during compilation.
21835
21836 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
21837
21838 * progmodes/compile.el (compilation-start):
21839 Run compilation-filter-hook for the async case too.
21840 (compilation-filter-hook): Doc fix.
21841
21842 2011-05-09 Deniz Dogan <deniz@dogan.se>
21843
21844 * wdired.el: Remove outdated installation comment. Fix usage
21845 comment.
21846
21847 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
21848
21849 * misc.el: Implement new command `list-dynamic-libraries'.
21850 (list-dynamic-libraries--loaded-only-p): New variable.
21851 (list-dynamic-libraries--refresh): New function.
21852 (list-dynamic-libraries): New command.
21853
21854 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
21855
21856 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21857 Fix the ant regexp to handle end-line and end-column info from jikes.
21858 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
21859 higher priority to avoid clobbering by gnu.
21860
21861 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
21862
21863 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
21864 if the face has existing theme settings (Bug#8454).
21865
21866 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
21867
21868 * progmodes/perl-mode.el (perl-imenu-generic-expression):
21869 Only match variables declared via `my' or `our' (Bug#8261).
21870
21871 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
21872 special file names `.' and `..' (Bug#8259).
21873
21874 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
21875
21876 * progmodes/grep.el (grep-mode-font-lock-keywords):
21877 Remove buffer-changing entries.
21878 (grep-filter): New function.
21879 (grep-mode): Add it to compilation-filter-hook.
21880
21881 * progmodes/compile.el (compilation-filter-hook)
21882 (compilation-filter-start): New defvars.
21883 (compilation-filter): Call compilation-filter-hook prior to
21884 updating the process mark.
21885
21886 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
21887
21888 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
21889
21890 2011-05-07 Eli Zaretskii <eliz@gnu.org>
21891
21892 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
21893 mailclient-send-it even if window-system is nil. (Bug#8595)
21894
21895 * term/w32console.el (terminal-init-w32console):
21896 Call get-screen-color and use its output to set the frame
21897 background-mode. (Bug#8597)
21898
21899 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21900
21901 Make bytecomp.el understand that defmethod defines funs (bug#8631).
21902 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
21903 New functions.
21904 (defgeneric, eieio--defmethod): Use them.
21905 (eieio-defgeneric): Remove.
21906 (defmethod): Call defgeneric in a way visible to the byte-compiler.
21907
21908 2011-05-07 Glenn Morris <rgm@gnu.org>
21909
21910 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
21911 Use let rather than let*.
21912 (timeclock-find-discrep): Remove unused local.
21913
21914 * calendar/diary-lib.el (diary-comment-start): Doc fix.
21915
21916 * calendar/appt.el (appt-time-msg-list): Doc fix.
21917
21918 2011-05-06 Noah Friedman <friedman@splode.com>
21919
21920 * apropos.el (apropos-print-doc): Only use
21921 emacs-lisp-docstring-fill-column when it is bound to an integer,
21922 per that variable's documentation.
21923
21924 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21925
21926 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
21927 and warnings are not silently discarded (e.g. use -d instead of -P).
21928
21929 2011-05-06 Glenn Morris <rgm@gnu.org>
21930
21931 * calendar/appt.el (appt-message-warning-time): Doc fix.
21932 (appt-warning-time-regexp): New option.
21933 (appt-make-list): Respect appt-message-warning-time.
21934
21935 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
21936 New options.
21937 (diary-add-to-list): Strip comments from the displayed string.
21938 (diary-mode): Set comment-start and comment-end.
21939
21940 * vc/diff-mode.el (smerge-refine-subst): Declare.
21941 (diff-refine-hunk): Don't require smerge-mode when compiling.
21942
21943 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
21944
21945 * simple.el (list-processes): Return nil as the docstring says.
21946
21947 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
21948
21949 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
21950 to "".
21951 (ange-ftp-write-region, ange-ftp-insert-file-contents)
21952 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
21953 determining of binary transfer. (Bug#7383)
21954
21955 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
21956
21957 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21958 Fix port computation bug. (Bug#8618)
21959
21960 2011-05-05 Glenn Morris <rgm@gnu.org>
21961
21962 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
21963
21964 * simple.el (shell-dynamic-complete-functions)
21965 (comint-dynamic-complete-functions): Declare.
21966
21967 * net/network-stream.el (gnutls-negotiate):
21968 * simple.el (tabulated-list-print): Fix declarations.
21969
21970 * progmodes/gud.el (syntax-symbol, syntax-point):
21971 Remove unnecessary and incorrect declarations.
21972
21973 * emacs-lisp/check-declare.el (check-declare-scan):
21974 Handle byte-compile-initial-macro-environment in bytecomp.el.
21975
21976 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21977
21978 Fix earlier half-done eieio-defmethod change (bug#8338).
21979 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
21980 Streamline and change calling convention.
21981 (defmethod): Adjust accordingly and simplify.
21982 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
21983 new eieio--defmethod.
21984 (slot-boundp): Minor CSE simplification.
21985
21986 2011-05-05 Milan Zamazal <pdm@zamazal.org>
21987
21988 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
21989 (glasses-make-readable): Use glasses-separate-capital-groups.
21990
21991 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
21992
21993 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
21994 (warning-series): Doc fix.
21995 (display-warning): Don't try to create the buffer if we just found it.
21996
21997 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
21998
21999 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
22000 (autoload-find-generated-file): New function.
22001 (generate-file-autoloads): Bind generated-autoload-file to
22002 buffer-file-name.
22003 (update-file-autoloads, update-directory-autoloads):
22004 Use autoload-find-generated-file. If called interactively, prompt for
22005 output file (Bug#7989).
22006 (batch-update-autoloads): Doc fix.
22007
22008 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
22009
22010 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
22011
22012 2011-05-04 Glenn Morris <rgm@gnu.org>
22013
22014 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
22015 function, so it follows changes in calendar-date-style.
22016 (diary-fancy-date-matcher): New function.
22017 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
22018 (diary-fancy-font-lock-fontify-region-function):
22019 Use diary-fancy-date-pattern as a function.
22020
22021 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
22022 non-numbers for `year' etc pseudo-variables. (Bug#8583)
22023
22024 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
22025
22026 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
22027 instead of positional arguments. Allow :keylist and :crlfiles
22028 arguments.
22029 (open-gnutls-stream): Call it.
22030
22031 * net/network-stream.el (network-stream-open-starttls): Adjust to
22032 call `gnutls-negotiate' with :process and :hostname arguments.
22033
22034 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
22035
22036 * minibuffer.el (completion--message): New function.
22037 (completion--do-completion, minibuffer-complete)
22038 (minibuffer-force-complete, minibuffer-complete-word): Use it.
22039 (completion--do-completion): Don't ignore completion-auto-help when in
22040 icomplete-mode.
22041
22042 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
22043 internal encoding (e.g. tibetan zero is not whitespace).
22044 (global-whitespace-mode): Prefer save-current-buffer.
22045 (whitespace-trailing-regexp): Remove useless save-match-data.
22046 (whitespace-empty-at-bob-regexp): Minor simplification.
22047
22048 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
22049
22050 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
22051
22052 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
22053
22054 * textmodes/ispell.el (ispell-add-per-file-word-list):
22055 Use `concat' to create string for insertion.
22056
22057 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22058
22059 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
22060 Avoid open-line which runs post-self-insert-hook.
22061 (bibtex-fill-entry): Remove unused `end' var.
22062
22063 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
22064
22065 * textmodes/ispell.el (ispell-add-per-file-word-list):
22066 Protect against `nil' value of `comment-start' (Bug#8579).
22067
22068 2011-05-03 Leo Liu <sdl.web@gmail.com>
22069
22070 * isearch.el (isearch-yank-pop): New command.
22071 (isearch-mode-map): Bind it to `M-y'.
22072 (isearch-forward): Mention it.
22073
22074 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22075
22076 * simple.el (minibuffer-complete-shell-command): Remove.
22077 (minibuffer-local-shell-command-map): Use completion-at-point.
22078 (read-shell-command): Setup completion vars here instead.
22079 (read-expression-map): Bind TAB to symbol completion.
22080
22081 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
22082 error directly rather via storing it into `results'.
22083
22084 2011-05-02 Leo Liu <sdl.web@gmail.com>
22085
22086 * vc/diff.el: Fix description.
22087
22088 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22089
22090 * server.el (server-eval-at): New function.
22091
22092 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22093
22094 * net/network-stream.el (open-network-stream): Take a :nowait
22095 parameter and pass it on to `make-network-process'.
22096 (network-stream-open-plain): Ditto.
22097
22098 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
22099
22100 * faces.el (face-spec-set-match-display): Don't match toolkit
22101 options on terminal frames.
22102
22103 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22104
22105 * progmodes/pascal.el: Use lexical binding.
22106 (pascal-mode-map): Remove author preferences.
22107
22108 * pcomplete.el (pcomplete-std-complete): Don't abuse
22109 completion-at-point.
22110
22111 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22112
22113 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
22114 removing code that has been dead since 1991 or so.
22115
22116 * startup.el (command-line): When warning about "_emacs", use a
22117 delayed warning to allow the user to filter it out.
22118
22119 2011-04-28 Deniz Dogan <deniz@dogan.se>
22120
22121 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
22122 user has not joined.
22123
22124 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22125
22126 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
22127 aren't any completions at point.
22128
22129 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22130
22131 * subr.el (display-delayed-warnings): New function.
22132 (delayed-warnings-hook): New variable.
22133
22134 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22135
22136 * minibuffer.el (completion-at-point, completion-help-at-point):
22137 Don't presume that a given completion-at-point-function will always
22138 use the same calling convention.
22139
22140 * pcomplete.el (pcomplete-completions-at-point):
22141 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
22142 pcomplete-seen is non-nil.
22143 (pcomplete-comint-setup): Also recognize the new comint/shell
22144 completion functions.
22145 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
22146 pcomplete-seen is non-nil.
22147
22148 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
22149
22150 * calendar/icalendar.el (diary-lib): Add require statement.
22151 (icalendar--create-uid): Read out a uid from a text-property on
22152 the first character in the entry. This allows for code to add its
22153 own uid to the entry.
22154 (icalendar--convert-float-to-ical): Add export of
22155 `diary-float'-entries save for those with the optional DAY
22156 argument.
22157
22158 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
22159
22160 * subr.el (shell-quote-argument): Use alternate escaping strategy
22161 when we spot a variable reference in a string.
22162
22163 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22164
22165 * cus-start.el (all): Define customization for debug-on-event.
22166
22167 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22168
22169 * subr.el (shell-quote-argument): Escape correctly under Windows.
22170
22171 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22172
22173 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
22174
22175 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
22176
22177 * net/tramp.el (tramp-process-actions): Add POS argument.
22178 Delete region between POS and (pos).
22179
22180 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22181 Use `nil' position in `tramp-process-actions' call.
22182 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
22183
22184 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
22185 position in `tramp-process-actions' call.
22186
22187 * net/trampver.el: Update release number.
22188
22189 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22190
22191 * custom.el (defcustom): Obey lexical-binding.
22192
22193 Fix octave-inf completion problems reported by Alexander Klimov.
22194 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
22195 Inherit from octave-mode-syntax-table.
22196 (inferior-octave-mode): Set info-lookup-mode.
22197 (inferior-octave-completion-at-point): New function.
22198 (inferior-octave-complete): Use it and completion-in-region.
22199 (inferior-octave-dynamic-complete-functions): Use it as well, and use
22200 comint-filename-completion.
22201 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
22202 symbol elements which shouldn't be word elements.
22203 (octave-font-lock-keywords, octave-beginning-of-defun)
22204 (octave-function-header-regexp): Adjust regexps accordingly.
22205 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
22206
22207 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
22208
22209 * net/gnutls.el (gnutls-errorp): Declare before first use.
22210
22211 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
22212
22213 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
22214 verify-error, and verify-hostname-error parameters. Check whether
22215 default trustfile exists before going to use it. Add missing
22216 argument to gnutls-message-maybe call. Return value.
22217 Reported by Claudio Bley <claudio.bley@gmail.com>.
22218 (open-gnutls-stream): Add usage example.
22219
22220 * net/network-stream.el (network-stream-open-starttls): Give host
22221 parameter to `gnutls-negotiate'.
22222 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
22223 * subr.el (shell-quote-argument): Escape correctly under Windows.
22224
22225 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
22226
22227 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
22228 Use correct match group (bug#8438).
22229
22230 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22231
22232 * emacs-lisp/package.el (package-built-in-p): Fix typo.
22233 (package-menu--generate): New arg specifying packages to show.
22234 (package-menu-refresh, package-menu-execute, list-packages):
22235 Callers changed.
22236 (package-show-package-list): New function, replacing deleted
22237 package--list-packages (renamed because it is non-internal).
22238
22239 * finder.el (finder-list-matches): Use package-show-package-list
22240 instead of deleted package--list-packages.
22241
22242 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
22243 Based on a previous implementation by Juanma Barranquero (Bug#8366).
22244 (vc-annotate-mode-map): Bind it to RET.
22245
22246 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
22247
22248 * progmodes/etags.el (next-file): Don't use set-buffer to change
22249 buffers (Bug#8478).
22250
22251 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22252
22253 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
22254
22255 * apropos.el (apropos-label-face): Avoid variable-pitch face.
22256 (apropos-accumulator): Doc fix.
22257 (apropos-function, apropos-macro, apropos-command)
22258 (apropos-variable, apropos-face, apropos-group, apropos-widget)
22259 (apropos-plist): Add face property.
22260 (apropos-symbols-internal): Fix indentation.
22261 (apropos-print): Simplify help, and recognize apropos-multi-type.
22262 (apropos-print-doc): Use button-type-get to extract the button's
22263 face property. Fill docstring (Bug#8352).
22264
22265 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
22266
22267 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
22268
22269 * play/mpuz.el (mpuz-silent): Doc fix.
22270 (mpuz-mode-map): Use mapc.
22271 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
22272 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
22273 Fix typos in docstrings.
22274
22275 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
22276 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
22277
22278 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
22279
22280 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
22281
22282 * minibuffer.el (completion--do-completion): Avoid the "Next char
22283 not unique" prompt if icomplete-mode is enabled (Bug#5849).
22284
22285 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
22286 mouse-2 into unread-command-events, it is interpreted correctly.
22287
22288 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
22289 (image-toggle-display): Doc fix.
22290
22291 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
22292
22293 * textmodes/page.el (what-page): Use line-number-at-pos to
22294 calculate line number (Bug#6825).
22295
22296 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22297
22298 * eshell/esh-mode.el (find-tag-interactive): Declare function.
22299 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
22300 Pass argument NO-DEFAULT to `find-tag-interactive'.
22301
22302 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22303
22304 Lexical-binding cleanup.
22305
22306 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
22307 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
22308 * progmodes/ada-prj.el (ada-prj-initialize-values)
22309 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
22310 (ada-prj-show-value):
22311 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
22312 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
22313 (antlr-invalidate-context-cache, antlr-options-menu-filter)
22314 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
22315 * progmodes/bug-reference.el (bug-reference-push-button):
22316 * progmodes/fortran.el (fortran-line-length):
22317 * progmodes/glasses.el (glasses-change):
22318 * progmodes/octave-mod.el (octave-fill-paragraph):
22319 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
22320 (python-pdbtrack-grub-for-buffer, python-sentinel):
22321 * progmodes/sql.el (sql-save-connection):
22322 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
22323 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
22324 Mark unused parameters.
22325
22326 * progmodes/compile.el (compilation--flush-directory-cache)
22327 (compilation--flush-parse, compile-internal): Mark unused parameters.
22328 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
22329 (compilation-next-error-function): Remove unused variable `timestamp'.
22330
22331 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
22332 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
22333
22334 * progmodes/dcl-mode.el (dcl-end-of-command):
22335 Remove unused variable `start'.
22336 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
22337 (dcl-option-value-basic, dcl-option-value-offset)
22338 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
22339 Mark unused parameters.
22340 (dcl-save-local-variable): Remove unused variable `val'.
22341 (mode): Declare.
22342
22343 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
22344 Mark unused parameters.
22345 (delphi-ignore-changes): Move before first use.
22346 (delphi-charset-token-at): Remove unused variable `start'.
22347 (delphi-else-start): Remove unused variable `if-count'.
22348 (delphi-comment-block-start, delphi-comment-block-end):
22349 Remove unused variable `kind'.
22350 (delphi-indent-line): Remove unused variable `new-point'.
22351
22352 * progmodes/ebrowse.el (ebrowse-files-list)
22353 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
22354 Mark unused parameters. Don't quote `lambda'.
22355 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
22356 Don't quote `lambda'.
22357 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
22358 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
22359 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
22360 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
22361 Use `ignore-errors'.
22362 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
22363 (ebrowse-view/find-file-and-search-pattern)
22364 (ebrowse-view/find-member-declaration/definition):
22365 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
22366 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
22367 Rename parameter PREFIX-ARG to PREFIX.
22368 (ebrowse-tags-read-name): Remove unused variables `start' and
22369 `member-info'.
22370 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
22371 to `tags-file'.
22372
22373 * progmodes/etags.el (local-find-tag-hook): Declare.
22374 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
22375 Mark unused parameters.
22376
22377 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
22378 (executable-interpret): Mark unused parameter.
22379
22380 * progmodes/flymake.el (flymake-process-sentinel)
22381 (flymake-after-change-function)
22382 (flymake-create-temp-with-folder-structure)
22383 (flymake-get-include-dirs-dot): Mark unused parameters.
22384 (flymake-safe-delete-directory): Remove unused variable `err'.
22385
22386 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
22387 (speedbar-timer-fn, speedbar-line-text)
22388 (speedbar-change-expand-button-char, speedbar-delete-subblock)
22389 (speedbar-center-buffer-smartly): Declare functions.
22390 (gdb-find-watch-expression): Remove unused variable `array'.
22391 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
22392 (gdb-starting): Mark unused parameters.
22393 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
22394 (gdb-table-string): Remove unused variable `res'.
22395 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
22396 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
22397 (gdb-display-buffer): Remove unused variable `cur-size'.
22398
22399 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
22400 allow lexical-binding compilation.
22401 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
22402 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
22403 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
22404 Mark unused parameters.
22405 (gud-gdb-marker-filter): Remove unused variable `match'.
22406 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
22407 lambda expressions and funcall them, instead of using `fset'.
22408
22409 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
22410 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
22411
22412 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
22413 variable `header-beg'; use `let'.
22414
22415 * progmodes/icon.el (indent-icon-exp): Remove unused variables
22416 `restart', `last-sexp' and `at-do'.
22417
22418 * progmodes/js.el (js--debug): Mark unused parameter.
22419 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
22420 (js--splice-into-items): Remove unused variable `item'.
22421 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
22422
22423 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
22424 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
22425 (makefile-complete): Remove unused variable `try'.
22426 (makefile-fill-paragraph, makefile-match-function-end):
22427 Mark unused parameters.
22428
22429 * progmodes/octave-inf.el (inferior-octave-complete):
22430 Remove unused variable `proc'.
22431 (inferior-octave-output-digest): Mark unused parameter.
22432
22433 * progmodes/perl-mode.el (perl-calculate-indent):
22434 Remove unused variable `err'.
22435
22436 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
22437 (prolog-indent-line): Mark unused parameters.
22438 (prolog-indent-line): Remove unused variable `beg'.
22439
22440 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
22441 (reporter-dont-compact-list): Declare.
22442
22443 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
22444 Remove unused variable `char'.
22445 (sh-debug): Mark unused parameter.
22446 (sh-get-indent-info): Remove unused variable `start'.
22447 (sh-calculate-indent): Remove unused variable `var'.
22448
22449 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
22450 (simula-electric-keyword): Remove unused variable `null'.
22451 (simula-search-backward, simula-search-forward): Remove unused
22452 variables `begin' and `end'.
22453
22454 * progmodes/vera-mode.el (vera-guess-basic-syntax):
22455 Remove unused variable `pos'.
22456 (vera-electric-tab, vera-comment-uncomment-region):
22457 Mark unused parameters.
22458 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
22459
22460 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
22461
22462 * emacs-lisp/package.el (package--builtins, package-alist)
22463 (package-load-descriptor, package-built-in-p, package-activate)
22464 (define-package, package-installed-p)
22465 (package-compute-transaction, package-buffer-info)
22466 (package--push): Doc fix. Distinguish more clearly between
22467 version strings and version lists.
22468
22469 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
22470
22471 Lexical-binding cleanup.
22472
22473 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
22474 (5x5-make-mutate-best):
22475 * play/fortune.el (fortune-in-buffer):
22476 * play/gomoku.el (gomoku-init-display):
22477 * play/solitaire.el (solitaire, solitaire-do-check):
22478 * play/tetris.el (tetris-default-update-speed-function):
22479 Mark unused parameters.
22480
22481 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
22482 (bubbles--shift): Remove unused variable `char-org'.
22483 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
22484 (bubbles--show-images): Remove unused variable `char'.
22485
22486 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
22487 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
22488 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
22489 (decipher-analyze-buffer): Use ?\s.
22490 (decipher-make-checkpoint): Remove unused variable `mapping'.
22491
22492 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
22493
22494 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
22495 Remove unused variable `result'; use `let'.
22496
22497 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
22498 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
22499 (gametree-children-shown-p, gametree-compute-reduced-score):
22500 Use `ignore-errors'.
22501
22502 * play/handwrite.el (ps-lpr-switches): Declare.
22503 (handwrite): Remove unused variables `pmin' and `lastp'.
22504
22505 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
22506
22507 * play/landmark.el (landmark-init-display)
22508 (landmark-update-naught-weights): Mark unused parameters.
22509 (landmark-y): Remove unused variable `noise'. Simplify.
22510 (landmark-human-plays): Remove unused variable `score'.
22511
22512 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
22513 (mpuz-try-proposal): Remove unused variable `game'.
22514
22515 * play/zone.el (life-patterns): Declare.
22516
22517 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
22518
22519 * vc/vc.el (ediff-vc-internal): Declare function.
22520
22521 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22522
22523 * shell.el: Use lexical-binding and std completion UI.
22524 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
22525 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
22526 comint-preoutput-filter-functions rather than on
22527 comint-output-filter-functions.
22528 (shell-command-completion, shell--command-completion-data)
22529 (shell-filename-completion, shell-environment-variable-completion)
22530 (shell-c-a-p-replace-by-expanded-directory): New functions.
22531 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
22532 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
22533 (shell-dynamic-complete-environment-variable): Use them.
22534 (shell-dynamic-complete-as-environment-variable)
22535 (shell-dynamic-complete-as-command): Remove.
22536 (shell-match-partial-variable): Match past point.
22537 * comint.el: Clean up use of completion-at-point-functions.
22538 (comint-completion-at-point): New function.
22539 (comint-mode): Use it completion-at-point-functions.
22540 (comint-dynamic-complete): Make it obsolete.
22541 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
22542 (comint-c-a-p-replace-by-expanded-history): New function.
22543 (comint-dynamic-complete-functions)
22544 (comint-replace-by-expanded-history): Use it.
22545 * minibuffer.el (completion-table-with-terminator): Allow dynamic
22546 termination strings. Try harder to avoid second try-completion.
22547 (completion-in-region-mode-map): Disable bindings that don't work yet.
22548
22549 * comint.el: Use lexical-binding. Require CL.
22550 (comint-dynamic-complete-functions): Use comint-filename-completion.
22551 (comint-completion-addsuffix): Tweak custom type.
22552 (comint-filename-completion, comint--common-suffix)
22553 (comint--common-quoted-suffix, comint--table-subvert)
22554 (comint--complete-file-name-data): New functions.
22555 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
22556 (comint-dynamic-list-filename-completions): Use them.
22557 (comint-dynamic-simple-complete): Make obsolete.
22558
22559 * minibuffer.el (completion-in-region-mode):
22560 Keep completion-in-region-mode--predicate global.
22561 (completion-in-region--postch):
22562 Assume completion-in-region-mode--predicate is not null.
22563
22564 * progmodes/flymake.el (flymake-start-syntax-check-process):
22565 Obey `dir'. Simplify.
22566
22567 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
22568 we're in VC after all.
22569
22570 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
22571
22572 * vc/vc.el (vc-diff-build-argument-list-internal)
22573 (vc-version-ediff, vc-ediff): New commands.
22574 (vc-version-diff): Use vc-diff-build-argument-list-internal.
22575
22576 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22577
22578 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
22579 add sanity check.
22580
22581 * obsolete/erc-hecomplete.el: Make obsolete.
22582 * obsolete/: Standardize obsolescence info in the header.
22583
22584 2011-04-20 Glenn Morris <rgm@gnu.org>
22585
22586 * calendar/solar.el (solar-horizontal-coordinates):
22587 Use the longitude argument rather than `calendar-longitude'.
22588 (solar-date-next-longitude): Remove unused locals.
22589
22590 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22591
22592 * whitespace.el: New version 13.2.1.
22593
22594 2011-04-20 felix <EmacsWiki> (tiny change)
22595
22596 * whitespace.el (global-whitespace-mode): Keep highlight when
22597 switching between major modes on a file.
22598
22599 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22600
22601 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
22602 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
22603 multi-line comments as well.
22604
22605 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
22606
22607 Lexical-binding cleanup.
22608
22609 * arc-mode.el (archive-mode-revert):
22610 * cmuscheme.el (scheme-interactively-start-process):
22611 * custom.el (custom-initialize-delay):
22612 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
22613 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
22614 * emacs-lock.el (emacs-lock-clear-sentinel):
22615 * ezimage.el (defezimage):
22616 * follow.el (follow-avoid-tail-recenter):
22617 * fringe.el (set-fringe-mode-1):
22618 * generic-x.el (bat-generic-mode-compile):
22619 * help-mode.el (help-info-variable, help-do-xref)
22620 (help-mode-revert-buffer):
22621 * help.el (view-emacs-todo):
22622 * iswitchb.el (iswitchb-completion-help):
22623 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
22624 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
22625 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
22626 * locate.el (locate-update):
22627 * longlines.el (longlines-encode-region)
22628 (longlines-after-change-function):
22629 * outline.el (outline-isearch-open-invisible):
22630 * ps-def.el (declare-function, charset-dimension, char-width)
22631 (encode-char):
22632 * ps-mule.el (ps-mule-plot-string):
22633 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
22634 (recentf-edit-list-select, recentf-edit-list-validate)
22635 (recentf-open-files-action):
22636 * rect.el (delete-whitespace-rectangle-line)
22637 (rectangle-number-line-callback):
22638 * register.el (window-configuration-to-register)
22639 (frame-configuration-to-register):
22640 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
22641 * select.el (xselect-convert-to-string, xselect-convert-to-length)
22642 (xselect-convert-to-targets, xselect-convert-to-delete)
22643 (xselect-convert-to-filename, xselect-convert-to-charpos)
22644 (xselect-convert-to-lineno, xselect-convert-to-colno)
22645 (xselect-convert-to-os, xselect-convert-to-host)
22646 (xselect-convert-to-user, xselect-convert-to-class)
22647 (xselect-convert-to-name, xselect-convert-to-integer)
22648 (xselect-convert-to-atom, xselect-convert-to-identity):
22649 * subr.el (declare, ignore, process-kill-without-query)
22650 (text-clone-maintain):
22651 * terminal.el (te-get-char, te-tic-sentinel):
22652 * tool-bar.el (tool-bar-make-keymap):
22653 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
22654 * type-break.el (type-break-mode, type-break-noninteractive-query):
22655 * view.el (View-back-to-mark):
22656 * wid-browse.el (widget-browse-action, widget-browse-widget)
22657 (widget-browse-widgets, widget-browse-sexp):
22658 * widget.el (define-widget-keywords):
22659 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
22660 Mark unused parameters.
22661
22662 * align.el (align-adjust-col-for-rule): Mark unused parameter.
22663 (align-areas): Remove unused variable `look'.
22664 (align-region): Remove unused variables `real-end' and `pos-list'.
22665
22666 * apropos.el (apropos-score-doc): Remove unused variable `i'.
22667
22668 * bindings.el (mode-line-modified, mode-line-remote):
22669 Mark unused parameters.
22670 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
22671
22672 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
22673 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
22674
22675 * comint.el (comint-history-isearch-pop-state)
22676 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
22677 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
22678 (comint-substitute-in-file-name): Doc fix.
22679
22680 * completion.el (cmpl-statistics-block): Mark unused parameter.
22681 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
22682 (save-completions-to-file, load-completions-from-file):
22683 Remove unused local variable `e'.
22684
22685 * composite.el (compose-chars): Remove unused variable `len'.
22686 (lgstring-insert-glyph): Remove unused variable `g'.
22687 (compose-glyph-string): Remove unused variables `ascent',
22688 `descent', `lbearing' and `rbearing'.
22689 (compose-glyph-string-relative): Remove unused variables
22690 `lbearing', `rbearing' and `wadjust'.
22691 (compose-gstring-for-graphic): Remove unused variables `header',
22692 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
22693 (compose-gstring-for-terminal): Remove unused variables `header'
22694 and `nchars'. Use `let', not `let*'.
22695
22696 * cus-edit.el (Custom-set, Custom-save, custom-reset)
22697 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
22698 (Custom-buffer-done, custom-buffer-create-internal)
22699 (custom-browse-visibility-action, custom-browse-group-tag-action)
22700 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
22701 (widget-magic-mouse-down-action, custom-toggle-parent)
22702 (custom-add-parent-links, custom-toggle-hide-variable)
22703 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
22704 (custom-toggle-hide-face, face, hook, custom-group-link-action)
22705 (custom-face-menu-create, custom-variable-menu-create, get)
22706 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
22707 (custom-reset-standard-save-and-update): Remove unused variable `value'.
22708 (customize-apropos): Remove unused variable `tests'.
22709 (custom-group-value-create): Remove unused variable `hidden-p'.
22710 (sort-fold-case): Declare.
22711
22712 * cus-theme.el (custom-reset-standard-faces-list)
22713 (custom-reset-standard-variables-list): Declare.
22714 (customize-create-theme, custom-theme-revert, custom-theme-write)
22715 (custom-theme-choose-mode, customize-themes, custom-theme-save):
22716 Mark unused parameters.
22717
22718 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
22719
22720 * delim-col.el (delimit-columns-max): Move defvar before first use.
22721
22722 * descr-text.el (describe-char-categories): Don't quote `lambda'.
22723 (describe-char): Don't quote `lambda'. Mark unused parameter.
22724
22725 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
22726 (auto-insert): Declare.
22727 (desktop-restore-file-buffer): Rename desktop-* parameters;
22728 mark unused ones.
22729 (desktop-create-buffer): Rename desktop-* parameters and bind them.
22730 (desktop-buffer): Rename desktop-* parameters.
22731
22732 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
22733 (dframe-reposition-frame-xemacs, dframe-help-echo)
22734 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
22735 Mark unused parameters.
22736
22737 * dired-aux.el (backup-extract-version-start, overwrite-query)
22738 (overwrite-backup-query, rename-regexp-query)
22739 (rename-non-directory-query): Declare.
22740 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
22741 (dired-add-entry): Remove unused variable `orig-file-name'.
22742 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
22743 Use parameter PRESERVE-TIME instead of accessing dynamic variable
22744 `dired-copy-preserve-time' directly.
22745 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
22746 (dired-insert-subdir-newpos): Rename unused variable `pos'.
22747
22748 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
22749 (dired-virtual-revert, dired-make-relative-symlink):
22750 Mark unused parameters.
22751 (manual-program): Declare.
22752 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
22753 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
22754 wrapped in `with-no-warnings' to avoid replacing one warning by another.
22755
22756 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
22757
22758 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
22759
22760 * echistory.el (electric-history-in-progress, Helper-return-blurb):
22761 Declare.
22762
22763 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
22764
22765 * electric.el (Electric-command-loop): Rename parameter
22766 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
22767
22768 * expand.el (expand-in-literal): Remove unused variable `here'.
22769
22770 * facemenu.el (facemenu-add-new-color):
22771 Remove unused variable `docstring'.
22772
22773 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
22774 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
22775 (face-attr-construct): Mark unused parameter. Doc fix.
22776 (read-color): Remove unused variable `hex-string'.
22777
22778 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
22779 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
22780 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
22781 (display-buffer-other-frame): Remove unused variable `old-window'.
22782 (kill-buffer-hook): Declare.
22783 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
22784 Mark unused parameters.
22785 (after-find-file): Pass 1 to `auto-save-mode', not t.
22786
22787 * files-x.el (auto-insert): Declare.
22788 (modify-file-local-variable-prop-line): Remove unused variable `val'.
22789
22790 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
22791 variable `buf'. Mark unused parameter.
22792 (find-lisp-insert-directory): Mark unused parameter.
22793
22794 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
22795 (format-encode-region): Remove unused variables `cur-buf' and `result'.
22796 (format-common-tail): Remove, unused.
22797 (format-deannotate-region): Remove unused variable `loc'.
22798 (format-annotate-region): Remove unused variable `p'.
22799 (format-annotate-single-property-change): Remove unused variables
22800 `default' and `tail'.
22801
22802 * forms.el (read-file-filter): Declare.
22803 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
22804
22805 * frame.el (frame-creation-function-alist): Mark unused parameter.
22806 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
22807
22808 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
22809 Remove unused parameters.
22810 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
22811 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
22812
22813 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
22814 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
22815 (hfy-prepare-tag-map): Mark unused parameters.
22816 (htmlfontify-buffer): Use `called-interactively-p'.
22817
22818 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
22819 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
22820 (ibuffer-do-occur): Mark unused parameters.
22821 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
22822 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
22823
22824 * ibuffer.el: Don't quote `lambda'.
22825 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
22826 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
22827 Mark unused parameters.
22828
22829 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
22830 (ido-completing-read): Mark unused parameters.
22831 (ido-copy-current-word): Mark unused parameters;
22832 remove unused variable `name'.
22833 (ido-sort-merged-list): Remove unused parameter `dirs'.
22834
22835 * ielm.el (ielm-input-sender): Mark unused parameter.
22836 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
22837 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
22838 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
22839 `ielm-string' as a dynamic variable accessible from the IELM prompt.
22840 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
22841
22842 * image-dired.el (image-dired-display-thumbs): Remove unused
22843 variables `curr-file' and `count'.
22844 (image-dired-remove-tag): Remove unused variable `start'.
22845 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
22846 variable `curr-file'
22847 (image-dired-rotate-original): Remove unused variable `temp-file'.
22848 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
22849 Remove unused variable `file'.
22850 (image-dired-gallery-generate): Remove unused variable `curr'.
22851 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
22852
22853 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
22854
22855 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
22856
22857 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
22858
22859 * isearch.el (minibuffer-history-symbol): Declare.
22860 (isearch-edit-string): Remove unused variable `err'.
22861 (isearch-message-prefix, isearch-message-suffix):
22862 Mark unused parameters.
22863
22864 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
22865
22866 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
22867
22868 * makesum.el (double-column): Remove unused variable `cnt'.
22869
22870 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
22871 (ido-ignore-item-temp-list): Declare.
22872
22873 * mouse-drag.el (mouse-drag-throw): Remove unused variables
22874 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
22875 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
22876 (mouse-drag-drag): Remove unused variables `mouse-delta' and
22877 `mouse-col-delta'.
22878
22879 * mouse-sel.el (mouse-extend-internal):
22880 Remove unused variable `orig-window-frame'.
22881
22882 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
22883 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
22884 Move declarations before first use.
22885 (pcomplete-opt): Mark unused parameters; doc fix.
22886
22887 * proced.el (proced-revert): Mark unused parameter.
22888 (proced-send-signal): Remove unused variable `err'.
22889
22890 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
22891 Rename parameter PREFIX-ARG to ARG.
22892 (ps-basic-plot-string, ps-basic-plot-whitespace):
22893 Mark unused parameters.
22894
22895 * replace.el (replace-count): Define.
22896 (occur-revert-function): Mark unused parameters.
22897 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
22898 (isearch-case-fold-search, isearch-string): Declare.
22899 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
22900 bind `case-fold-search'. Remove unused variables `beg' and `end',
22901 and simplify.
22902 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
22903 COUNT and bind `replace-count'.
22904 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
22905 to COUNT.
22906
22907 * savehist.el (print-readably, print-string-length): Declare.
22908
22909 * shadowfile.el (shadow-expand-cluster-in-file-name):
22910 Remove unused variable `cluster'.
22911 (shadow-copy-file): Remove unused variable `i'.
22912 (shadow-noquery, shadow-clusters, shadow-site-cluster)
22913 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
22914 (shadow-define-literal-group, shadow-define-regexp-group)
22915 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
22916
22917 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
22918 (shell): Use `called-interactively-p'.
22919 (shell-directory-tracker): Remove unused variable `chdir-failure'.
22920
22921 * simple.el (compilation-context-lines, comint-file-name-quote-list)
22922 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
22923 (delete-backward-char): Remove unused variable `ocol'.
22924 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
22925 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
22926 (event-apply-hyper-modifier, event-apply-shift-modifier)
22927 (event-apply-control-modifier, event-apply-meta-modifier):
22928 Mark unused parameters.
22929 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
22930 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
22931
22932 * speedbar.el (speedbar-ignored-directory-expressions)
22933 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
22934 (speedbar-find-file, speedbar-dir-follow)
22935 (speedbar-directory-buttons-follow, speedbar-tag-find)
22936 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
22937 (speedbar-buffers-line-directory, speedbar-buffer-click):
22938 Mark unused parameters.
22939 (speedbar-tag-file): Remove unused variable `mode'.
22940 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
22941
22942 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
22943
22944 * talk.el (talk): Remove unused variable `display'.
22945
22946 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
22947 (tar-write-region-annotate): Mark unused parameter.
22948
22949 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
22950 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
22951 Declare them, wrapped in `with-no-warnings' to avoid replacing one
22952 warning by another.
22953
22954 * time-stamp.el (time-stamp-string-preprocess):
22955 Remove unused variable `require-padding'.
22956
22957 * tree-widget.el (widget-glyph-enable): Declare.
22958 (tree-widget-action): Mark unused parameter.
22959
22960 * w32-fns.el (x-get-selection): Mark unused parameter.
22961 (autoload-make-program, generated-autoload-file): Declare.
22962
22963 * wdired.el (wdired-revert): Mark unused parameters.
22964 (wdired-xcase-word): Remove unused variable `err'.
22965
22966 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
22967 (whitespace-help-scroll): Remove unused variable `data-help'.
22968
22969 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
22970 (widget-image-insert, widget-after-change, default)
22971 (widget-default-format-handler, widget-default-notify)
22972 (widget-default-prompt-value, widget-info-link-action)
22973 (widget-url-link-action, widget-function-link-action)
22974 (widget-variable-link-action, widget-file-link-action)
22975 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
22976 (widget-field-prompt-internal, widget-field-action, widget-field-match)
22977 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
22978 (widget-insert-button-action, widget-delete-button-action, visibility)
22979 (widget-documentation-link-action, widget-documentation-string-action)
22980 (widget-const-prompt-value, widget-regexp-match, symbol)
22981 (widget-coding-system-prompt-value)
22982 (widget-key-sequence-value-to-external, sexp)
22983 (widget-sexp-value-to-internal, character, vector, cons)
22984 (widget-choice-prompt-value, widget-boolean-prompt-value)
22985 (widget-color--choose-action): Mark unused parameters.
22986 (widget-item-match-inline, widget-choice-match-inline)
22987 (widget-checklist-match, widget-checklist-match-inline)
22988 (widget-group-match): Rename parameter VALUES to VALS.
22989 (widget-field-value-set): Remove unused variable `size'.
22990 (widget-color-action): Remove unused variables `value' and `start'.
22991
22992 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
22993 variable `dir'. Doc fix.
22994 (windmove-find-other-window): Don't pass it.
22995
22996 * window.el (count-windows): Mark unused parameter.
22997 (bw-adjust-window): Remove unused variable `err'.
22998
22999 * woman.el (woman-file-name): Remove unused variable `default'.
23000 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
23001 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
23002 (global-font-lock-mode): Declare.
23003 (woman-decode-region): Mark unused parameter.
23004 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
23005
23006 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
23007 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
23008 (x-dnd-handle-moz-url): Remove unused variable `title'.
23009 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
23010
23011 * xml.el (xml-parse-tag, xml-parse-attlist):
23012 Remove unused variable `pos'.
23013
23014 2011-04-19 Glenn Morris <rgm@gnu.org>
23015
23016 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
23017 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
23018 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
23019 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
23020 * calendar/cal-html.el (cal-html-insert-minical):
23021 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
23022 (calendar-mark-date-pattern):
23023 Prefix "unused" locals.
23024
23025 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
23026 optional argument `style'.
23027
23028 * calendar/appt.el (appt-make-list):
23029 * calendar/cal-china.el (calendar-chinese-date-string):
23030 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
23031 (diary-hebrew-yahrzeit):
23032 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
23033 * calendar/calendar.el (calendar-generate-window):
23034 * calendar/time-date.el (time-to-days):
23035 Remove unused local variables.
23036
23037 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
23038
23039 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
23040 glyphless-char-display table.
23041 (tabulated-list-glyphless-char-display): New var.
23042
23043 2011-04-18 Sam Steingold <sds@gnu.org>
23044
23045 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
23046 to acknowledgments.
23047
23048 2011-04-17 Glenn Morris <rgm@gnu.org>
23049
23050 * calendar/diary-lib.el (diary-sexp-entry):
23051 * calendar/holidays.el (holiday-sexp):
23052 Set debug-on-error rather than the removed stack-trace-on-error.
23053
23054 2011-04-16 Glenn Morris <rgm@gnu.org>
23055
23056 * progmodes/f90.el: Use lexical-binding.
23057 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
23058
23059 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23060
23061 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
23062 (mail-mode): Setup mailalias completion here instead.
23063 * mail/mailalias.el: Use lexical-binding.
23064 (pattern, mailalias-done): Declare dynamic.
23065 (mail-completion-at-point-function): New function, from mail-complete.
23066 (mail-complete): Use it.
23067 (mail-completion-expand): New function.
23068 (mail-get-names): Use it.
23069 (mail-directory, mail-directory-process, mail-directory-stream):
23070 Don't use `pattern' for lexically bound arg.
23071
23072 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
23073
23074 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
23075 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
23076 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
23077
23078 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
23079 (byte-save-window-excursion, byte-temp-output-buffer-setup)
23080 (byte-interactive-p): Define them again, for use when inlining
23081 old code.
23082
23083 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
23084
23085 * loadup.el: Use `string-to-number', not `string-to-int'.
23086
23087 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23088
23089 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
23090 gud-gdb-complete-command.
23091 (gud-gdb-completions): New function, from gud-gdb-complete-command.
23092 (gud-gdb-completion-at-point): New function.
23093 (gud-gdb-completions): Remove.
23094
23095 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
23096
23097 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
23098 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
23099 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
23100 whether `executable-find' is bound.
23101
23102 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
23103
23104 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
23105
23106 * minibuffer.el (completion-in-region-mode-predicate)
23107 (completion-in-region-mode--predicate): New vars.
23108 (completion-in-region, completion-in-region--postch)
23109 (completion-in-region-mode): Use them.
23110 (completion--capf-wrapper): Also return the hook function.
23111 (completion-at-point, completion-help-at-point):
23112 Adjust and provide a predicate.
23113
23114 Preserve arg names for advice of subr and lexical functions (bug#8457).
23115 * help-fns.el (help-function-arglist): Consolidate the subr and
23116 new-byte-code cases. Add argument `preserve-names' to extract names
23117 from the docstring when needed.
23118 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
23119 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
23120 (ad-arglist): Use help-function-arglist's new arg.
23121 (ad-definition-type): Use cond.
23122
23123 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
23124
23125 * autorevert.el (auto-revert-handler):
23126 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
23127 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
23128 Don't quote lambda.
23129
23130 * image-mode.el (image-transform-set-scale):
23131 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
23132
23133 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23134
23135 * net/network-stream.el (network-stream-open-starttls): Only do
23136 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
23137 Upgrades via gnutls-cli are too slow to be done opportunistically.
23138
23139 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
23140
23141 * dframe.el (dframe-current-frame): Remove spurious quote.
23142
23143 2011-04-12 Glenn Morris <rgm@gnu.org>
23144
23145 * calendar/cal-tex.el (cal-tex-end-document):
23146 Try to automatically use latin1 input if needed.
23147
23148 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
23149 Don't try to cons a mark onto an empty element.
23150
23151 2011-04-11 Leo Liu <sdl.web@gmail.com>
23152
23153 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
23154 buffers.
23155 (ido-kill-buffer-at-head): Support killing virtual buffers.
23156
23157 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
23158
23159 * minibuffer.el (completion-show-inline-help): New var.
23160 (completion--do-completion, minibuffer-complete)
23161 (minibuffer-force-complete, minibuffer-complete-word):
23162 Inhibit minibuffer messages if completion-show-inline-help is nil.
23163
23164 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
23165 to avoid interference from inline help (Bug#5849).
23166
23167 2011-04-10 Leo Liu <sdl.web@gmail.com>
23168
23169 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
23170 Fix typo.
23171
23172 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
23173
23174 * image-mode.el (image-toggle-display-image): Signal an error if
23175 not in Image mode.
23176 (image-transform-mode, image-transform-resize)
23177 (image-transform-set-rotation): Doc fix.
23178 (image-transform-set-resize): Delete.
23179 (image-transform-set-scale, image-transform-fit-to-height)
23180 (image-transform-fit-to-width): Handle image-toggle-display-image
23181 and image-transform-resize directly.
23182
23183 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
23184
23185 * doc-view.el (doc-view-fit-width-to-window)
23186 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
23187 New functions for fitting the shown image to the Emacs window size.
23188 (doc-view-mode-map): Add bindings for the new functions.
23189
23190 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
23191
23192 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
23193 Fix typo in docstring.
23194
23195 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23196
23197 * files.el (file-size-human-readable): Produce one digit after
23198 decimal, like "ls -lh" does.
23199
23200 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
23201 the file size representation.
23202
23203 * simple.el (list-processes): If async subprocesses are not
23204 available, error out with a clear error message.
23205
23206 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
23207
23208 * help.el (help-form-show): New function, to be called from C.
23209 Put help-form output in a buffer named differently than *Help*.
23210
23211 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23212
23213 * files.el (file-size-human-readable): New function.
23214
23215 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
23216 computing the representation inline. Don't require `cl'.
23217
23218 2011-04-08 Glenn Morris <rgm@gnu.org>
23219
23220 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
23221
23222 * net/browse-url.el (browse-url-firefox):
23223 Test system-type, not system-configuration.
23224
23225 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
23226 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
23227 Use log-edit-empty-buffer-p. (Bug#7598)
23228
23229 * net/rlogin.el (rlogin-process-connection-type): Simplify.
23230 (rlogin-mode-map): Initialize in the defvar.
23231 (rlogin): Use ignore-errors.
23232
23233 * replace.el (occur-mode-map): Some fixes for menu items.
23234
23235 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
23236
23237 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
23238
23239 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23240
23241 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
23242 issuing unused warnings.
23243
23244 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
23245 macro directly.
23246
23247 * simple.el: Lisp reimplement of list-processes. Based on an
23248 earlier reimplementation by Leo Liu, but using tabulated-list.el.
23249 (process-menu-mode): New major mode.
23250 (list-processes--refresh, list-processes):
23251 (process-menu-visit-buffer): New functions.
23252
23253 * files.el (save-buffers-kill-emacs): Don't assume any return
23254 value of list-processes, which is undocumented anyway.
23255
23256 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23257
23258 * emacs-lisp/tabulated-list.el: New file.
23259
23260 * emacs-lisp/package.el: Use Tabulated List mode.
23261 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
23262 (package-menu-mode): Derive from tabulated-list-mode. Set up the
23263 table format using Tabulated List mode variables.
23264 (package--push): New macro, replacing package-list-maybe-add.
23265 (package-menu--generate): Use package--push. Renamed from
23266 package--generate-package-list.
23267 (package-menu-refresh, list-packages): Use it.
23268 (package-menu--print-info): Rename from package-print-package.
23269 Return insertion data instead of inserting it directly.
23270 (package-menu-describe-package, package-menu-execute):
23271 Use tabulated-list-get-id.
23272 (package-menu-mark-delete, package-menu-mark-install)
23273 (package-menu-mark-unmark, package-menu-backup-unmark)
23274 (package-menu-mark-obsolete-for-deletion):
23275 Use tabulated-list-put-tag.
23276 (package--list-packages, package-menu-revert)
23277 (package-menu-get-package, package-menu-get-version)
23278 (package-menu-sort-by-column): Functions deleted.
23279 (package-menu-package-list, package-menu-sort-key): Vars deleted.
23280 (package-menu--status-predicate, package-menu--version-predicate)
23281 (package-menu--name-predicate)
23282 (package-menu--description-predicate): Handle arguments in the
23283 Tabulated List format.
23284 (package-list-packages-no-fetch): Call list-packages.
23285
23286 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
23287
23288 * files.el (after-find-file-from-revert-buffer): Remove variable.
23289 (after-find-file): Don't bind it.
23290 (revert-buffer-in-progress-p): New variable.
23291 (revert-buffer): Bind it.
23292 Pass nil for `after-find-file-from-revert-buffer'.
23293
23294 * saveplace.el (save-place-find-file-hook): Use new variable
23295 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
23296
23297 2011-04-06 Glenn Morris <rgm@gnu.org>
23298
23299 * Makefile.in (AUTOGEN_VCS): New variable.
23300 (autoloads): Use $AUTOGEN_VCS.
23301
23302 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
23303 * calendar/calendar.el (calendar-mode-map):
23304 Check for toolkit scroll bars. (Bug#8305)
23305
23306 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23307
23308 * minibuffer.el (completion-in-region--postch)
23309 (completion-in-region-mode): Remove unnecessary messages.
23310
23311 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
23312
23313 * font-lock.el (font-lock-refresh-defaults):
23314 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
23315 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
23316
23317 * info.el (Info-directory-list, Info-read-node-name-2)
23318 (Info-split-parameter-string): Doc fixes.
23319 (Info-virtual-nodes): Reflow docstring.
23320 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
23321 (Info-apropos-toc-nodes, info-finder, Info-get-token)
23322 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
23323 Fix typos in docstrings.
23324 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
23325 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
23326 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
23327 (Info-restore-desktop-buffer): Mark unused parameters.
23328 (Info-directory-find-file, Info-directory-find-node)
23329 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
23330 (Info-virtual-index-find-node, Info-apropos-find-file)
23331 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
23332 Mark unused parameters; fix typos in docstrings.
23333 (Info-virtual-index): Remove unused local variable `nodename'.
23334
23335 2011-04-05 Deniz Dogan <deniz@dogan.se>
23336
23337 * net/rcirc.el: Update my e-mail address.
23338 (rcirc-mode-map): Remove M-o binding.
23339
23340 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23341
23342 * startup.el (command-line): Save the cursor's theme-face
23343 directly, instead of using face-override-spec.
23344
23345 * custom.el (load-theme): Minor optimization in assigning faces.
23346
23347 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23348
23349 * help-fns.el (describe-variable): Complete all variables having
23350 documentation, including keywords.
23351 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
23352
23353 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23354
23355 Convert to lexical-binding.
23356
23357 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
23358 (bs--get-marked-string, bs--get-modified-string)
23359 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
23360 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
23361 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
23362
23363 * ehelp.el (electric-help-execute-extended)
23364 (electric-help-ctrl-x-prefix):
23365 * hexl.el (hexl-revert-buffer-function):
23366 * linum.el (linum-after-change, linum-after-scroll):
23367 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
23368
23369 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
23370
23371 2011-04-04 Daiki Ueno <ueno@unixuser.org>
23372
23373 * epa-dired.el:
23374 * epa-mail.el:
23375 * epa-hook.el:
23376 * epa-file.el:
23377 * epa.el:
23378 * epg.el: Use lexical binding.
23379
23380 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
23381
23382 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
23383
23384 * textmodes/flyspell.el (flyspell-word): Recognize default
23385 dictionary case for flyspell-mark-duplications-exceptions.
23386 Use regexp matching for languages.
23387 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
23388 default dictionary (Bug#7926).
23389
23390 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
23391
23392 * emacs-lisp/package.el (package--with-work-buffer):
23393 Recognize https URLs.
23394
23395 * net/network-stream.el: Move from gnus/proto-stream.el.
23396 Change prefix to network-stream throughout.
23397 (open-protocol-stream): Merge into open-network-stream, leaving
23398 open-protocol-stream as an alias. Handle nil BUFFER args.
23399
23400 * subr.el (open-network-stream): Move to net/network-stream.el.
23401
23402 2011-04-02 Glenn Morris <rgm@gnu.org>
23403
23404 * find-dired.el (find-exec-terminator): New option.
23405 (find-ls-option): Test for -ls support.
23406 (find-ls-subdir-switches): Test for -b in find-ls-option.
23407 (find-dired, find-grep-dired): Doc fixes.
23408 (find-dired): Use find-exec-terminator.
23409
23410 * find-dired.el (find-ls-option, find-ls-subdir-switches)
23411 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
23412 (find-name-arg): Remove purecopy.
23413
23414 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
23415 (grep-compute-defaults): Check for `-exec COMMAND +' support.
23416 Set grep-find-use-xargs, grep-find-command, and grep-find-template
23417 accordingly. Don't add the null-device if not needed.
23418
23419 * files.el (save-some-buffers): Doc fix.
23420
23421 2011-04-02 Eli Zaretskii <eliz@gnu.org>
23422
23423 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
23424
23425 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
23426
23427 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
23428 Use `dolist' rather than `mapcar'.
23429
23430 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23431
23432 Add lexical binding.
23433
23434 * subr.el (apply-partially): Use new closures rather than CL.
23435 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
23436 (dolist, dotimes): Use slightly different expansion for lexical code.
23437 (functionp): Move to C.
23438 (letrec): New macro.
23439 (with-wrapper-hook): Use it and apply-partially instead of CL.
23440 (eval-after-load): Preserve lexical-binding.
23441 (save-window-excursion, with-output-to-temp-buffer): Turn them
23442 into macros.
23443
23444 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
23445
23446 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
23447 than the arglist.
23448 (help-add-fundoc-usage): Don't add `Not documented'.
23449 (help-function-arglist): Handle closures, subroutines, and new
23450 byte-code-functions.
23451 (help-make-usage): Remove leading underscores.
23452 (describe-function-1): Handle closures.
23453 (describe-variable): Use special-variable-p for completion.
23454
23455 * files.el (lexical-binding): Declare safe.
23456
23457 * emacs-lisp/pcase.el: Don't use destructuring-bind.
23458 (pcase--memoize): Rename from pcase-memoize. Change weakness.
23459 (pcase): Add `let' pattern.
23460 Change memoization so it actually works.
23461 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
23462 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
23463 <let>: New case.
23464
23465 * emacs-lisp/macroexp.el: Use lexical binding.
23466 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
23467 Don't convert ' to #' without checking that it's indeed quoting
23468 a lambda.
23469
23470 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
23471 Use eval-sexp-add-defvars.
23472 (eval-sexp-add-defvars): New fun.
23473
23474 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
23475
23476 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
23477 Don't autoload.
23478 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
23479 than the internal `byte-compile-lambda'.
23480 (defmethod): Don't hide code under quotes.
23481 (eieio-defmethod): New `code' argument.
23482
23483 * emacs-lisp/eieio-comp.el: Remove.
23484
23485 * emacs-lisp/edebug.el (edebug-eval-defun)
23486 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
23487 (edebug-toggle): Avoid `eval'.
23488
23489 * emacs-lisp/disass.el (disassemble-internal): Handle new
23490 `closure' objects.
23491 (disassemble-1): Handle new byte codes.
23492
23493 * emacs-lisp/cl.el (pushnew): Silence warning.
23494
23495 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
23496 (cl-byte-compile-throw): Remove.
23497 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
23498
23499 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
23500 closures.
23501
23502 * emacs-lisp/cconv.el: New file.
23503
23504 * emacs-lisp/bytecomp.el: Use lexical binding instead of
23505 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
23506 (byte-compile-initial-macro-environment):
23507 Handle declare-function here.
23508 (byte-compile--lexical-environment): New var.
23509 (byte-stack-ref, byte-stack-set, byte-discardN)
23510 (byte-discardN-preserve-tos): New lap codes.
23511 (byte-interactive-p): Don't use any more.
23512 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
23513 New macros.
23514 (byte-compile-lapcode): Use them and handle new lap codes.
23515 (byte-compile-obsolete): Remove.
23516 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
23517 (byte-compile-arglist-warn): Check late def of inlinable funs.
23518 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
23519 since they should have been expanded by now.
23520 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
23521 (byte-compile-from-buffer): Remove unused second arg.
23522 (byte-compile-preprocess): New function.
23523 (byte-compile-toplevel-file-form): New function to distinguish
23524 file-form calls from outside from file-form calls from hunk-handlers.
23525 (byte-compile-file-form): Simplify.
23526 (byte-compile-file-form-defsubst): Remove.
23527 (byte-compile-file-form-defmumble): Simplify now that
23528 byte-compile-lambda always returns a byte-code-function.
23529 (byte-compile): Preprocess.
23530 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
23531 Remove, not used any more.
23532 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
23533 (byte-compile-make-args-desc): New funs.
23534 (byte-compile-lambda): Handle lexical functions. Always return
23535 a byte-code-function.
23536 (byte-compile-reserved-constants): New var, to make up room for
23537 closed-over variables.
23538 (byte-compile-constants-vector): Obey it.
23539 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
23540 (byte-compile-macroexpand-declare-function): New function.
23541 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
23542 byte-code-functions.
23543 (byte-compile-form): Check obsolescence here.
23544 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
23545 (byte-compile-variable-ref): Remove.
23546 (byte-compile-dynamic-variable-op): New fun.
23547 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23548 (byte-compile-variable-set): New funs.
23549 (byte-compile-discard): Add 2 args.
23550 (byte-compile-stack-ref, byte-compile-stack-set)
23551 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
23552 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
23553 macroexpand-all instead.
23554 (byte-compile-quote-form): Remove.
23555 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
23556 (byte-compile-bind, byte-compile-unbind): New funs.
23557 (byte-compile-let): Handle let* and lexical binding.
23558 (byte-compile-let*): Remove.
23559 (byte-compile-catch, byte-compile-unwind-protect)
23560 (byte-compile-track-mouse, byte-compile-condition-case):
23561 Handle a new :fun-body form, used for lexical scoping.
23562 (byte-compile-save-window-excursion)
23563 (byte-compile-with-output-to-temp-buffer): Remove.
23564 (byte-compile-defun): Simplify.
23565 (byte-compile-stack-adjustment): New fun.
23566 (byte-compile-out): Use it.
23567 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
23568
23569 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
23570 handler any more.
23571
23572 * emacs-lisp/byte-opt.el: Use lexical binding.
23573 (byte-inline-lapcode): Remove (to bytecomp).
23574 (byte-compile-inline-expand): Pay attention to inlining to/from
23575 lexically bound code.
23576 (byte-compile-unfold-lambda): Don't handle byte-code-functions
23577 any more.
23578 (byte-optimize-form-code-walker): Don't handle save-window-excursion
23579 any more and don't call compiler-macros.
23580 (byte-compile-splice-in-already-compiled-code): Remove.
23581 (byte-code): Don't inline any more.
23582 (disassemble-offset): Receive `bytes' as argument rather than via
23583 dynamic scoping.
23584 (byte-compile-tag-number): Declare before first use.
23585 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
23586 `return' even if make-spliceable.
23587 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
23588 obsolete interactive-p.
23589 (byte-optimize-lapcode): Optimize new lap-codes.
23590 Don't trip up on new form of `byte-constant' lap code.
23591
23592 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
23593
23594 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
23595
23596 * custom.el (custom-initialize-default, custom-declare-variable):
23597 Use `defvar'.
23598
23599 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
23600 New variables.
23601 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
23602 (COMPILE_FIRST): Add macroexp and cconv.
23603 * makefile.w32-in: Mirror changes in Makefile.in.
23604
23605 * vc/cvs-status.el:
23606 * vc/diff-mode.el:
23607 * vc/log-edit.el:
23608 * vc/log-view.el:
23609 * vc/smerge-mode.el:
23610 * textmodes/bibtex-style.el:
23611 * textmodes/css-mode.el:
23612 * startup.el:
23613 * uniquify.el:
23614 * minibuffer.el:
23615 * newcomment.el:
23616 * reveal.el:
23617 * server.el:
23618 * mpc.el:
23619 * emacs-lisp/smie.el:
23620 * doc-view.el:
23621 * dired.el:
23622 * abbrev.el: Use lexical binding.
23623
23624 2011-04-01 Eli Zaretskii <eliz@gnu.org>
23625
23626 * info.el (info-display-manual): New function.
23627
23628 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23629
23630 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
23631
23632 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
23633
23634 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
23635 an entry for that server in rcirc-authinfo. (Bug#8385)
23636
23637 2011-03-31 Glenn Morris <rgm@gnu.org>
23638
23639 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
23640
23641 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
23642
23643 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
23644
23645 * progmodes/python.el (python-default-interpreter)
23646 (python-python-command-args, python-jython-command-args)
23647 (python-which-shell, python-which-args, python-which-bufname)
23648 (python-file-queue, python-comint-output-filter-function)
23649 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
23650 variables and functions.
23651
23652 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
23653
23654 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
23655 (completion-in-region-mode): New minor mode.
23656 (completion-in-region): Use it.
23657 (completion-in-region--data, completion-in-region-mode-map): New vars.
23658 (completion-in-region--postch): New function.
23659 (completion--capf-misbehave-funs, completion--capf-safe-funs):
23660 New vars.
23661 (completion--capf-wrapper): New function.
23662 (completion-at-point): Use it to track well-behavedness of
23663 hook functions.
23664 (completion-help-at-point): New command.
23665
23666 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
23667
23668 * vc/add-log.el (add-change-log-entry): Don't use whitespace
23669 syntax class to search for whitespace on a single line
23670 (Message-ID: <4D938140.4030905@redhat.com>).
23671
23672 2011-03-30 Leo Liu <sdl.web@gmail.com>
23673
23674 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
23675 New commands.
23676 (edit-abbrevs-map): Bind them here.
23677 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
23678
23679 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
23680
23681 * allout.el (allout-hide-by-annotation, allout-flag-region):
23682 Reduce possibility of overlay leakage by making them volatile.
23683
23684 * allout-widgets.el (allout-widgets-tally): Define as nil so the
23685 hash is not shared between buffers. Mode initialization is
23686 responsible for giving it a useful starting value.
23687 (allout-item-span): Reduce possibility of overlay leakage by
23688 making them volatile.
23689 (allout-widgets-count-buttons-in-region): Add diagnostic function
23690 for tracking down button overlay leaks.
23691
23692 2011-03-29 Leo Liu <sdl.web@gmail.com>
23693
23694 * ido.el (ido-read-internal): Use the default history var
23695 minibuffer-history if no HISTORY is specified.
23696
23697 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
23698
23699 * net/imap.el (imap-shell-open, imap-process-connection-type):
23700 Use imap-process-connection-type for 'shell' streams as well as
23701 Kerberos, SSL, other subprocesses.
23702
23703 2011-03-28 Leo Liu <sdl.web@gmail.com>
23704
23705 * abbrev.el (abbrev-table-empty-p): New function.
23706 (prepare-abbrev-list-buffer): Place empty abbrev tables after
23707 nonempty ones. (Bug#5937)
23708
23709 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
23710
23711 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
23712
23713 2011-03-27 Leo Liu <sdl.web@gmail.com>
23714
23715 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
23716 for foreground and background colors.
23717 (ansi-color-make-color-map): Adapt.
23718
23719 2011-03-25 Leo Liu <sdl.web@gmail.com>
23720
23721 * midnight.el (midnight-time-float): Remove. Note it calculates
23722 the microsecond component incorrectly and seconds-to-time does the
23723 same job.
23724 Remove redundant (require 'timer).
23725
23726 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
23727 (ido-completions): Remove unused arguments. (Bug#8329)
23728
23729 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23730
23731 * minibuffer.el (completion--flush-all-sorted-completions):
23732 Remove itself from hook.
23733 (completion-at-point): Let the functions perform the completion
23734 immediately and return nil or t.
23735 * comint.el (comint-dynamic-complete-functions): Now identical to
23736 completion-at-point-functions.
23737 (comint-dynamic-list-input-ring): Remove unused var `index'.
23738 (comint--match-partial-filename, comint--unquote&expand-filename):
23739 New funs, split from comint-match-partial-filename.
23740 (comint-dynamic-complete): Use completion-at-point.
23741 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
23742
23743 2011-03-24 Drew Adams <drew.adams@oracle.com>
23744
23745 * thingatpt.el: Support `defun'.
23746
23747 2011-03-23 Leo Liu <sdl.web@gmail.com>
23748
23749 * abbrevlist.el: Move to obsolete/abbrevlist.el.
23750
23751 * help-mode.el (help-mode-finish): Tweak regexp.
23752
23753 2011-03-23 Glenn Morris <rgm@gnu.org>
23754
23755 * eshell/esh-opt.el (eshell-eval-using-options):
23756 Do not bind unused local variable `eshell-option-stub'.
23757
23758 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
23759
23760 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
23761
23762 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
23763 keymap variable in `with-no-warnings' to avoid a warning when the
23764 keymap has been already `defconst'ed.
23765
23766 2011-03-22 Leo Liu <sdl.web@gmail.com>
23767
23768 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
23769 encode all chars in abbrevs; otherwise use emacs-mule or
23770 utf-8-emacs. (Bug#8308)
23771
23772 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
23773
23774 * simple.el (backward-delete-char-untabify):
23775 Avoid warning about using `delete-backward-char'.
23776
23777 * image.el (image-type-file-name-regexps): Make it variable.
23778 `imagemagick-register-types' modifies it, and the user may want
23779 to add new extensions for known image types.
23780 (imagemagick-register-types): Throw error if not using ImageMagick.
23781
23782 2011-03-22 Leo Liu <sdl.web@gmail.com>
23783
23784 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
23785 located before rcirc-prompt-end-marker.
23786 (rcirc-complete): Error if point is not after rcirc prompt.
23787 Handle the case when table is nil.
23788 (rcirc-user-authenticated): Define to fix compiler warning.
23789
23790 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
23791
23792 * custom.el (custom--inhibit-theme-enable): Make it affect only
23793 custom-theme-set-variables and custom-theme-set-faces.
23794 (provide-theme): Ignore custom--inhibit-theme-enable.
23795 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
23796 (custom-enabling-themes): Delete variable.
23797 (enable-theme): Accept only loaded themes as arguments.
23798 Ignore the special custom-enabled-themes variable.
23799 (custom-enabled-themes): Forbid themes from setting this.
23800 Eliminate use of custom-enabling-themes.
23801 (custom-push-theme): Quote "changed" custom var entry.
23802
23803 2011-03-21 Leo Liu <sdl.web@gmail.com>
23804
23805 * ido.el (ido-read-internal): Add ido-selected to history instead
23806 of user input.
23807
23808 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23809
23810 * subr.el (deferred-action-list, deferred-action-function):
23811 Mark obsolete.
23812
23813 2011-03-21 Leo Liu <sdl.web@gmail.com>
23814
23815 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
23816 change on 2011-02-13 (bug#8309).
23817
23818 * minibuffer.el (read-file-name-function): Change default value.
23819 (read-file-name--defaults): Rename from read-file-name-defaults.
23820 (read-file-name-default): Rename from read-file-name.
23821 (read-file-name): Call read-file-name-function.
23822
23823 2011-03-21 Glenn Morris <rgm@gnu.org>
23824
23825 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
23826 Doc fixes.
23827
23828 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
23829
23830 * cus-theme.el: Add missing provide statement.
23831 (customize-create-theme): Extract theme value correctly.
23832 (custom-theme-visit-theme): Autoload.
23833 (customize-create-theme): Prompt before inserting default faces.
23834
23835 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
23836
23837 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
23838 units and musical notes.
23839
23840 2011-03-20 Leo Liu <sdl.web@gmail.com>
23841
23842 * ido.el (ido-read-internal): Use completing-read-default.
23843 (ido-completing-read): Fix compatibility with completing-read.
23844
23845 2011-03-20 Christian Ohler <ohler@gnu.org>
23846
23847 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
23848 (ert-delete-all-tests): Use `called-interactively-p' rather than
23849 `interactive-p'.
23850 (ert--make-xrefs-region): Respect END.
23851
23852 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
23853
23854 * dired-aux.el (dired-create-directory): Signal an error if the
23855 directory already exists (Bug#8246).
23856
23857 * facemenu.el (list-colors-display): Call list-faces-display
23858 inside with-help-window.
23859 (list-colors-print): Use display property to align the final
23860 column, instead of checking window-width.
23861
23862 2011-03-19 Eli Zaretskii <eliz@gnu.org>
23863
23864 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
23865 windows-nt systems.
23866 (emerge-protect-metachars): Quote correctly for ms-dos and
23867 windows-nt systems.
23868
23869 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
23870
23871 * info.el (info-initialize): Replace all uses of `:' with
23872 path-separator for compatibility with non-Unix systems.
23873 Cache quoting of path-separator. (Bug#8258)
23874
23875 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
23876
23877 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
23878 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
23879 (mouse-avoidance-mode): Fix typos in docstrings.
23880
23881 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
23882
23883 * startup.el (package-subdirectory-regexp): Move from package.el.
23884 Omit \\` and \\', and let callers add them.
23885
23886 * emacs-lisp/package.el (package-strip-version)
23887 (package-load-all-descriptors): Add \\` and \\' to
23888 package-subdirectory-regexp before using it.
23889 (package-untar-buffer): New arg DIR; ensure that file untars only
23890 into this expected directory. Remove superfluous delete-region.
23891 (package-unpack): Caller changed.
23892 (package-tar-file-info): Use package-subdirectory-regexp.
23893
23894 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
23895
23896 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
23897 diff-mode-shared-map (bug#8284).
23898 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
23899
23900 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23901
23902 * calendar/time-date.el (format-seconds): Use assoc instead of
23903 assoc-string, since assoc-string doesn't exist in XEmacs.
23904
23905 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
23906
23907 * custom.el (custom-known-themes): Reflow docstring.
23908 (custom-theme-load-path): Fix typo in docstring.
23909 (load-theme): Fix typo in error message.
23910 (custom-available-themes, custom-variable-theme-value):
23911 Use `let', not `let*'.
23912
23913 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
23914
23915 * calc/README: Mention inclusion of musical notes.
23916
23917 * calc/calc-units.el (calc-lu-quant): Rename from
23918 `calc-logunits-quantity'.
23919 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
23920 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
23921 (calc-db): Rename from `calc-dblevel'.
23922 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
23923 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
23924 (calc-np): Rename from `calc-nplevel'.
23925 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
23926 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
23927 (calc-lu-plus): Rename from `calc-logunits-add'.
23928 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
23929 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
23930 (calc-lu-minus): Rename from `calc-logunits-sub'.
23931 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
23932 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
23933 (calc-lu-times): Rename from `calc-logunits-mul'.
23934 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
23935 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
23936 (calc-lu-divide): Rename from `calc-logunits-div'.
23937 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
23938 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
23939
23940 * calc/calc-ext.el (calc-init-extensions): Update the names of the
23941 functions being autoloaded.
23942
23943 * calc/calc.el (calc-lu-power-reference): Rename from
23944 `calc-logunits-power-reference'.
23945 (calc-lu-field-reference): Rename from
23946 `calc-logunits-field-reference'.
23947
23948 * calc/calc-help.el (calc-l-prefix-help):
23949 Mention musical note functions.
23950
23951 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
23952
23953 * minibuffer.el (completion-all-sorted-completions):
23954 Use :completion-cycle-penalty text property if present.
23955
23956 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
23957
23958 * allout.el (allout-yank-processing): Adjust for new rebulleting
23959 regime so bullet being yanked is used without prompting the user
23960 for a choice.
23961
23962 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
23963
23964 * startup.el (command-line): Warn the user that _emacs is deprecated.
23965
23966 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
23967
23968 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
23969 (delphi-verbose, delphi-comment-face, delphi-string-face)
23970 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
23971 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
23972 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
23973 (delphi-new-comment-line, delphi-font-lock-defaults)
23974 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
23975 Fix typos in docstrings.
23976
23977 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
23978
23979 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
23980 Invert the roles of character and string values for INSTEAD, so a
23981 string is used for the more common case of a defaulting prompt.
23982
23983 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
23984
23985 * progmodes/ruby-mode.el (ruby-backward-sexp):
23986 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
23987 * play/gamegrid.el (gamegrid-make-face):
23988 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
23989 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
23990 * notifications.el (notifications-notify):
23991 * net/xesam.el (xesam-search-engines):
23992 * net/quickurl.el (quickurl-list-insert):
23993 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
23994
23995 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
23996
23997 * startup.el (command-line): Update package subdirectory regexp.
23998
23999 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24000
24001 * allout.el (allout-abbreviate-flattened-numbering)
24002 (allout-mode-deactivate-hook): Fix up obsolescence "date".
24003
24004 * subr.el (read-char-choice): Only show the cursor after the prompt,
24005 not after the answer.
24006
24007 2011-03-15 Kevin Ryde <user42@zip.com.au>
24008
24009 * help-fns.el (variable-at-point): Skip leading quotes, if any
24010 (bug#8253).
24011
24012 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24013
24014 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
24015 warning message.
24016
24017 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
24018
24019 * shell.el (shell): When called interactively, offer to change the
24020 shell file name on remote hosts.
24021
24022 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
24023
24024 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
24025 integration for LDAP parameters. The host, base, user or binddn,
24026 and secret tokens can be specified in a netrc file, for instance.
24027 This is optional because an `auth-source' parameter must be
24028 specified in the search attributes.
24029
24030 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
24031
24032 * help.el (describe-mode): Link to the mode's definition (bug#8185).
24033
24034 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24035
24036 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
24037 into declaration. Remove redundant and harmful binding.
24038
24039 2011-03-12 Eli Zaretskii <eliz@gnu.org>
24040
24041 * files.el (file-ownership-preserved-p): Pass `integer' as an
24042 explicit 2nd argument to `file-attributes'. If the file's owner
24043 is the Administrators group on Windows, and the current user is
24044 Administrator, consider that a match.
24045
24046 * server.el (server-ensure-safe-dir): Consider server directory
24047 safe on MS-Windows if its owner is the Administrators group while
24048 the current Emacs user is Administrator. Use `=' to compare
24049 numerical UIDs, since they could be integers or floats.
24050
24051 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
24052
24053 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
24054
24055 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
24056
24057 Sync with Tramp 2.2.1.
24058
24059 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
24060
24061 * net/trampver.el: Update release number.
24062
24063 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24064
24065 * progmodes/compile.el (compilation--previous-directory): Fix up
24066 various nil/dead-marker mismatches (bug#8014).
24067 (compilation-directory-properties, compilation-error-properties):
24068 Don't call it at a position past the one we're about to change.
24069
24070 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
24071 Disable obsolescence warnings in the file that declares it.
24072
24073 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
24074
24075 * allout-widgets.el (allout-widgets-tally):
24076 Initialize allout-widgets-tally as a hash table rather than nil to
24077 prevent mode-line redisplay warnings. Also, clarify the module
24078 description and fix a comment typo.
24079
24080 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
24081
24082 * help-fns.el (describe-variable): Don't complete keywords.
24083 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
24084
24085 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
24086
24087 * emacs-lisp/package.el (package-version-join): Impose a standard
24088 string representation for pre/alpha/beta version lists.
24089 (package-unpack-single): Standardize the directory name by passing
24090 it through package-version-join.
24091 (package-strip-rcs-id): Accept any version string that does not
24092 signal an error in version-to-list.
24093
24094 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
24095
24096 * simple.el (delete-trailing-whitespace): Return nil for the
24097 benefit of `write-file-functions'.
24098
24099 2011-03-10 Glenn Morris <rgm@gnu.org>
24100
24101 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
24102
24103 * vc/vc-git.el (vc-git-program): New option.
24104 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
24105 (vc-git--call): Use it.
24106
24107 * eshell/esh-util.el (eshell-condition-case): Doc fix.
24108
24109 * cus-edit.el (Custom-newline): If no button at point, look
24110 for a subgroup button at start-of-line. (Bug#2298)
24111
24112 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
24113
24114 2011-03-10 Julien Danjou <julien@danjou.info>
24115
24116 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
24117 `cursor-type' is nil.
24118
24119 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
24120
24121 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
24122
24123 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
24124
24125 * allout.el: Change so yank of distinctive-bullet items
24126 preserves the existing header prefix, rebulleting it if necessary,
24127 rather than replacing it. This is necessary for proper operation
24128 of cooperative addons like allout-widgets.
24129 (allout-make-topic-prefix, allout-rebullet-heading):
24130 Change SOLICIT arg to INSTEAD, and interpret additionally a string
24131 value as alternate bullet to be used, instead of prompting the user
24132 for a bullet character.
24133
24134 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
24135
24136 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24137 Do not use `tramp-file-name-port', because this returns also
24138 `tramp-default-port'.
24139
24140 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
24141
24142 * net/rcirc.el (rcirc-handler-001): Remove useless
24143 with-rcirc-process-buffer.
24144 (rcirc-check-auth-status): Swap arguments to string-match.
24145
24146 2011-03-09 Glenn Morris <rgm@gnu.org>
24147
24148 * shell.el (shell-mode):
24149 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
24150
24151 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
24152 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
24153
24154 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24155
24156 * emacs-lisp/package.el (package-refresh-contents)
24157 (package-menu-execute): Use condition-case-no-debug.
24158
24159 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
24160
24161 * simple.el (shell-command-to-string): Use `process-file'.
24162
24163 * emacs-lisp/package.el (package-tar-file-info): Handle also
24164 remote files.
24165
24166 * emacs-lisp/package-x.el (package-upload-buffer-internal):
24167 Use `equal' for upload base check.
24168
24169 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
24170
24171 * textmodes/texinfo.el (texinfo-environments):
24172 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
24173
24174 2011-03-08 Glenn Morris <rgm@gnu.org>
24175
24176 * cus-start.el (cursor-in-non-selected-windows):
24177 Fix :set quoting oddness. (Bug#8192)
24178
24179 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
24180 in some setf expressions. (Bug#2159)
24181
24182 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24183
24184 * custom.el (custom-available-themes): Return themes in
24185 alphabetical order.
24186
24187 See ChangeLog.15 for earlier changes.
24188
24189 ;; Local Variables:
24190 ;; coding: utf-8
24191 ;; End:
24192
24193 Copyright (C) 2011-2013 Free Software Foundation, Inc.
24194
24195 This file is part of GNU Emacs.
24196
24197 GNU Emacs is free software: you can redistribute it and/or modify
24198 it under the terms of the GNU General Public License as published by
24199 the Free Software Foundation, either version 3 of the License, or
24200 (at your option) any later version.
24201
24202 GNU Emacs is distributed in the hope that it will be useful,
24203 but WITHOUT ANY WARRANTY; without even the implied warranty of
24204 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24205 GNU General Public License for more details.
24206
24207 You should have received a copy of the GNU General Public License
24208 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.