ChangeLog fixes
[bpt/emacs.git] / lisp / ChangeLog
1 2013-02-12 Glenn Morris <rgm@gnu.org>
2
3 * calc/calc-graph.el (calc-graph-show-dumb):
4 * calendar/calendar.el (calendar-mode-map):
5 * cus-edit.el (custom-mode-map):
6 * ehelp.el (electric-help-map):
7 * emulation/vip.el (vip-mode-map):
8 * epa.el (epa-key-list-mode-map):
9 * info.el (Info-mode-map):
10 * mail/rmail.el (rmail-mode-map):
11 * mail/rmailsum.el (rmail-summary-mode-map):
12 * man.el (Man-mode-map):
13 * net/newst-plainview.el (newsticker-mode-map):
14 * progmodes/cpp.el (cpp-edit-mode-map):
15 * progmodes/grep.el (grep-mode-map):
16 * progmodes/idlw-help.el (idlwave-help-mode-map):
17 * simple.el (special-mode-map):
18 * startup.el (splash-screen-keymap):
19 * view.el (view-mode-map):
20 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
21
22 2013-02-11 Elias Pipping <pipping@lavabit.com>
23
24 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
25 (bug#13679).
26
27 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
30
31 2013-02-11 Glenn Morris <rgm@gnu.org>
32
33 * vc/diff.el (diff-use-labels): New variable.
34 (diff-no-select): Use --label rather than -L, and first
35 check that it is supported. (Bug#11067)
36
37 * files.el (enable-dir-local-variables): New variable.
38 (hack-dir-local-variables): Respect enable-dir-local-variables.
39 * tutorial.el (help-with-tutorial):
40 Ignore directory-local variables. (Bug#11127)
41
42 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
43 (vc-svn-global-switches): ... to here. (Bug#13513)
44
45 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
46
47 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
48 Handle "foo (bar, default: xxx): " prompts.
49
50 2013-02-10 Chong Yidong <cyd@gnu.org>
51
52 * files.el (basic-save-buffer-1): Do not set
53 buffer-file-coding-system-explicit (Bug#4533).
54
55 * mail/emacsbug.el (report-emacs-bug): Change binding of
56 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
57
58 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
59
60 * calc/calc.el (calc-allow-units-as-numbers): New variable.
61 * calc/calc-units.el (calc-convert-units): Use new variable.
62
63 2013-02-09 Eli Zaretskii <eliz@gnu.org>
64
65 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
66
67 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
68 buffer-file-type.
69
70 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
71 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
72 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
73 coding-system-for-write instead.
74
75 * jka-compr.el (jka-compr-write-region): Don't bind
76 buffer-file-type.
77
78 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
79 buffer-file-type.
80
81 * files.el (file-name-buffer-file-type-alist): Remove defvar.
82 (insert-file-contents-literally): Remove reference to
83 file-name-buffer-file-type-alist.
84
85 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
86 make-obsolete.
87 (find-buffer-file-type-match, find-buffer-file-type): Remove.
88 (find-buffer-file-type-coding-system): Remove references to
89 find-buffer-file-type-match, find-buffer-file-type, and
90 buffer-file-type.
91 Don't put find-buffer-file-type-coding-system into
92 file-coding-system-alist.
93 (find-file-binary, find-file-text): Bind coding-system-for-read
94 instead of file-name-buffer-file-type-alist.
95
96 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
97
98 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
99 converter (Bug#13622).
100 (doc-view-unoconv-program): Make obsolete alias.
101 (doc-view-odf->pdf-converter-program): New variable.
102 (doc-view-odf->pdf-converter-function): New variable.
103 (doc-view-mode-p): Use it.
104 (doc-view-odf->pdf-converter-unoconv):
105 Rename from `doc-view-odf->pdf-converter-unoconv'.
106 (doc-view-odf->pdf-converter-soffice): New function.
107 (doc-view-convert-current-doc):
108 Use `doc-view-odf->pdf-converter-function'.
109
110 2013-02-09 Chong Yidong <cyd@gnu.org>
111
112 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
113 view-echo-area-messages (Bug#13340).
114
115 * help.el (view-echo-area-messages): Use display-buffer.
116
117 * dired-x.el (dired-do-run-mail): Prompt for confirmation
118 (Bug#13561).
119
120 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
123 Eval body right away, now that we do eager macroexpansion (bug#13605).
124
125 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
126 (fundamental-mode): Use run-mode-hooks.
127
128 * eshell/esh-proc.el (eshell/kill): Fix last change.
129 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
130
131 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
132
133 * eshell/esh-proc.el (eshell/kill): Rewrite.
134
135 * eshell/em-ls.el (show-almost-all): Declare.
136 (eshell-do-ls): Add support for -A argument.
137
138 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
139
140 * icomplete.el (icomplete-forward-completions)
141 (icomplete-backward-completions): Handle corner case (bug#13602).
142
143 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
144
145 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
146 be nil. Handle this. (Bug#13636)
147
148 2013-02-07 Richard Stallman <rms@gnu.org>
149
150 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
151 `save-buffer-coding-system'.
152
153 2013-02-07 Alan Mackenzie <acm@muc.de>
154
155 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
156 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
157 (c-parse-state-get-strategy): Don't return 'BOD any more.
158 (c-append-lower-brace-pair-to-state-cache):
159 Extra parameter HERE instead of narrowing.
160 Widen to top of buffer before searching backwards for a brace pair.
161 (c-state-push-any-brace-pair): Add HERE parameter to function call.
162 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
163 Narrow to parameter HERE, in place of being called narrowed.
164 (c-remove-stale-state-cache): Extra parameter HERE in place of
165 narrowing. Check there's an open brace in the cache before
166 searching for its match.
167 (c-invalidate-state-cache-1): Add HERE parameter to function call.
168 (c-parse-state-1): Don't narrow here for 'forward strategy,
169 instead passing extra parameter HERE to several functions.
170 Remove 'BOD strategy.
171
172 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
173
174 * emacs-lisp/package.el (describe-package-1): Tell what archive is
175 used to install the package.
176
177 2013-02-06 Glenn Morris <rgm@gnu.org>
178
179 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
180 if we can't get user input. (Bug#6567)
181
182 * startup.el (command-line): If simple.el is missing,
183 test and warn about for some possible causes.
184
185 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
186
187 * cus-start.el (all): Add ns-use-native-fullscreen.
188
189 2013-02-05 Glenn Morris <rgm@gnu.org>
190
191 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
192
193 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
194 Fix directory creation in fallback case.
195
196 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
197
198 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
199 (vc-update-change-log): Use dolist.
200
201 2013-02-04 Chong Yidong <cyd@gnu.org>
202
203 * thingatpt.el: Rewrite the URL detection routines, absorbing some
204 code from ffap.el.
205 (thing-at-point-beginning-of-url-regexp): New var.
206 (thing-at-point-uri-schemes): Update list of URI schemes.
207 (thing-at-point-url-regexp): Variable deleted.
208 (thing-at-point-markedup-url-regexp): Disallow newlines.
209 (thing-at-point-newsgroup-regexp)
210 (thing-at-point-newsgroup-heads)
211 (thing-at-point-default-mail-uri-scheme): New variables.
212 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
213 method to find the possible bounds of the URI at point.
214 New optional argument to find ill-formed URIs.
215 (thing-at-point-url-at-point): Rewrite. New arguments for finding
216 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
217 the scheme-adding heuristics from ffap-url-at-point.
218 (thing-at-point--bounds-of-well-formed-url): New function.
219 Do parens matching to decide whether to include parens in the URI
220 (Bug#9153).
221
222 * ffap.el: Require thingatpt.
223 (ffap-url-at-point): Delegate URI detection to thing-at-point.
224 All URI-valid characters are now recognized (Bug#5673).
225 (ffap-string-at-point): Use use-region-p.
226 (ffap-url-regexp): Extra character is handled by thing-at-point.
227 (ffap-string-at-point-mode-alist): Allow parentheses.
228 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
229 Convert to aliases; code moved to thingatpt.el.
230 (ffap-gnus-hook): Use setq-local.
231
232 2013-02-04 Glenn Morris <rgm@gnu.org>
233
234 * emacs-lisp/ert.el (ert--explain-format-atom):
235 Don't try to print non-characters as characters. (Bug#13543)
236
237 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
238
239 * net/tramp.el (tramp-debug-message): Extend function exclude list.
240 (tramp-backtrace): New defun.
241 (tramp-handle-insert-file-contents): Use `visit' when inserting
242 the local copy.
243
244 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
245 Use `remote-file-name-inhibit-cache'.
246
247 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
250 (bug#13614).
251
252 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
253 current-load-list (bug#13366).
254
255 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
256
257 * progmodes/compile.el (compilation-error-regexp-alist-alist):
258 Identify g++ template instantiation trace. (Bug#12287)
259 (compilation-mode-hook, compilation-start-hook)
260 (compilation-window-height): Simplify docstrings. (Bug#13379)
261
262 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
263
264 * mouse.el (mouse-drag-track): Always deactivate the mark before
265 running the final event's command since that command is in charge of
266 activating the mark if needed (bug#13523).
267
268 2013-02-02 Juri Linkov <juri@jurta.org>
269
270 * replace.el (perform-replace): Move let-bindings of isearch-*
271 variables deeper to the loop that searches for the next match.
272 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
273 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
274 (Bug#13579)
275
276 * isearch.el (isearch-search-fun-default): Check for null
277 first element of isearch-cmds as a precaution when it's used
278 with inactive isearch.
279
280 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
281
282 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
283 error when buffer in question is narrowed so position 1 is out of
284 visible part.
285
286 2013-02-02 Glenn Morris <rgm@gnu.org>
287
288 * textmodes/remember.el (remember-clipboard): Doc fix.
289
290 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
291
292 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
293 properties (bug#13179).
294
295 2013-02-02 Juri Linkov <juri@jurta.org>
296
297 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
298 instead of hard-coded default face `match'. (Bug#9438)
299
300 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
301
302 * vc/vc-arch.el (vc-arch-registered):
303 * vc/vc-bzr.el (vc-bzr-registered):
304 * vc/vc-cvs.el (vc-cvs-registered):
305 * vc/vc-git.el (vc-git-registered):
306 * vc/vc-hg.el (vc-hg-registered):
307 * vc/vc-mtn.el (vc-mtn-registered):
308 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
309 (Bug#13139)
310
311 * info.el (Info-next-reference, Info-prev-reference): Add numeric
312 prefix argument. (Bug#11656)
313
314 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
317
318 2013-02-01 Glenn Morris <rgm@gnu.org>
319
320 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
321 if the backend is known not to support it.
322
323 * imenu.el (imenu-default-create-index-function):
324 Tweak infinite loop test to check for forward motion as well as none.
325
326 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
327
328 * net/soap-client.el (soap-invoke): Encode the string for
329 `url-request-data' as UTF-8.
330 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
331
332 2013-02-01 Glenn Morris <rgm@gnu.org>
333
334 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
335
336 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
337
338 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
339
340 * net/tramp.el (tramp-tramp-file-p): Comment check for
341 `string-as-unibyte'. The function does not exist on XEmacs, and
342 likely we need another approach.
343
344 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
345 `tramp-gw-*' variables are bound.
346
347 2013-01-31 Glenn Morris <rgm@gnu.org>
348
349 * files.el (basic-save-buffer-2): Choose coding system for
350 writing the file before backing it up, to reduce delay between
351 backing up and writing the new version. (Bug#13522)
352
353 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
354
355 * simple.el (cycle-spacing): New command.
356 (just-one-space): Use it.
357
358 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
361 (opascal-newline-always-indents): Remove custom.
362 (opascal-tab, opascal-newline): Remove commands.
363 (opascal-new-comment-line): Insert "\n" instead of calling newline.
364 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
365 (opascal-save-match-data): Remove, use save-match-data instead.
366 (opascal-save-state): Use with-silent-modifications.
367
368 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
369 (bug#13585).
370
371 2013-01-30 Juri Linkov <juri@jurta.org>
372
373 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
374 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
375 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
376
377 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
380 column if we're just deleting the backslashes.
381 (makefile-fill-paragraph): Use eolp.
382
383 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
384
385 * autorevert.el (auto-revert-use-notify): Fix docstring.
386
387 2013-01-30 Leo Liu <sdl.web@gmail.com>
388
389 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
390
391 2013-01-30 Glenn Morris <rgm@gnu.org>
392
393 * mouse.el (mouse-drag-line): Avoid pushing same event onto
394 unread-command-events twice in some cases. This tries to implement
395 the 2012-07-26 changes in a different way. (Bug#13560)
396
397 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
398
399 * progmodes/python.el
400 (python-pdbtrack-comint-output-filter-function): Enhancements on
401 stacktrace detection. (thanks @gnovak)
402
403 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
404
405 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
406 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
407 Use defvar-local.
408 (jit-lock-register): Use setq-local.
409
410 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
411
412 * calc-units.el (math-default-units-table): Remove initial value.
413 (calc-convert-units): Treat expressions where all the units cancel as
414 if they didn't have units.
415
416 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
417
418 * net/tramp.el (tramp-process-connection-type): Fix docstring.
419 (tramp-completion-reread-directory-timeout): Fix type.
420 (tramp-connection-min-time-diff): New defcustom.
421
422 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
423
424 2013-01-30 Glenn Morris <rgm@gnu.org>
425
426 * imenu.el (imenu-default-create-index-function):
427 Put back a version of the infinite loop test removed 2013-01-23.
428
429 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
430
431 * progmodes/python.el (python-shell-parse-command):
432 Find python-shell-interpreter with modified environment.
433
434 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
435
436 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
437
438 2013-01-29 Alan Mackenzie <acm@muc.de>
439
440 Amend to fontify /regexp/s in actions correctly.
441 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
442 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
443 are no longer included.
444 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
445 What used to be these variables without "-line" in the name.
446 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
447 (c-awk-non-arith-op-bra-re): Now also matches {.
448 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
449 "return", and "case".
450 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
451 by /.
452 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
453 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
454
455 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
456
457 * autorevert.el (auto-revert-use-notify):
458 Use `custom-initialize-default' for initialization. (Bug#13583)
459
460 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
461
462 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
463 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
464 in `tramp-file-name-handler'.
465 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
466 compatibility.
467 (tramp-compute-multi-hops): Check, whether
468 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
469
470 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
471
472 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
473 (bug#13297).
474
475 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
476
477 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
478 checks made superfluous by the \_< operator.
479 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
480 temporarily) broken indentation.
481 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
482 Highlight nested constants, too. \_< broke that.
483
484 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
485
486 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
487 instead of "\\b".
488
489 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
490
491 * autorevert.el (auto-revert-handler): Notifications which result
492 from a saved file shall not be taken into account. (Bug#13557)
493
494 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
495
496 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
497 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
498 (lisp-mode): Pass t for it. (Bug#13556)
499
500 2013-01-25 Alan Mackenzie <acm@muc.de>
501
502 AWK Mode: Fix indentation bug at top level. Bug #12274.
503
504 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
505 just before CASE 5D.
506
507 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
508
509 * net/socks.el (socks-nslookup-host): Use string-to-number.
510
511 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
512
513 * autorevert.el (auto-revert-remote-files)
514 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
515 (auto-revert-notify-enabled, auto-revert-use-notify)
516 (auto-revert-notify-watch-descriptor-hash-list)
517 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
518 (auto-revert-notify-event-descriptor)
519 (auto-revert-notify-event-action)
520 (auto-revert-notify-event-file-name): Doc fix.
521 (global-auto-revert-mode): Reorder checks.
522 (auto-revert-notify-rm-watch): Respect changed values of
523 `auto-revert-notify-watch-descriptor-hash-list'.
524 (auto-revert-notify-add-watch): Check for
525 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
526 `inotify-add-watch'. Watch `default-directory' instead of
527 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
528 has a changed meaning now. (Bug#13540)
529 (auto-revert-notify-handler): Change implementation wrt events
530 returning from a directory.
531 (auto-revert-handler): Reorder implementation for checks of remote
532 files.
533 (auto-revert-buffers): Fix parentheses error.
534
535 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
536
537 * progmodes/python.el: Enhancements to header documentation about
538 skeletons. (Bug#5716)
539
540 * imenu.el (imenu-default-create-index-function): Remove useless
541 infinite loop check. (Bug#13438)
542
543 2013-01-25 Alan Mackenzie <acm@muc.de>
544
545 Fix a bug in the state cache mechanism. Refactor this a bit.
546
547 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
548 `cache-pos' element from the return value.
549 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
550 buffer to enable proper searching from beyond HERE. Amend the
551 test for detecting the sought brace pair. Amend the value written
552 to the "brace desert cache" when the brace isn't found.
553 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
554 and several other variables analogously.
555 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
556 parameter to a locally calculated variable.
557 (c-parse-state-1): Change the calling conventions to the two
558 defuns involving `cache-pos'.
559
560 2013-01-25 Chong Yidong <cyd@gnu.org>
561
562 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
563
564 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
565
566 * paren.el (show-paren-function): Make sure to set 'priority and
567 'face only if the overlay does exist.
568
569 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
570
571 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
572
573 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
574 basic attributes.
575 (tramp-sh-handle-set-file-acl): Improve error checking.
576
577 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
578
579 * doc-view.el (doc-view-display): Force mode line update until all
580 document is converted. Suggested by Stefan Monnier (Bug#13164).
581
582 2013-01-23 Bastien Guerry <bzg@gnu.org>
583
584 * paren.el (show-paren-function): Make sure an overlay exists
585 before trying to delete it. Also use `pos' as a position only
586 when it is an integer.
587
588 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
589
590 * play/gametree.el (gametree-break-line-here): Use point-marker.
591
592 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
593
594 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
595 Mark descriptive parts with `display' property.
596
597 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
598
599 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
600 New variable to map standard dict names to hunspell ones.
601 (ispell-set-spellchecker-params): Make sure specific dict names
602 are used for standard dicts with hunspell.
603
604 2013-01-21 Tassilo Horn <tsdh@gnu.org>
605
606 * textmodes/reftex-cite.el (reftex-format-citation): Add format
607 chars for note (%N) and url (%U).
608 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
609
610 2013-01-21 Juri Linkov <juri@jurta.org>
611
612 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
613 in addition to existing separate binding `meta f10' in `global-map'.
614 (Bug#13484)
615
616 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
617
618 Improve XEmacs compatibility.
619
620 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
621
622 * net/tramp-adb.el (top): Require `time-date'.
623 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
624 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
625 Use `tramp-file-name-handler'.
626 (tramp-adb-maybe-open-connection):
627 Use `tramp-compat-set-process-query-on-exit-flag'.
628
629 * net/tramp-sh.el (tramp-sh-handle-file-acl):
630 Use `tramp-compat-funcall'.
631
632 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
633 `tramp-compat-funcall'.
634
635 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
636
637 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
638 reimplementation using "adb shell command ..." instead of running
639 remote shell interactively.
640
641 2013-01-20 Glenn Morris <rgm@gnu.org>
642
643 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
644 Add native profiler menu entries.
645
646 * profiler.el (profiler-running-p): New function.
647 (profiler-cpu-profile): Use profiler-running-p.
648 (profiler-report-mode-map): Add some more menu entries.
649
650 2013-01-19 Glenn Morris <rgm@gnu.org>
651
652 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
653 fixes 2012-12-07 change. (Bug#13499)
654
655 2013-01-19 Leo Liu <sdl.web@gmail.com>
656
657 * dired.el (dired-get-marked-files): Prune erroneous values due to
658 last change. (Bug#13152)
659
660 2013-01-19 Glenn Morris <rgm@gnu.org>
661
662 * progmodes/etags.el (tags-table-check-computed-list):
663 Preserve point in tags buffer. (Bug#13412)
664
665 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
666
667 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
668 Chong Yidong <cyd@gnu.org>
669
670 * image-mode.el (image-next-file, image-previous-file):
671 New commands (Bug#8453).
672 (image-mode-map): Bind them to n and p.
673 (image-mode--images-in-directory): New helper function.
674
675 2013-01-19 Chong Yidong <cyd@gnu.org>
676
677 * image-mode.el (image-mode-fit-frame): Add a frame argument.
678 Suggested by Drew Adams (Bug#7730). Handle window decorations;
679 save and restore the old window configuration.
680
681 2013-01-18 Leo Liu <sdl.web@gmail.com>
682
683 * progmodes/js.el: Tweak autoload cookie for alias.
684
685 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
686
687 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
688 buffer local, again. This was lost with the fix on 2013-01-12.
689
690 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
691
692 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
693 order to support several eshell buffers in parallel.
694
695 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
696
697 * autorevert.el (auto-revert-use-notify): In the :set function, do
698 not modify `kill-buffer-hook'.
699 (auto-revert-notify-rm-watch):
700 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
701 (auto-revert-notify-add-watch): Do not call
702 `auto-revert-notify-rm-watch', but add it to a buffer local
703 `kill-buffer-hook'.
704
705 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
706
707 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
708 call to `eval' rather than a backquoted lambda.
709
710 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
711
712 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
713 to return an explicit nil.
714 (advice--remove-function): Change accordingly.
715
716 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
717 the use of nadvice.el.
718
719 * progmodes/which-func.el (which-function): Silence imenu errors
720 (bug#13433).
721
722 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
723
724 * progmodes/sql.el: (sql-imenu-generic-expression):
725 (sql-mode-font-lock-object-name): Match schema qualified names.
726 (sql-connect): Use string keys.
727 (sql-product-interactive): Wait for interpreter prompt.
728 (sql-comint-oracle): Set process coding based on NLS_LANG.
729
730 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
731
732 * progmodes/sql.el (sql-output-to-send): Remove, unused.
733 (sql-interactive-remove-continuation-prompt):
734 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
735
736 2013-01-14 Leo Liu <sdl.web@gmail.com>
737
738 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
739 (Bug#13420)
740
741 2013-01-14 Glenn Morris <rgm@gnu.org>
742
743 * progmodes/compile.el (compilation-error-regexp-alist-alist):
744 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
745
746 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
747
748 * progmodes/python.el (python-nav-end-of-statement):
749 Fix cornercase when handling multiline strings.
750
751 2013-01-13 Richard Stallman <rms@gnu.org>
752
753 * mail/sendmail.el (mail-position-on-field): Add doc string.
754
755 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
756 Get current message boundaries and pass them to
757 message-forward-make-body-mime. Minor style changes.
758
759 2013-01-13 Eli Zaretskii <eliz@gnu.org>
760
761 * cus-start.el (all): Avoid warnings about
762 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
763
764 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
765
766 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
767
768 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * jit-lock.el (jit-lock-debug-mode): New minor mode.
771 (jit-lock--debug-fontifying): New var.
772 (jit-lock--debug-fontify): New function.
773 * subr.el (condition-case-unless-debug): Don't prevent catching the
774 error, just let the debbugger run.
775 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
776 timer code and don't drop errors silently.
777
778 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
779
780 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
781 `permanent-local' property.
782 (auto-revert-notify-handler): Use `file-equal-p'.
783
784 2013-01-12 Eli Zaretskii <eliz@gnu.org>
785
786 * autorevert.el (auto-revert-notify-handler): Fix filtering of
787 file notification by ACTION. For filtering by file name, compare
788 only the non-directory part of the file name.
789
790 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * autorevert.el: Use cl-lib instead of cl.
793
794 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
795 (vc-bzr-checkin): Use it.
796 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
797 will preserve match-data.
798
799 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
800
801 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
802 (js--declaration-keyword-re): New var.
803 (js--multi-line-declaration-indentation): New function.
804 (js--proper-indentation): Use it.
805
806 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
807
808 * calc/calc.el (calc-highlight-selections-with-faces)
809 (calc-dispatch):
810 * comint.el (comint-history-isearch-message):
811 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
812 * ffap.el (ffap-string-at-point-region, ffap-next)
813 (ffap-string-at-point, ffap-string-around)
814 (ffap-copy-string-as-kill, ffap-highlight-overlay)
815 (ffap-literally):
816 * font-lock.el (font-lock-keywords-alist)
817 (font-lock-removed-keywords-alist):
818 * help-mode.el (help-xref-symbol-regexp):
819 * info.el (Info-find-emacs-command-nodes):
820 * international/mule.el (add-to-coding-system-list):
821 * isearch.el (isearch-message-function, isearch-fail-pos):
822 * misearch.el (multi-isearch-next-buffer-function):
823 * newcomment.el (comment-box):
824 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
825 (pr-setting-database):
826 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
827 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
828 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
829 (pike-font-lock-keywords-3):
830 * progmodes/compile.el (compile):
831 * progmodes/etags.el (tags-table-files)
832 (tags-table-files-function, tags-included-tables-function):
833 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
834 (gdb-restore-windows):
835 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
836 (ps-n-up-filling-database):
837 * server.el (server-buffer, server-log):
838 * simple.el (newline, delete-backward-char, delete-forward-char)
839 (minibuffer-history-isearch-message, kill-line, track-eol)
840 (temporary-goal-column):
841 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
842 (flyspell-default-deplacement-commands):
843 * textmodes/ispell.el (ispell-accept-output):
844 * textmodes/sgml-mode.el (html-tag-help):
845 * vc/compare-w.el (compare-ignore-whitespace)
846 (compare-ignore-case, compare-windows-dehighlight):
847 * vc/diff.el (diff):
848 * whitespace.el (whitespace-point)
849 (whitespace-font-lock-refontify, whitespace-bob-marker)
850 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
851
852 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
853
854 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
855 (auto-revert-notify-rm-watch): Ignore errors.
856 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
857 inotify, and '(size last-write-time) for w32notify.
858 Set buffer-local `auto-revert-use-notify' to nil when adding a file
859 watch fails - this is a fallback to the file modification check.
860 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
861 (auto-revert-notify-event-action)
862 (auto-revert-notify-event-file-name): New defuns.
863 (auto-revert-notify-handler): Use them. Implement first
864 plausibility checks.
865 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
866
867 2013-01-11 Julien Danjou <julien@danjou.info>
868
869 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
870 max are almost equal. Also return the correct value for V which is
871 already between 0 and 1.
872
873 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
874
875 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
876
877 2013-01-11 Eli Zaretskii <eliz@gnu.org>
878
879 * autorevert.el (auto-revert-notify-rm-watch)
880 (auto-revert-notify-add-watch): Fix typos in w32notify function
881 names.
882
883 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
884
885 * autorevert.el (auto-revert-notify-enabled): Move up.
886 (auto-revert-use-notify): New defcustom.
887 (auto-revert-mode, global-auto-revert-mode)
888 (auto-revert-notify-add-watch, auto-revert-handler)
889 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
890 `auto-revert-notify-enabled'.
891
892 2013-01-10 Elias Pipping <pipping@exherbo.org>
893
894 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
895 * doc-view.el (doc-view-document->bitmap):
896 Use doc-view-single-page-converter-function instead of
897 single-page-converter arg; adjust callers.
898
899 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
900
901 * progmodes/which-func.el (which-function): Understand Semantic's use
902 of overlays in imenu--index-alist.
903
904 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
905
906 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
907 (Man-man-k-use-anchor): New var.
908 (Man-parse-man-k): New function.
909 (Man-completion-table): Use it.
910 (man): Flush the completion cache between uses.
911
912 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
913
914 * autorevert.el: Add file watch support.
915 (auto-revert-notify-enabled): New defconst.
916 (auto-revert-notify-watch-descriptor-hash-list)
917 (auto-revert-notify-watch-descriptor)
918 (auto-revert-notify-modified-p): New defvars.
919 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
920 (auto-revert-notify-handler): New defuns.
921 (auto-revert-mode, global-auto-revert-mode): Remove file watches
922 when mode is disabled.
923 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
924 (auto-revert-buffers): Add file watches for active buffers.
925
926 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
927
928 * cus-start.el (toplevel): Only allow float values for
929 scroll-up-aggressively and scroll-down-aggressively.
930 Allow any number for line-spacing.
931
932 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
935 (doc-view-pdf->png-converter-function): Use mupdf if available.
936 (doc-view-djvu->png-converter-function)
937 (doc-view-ps->png-converter-function): Remove.
938 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
939 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
940 (doc-view-already-converted-p): Adjust accordingly.
941 (doc-view-mode-p): Simplify.
942 (doc-view-enlarge): Use setq-local.
943 (doc-view-pdf->png-converter-ghostscript)
944 (doc-view-djvu->png-converter-ddjvu)
945 (doc-view-pdf->png-converter-mupdf): Rework to call
946 doc-view-start-process directly.
947 (doc-view-pdf/ps->png): Simplify accordingly.
948 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
949 (doc-view-document->bitmap): Rename from doc-view-document->png.
950 (doc-view-convert-current-doc): Merge pdf and djvu cases.
951 (doc-view-set-slice-from-bounding-box): Fix completion table.
952 (doc-view-mode): Use add-hook for after-revert-hook.
953
954 2013-01-10 Glenn Morris <rgm@gnu.org>
955
956 * emacs-lisp/authors.el (authors-ignored-files)
957 (authors-valid-file-names, authors-renamed-files-alist):
958 Add some more entries.
959
960 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
961
962 * image-mode.el (image-mode-winprops): Don't throw away the fallback
963 `t' pseudo-window entry.
964
965 2013-01-10 Alan Mackenzie <acm@muc.de>
966
967 Fix bugs in the c-parse-state mechanism. Reuse some markers
968 instead of continually generating new ones.
969
970 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
971 (c-state-old-cpp-end-marker): New variables.
972 (c-append-lower-brace-pair-to-state-cache): Start a backward
973 search for "}" definitively outside CPP constructs.
974 (c-remove-stale-state-cache): Inform the caller of a need to
975 search back for a brace pair in certain circumstances.
976 (c-state-maybe-marker): New macro.
977 (c-parse-state): Reuse markers when appropriate.
978
979 2013-01-10 Glenn Morris <rgm@gnu.org>
980
981 * simple.el (execute-extended-command): Doc fix.
982 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
983
984 2013-01-10 Chong Yidong <cyd@gnu.org>
985
986 * faces.el (read-face-name): Doc fix.
987
988 2013-01-10 Roland Winkler <winkler@gnu.org>
989
990 * emacs-lisp/crm.el: Allow any regexp for separators.
991 (crm-default-separator): All spaces around the default comma separator.
992 (crm--completion-command): New macro.
993 (crm-completion-help, crm-complete, crm-complete-word): Use it.
994 (crm-complete-and-exit): Handle non-single-char separators.
995
996 2013-01-09 Elias Pipping <pipping@lavabit.com>
997
998 * doc-view.el: Add support for DjVu (bug#13164).
999 (doc-view-djvu->png-converter-function): New config var.
1000 (doc-view-single-page-converter-function, doc-view--image-type)
1001 (doc-view--image-file-extension): New vars.
1002 (doc-view-mode): Initialize them.
1003 (doc-view-goto-page): Use them.
1004 (doc-view-mode-p): Add support for ddjvu.
1005 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
1006 (doc-view-set-up-single-converter): New funs.
1007 (doc-view-pdf/ps->png): Extend for djvu.
1008 (doc-view-document->png): Rename from doc-view-pdf->png.
1009 (doc-view-convert-current-doc): Handle djvu.
1010 (doc-view-insert-image, doc-view-display)
1011 (doc-view-already-converted-p): Don't hardcode png.
1012 (doc-view-set-doc-type): Recognize djvu docs.
1013
1014 2013-01-09 Elias Pipping <pipping@lavabit.com>
1015
1016 * doc-view.el: Add support for mupdf converter (bug#13164).
1017 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
1018 (doc-view-ps->png-converter-function): New config vars.
1019 (doc-view-pdf->png-converter-ghostscript)
1020 (doc-view-ps->png-converter-ghostscript)
1021 (doc-view-pdf->png-converter-mupdf): New functions.
1022 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
1023
1024 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
1025
1026 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
1027 first in session cache: When `tramp-own-remote-path' is in
1028 `tramp-remote-path', the remote path is only set in the session
1029 cache.
1030
1031 2013-01-09 Glenn Morris <rgm@gnu.org>
1032
1033 * emacs-lisp/trace.el (trace-function-foreground)
1034 (trace-function-background): Doc fix.
1035
1036 2013-01-09 Juri Linkov <juri@jurta.org>
1037
1038 * international/mule-cmds.el (read-char-by-name): Move let-binding
1039 of completion-ignore-case around completing-read to fix regression
1040 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
1041 `string-match-p' using the nil value of `case-fold-search' and
1042 `completion-ignore-case' in `completion-pcm--all-completions'.
1043 (Bug#12615).
1044
1045 2013-01-09 Glenn Morris <rgm@gnu.org>
1046
1047 * progmodes/compile.el (compilation-parse-errors):
1048 Fix typo. (Bug#13369)
1049
1050 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1051
1052 * comint.el (comint-send-input): Check size of buffer before
1053 waiting for process output, in case already accepted. (Bug#13290)
1054
1055 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
1056
1057 Spelling fixes.
1058 * net/tramp-adb.el (tramp-adb-get-toolbox):
1059 Fix misspelling of 'unknown'.
1060
1061 2013-01-08 Juri Linkov <juri@jurta.org>
1062
1063 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1064 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1065 Use underline style wave on terminals that support it. (Bug#13000)
1066
1067 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
1070 the predicate returns nil.
1071
1072 * simple.el: Use lexical-binding.
1073 (primitive-undo): Use pcase.
1074 (minibuffer-history-isearch-push-state): Use a closure.
1075
1076 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1077
1078 * simple.el (primitive-undo): Move from undo.c.
1079
1080 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1081
1082 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
1083 (cvs-mode-remove-handled): Use it (bug#13380).
1084
1085 * emacs-lisp/nadvice.el (advice--tweak): New function.
1086 (advice--remove-function, advice--subst-main): Use it.
1087
1088 * emacs-lisp/advice.el: Update commentary.
1089
1090 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
1091
1092 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1093 Remove spurious entry.
1094
1095 2013-01-08 Glenn Morris <rgm@gnu.org>
1096
1097 * net/tramp.el (tramp-default-host-alist): Add :version.
1098
1099 2013-01-08 Juri Linkov <juri@jurta.org>
1100
1101 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
1102 single completion. (Bug#12456)
1103 (info--manual-names): Expand node completions into an explicit list
1104 before appending it to another list. Filter out internal buffers
1105 with the leading space in the buffer name. (Bug#10771)
1106
1107 2013-01-08 Juri Linkov <juri@jurta.org>
1108
1109 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
1110 that defaults to the Top node.
1111 (Info-goto-node, Info-read-node-name): Doc fix to mention that
1112 the short format (FILENAME) goes to the Top node.
1113 (Info-build-node-completions): Rename arg `file' to `filename'.
1114 (Bug#13365)
1115
1116 2013-01-07 Bastien Guerry <bzg@gnu.org>
1117
1118 * menu-bar.el (menu-bar-search-documentation-menu):
1119 Use `apropos-user-option' and fix the help message.
1120
1121 2013-01-07 Bastien Guerry <bzg@gnu.org>
1122
1123 * apropos.el (apropos-do-all): Update docstring.
1124 (apropos-user-option-button): New face.
1125 (apropos-user-option): Rename from `apropos-variable' and update
1126 docstring.
1127 (apropos-variable): Rewrite, now show all variables by default.
1128 (apropos-print): Mention "User option" instead of "Variable" when
1129 printing doc for user options. (Bug#13276)
1130
1131 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
1132
1133 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1134 Handle filename correctly, when parsing "source -> target" symlink
1135 output.
1136 (tramp-adb-handle-set-file-times): New defun.
1137
1138 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
1139
1140 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
1141 advice list when the interactive-spec of ad-Advice-* changes.
1142
1143 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1144
1145 * wid-edit.el (widget-default-get): Work for inlined elements.
1146 (Bug#12670)
1147
1148 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
1149
1150 * net/tramp.el (tramp-default-host-alist): New defcustom.
1151 (tramp-find-host): Use it.
1152 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
1153 `eshell-directory-change-hook'.
1154
1155 * net/tramp-adb.el (top): Add adb specific entry in
1156 `tramp-default-host-alist'.
1157 (tramp-adb-file-name-host): Remove function.
1158 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1159 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
1160
1161 * net/tramp-sh.el: Move eshell integration code to tramp.el.
1162
1163 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
1164
1165 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
1166
1167 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
1168
1169 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
1170 consist of more than one digit.
1171 (tramp-adb-file-name-handler-alist):
1172 Use `tramp-handle-file-exists-p' consistently.
1173 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
1174 (tramp-adb-handle-file-exists-p): Remove function.
1175 (tramp-adb-file-name-host): New defun.
1176 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1177 Use it.
1178 (tramp-adb-maybe-open-connection): Set "remote-path" property.
1179
1180 2013-01-06 Chong Yidong <cyd@gnu.org>
1181
1182 * vc/vc.el (vc-next-action): Detect buffer modifications
1183 conflicting with locking VCS operation (Bug#11490).
1184
1185 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
1186
1187 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
1188
1189 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1190 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
1191
1192 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
1193
1194 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
1195 parsing of ls output using regular expression (handle filenames
1196 with spaces). Use virtual device number.
1197 (tramp-do-parse-file-attributes-with-ls): New defun (Code
1198 cleanup).
1199
1200 2013-01-04 Daiki Ueno <ueno@gnu.org>
1201
1202 * epg.el: Silence byte-compiler warnings.
1203 (epg--start): Use delete-char instead of delete-backward-char.
1204 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
1205
1206 2013-01-04 Daiki Ueno <ueno@gnu.org>
1207
1208 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
1209 Suggested by Eli Zaretskii <eliz@gnu.org>.
1210
1211 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
1212
1213 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
1214 non-negative integers. Otherwise, the default values are used.
1215 (tramp-convert-file-attributes): Convert uid and gid to integers.
1216
1217 2013-01-04 Glenn Morris <rgm@gnu.org>
1218
1219 * term.el (term-handle-colors-array): Ensure face attributes
1220 are fully specified, not nil. (Bug#13337)
1221
1222 * term.el (term-default-fg-color, term-default-bg-color):
1223 Fix custom type.
1224
1225 * progmodes/etags.el (tags-compression-info-list): Doc fix.
1226 (tag-find-file-of-tag-noselect): Check auto-compression-mode
1227 rather than 'jka-compr being loaded. (Bug#13338)
1228
1229 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
1230
1231 * icomplete.el (icomplete-completions):
1232 Honor icomplete-prospects-height once more following
1233 2012-11-29 changes. (Bug#13224)
1234
1235 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1236
1237 * subr.el (internal--called-interactively-p--get-frame): Find aliases
1238 of called-interactively-p as well (bug#13237).
1239
1240 * view.el (view--enable, view--disable): Rename from view-mode-enable
1241 and view-mode-disable and assume it's called from view-mode.
1242 (view-mode-enable, view-mode-disable): Redefine as obsolete
1243 compatibility layer above view-mode.
1244 (view-mode-enter): Call `view-mode'.
1245
1246 * files.el (after-find-file): Call `view-mode'.
1247
1248 * doc-view.el (doc-view-scale-internally): New var.
1249 (doc-view-enlarge, doc-view-insert-image): Obey it.
1250
1251 2013-01-03 Daiki Ueno <ueno@gnu.org>
1252
1253 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
1254 exist. (Bug#13344)
1255
1256 2013-01-03 Glenn Morris <rgm@gnu.org>
1257
1258 * mail/rmail.el (rmail-set-header-1): Ignore case.
1259 Handle multi-line headers. (Bug#13330)
1260
1261 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
1262 Handle paragraph starting at beginning of buffer.
1263
1264 * subr.el (eval-after-load): Don't purecopy the form, so that it
1265 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
1266
1267 * emacs-lisp/byte-run.el (defun): Place cl declarations
1268 after any interactive spec. (Bug#13265)
1269
1270 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1271
1272 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
1273 defun. Don't check for DECL if DOCSTRING isn't a string.
1274 (defun): Likewise.
1275
1276 2013-01-02 Glenn Morris <rgm@gnu.org>
1277
1278 * eshell/em-cmpl.el (eshell-pcomplete):
1279 More thoroughly imitate pcomplete. (Bug#13293)
1280
1281 * files.el (parse-colon-path): Doc fix. (Bug#12351)
1282 Return nil for empty path elements. (Bug#13296)
1283
1284 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
1285
1286 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
1287 order to improve efficiency (Based on Daniel Colascione's
1288 <dancol@dancol.org> patch). (Bug#13182)
1289
1290 2013-01-02 Glenn Morris <rgm@gnu.org>
1291
1292 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
1293
1294 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1295
1296 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
1297 neither DOCSTRING nor DECL was given. (Bug#13316)
1298
1299 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
1300
1301 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
1302 `error' call.
1303 (tramp-do-copy-or-rename-file): Ignore errors when calling
1304 `set-file-extended-attributes'.
1305
1306 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1307 Add handler for `file-acl'.
1308 (tramp-smb-handle-file-acl): New defun.
1309
1310 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1311
1312 * calc/README: Mention ISO 8601 week-numbering dates.
1313
1314 2013-01-01 Martin Rudalics <rudalics@gmx.at>
1315
1316 * view.el (view-mode-enable): New argument run-view-mode-hook.
1317 Run view-mode-hook only when it's non-nil (Bug#13315).
1318 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
1319 argument t.
1320
1321 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
1322
1323 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
1324 (No device connected, invalid device name). (Bug #13299)
1325
1326 2012-12-31 Martin Rudalics <rudalics@gmx.at>
1327
1328 * window.el (window-resizable--p): Rename to window-resizable-p.
1329 (window-resize-no-error): New function.
1330
1331 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
1332 broken in fix from 2012-12-28.
1333
1334 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
1335
1336 * subr.el (special-form-p): Don't signal errors on undef aliases.
1337
1338 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1339
1340 * calc/calc-forms.el (math-parse-date): Try using
1341 `math-parse-iso-date' when it looks like it might be needed.
1342 Allow times of 24:00.
1343 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
1344 of 24:00.
1345
1346 2012-12-30 Glenn Morris <rgm@gnu.org>
1347
1348 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
1349 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
1350 (rmail-summary-displayed, rmail-summary): Declare.
1351 (mairix-rmail-display): Just require rmail.
1352
1353 2012-12-30 Chong Yidong <cyd@gnu.org>
1354
1355 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
1356 check for the tarball contents.
1357
1358 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
1359
1360 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
1361 tarfile content listings (Bug#13136).
1362
1363 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
1364
1365 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1366 Insert the undecoded text of the message being forwarded. (Bug#9521)
1367
1368 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
1369
1370 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
1371 integers, if they are real numbers. (Bug#13282)
1372
1373 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
1374 Return `t' on success.
1375
1376 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1377 Add handler for `set-file-selinux-context'.
1378
1379 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
1380
1381 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
1382 (tramp-sh-handle-set-file-acl): Return `t' on success.
1383
1384 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1385
1386 * files.el (backup-buffer-copy, basic-save-buffer-2):
1387 If set-file-extended-attributes fails, fall back on set-file-modes
1388 instead of signaling an error. (Bug#13298)
1389 (basic-save-buffer): Likewise.
1390
1391 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1392
1393 * progmodes/python.el: Support other commands triggering
1394 python-indent-line so indentation cycling continues to work.
1395 (python-indent-trigger-commands): New defcustom.
1396 (python-indent-line): Use it.
1397
1398 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1399
1400 * progmodes/python.el (python-shell-send-region): Add blank lines
1401 for non sent code so backtraces remain correct.
1402
1403 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1404
1405 * progmodes/python.el: Remove cl dependency.
1406 (python-syntax-count-quotes): Replace incf call.
1407 (python-fill-string): Replace setf call.
1408
1409 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
1410
1411 * info.el (info-other-window): New arg, for consistency with info.
1412
1413 2012-12-28 Martin Rudalics <rudalics@gmx.at>
1414
1415 * mail/rmail.el (rmail-maybe-display-summary):
1416 Rewrite (Bug#13066).
1417
1418 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
1419
1420 * epg.el (epg--start): Modify process-environment locally.
1421
1422 2012-12-28 Daiki Ueno <ueno@gnu.org>
1423
1424 * epg.el: Support pinentry-curses.
1425 Suggested by Werner Koch in
1426 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
1427 (epg-agent-file, epg-agent-mtime): New variable.
1428 (epg--start): Record the modified time of gpg-agent socket file,
1429 to restore Emacs frame after pinentry-curses termination.
1430 (epg-wait-for-completion): Restore Emacs frame here.
1431
1432 2012-12-27 Juri Linkov <juri@jurta.org>
1433
1434 * info.el (Info-file-completions): New variable.
1435 (Info-read-node-name-1): Complete node names in the Info file
1436 when a file name is given. Call `Info-build-node-completions'
1437 with a file name.
1438 (Info-build-node-completions): Add new arg `file'. When it is
1439 non-nil, visit it in a temporary buffer and cache its completions in
1440 `Info-current-file-completions'. Move most of the function body to
1441 `Info-build-node-completions-1'.
1442 (Info-build-node-completions-1): New function with the body from
1443 `Info-build-node-completions'. (Bug#12456)
1444
1445 2012-12-27 Juri Linkov <juri@jurta.org>
1446
1447 * frame.el (frame-maximization-style): Remove user option.
1448 (cycle-frame-maximized): Remove function.
1449 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
1450 (toggle-frame-fullscreen): New command bound to <f11> instead of
1451 `toggle-frame-maximized'.
1452 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
1453
1454 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
1455
1456 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
1457
1458 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1459 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1460 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
1461 for `file-accessible-directory-p'. (Bug#13275)
1462
1463 2012-12-27 Sam Steingold <sds@gnu.org>
1464
1465 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
1466 continuations, see <http://stackoverflow.com/questions/3582436>.
1467
1468 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
1469
1470 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
1471 "module" and "def" to have indentation before them.
1472 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
1473
1474 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
1475
1476 2012-12-27 Alan Mackenzie <acm@muc.de>
1477
1478 Speed up fontification where there's large brace blocks.
1479 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
1480 to a call of c-beginning-of-decl-1.
1481
1482 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1483
1484 * comint.el (comint-adjust-window-point): New function.
1485 (comint-postoutput-scroll-to-bottom):
1486 Call comint-adjust-window-point (Bug#13248).
1487
1488 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
1489
1490 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
1491 Rakefile regexp.
1492 (auto-mode-alist): Associate .gemspec files with ruby-mode
1493 (https://bugs.ruby-lang.org/issues/5453).
1494
1495 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
1496
1497 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
1498 Suppress coloring, if possible (required for BusyBox based systems like
1499 CyanogenMod).
1500 (tramp-adb-handle-file-attributes)
1501 (tramp-adb-handle-insert-directory)
1502 (tramp-adb-handle-file-name-all-completions): Use it.
1503 (tramp-adb-get-toolbox): New defun. Check for remote shell
1504 implementation (BusyBox or Toolbox).
1505
1506 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
1507
1508 * startup.el (initial-buffer-choice): Allow function as value
1509 (Bug#13251).
1510 (command-line-1): Handle case where initial-buffer-choice
1511 specifies a function.
1512 * server.el (server-execute): Handle case where
1513 initial-buffer-choice specifies a function.
1514
1515 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1516
1517 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
1518 its own function.
1519 (smtpmail-try-auth-methods): Forget the user name/password if the
1520 login is unsuccessful (bug#12424).
1521
1522 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
1523
1524 * notifications.el (notifications-notify): Protect body with
1525 `with-demoted-errors'.
1526
1527 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1528 Check properties of remote device. Restart connection, if there is a
1529 change.
1530
1531 2012-12-21 Chong Yidong <cyd@gnu.org>
1532
1533 * sort.el (sort-subr): Doc fix (Bug#13056).
1534
1535 2012-12-21 Bastien Guerry <bzg@gnu.org>
1536
1537 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
1538
1539 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
1540
1541 * simple.el (process-file): Overwrite stderr file, if exists.
1542
1543 2012-12-21 Daiki Ueno <ueno@gnu.org>
1544
1545 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
1546 (epg-error): Set `error-message' property.
1547
1548 2012-12-21 Chong Yidong <cyd@gnu.org>
1549
1550 * international/mule-cmds.el (read-char-by-name): Signal an error
1551 if the user does not supply a valid character (Bug#13177).
1552
1553 * simple.el (transpose-subr-1): Preserve marker positions by
1554 changing the insertion sequence (Bug#13122).
1555
1556 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1557
1558 * simple.el (kill-region): Deactivate mark even for empty regions
1559 (Bug#13169).
1560
1561 2012-12-21 Chong Yidong <cyd@gnu.org>
1562
1563 * help-fns.el (describe-variable): Make sure we get the right
1564 buffer name (Bug#13105). Suggested by Kelly Dean.
1565
1566 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
1567
1568 * comint.el (comint-redirect-previous-input-string): New variable.
1569 (comint-redirect-setup, comint-redirect-cleanup)
1570 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
1571 (comint-redirect-preoutput-filter): Fix verbose message.
1572
1573 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
1574
1575 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
1576 is too long for Tramp. See discussion in
1577 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
1578
1579 * progmodes/compile.el (compilation-start): Remove line escape
1580 template.
1581
1582 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
1583
1584 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
1585 Adjust comment.
1586
1587 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1588
1589 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
1590 following non-comment text (bug#13207).
1591 (lm-header-multiline): Continuation lines need to be indented more than
1592 the first line.
1593 (lm-homepage): New function.
1594 (lm-with-file): Don't be confused if narrowing is in effect.
1595
1596 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
1597
1598 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
1599 very beginning of a hunk (e.g. killing the first line).
1600
1601 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1602
1603 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
1604 and text properties from returned ACL string.
1605 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
1606 for "setfacl" command.
1607
1608 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
1609
1610 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
1611 `tramp-cleanup-this-connection', when the process has died.
1612 (Bug#13151)
1613
1614 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1615
1616 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
1617
1618 2012-12-17 Kevin Ryde <user42@zip.com.au>
1619
1620 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
1621
1622 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
1623
1624 Add support for preserving ACL entries of files.
1625
1626 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
1627 `set-file-acl' handlers.
1628
1629 * net/tramp-adb.el (tramp-adb-handle-copy-file):
1630 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1631
1632 * net/tramp-compat.el (tramp-compat-copy-file):
1633 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1634
1635 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1636 Add `file-acl' and `set-file-acl' handlers.
1637 (tramp-gvfs-handle-copy-file):
1638 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1639 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
1640 New defuns.
1641
1642 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1643 Add `file-acl' and `set-file-acl' handlers.
1644 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
1645 (tramp-sh-handle-set-file-acl): New defuns.
1646 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
1647 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1648
1649 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1650 Add `file-acl' and `set-file-acl' handlers.
1651 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
1652
1653 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1654
1655 * help-macro.el (make-help-screen): Instead of switch-to-buffer
1656 use pop-to-buffer with NORECORD argument t. As buffer name, use
1657 *Metahelp* with a leading space (Bug#13190).
1658
1659 2012-12-16 Romain Francoise <romain@orebokech.com>
1660
1661 * files.el (file-extended-attributes)
1662 (set-file-extended-attributes): New functions.
1663 (backup-buffer): Use them to handle both SELinux context and ACL
1664 entries.
1665 (backup-buffer-copy): Work with an alist of extended attributes,
1666 rather than an SELinux context.
1667 (basic-save-buffer-2): Ditto.
1668
1669 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
1670
1671 * battery.el (battery-bsd-apm): New function.
1672
1673 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1674
1675 * calc/calc.el (calc-standard-date-formats): Adjust one of the
1676 standard date formats.
1677
1678 2012-12-15 Juri Linkov <juri@jurta.org>
1679
1680 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
1681 `isearch-insert-char-by-name'.
1682 (with-isearch-suspended): New defmacro with body mostly from
1683 `isearch-edit-string' except the part that sets
1684 `isearch-new-string' and `isearch-new-message'.
1685 (isearch-edit-string): Use new macro `with-isearch-suspended' with
1686 body that sets `isearch-new-string' and `isearch-new-message'.
1687 (isearch-insert-char-by-name): New command.
1688 * international/mule-cmds.el (read-char-by-name): Let-bind
1689 `enable-recursive-minibuffers' to t.
1690 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
1691
1692 2012-12-15 Juri Linkov <juri@jurta.org>
1693
1694 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
1695 (Bug#13175)
1696
1697 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
1698
1699 * dired-x.el (dired-guess-shell-command): Put colon at the end of
1700 the prompt. (Bug#13045)
1701
1702 2012-12-14 Glenn Morris <rgm@gnu.org>
1703
1704 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
1705 Try to include filename in non-bytecomp warning. (Bug#13132)
1706
1707 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1708
1709 Fix permissions bugs with setgid directories etc. (Bug#13125)
1710 * files.el (backup-buffer): Don't rely on 9th output of
1711 file-attributes, as it's now a placeholder. Instead, use the new
1712 optional arg of file-ownership-preserved-p.
1713 (file-ownership-preserved-p): New optional arg GROUP.
1714 Fix mishandling of setuid directories that would cause this
1715 function to return t when it should have returned nil.
1716 Document what happens if the file does not exist, and when
1717 it's not known whether the ownership will be preserved.
1718 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
1719 Likewise.
1720 (tramp-get-local-gid): Use group-gid for integer, as that's
1721 faster and more reliable.
1722
1723 2012-12-14 Julien Danjou <julien@danjou.info>
1724
1725 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
1726 Update keywords list, data type and PL/pgSQL.
1727
1728 2012-12-14 Dave Abrahams <dave@boostpro.com>
1729
1730 * vc/ediff-util.el (ediff-buffer-type): New function.
1731 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
1732 rather than taking it as as argument.
1733 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
1734
1735 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
1736
1737 * json.el: Add pretty-print option (bug#12634).
1738 (json-encoding-separator, json-encoding-default-indentation)
1739 (json--encoding-current-indentation, json-encoding-pretty-print)
1740 (json-encoding-lisp-style-closings): New vars.
1741 (json--with-indentation): New macro.
1742 (json-encode-hash-table, json-encode-alist, json-encode-plist)
1743 (json-encode-array): Use it to obey json-encoding-pretty-print.
1744 (json-pretty-print-buffer, json-pretty-print): New commands.
1745
1746 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
1747
1748 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1749 Extract `ruby-syntax-propertize-expansions'.
1750 (ruby-syntax-propertize-expansions): Only change syntax on
1751 certain string delimiters, to punctuation. This way the common
1752 functions like forward-word and thing-at-point still work.
1753 (ruby-match-expression-expansion): Improve readability.
1754 (ruby-block-contains-point): New function.
1755 (ruby-add-log-current-method): Handle several edge cases.
1756
1757 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1758
1759 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
1760 unload-feature finishes even when aborting an ongoing edebug session.
1761 Also, do not worry about edebug-mode, unload-feature takes care of it.
1762
1763 2012-12-13 Andreas Schwab <schwab@suse.de>
1764
1765 * net/tls.el (tls-program): Update customize type.
1766
1767 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1768
1769 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
1770 (edebug-setup-hook, cl-read-load-hooks): Use it.
1771 (edebug-unload-function): New function. (Bug#13163)
1772
1773 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
1774
1775 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
1776 Otherwise, there could be errors in autoloading. (Bug#13151)
1777
1778 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
1779
1780 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
1781 sequences.
1782
1783 2012-12-13 Alan Mackenzie <acm@muc.de>
1784
1785 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
1786 * progmodes/cc-engine.el (c-backward-comments): Add code to work
1787 around `forward-comment' not recognizing ^M as whitespace.
1788
1789 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
1790
1791 * progmodes/python.el (python-skeleton-class)
1792 (python-skeleton-def): Do not add space after defun name.
1793
1794 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
1797 (cl--symbol-function): Remove (now that funbound is like nil).
1798
1799 2012-12-12 Glenn Morris <rgm@gnu.org>
1800
1801 * button.el (button--area-button-p): Fix typo.
1802
1803 2012-12-12 Sam Steingold <sds@gnu.org>
1804
1805 * frame.el (frame-maximization-style): New user option.
1806 (toggle-frame-maximized): Toggle frame maximization according to
1807 `frame-maximization-style', bound to <f11>.
1808 (cycle-frame-maximized): Cycle between all maximization styles and
1809 non-maximized frame, bound to shift-<f11>.
1810
1811 2012-12-12 David Cadé <codename68@gmail.com>
1812
1813 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
1814
1815 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
1816
1817 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
1818 (eieio-override-prin1): Don't quote kewords and booleans.
1819 (object-write) <eieio-default-superclass>: Don't put closing parens
1820 on new line, avoid needless empty lines, align values that are objects
1821 with the slot keyword (instead of beginning on the same line).
1822 (eieio-list-prin1): Align value with slot keyword; increase
1823 eieio-print-depth before printing members of the list.
1824
1825 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1826
1827 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
1828 a display text-property.
1829 (report-emacs-bug-hook): Don't bother deleting it any more.
1830
1831 * hilit-chg.el (highlight-save-buffer-state): Delete.
1832 Use with-silent-modifications instead.
1833 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
1834
1835 * button.el: Handle buttons in display text-properties.
1836 (button--area-button-p, button--area-button-string):
1837 Use (STRING . STRING-POS) representation instead of just STRING.
1838
1839 2012-12-11 Eli Zaretskii <eliz@gnu.org>
1840
1841 * makefile.w32-in (compile4-SH): Fix a typo that caused term
1842 subdirectory be skipped.
1843
1844 2012-12-11 Glenn Morris <rgm@gnu.org>
1845
1846 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
1847
1848 * progmodes/f90.el (f90-line-continued, f90-indent-region):
1849 Treat preprocessor lines embedded in continuations like comments.
1850 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
1851
1852 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
1853
1854 * calc/calc.el (calc-standard-date-formats): Add more date
1855 formats.
1856 * calc/calc-forms.el (math-parse-iso-date): New function.
1857 (math-parse-date): Use `math-parse-iso-date' when appropriate.
1858 (math-parse-iso-date-validate): Add extra error checking.
1859 (calc-date-notation): Add ability to access new date formats.
1860
1861 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1862
1863 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
1864 font-lock as well as when there's no text-property.
1865
1866 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
1867
1868 * hi-lock.el: Refine the choice of default face.
1869 (hi-lock-keyword->face): New function. Use it wherever we used
1870 cadadadr instead.
1871 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
1872 (hi-lock--last-face): Remove var.
1873 (hi-lock--unused-faces): New var to replace it.
1874 (hi-lock-read-face-name): Use/maintain it.
1875 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
1876 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
1877 if it has another face.
1878
1879 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1880
1881 * subr.el (w32notify-handle-event): New function.
1882 (inotify-handle-event): Doc fix.
1883
1884 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1885
1886 * subr.el (inotify-event-p, inotify-handle-event): New functions.
1887
1888 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
1889
1890 * simple.el (just-one-space): Doc fix.
1891
1892 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1893
1894 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
1895
1896 2012-12-10 Le Wang <l26wang@gmail.com>
1897
1898 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
1899 narrowed buffer (bug#12361).
1900
1901 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
1902
1903 * vc/vc-hooks.el (vc-state): Doc fix.
1904
1905 2012-12-10 Glenn Morris <rgm@gnu.org>
1906
1907 * mail/rmail.el (rmail-maybe-display-summary):
1908 Preserve buffer, in case select-window changes it. (Bug#13066)
1909
1910 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1911
1912 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
1913 cl-load-hook where they belong.
1914
1915 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1916
1917 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
1918
1919 2012-12-09 Eli Zaretskii <eliz@gnu.org>
1920
1921 Parallelize byte compilation on MS-Windows.
1922 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
1923 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
1924 (WINS_BASIC): Define as concatenation of the above.
1925 (compile): Subdivide into 4 separate and independent jobs that can
1926 be run in parallel.
1927 (compile0-CMD, compile0-SH): New targets for compiling
1928 COMPILE_FIRST files, which are prerequisites for the rest of the
1929 byte-compilation.
1930 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
1931 New targets for parallel compilation with cmd.exe.
1932 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
1933 compiling under a Unixy shell.
1934
1935 2012-12-09 Chong Yidong <cyd@gnu.org>
1936
1937 * simple.el (set-mark-default-inactive): Delete this
1938 accidentally-introduced option.
1939 (set-mark-command, exchange-point-and-mark): Remove calls.
1940
1941 2012-12-09 Glenn Morris <rgm@gnu.org>
1942
1943 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
1944 Respect a defcustom's :set function, if appropriate. (Bug#109)
1945 (eval-defun): Doc fix.
1946
1947 2012-12-08 Juri Linkov <juri@jurta.org>
1948
1949 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
1950 (Info-fontify-node, Info-bookmark-make-record): Remove the
1951 file extension from Info-current-file (Bug#13016).
1952
1953 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
1956 point, still provide some default.
1957 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
1958 names, since we don't use it right now. Actually return the list.
1959 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
1960
1961 2012-12-07 Chong Yidong <cyd@gnu.org>
1962
1963 * novice.el (disabled-command-function): Remove a spurious help
1964 xref (Bug#13043). Suggested by Kelly Dean.
1965
1966 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
1967 syntax is specified (Bug#13025).
1968
1969 * info.el (Info-set-mode-line): Remove the file extension from
1970 Info-current-file if there is one (Bug#13016).
1971
1972 2012-12-07 Glenn Morris <rgm@gnu.org>
1973
1974 * mail/rmail.el (rmail-mime-decoded): New permanent local.
1975 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
1976 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
1977 and rmail-mime-decoded. (Bug#9841)
1978
1979 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
1980 (batch-unrmail, unrmail): Doc fixes.
1981 (unrmail): Respect unrmail-mbox-format.
1982 * mail/rmail.el (rmail-mbox-format): New option.
1983 (rmail-show-message-1): Respect rmail-mbox-format.
1984
1985 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
1988
1989 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1990
1991 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
1992 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
1993 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
1994 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
1995 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
1996 (cl-progv): Don't rely on dynamic scoping to find the body.
1997 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
1998 (cl--proclaims-deferred): Rename from the "cl-" prefix.
1999 (cl-declaim): Use backquotes.
2000 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
2001 Use "cl--" prefix for the object's tag.
2002
2003 * ses.el: Use advice-add/remove.
2004 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
2005 (copy-region-as-kill, yank): Use advice-add.
2006 (ses-unload-function): Use advice-remove.
2007
2008 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
2009
2010 * button.el: Make them work in header-lines (bug#12817).
2011 (button-map): Add bindings for header-line and mode-line use.
2012 (button-get, button-put, button-label): `button' may now be a string.
2013 (button-activate): Don't make it a defsubst.
2014 (button--area-button-p, button--area-button-string): New functions.
2015 (make-text-button): Fix the return value when `beg' was a string.
2016 (push-button): Handle the mode-line case.
2017
2018 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2019
2020 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
2021 (sql-signum): Remove. Use `cl-signum' instead.
2022 (sql-read-passwd): Remove; use read-passwd instread.
2023 (sql-get-login-ext): Use read-string.
2024 (sql-get-login): Use dolist and pcase.
2025 (sql--completion-table): Rename from sql-try-completion.
2026 Use complete-with-action.
2027 (sql-mode): Don't change abbrev-all-caps globally.
2028 (sql-connect): Don't rely on dynamic scoping for `new-name'.
2029 (sql-postgres-completion-object): Initialize vars in their `let'.
2030 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
2031 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
2032 (sql-comint-interbase): Use a single append, without setq.
2033 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
2034
2035 * hi-lock.el: Rework the default face and the serialize regexp code.
2036 (hi-lock--auto-select-face-defaults): Remove.
2037 (hi-lock-string-serialize-serial): Remove.
2038 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
2039 make weak.
2040 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
2041 equal string.
2042 (hi-lock-set-pattern): Adjust accordingly.
2043 (hi-lock--regexps-at-point): Simplify accordingly.
2044 (hi-lock--auto-select-face-defaults): Remove.
2045 (hi-lock--last-face): New var to replace it.
2046 (hi-lock-read-face-name): Rewrite (bug#11095).
2047 (hi-lock-unface-buffer): Arrange for the face to be the next default.
2048
2049 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
2050
2051 * net/tramp.el (tramp-replace-environment-variables):
2052 Hide compiler warning.
2053 (tramp-file-name-for-operation): Remove `executable-find',
2054 `start-process', `call-process' and `call-process-region'.
2055
2056 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
2057
2058 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
2059 compatibility.
2060
2061 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
2062
2063 2012-12-06 Chong Yidong <cyd@gnu.org>
2064
2065 * ffap.el (ffap-replace-file-component): Fix typo.
2066
2067 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2068
2069 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
2070 fix open-paren-like token test (bug#12785).
2071
2072 2012-12-06 Glenn Morris <rgm@gnu.org>
2073
2074 * mail/rmailsum.el (rmail-new-summary): Tweak for
2075 rmail-maybe-display-summary changing buffer. (Bug#13066)
2076
2077 2012-12-06 Juri Linkov <juri@jurta.org>
2078
2079 * info.el (Info-fontify-node): Don't hide the last newline.
2080 (Bug#12272)
2081
2082 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2083
2084 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
2085 so as to enable message-read-from-minibuffer to expand mail aliases.
2086
2087 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2088
2089 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
2090 the `intangible' property.
2091 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
2092
2093 2012-12-05 Deniz Dogan <deniz@dogan.se>
2094
2095 * net/rcirc.el (rcirc-urls): Update documentation.
2096 (rcirc-condition-filter): New function.
2097 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
2098 and exclude consecutive duplicate URLs (Bug#6082).
2099
2100 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
2101
2102 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2103 Check return code of copy command.
2104
2105 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
2106 Use group `tramp'. Add version.
2107
2108 2012-12-05 Chong Yidong <cyd@gnu.org>
2109
2110 * ffap.el (ffap-url-regexp): Don't require matching at front of
2111 string (Bug#4952).
2112 (ffap-url-p): If only a substring matches, return that.
2113 (ffap-url-at-point): Use the return value of ffap-url-p.
2114 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
2115 (find-file-at-point, dired-at-point, dired-at-point-prompter)
2116 (ffap-guess-file-name-at-point): Likewise.
2117 (ffap-replace-file-component): Fix typo.
2118
2119 * info.el (info-display-manual): Add existing Info buffers, whose
2120 files may not be in Info-directory-list, to the completion.
2121 (info--manual-names): New helper function.
2122
2123 2012-12-05 Glenn Morris <rgm@gnu.org>
2124
2125 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
2126 New functions, for detecting and resolving conflicts. (Bug#10709)
2127
2128 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
2129
2130 * hi-lock.el (hi-lock-auto-select-face): New user variable.
2131 (hi-lock-auto-select-face-defaults): New buffer local variable.
2132 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
2133 (hi-lock-unface-buffer): Prompt user with useful defaults.
2134 With prefix arg, unhighlight all hi-lock patterns in buffer.
2135
2136 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
2139
2140 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
2141
2142 * Makefile.in (TRAMP_SRC):
2143 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
2144
2145 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
2146
2147 * net/tramp-adb.el: New package.
2148
2149 2012-12-04 Chong Yidong <cyd@gnu.org>
2150
2151 * terminal.el: Move to obsolete/.
2152
2153 * longlines.el: Move to obsolete/.
2154
2155 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2156 Remove code referring to longlines mode.
2157
2158 2012-12-03 Juri Linkov <juri@jurta.org>
2159
2160 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
2161
2162 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2163
2164 * textmodes/ispell.el (ispell-init-process)
2165 (ispell-start-process, ispell-internal-change-dictionary):
2166 Make sure personal dictionary name is expanded after initial
2167 `default-directory' value. Use expanded strings for
2168 keep/restart checks and for value (Bug#13019).
2169
2170 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2171
2172 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
2173
2174 2012-12-03 Leo Liu <sdl.web@gmail.com>
2175
2176 * files.el (dir-locals-read-from-file): Check file non-empty
2177 before reading. (Bug#13038)
2178
2179 2012-12-03 Glenn Morris <rgm@gnu.org>
2180
2181 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2182 Remove any version extension before checking filename. (Bug#13006)
2183 (jka-compr-compression-info-list): Belated :version bump.
2184
2185 2012-12-03 Chong Yidong <cyd@gnu.org>
2186
2187 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
2188
2189 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
2190 (buffer-menu): Doc fix (Bug#12294).
2191
2192 2012-12-03 Roland Winkler <winkler@gnu.org>
2193
2194 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
2195 of diary-show-all-entries in the diary buffer (Bug#12994).
2196
2197 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
2198
2199 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
2200 "<STDIN>". This is binary safe.
2201
2202 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2203
2204 * calc/calc-forms.el (math-absolute-from-iso-dt)
2205 (math-date-to-iso-dt, math-parse-iso-date-validate)
2206 (math-iso-dt-to-date): New functions.
2207 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
2208 (math-fd-isoweekday): New variables.
2209 (calc-date-notation, math-parse-standard-date, math-format-date)
2210 (math-format-date-part): Add support for more formatting codes.
2211
2212 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
2213
2214 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
2215 current buffer's file name when called interactively (Bug#12488).
2216
2217 2012-12-02 Juri Linkov <juri@jurta.org>
2218
2219 * info.el (info-display-manual): Don't clobber an existing Info
2220 buffer (Bug#10770). Add completion (Bug#10771).
2221
2222 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
2223
2224 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
2225 before using it for comparison (Bug#5297).
2226
2227 2012-12-01 Jari Aalto <jari.aalto@cante.net>
2228
2229 * textmodes/css-mode.el (css-current-defun-name): New function.
2230 (css-mode): Use it.
2231
2232 * textmodes/sgml-mode.el (html-current-defun-name): New function.
2233 (html-mode): Use it.
2234
2235 2012-12-01 Chong Yidong <cyd@gnu.org>
2236
2237 Modularize add-log-current-defun (Bug#2224).
2238 Suggested by Jari Aalto.
2239
2240 * vc/add-log.el (add-log-current-defun-function): Doc fix.
2241 (add-log-current-defun): Move mode-specific code to other files.
2242 (add-log-lisp-like-modes, add-log-c-like-modes)
2243 (add-log-tex-like-modes): Variables deleted.
2244
2245 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
2246 (lisp-mode-variables): Use it.
2247
2248 * progmodes/cc-mode.el (c-common-init):
2249 * progmodes/cperl-mode.el (cperl-mode): Set a value for
2250 add-log-current-defun-function.
2251
2252 * progmodes/m4-mode.el (m4-current-defun-name): New function.
2253 (m4-mode): Use it.
2254
2255 * progmodes/perl-mode.el (perl-current-defun-name): New.
2256 (perl-mode): Use it.
2257
2258 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2259 Use lisp-current-defun-name.
2260
2261 * textmodes/tex-mode.el (tex-current-defun-name): New.
2262 (tex-common-initialization): Use it.
2263
2264 * textmodes/texinfo.el (texinfo-current-defun-name): New.
2265 (texinfo-mode): Use it.
2266
2267 2012-12-01 Chong Yidong <cyd@gnu.org>
2268
2269 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
2270 * progmodes/autoconf.el (autoconf-mode):
2271 * progmodes/js.el (js-mode):
2272 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
2273 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
2274 * progmodes/perl-mode.el (perl-mode):
2275 * progmodes/sh-script.el (sh-mode, sh-set-shell):
2276 * textmodes/css-mode.el (css-mode):
2277 * textmodes/sgml-mode.el (html-mode, sgml-mode)
2278 (sgml-tags-invisible, sgml-guess-indent):
2279 * textmodes/tex-mode.el (tex-common-initialization)
2280 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
2281 (doctex-mode, plain-tex-mode, latex-mode):
2282 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
2283
2284 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
2285
2286 * vc/vc-hg.el (vc-hg-next-revision):
2287 Ensure use of default "tip" output format. (Bug#6968)
2288
2289 2012-12-01 Kim F. Storm <storm@cua.dk>
2290
2291 * startup.el (fancy-startup-tail): Add a clickable link
2292 (Bug#2176).
2293
2294 2012-12-01 Chong Yidong <cyd@gnu.org>
2295
2296 * startup.el (fancy-startup-tail): Improve the message about
2297 auto-save files (Bug#2176).
2298
2299 * files.el (recover-session): Improve the descriptive message, and
2300 use substitute-command-keys.
2301
2302 2012-12-01 Glenn Morris <rgm@gnu.org>
2303
2304 * ido.el (ido-file-internal):
2305 Handle other-window, other-frame for dired. (Bug#13036)
2306
2307 2012-11-30 Glenn Morris <rgm@gnu.org>
2308
2309 * icomplete.el (icomplete-separator): Fix :version.
2310
2311 2012-11-30 Chong Yidong <cyd@gnu.org>
2312
2313 * shell.el (shell): For C-u M-x shell, use an inactive shell
2314 buffer as the default (Bug#1975).
2315 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
2316 (shell-mode): Use them to reapply ansi colorization if Shell mode
2317 is re-enabled.
2318
2319 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
2320
2321 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
2322
2323 2012-11-30 Samuel Bronson <naesten@gmail.com>
2324
2325 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
2326 flag to xargs, for compatibility with BSD xargs (Bug#11703).
2327
2328 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2329
2330 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
2331 by move-to-column (Bug#3234).
2332
2333 2012-11-30 Chong Yidong <cyd@gnu.org>
2334
2335 * longlines.el (longlines-wrap-line, longlines-encode-region):
2336 Preserve text properties (Bug#1425).
2337
2338 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2339
2340 * vc/vc.el (vc-register): Allow registering a file which is
2341 already registered with a different backend (Bug#10589).
2342
2343 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
2344 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * icomplete.el: Change separator; add ido-style commands.
2347 (icomplete-show-key-bindings): Remove custom var.
2348 (icomplete-get-keys): Remove function.
2349 (icomplete-forward-completions, icomplete-backward-completions):
2350 New commands.
2351 (icomplete-minibuffer-map): New var.
2352 (icomplete-minibuffer-setup): Use it.
2353 (icomplete-exhibit): Don't delay if the list of completions is known.
2354 (icomplete-separator): New custom.
2355 (icomplete-completions): Use it.
2356 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
2357 (minibuffer-force-complete-and-exit): New command.
2358 (minibuffer--complete-and-exit): New function extracted from
2359 minibuffer-complete-and-exit.
2360 (minibuffer-complete-and-exit): Use it.
2361
2362 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
2363 error message when the file doesn't exist (bug#12974).
2364
2365 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2366
2367 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
2368
2369 2012-11-29 Glenn Morris <rgm@gnu.org>
2370
2371 * files.el (hack-dir-local-variables): Warn if try to set
2372 coding via dir-locals, since it doesn't work. (Bug#7169)
2373
2374 Add desktop support for restoring vc-dir buffers. (Bug#10606)
2375 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
2376 Set buffer-local value of desktop-save-buffer.
2377 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
2378 New functions.
2379 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
2380 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
2381
2382 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
2383 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
2384 Doc fix.
2385 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
2386 Doc fixes.
2387
2388 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2389
2390 * calc/calc-forms.el (calc-date-notation): Fix regexp
2391 used to find time codes. Fix symbol for seconds.
2392
2393 2012-11-27 Glenn Morris <rgm@gnu.org>
2394
2395 * emacs-lisp/derived.el (derived-mode-make-docstring):
2396 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
2397
2398 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 * textmodes/table.el (table-insert): Don't use `symbol-name' on
2401 lexically scoped variables (bug#13005).
2402
2403 2012-11-27 Glenn Morris <rgm@gnu.org>
2404
2405 * vc/vc-hooks.el (vc-mistrust-permissions):
2406 Default to t, to avoid data-loss. (Bug#11490)
2407
2408 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
2409
2410 * progmodes/python.el (python-indent-guess-indent-offset):
2411 If indentation is guessed make python-indent-offset buffer-local.
2412
2413 Fix Imenu regression.
2414 * progmodes/python.el (python-nav-beginning-of-defun):
2415 Fix forward movement when statement(s) separates point from defun.
2416 (python-imenu-prev-index-position): New function.
2417
2418 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2419
2420 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
2421
2422 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2423 Don't set buffer-file-type. Return nil. (Bug#12989)
2424
2425 2012-11-27 Glenn Morris <rgm@gnu.org>
2426
2427 * hippie-exp.el (hippie-expand-try-functions-list):
2428 Re-autoload it. (Bug#12982)
2429
2430 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2431
2432 * descr-text.el (describe-char-padded-string):
2433 Call internal-char-font only on GUI frames. (Bug#11964)
2434
2435 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
2436
2437 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
2438 and obsoletion message.
2439
2440 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
2443 the constructs to keep outside of the `cl-block' (bug#12977).
2444
2445 2012-11-27 Chong Yidong <cyd@gnu.org>
2446
2447 * mouse.el (mouse-drag-line): Even if the line is not draggable,
2448 keep reading until we get the up-event anyway, in order to process
2449 the up-event for mouse-1-click-follows-link (Bug#12971).
2450
2451 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2452
2453 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
2454 base function is not yet defined (bug#12965).
2455 (ad-activate-advised-definition): Use ad-compile-function.
2456 (ad-activate): Use cond.
2457
2458 2012-11-25 Leo Liu <sdl.web@gmail.com>
2459
2460 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
2461 (Bug#12979)
2462
2463 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2464
2465 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
2466 reftex-section-info-function in order to be compatible with
2467 Texinfo integration.
2468
2469 * textmodes/reftex.el (reftex-section-pre-regexp)
2470 (reftex-section-post-regexp, reftex-section-info-function):
2471 New variable.
2472 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
2473 reftex-section-post-regexp, and reftex-section-info-function in order
2474 to be compatible with Texinfo integration.
2475
2476 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2477 use reftex-section-pre-regexp variable in order to be compatible with
2478 Texinfo integration.
2479
2480 2012-11-25 Chong Yidong <cyd@gnu.org>
2481
2482 * faces.el: Make face-spec-set more analogous to setq.
2483 (face-spec-set): Change the third arg to specify whether this
2484 function is being called via defface, customize, or a third party.
2485 Set the appropriate symbol properties. Clear the override spec if
2486 setting via Custom. Initialize face if necessary. (Bug#4988)
2487 (face-spec-recalc): Allow theme faces to completely replace the
2488 defface spec, in the same way as custom faces (Bug#8454).
2489
2490 * cus-face.el (custom-declare-face): Move face initialization to
2491 face-spec-set.
2492 (custom-theme-set-faces): Don't initialize the face name here, as
2493 that is now done in face-spec-set.
2494
2495 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
2496 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
2497 Simplify by using the new arg to face-spec-set.
2498
2499 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
2500 reset face-override-spec too, and use custom-declare-face.
2501
2502 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
2503
2504 * term/ns-win.el (ns-initialize-window-system): Move creation of
2505 fontsets here (Bug#11964).
2506
2507 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2508
2509 * ses.el (ses-rename-cell): Correct bug on mode-line update after
2510 cell renaming.
2511
2512 2012-11-24 Chong Yidong <cyd@gnu.org>
2513
2514 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
2515 obsolete.
2516
2517 * custom.el (custom-theme-set-variables): Use a topological sort
2518 for ordering by custom dependencies (Bug#12952).
2519 (custom--sort-vars, custom--sort-vars-1): New functions.
2520
2521 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2522
2523 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
2524 lexical-binding (bug#12938).
2525
2526 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
2527
2528 * image-mode.el (image-transform-check-size): Use assertions only
2529 for images of type imagemagick.
2530
2531 Otherwise no error, image-transform-fit-to-{width,height} is
2532 silently ignored, as before. Doc fix.
2533
2534 2012-11-24 Chong Yidong <cyd@gnu.org>
2535
2536 * faces.el (color-defined-p): Doc fix (Bug#12853).
2537
2538 2012-11-24 Juri Linkov <juri@jurta.org>
2539
2540 * dired.el (dired-mark): Add optional arg `interactive'.
2541 Check for `use-region-p' if `interactive' is non-nil.
2542 (dired-unmark, dired-flag-file-deletion): Add optional arg
2543 `interactive'. Call `dired-mark' with the arg `interactive'.
2544 (Bug#10624)
2545
2546 * wdired.el: Revert 2012-10-17 change partly and replace it with
2547 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
2548 (wdired-finish-edit): Add marks for new file names to
2549 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
2550 after `revert-buffer'.
2551 (wdired-do-renames): Remove calls to `dired-remove-file',
2552 `dired-add-file', `dired-add-entry'. (Bug#11795)
2553
2554 2012-11-24 Alan Mackenzie <acm@muc.de>
2555
2556 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
2557
2558 Fix bugs in the state cache. Enhance a debugging mechanism.
2559 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
2560 "brace at column zero" strategy for C++.
2561 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
2562 (c-parse-state-point): New variable.
2563 (c-record-parse-state-state): Record old parse state with
2564 `copy-tree'. Record previous value of point.
2565 (c-debug-parse-state-double-cons): New debugging function.
2566 (c-debug-parse-state): Call the above new function.
2567 (c-toggle-parse-state-debug): Output a confirmatory message.
2568
2569 * progmodes/cc-mode.el (c-before-change, c-after-change):
2570 Call c-invalidate-state-cache from `c-before-change' instead of
2571 `c-after-change'.
2572
2573 2012-11-23 Chong Yidong <cyd@gnu.org>
2574
2575 * find-cmd.el (find-constituents): Add executable, ipath,
2576 readable, samefile, writable, daystart, regextype (Bug#12856).
2577
2578 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2579
2580 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
2581
2582 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
2583
2584 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
2585 definition. This fixes a bootstrap failure.
2586 (calc-gregorian-switch): In menu, put dates before regions.
2587 This is easier to follow, lines up better in the menu, and lets us
2588 coalesce regions that switch at the same time. Give country
2589 names, not "Vatican", as that's better for non-expert users.
2590 Use names that are stable between the date of switch and now, e.g.,
2591 Bohemia and Moravia (which existed then and now) and not
2592 Czechoslovakia (which didn't exist then and doesn't exist now).
2593 What is now the U.S. mostly did not switch at the same time as
2594 Britain, so omit the U.S. Correct spelling of "Britain".
2595 Catholic Switzerland was too much of a mess, so omit it.
2596
2597 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2598
2599 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
2600 after the variable is changed.
2601
2602 2012-11-21 Daniel Colascione <dancol@dancol.org>
2603
2604 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
2605 in SQL declarations for font-lock.
2606 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
2607
2608 2012-11-21 Glenn Morris <rgm@gnu.org>
2609
2610 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
2611 (face-italic-p): Add optional argument "inherit".
2612
2613 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
2614 Remove -p suffix from names, for consistency with other set-face-*.
2615 (set-face-inverse-video): Fix interactive spec.
2616 * play/gamegrid.el (gamegrid-make-mono-tty-face):
2617 * textmodes/table.el (table--update-cell-face):
2618 Use set-face-inverse-video rather than now obsolete alias.
2619
2620 2012-11-21 Eli Zaretskii <eliz@gnu.org>
2621
2622 * simple.el (line-move): Don't call line-move-partial if
2623 scroll-conservatively is in effect. (Bug#12927)
2624
2625 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2626
2627 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
2628 Fallback on completion-at-point rather than
2629 pcomplete-expand-and-complete, and only if pcomplete actually failed.
2630 (eshell-cmpl-initialize): Setup completion-at-point.
2631
2632 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
2633
2634 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
2635
2636 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
2637
2638 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
2639 are remote, check out-of-band property for both.
2640
2641 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 * window.el (switch-to-buffer): Re-add the warning that was lost in the
2644 code rewrite.
2645
2646 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2647
2648 More minor time fixes.
2649 * calendar/time-date.el: Commentary fix.
2650 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
2651 too much other code depends on (0 0) time stamps.
2652 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
2653 Add a couple of FIXME comments.
2654
2655 Minor cleanup for times as lists of four integers.
2656 * files.el (dir-locals-directory-cache):
2657 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
2658 Doc fixes.
2659 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
2660 * ps-bdf.el (bdf-file-newer-than-time):
2661 Process four-integers time stamps, not two. Doc fixes.
2662
2663 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2665 * uniquify.el (uniquify-managed): Use defvar-local.
2666 (rename-buffer, create-file-buffer): Advise with advice-add.
2667 (uniquify-unload-function): Unadvise accordingly.
2668
2669 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
2670 (trace-buffer): Don't purecopy.
2671 (trace-entry-message, trace-exit-message): Add `context' arg.
2672 (trace--timer): New var.
2673 (trace-make-advice): Adjust for use in nadvice.
2674 Add `context' argument. Delay `display-buffer' via a timer.
2675 (trace-function-internal): Use advice-add.
2676 (trace--read-args): New function.
2677 (trace-function-foreground, trace-function-background): Use it.
2678 (trace-function): Rename to trace-function-foreground and redefine as
2679 an alias to that new name.
2680 (untrace-function, untrace-all): Adjust to the use of nadvice.
2681
2682 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
2683
2684 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
2685
2686 * subr.el (called-interactively-p-functions): New var.
2687 (internal--called-interactively-p--get-frame): New macro.
2688 (called-interactively-p, interactive-p): Rewrite in Lisp.
2689 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
2690 (called-interactively-p-functions): Use it.
2691 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
2692 (called-interactively-p-functions): Use it.
2693 * allout.el (allout-called-interactively-p): Don't assume
2694 called-interactively-p is a subr.
2695
2696 2012-11-20 Glenn Morris <rgm@gnu.org>
2697
2698 * profiler.el (profiler-report-mode-map): Add a menu.
2699 No need to bind `q' because we derive from special-mode.
2700 (profiler-report-find-entry): Handle calls from the menu-bar.
2701
2702 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2703
2704 * emacs-lisp/byte-run.el (defun-declarations-alist):
2705 Allow a compiler-macro to be a lambda expression.
2706
2707 * progmodes/python.el: Use cl-lib. Move var declarations outside of
2708 eval-when-compile.
2709 (python-syntax-context): Add compiler-macro.
2710 (python-font-lock-keywords): Simplify with De Morgan.
2711
2712 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
2713
2714 * files.el (load-file): Require match in minibuffer selection, as was
2715 the case in Emacs-20 before we changed the spec to allow .elc files
2716 (bug#12935).
2717
2718 * json.el: Don't require cl since we don't use it.
2719 * color.el: Don't require cl.
2720 (color-complement): `caddr' -> `nth 2'.
2721
2722 * calendar/time-date.el (time-to-seconds): De-obsolete.
2723
2724 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2725
2726 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
2727 year numbers.
2728 (math-date-to-julian-dt): Adjust the initial approximation for the
2729 year to deal with the new definition of the DATE.
2730
2731 2012-11-19 Daniel Colascione <dancol@dancol.org>
2732
2733 * term/w32-win.el (cygwin-convert-path-from-windows):
2734 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
2735
2736 2012-11-18 Chong Yidong <cyd@gnu.org>
2737
2738 * filecache.el (file-cache--read-list): New function.
2739 (file-cache-add-directory-list, file-cache-add-file-list)
2740 (file-cache-delete-file-list, file-cache-delete-directory-list):
2741 Use it to read a list of files or directories (Bug#12846).
2742 (file-cache-add-file, file-cache-add-directory)
2743 (file-cache-delete-file-list, file-cache-delete-file-regexp)
2744 (file-cache-delete-directory): Print an message.
2745
2746 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
2747
2748 * calc/calc-forms.el (math-date-to-dt): Use integer date when
2749 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
2750
2751 2012-11-18 Glenn Morris <rgm@gnu.org>
2752
2753 * image.el (insert-image, insert-sliced-image): Doc fix.
2754
2755 2012-11-18 Chong Yidong <cyd@gnu.org>
2756
2757 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
2758 (Bug#12810).
2759
2760 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2761
2762 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
2763 response when the target file is in a subdirectory (Bug#12757).
2764
2765 2012-11-18 Chong Yidong <cyd@gnu.org>
2766
2767 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
2768
2769 2012-11-18 Glenn Morris <rgm@gnu.org>
2770
2771 * emacs-lisp/cl-lib.el (face-underline-p):
2772 Use set-face-underline rather than the alias set-face-underline-p.
2773
2774 * window.el (with-temp-buffer-window): Doc fix.
2775 * subr.el (with-output-to-temp-buffer):
2776 Add doc xref to with-temp-buffer-window.
2777
2778 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
2781 * calc/calc.el (math-format-date-cache): Declare.
2782
2783 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2784
2785 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
2786 It also uses January 1, 1 AD as its day number 1.
2787 * calc/calc-forms.el (math-julian-date-beginning)
2788 (math-julian-date-beginning-int): Implement this.
2789
2790 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
2791
2792 * descr-text.el (quail-find-key):
2793 * dired.el (desktop-file-name):
2794 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
2795 * generic-x.el (comint-mode, comint-exec):
2796 * image-dired.el (widget-forward):
2797 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
2798 (speedbar-change-expand-button-char)
2799 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
2800 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
2801 * printing.el (easy-menu-add-item, easy-menu-remove-item)
2802 (widget-field-action, widget-value-set):
2803 * speedbar.el (imenu--make-index-alist):
2804 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
2805 (ring-length, ring-insert):
2806 * vcursor.el (compare-windows-skip-whitespace):
2807 * woman.el (dired-get-filename):
2808 Declare functions.
2809
2810 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
2811
2812 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
2813
2814 * calc/calc.el (calc-gregorian-switch): New variable.
2815
2816 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
2817 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
2818 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
2819 (math-leap-year-p): Add option to distinguish between Julian
2820 and Gregorian calendars.
2821 (math-day-number): Use `math-day-in-year' to do the computations.
2822 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
2823 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
2824 to do the computations.
2825 (math-date-to-dt): Use `math-date-to-julian-dt' and
2826 `math-date-to-gregorian-dt' to do the computations.
2827 (calcFunc-weekday, math-format-date-part): Use the new version of
2828 the DATE to determine the weekday.
2829 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
2830 when necessary.
2831
2832 2012-11-17 Eli Zaretskii <eliz@gnu.org>
2833
2834 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
2835 Cygwin; otherwise use 'file:'. (Bug#12914)
2836 (cygwin-convert-path-from-windows): Declare, to avoid
2837 byte-compiler warnings.
2838
2839 2012-11-17 Andreas Politz <politza@fh-trier.de>
2840
2841 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
2842 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
2843 prefix and negative numeric prefix args (Bug#12795).
2844
2845 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
2846
2847 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2848 Don't signal an error with a score that is too low to add to the
2849 list of top scores. (Bug#12779)
2850
2851 2012-11-17 Chong Yidong <cyd@gnu.org>
2852
2853 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
2854
2855 * filecache.el (file-cache-add-file): Handle relative file name in
2856 the argument (Bug#12694).
2857
2858 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2859
2860 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
2861
2862 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2863
2864 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
2865
2866 * emacs-lisp/cl-lib.el: Set more meaningful version number.
2867
2868 2012-11-16 Martin Rudalics <rudalics@gmx.at>
2869
2870 * window.el (enlarge-window, shrink-window): Don't mention return
2871 value in doc-string (Bug#12896).
2872 (window--display-buffer): Don't resize frames - it won't work
2873 with all window managers and defeat pop-up-frame-alist.
2874 (display-buffer-alist): In doc-string explain that CONDITION can
2875 be a function and which arguments are passed to it (Bug#12854).
2876 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
2877 expressions (Bug#12854).
2878 (display-buffer): Pass ACTION argument to
2879 display-buffer-assq-regexp.
2880
2881 2012-11-16 Glenn Morris <rgm@gnu.org>
2882
2883 * window.el (fit-frame-to-buffer-bottom-margin)
2884 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
2885
2886 * faces.el (face-underline-p): Use face-attribute-specified-or.
2887
2888 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
2889
2890 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
2891
2892 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2893
2894 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
2895
2896 2012-11-16 Glenn Morris <rgm@gnu.org>
2897
2898 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
2899 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
2900
2901 * faces.el (face-underline-p): Doc fix. Handle :underline being
2902 things other than `t' (a string, a list).
2903 (face-inverse-video-p): Doc fix.
2904 (set-face-underline): Rename it back from set-face-underline-p.
2905 Doc fix. Allow interactive input of values other than t.
2906 (read-face-attribute): Apply formatting to :underline,
2907 since like :box and :stipple it can take list values.
2908
2909 * term.el (ansi-term): Don't let C-x escape-char binding
2910 clobber the more standard C-c binding. (Bug#12842)
2911
2912 * subr.el (set-temporary-overlay-map): Doc fix.
2913
2914 2012-11-16 Martin Rudalics <rudalics@gmx.at>
2915
2916 * window.el (record-window-buffer)
2917 (display-buffer-record-window): When copying the markers to
2918 window-point preserve window-point-insertion-type. (Bug#12588)
2919
2920 2012-11-16 Glenn Morris <rgm@gnu.org>
2921
2922 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
2923 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
2924 Use new names for hooks rather than obsolete aliases.
2925
2926 2012-11-15 Daniel Colascione <dancol@dancol.org>
2927
2928 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
2929 prefix instead of "file:" so that when FILE-NAME begins with "//",
2930 as it does when the target file is on a network share, url-handler
2931 isn't confused.
2932
2933 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2934
2935 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
2936 a preactivated advice from an old advice.el; they're not compatible!
2937
2938 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2939
2940 * emacs-lisp/nadvice.el (advice--make-interactive-form):
2941 Fix string-spec case.
2942
2943 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
2944
2945 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2946
2947 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
2948 (advice--buffer-local-function-sample): New var.
2949 (advice--set-buffer-local, advice--buffer-local): New functions.
2950 (add-function, remove-function): Use them.
2951
2952 2012-11-15 Drew Adams <drew.adams@oracle.com>
2953
2954 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
2955
2956 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2957
2958 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
2959 potential binding of print-gensym to t, and prettify (back)quotes in
2960 case they appear in args's default values (bug#12884).
2961
2962 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2963
2964 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
2965 (advice-eval-interactive-spec): New function.
2966 (advice--make-interactive-form): Support around advice (bug#12844).
2967
2968 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
2969
2970 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
2971 more strict. Add docstring.
2972 (ruby-expression-expansion-re): Extract from
2973 `ruby-match-expression-expansion'.
2974 (ruby-syntax-propertize-function): After everything else, search
2975 for expansions in string literals, mark their insides as
2976 whitespace syntax and save match data for font-lock.
2977 (ruby-font-lock-keywords): Use the 2nd group from expression
2978 expansion matches.
2979 (ruby-match-expression-expansion): Use the match data saved to the
2980 text property in ruby-syntax-propertize-function.
2981
2982 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2983
2984 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
2985 (bug#12879).
2986
2987 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2988
2989 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
2990 start/end keyword a bit harder. Works with different values of N.
2991 Add more comments.
2992 (ruby-end-of-block): Update accordingly.
2993
2994 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2995
2996 * woman.el (woman-file-name): Don't mess with unread-command-events
2997 (bug#12861).
2998
2999 * emacs-lisp/advice.el: Layer on top of nadvice.el.
3000 Remove out of date self-require hack.
3001 (ad-do-advised-functions): Use simple `dolist'.
3002 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
3003 (ad-advice-definition): Redefine as functions.
3004 (ad-advice-classes): Move before first use.
3005 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
3006 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
3007 (ad--defalias-fset): Remove functions.
3008 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
3009 (ad-get-orig-definition): Rewrite.
3010 (ad-make-advised-definition-docstring): Change base docstring.
3011 (ad-real-orig-definition): Rewrite.
3012 (ad-map-arglists): Change name of called function.
3013 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
3014 (ad-make-advised-definition): Simplify.
3015 (ad-assemble-advised-definition): Tweak for new calling context.
3016 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
3017 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
3018 function and call ad-activate if needed.
3019 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
3020 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
3021 (ad-compile-function): Compile ad-Advice-*.
3022 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
3023 (ad-start-advice, ad-stop-advice): Remove.
3024
3025 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3026
3027 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
3028 period before class method names, not after. Remove handling of
3029 one impossible case. Add comments.
3030
3031 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3032
3033 * emacs-lisp/advice.el: Remove support for freezing.
3034 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
3035 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
3036 Remove support for `freeze'.
3037
3038 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
3039 override the default.
3040 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
3041 cl--dotimes/dolist.
3042 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
3043 `cl' is loaded.
3044
3045 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
3046 from add-advice.
3047 (advice--strip-macro): New function.
3048 (advice--defalias-fset): Use them to handle macros.
3049 (advice-add): Use them.
3050 (advice-member-p): Correctly handle macros.
3051
3052 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3053
3054 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3055 Never font-lock the beginning of singleton class as heredoc.
3056
3057 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3058
3059 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
3060
3061 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
3062
3063 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
3064 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
3065 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
3066
3067 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
3068
3069 Fix end-of-defun misbehavior.
3070 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
3071 python-beginning-of-defun-function. Handle nested defuns
3072 correctly.
3073 (python-nav-end-of-defun): Rename from
3074 python-end-of-defun-function. Ensure forward movement.
3075 (python-info-current-defun): Reimplement to work as intended
3076 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
3077 parent defuns as soon as possible.
3078
3079 2012-11-13 Glenn Morris <rgm@gnu.org>
3080
3081 * progmodes/flymake.el (flymake-error-bitmap)
3082 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
3083 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
3084
3085 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3086
3087 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
3088 backward, always stop at indentation. Reverts the change from
3089 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
3090
3091 2012-11-13 Glenn Morris <rgm@gnu.org>
3092
3093 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
3094 Add ibuffer-filter-by-derived-mode.
3095
3096 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
3097 the same name shadowing each other.
3098
3099 * window.el (with-temp-buffer-window): Doc tweak.
3100
3101 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
3102
3103 * help.el (temp-buffer-max-height):
3104 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
3105 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
3106
3107 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * emacs-lisp/nadvice.el: New package.
3110 * subr.el (special-form-p): New function.
3111 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
3112 (elp-all-instrumented-list): Remove var.
3113 (elp-not-profilable): Remove elp-wrapper.
3114 (elp-profilable-p): Use autoloadp and special-form-p.
3115 (elp--advice-name): New const.
3116 (elp-instrument-function): Use advice-add.
3117 (elp--instrumented-p): New predicate.
3118 (elp-restore-function): Use advice-remove.
3119 (elp-restore-all, elp-reset-all): Use mapatoms.
3120 (elp-set-master): Use elp--instrumented-p.
3121 (elp--make-wrapper): Rename from elp-wrapper, return a function
3122 suitable for advice-add. Use cl-inf.
3123 (elp-results): Use mapatoms+elp--instrumented-p.
3124 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
3125 (debug-function-list): Remove var.
3126 (debug): Rename arg, and then let-bind it explicitly inside.
3127 (debugger-setup-buffer): Rename arg.
3128 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
3129 (debugger-frame-number): Adjust to new debug-on-entry setup.
3130 (debug--implement-debug-on-entry): Rename from
3131 implement-debug-on-entry, add argument.
3132 (debugger-special-form-p): Remove, use special-form-p instead.
3133 (debug-on-entry): Use advice-add.
3134 (debug--function-list): New function.
3135 (cancel-debug-on-entry): Use it, along with advice-remove.
3136 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
3137 (debugger-list-functions): Use debug--function-list instead of
3138 debug-function-list.
3139 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
3140 (ad-special-form-p): Remove, use special-form-p instead.
3141 (ad-set-advice-info): Use add-function and remove-function.
3142 (ad--defalias-fset): Adjust accordingly.
3143
3144 2012-11-10 Glenn Morris <rgm@gnu.org>
3145
3146 * mail/emacsbug.el (report-emacs-bug-tracker-url)
3147 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
3148 (report-emacs-bug-create-existing-bugs-buffer)
3149 (report-emacs-bug-parse-query-results)
3150 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
3151
3152 * term.el (term-default-fg-color, term-default-bg-color):
3153 Make obsolete, rather than just saying "deprecated" in the doc.
3154
3155 * term.el (term): Rename from `term-face'.
3156 (term-current-face, ansi-term-color-vector)
3157 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
3158 Update all users.
3159
3160 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
3161
3162 * server.el (server-create-window-system-frame): Handle Nextstep
3163 specially (Bug#12780).
3164
3165 2012-11-10 Glenn Morris <rgm@gnu.org>
3166
3167 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3168 Unautoload, and make obsolete. (Bug#7449)
3169
3170 2012-11-10 Chong Yidong <cyd@gnu.org>
3171
3172 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
3173 rename from diff-remove-trailing-whitespace (Bug#12831).
3174
3175 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3176
3177 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
3178 miscompilation of trace.el.
3179
3180 2012-11-10 Glenn Morris <rgm@gnu.org>
3181
3182 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
3183
3184 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3185
3186 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
3187 (bug#12812).
3188
3189 2012-11-10 Chong Yidong <cyd@gnu.org>
3190
3191 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
3192 a defcustom with an appropriate :set function.
3193 (minibuffer-default--in-prompt-regexps): New function.
3194
3195 2012-11-10 Glenn Morris <rgm@gnu.org>
3196
3197 * emacs-lisp/cl.el (define-setf-expander, defsetf)
3198 (define-modify-macro): Doc fixes.
3199
3200 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
3201 (gv-define-simple-setter): Update doc of `fix-return'.
3202
3203 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3204
3205 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
3206 twice when `fix-return' is set (bug#12813).
3207
3208 * emacs-lisp/cl.el (defsetf): Pass the third arg to
3209 gv-define-simple-setter (bug#12812).
3210
3211 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
3212 (bug#12756).
3213
3214 2012-11-10 Glenn Morris <rgm@gnu.org>
3215
3216 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
3217
3218 * emacs-lisp/cl-extra.el (cl-prettyexpand):
3219 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
3220 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
3221 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
3222
3223 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
3224
3225 2012-11-10 Leo Liu <sdl.web@gmail.com>
3226
3227 * ido.el (ido-set-matches-1): Improve flex matching performance by
3228 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
3229
3230 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3231
3232 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
3233 (ad--defalias-fset): New function.
3234 (ad-safe-fset): Remove.
3235 (ad-make-freeze-definition): Use cl-letf*.
3236
3237 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * subr.el (dolist): Don't bind VAR in RESULT.
3240
3241 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
3242 (fset, documentation): Don't save real def since we don't advise.
3243 (ad-do-advised-functions): Remove problematic `result-form'.
3244 (ad-safe-fset): `ad-real-fset' => `fset'.
3245 (ad-read-advised-function): Don't assume that ad-do-advised-functions
3246 uses CL's dolist internally.
3247 (ad-arglist): Remove unused arg `name'.
3248 (ad-docstring, ad-make-advised-docstring):
3249 `ad-real-documentation' => `documentation'.
3250 (warning-suppress-types): Declare.
3251 (ad-set-arguments): Simple CSE.
3252 (ad-recover-normality): Sanity check.
3253
3254 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
3255 (funcall '(lambda ..) ..) into ((lambda ..) ..).
3256
3257 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
3258
3259 * ses.el: symbol to coordinate mapping is made by symbol property
3260 `ses-cell'. This means that the same mapping is done for all SES
3261 sheets. That is good enough for cells with standard A1 names, but
3262 not for named cell. So a hash map is added for the latter.
3263 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
3264 (ses-sym-rowcol): Use hashmap for named cell.
3265 (ses-is-cell-sym-p): New defun.
3266 (ses-decode-cell-symbol): New defun.
3267 (ses-create-cell-variable): Add cell to hashmap when name is not
3268 A1-like.
3269 (ses-rename-cell): Check that cell new name is not already in
3270 spreadsheet with the use of ses-is-cell-sym-p
3271 (ses-rename-cell): Use hash map for named cells, but accept also
3272 renaming back to A1-like.
3273
3274 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3275
3276 * emacs-lisp/advice.el: Use new dynamic docstrings.
3277 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3278 Use dynamic-docstring-function instead of ad-advice-info.
3279 (ad--make-advised-docstring): New function extracted from
3280 ad-make-advised-docstring.
3281 (ad-make-advised-docstring): Use it.
3282 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
3283 from sql-help.
3284 (sql-help): Use it with dynamic-docstring-function.
3285
3286 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
3287
3288 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3289
3290 * files.el (hack-one-local-variable--obsolete): New function.
3291 (hack-one-local-variable): Use it for obsolete settings.
3292
3293 * subr.el (locate-user-emacs-file): If both old and new name exist, use
3294 the new name.
3295
3296 * progmodes/js.el (js--filling-paragraph): New var.
3297 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
3298 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
3299 less sneaky.
3300
3301 2012-11-08 Julien Danjou <julien@danjou.info>
3302
3303 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
3304 `auto-mode-alist' (Bug#12835).
3305
3306 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3307
3308 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
3309 (perl--prettify-symbols-alist): New const.
3310 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
3311 New functions.
3312 (perl-font-lock-keywords-2): Use them.
3313 (perl-electric-noindent-p): New function.
3314 (perl-mode): Use it to set up electric-indent-mode.
3315 (perl-electric-terminator, perl-indent-command): Mark obsolete.
3316 (perl-mode-map): Remove bindings for them.
3317 (perl-imenu-generic-expression, perl-outline-level):
3318 Match functions&packages in column>0.
3319
3320 * env.el (env--substitute-vars-regexp): New const.
3321 (substitute-env-vars): Use it. Add `only-defined' arg.
3322 * net/tramp.el (tramp-replace-environment-variables): Use it.
3323
3324 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3325 Byte-compile *before* eval in eval-and-compile.
3326 (byte-compile-log-warning): Remove redundant inhibit-read-only.
3327 (byte-compile-file-form-autoload): Don't hide actual definition.
3328 (byte-compile-maybe-guarded): Accept `functionp' as well.
3329
3330 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
3331
3332 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
3333
3334 * notifications.el (notifications-get-server-information-method):
3335 New defconst.
3336 (notifications-get-capabilities): Fix docstring.
3337 (notifications-get-server-information): New defun.
3338
3339 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3340
3341 * textmodes/ispell.el (ispell-region): Standard re-indent for better
3342 readability.
3343
3344 * textmodes/ispell.el: Experimental support for support debugging.
3345 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
3346 buffer for ispell.
3347 (ispell-print-if-debug): New function to print stuff to
3348 `ispell-debug-buffer' if debugging is enabled.
3349 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
3350 show some debugging info.
3351 (ispell-buffer-with-debug): New function that creates a debugging
3352 buffer and calls `ispell-buffer' with debugging enabled.
3353
3354 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
3355 comment in autoconf mode. (Bug#12768)
3356
3357 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3358
3359 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
3360 frame-first-window, frame-root-window, frame-selected-window,
3361 minibuffer-selected-window, minibuffer-window,
3362 window-absolute-pixel-edges, window-at, window-body-height,
3363 window-body-width, window-display-table, window-combination-limit,
3364 window-frame, window-fringes, window-inside-absolute-pixel-edges,
3365 window-inside-edges, window-inside-pixel-edges, window-left-child,
3366 window-left-column, window-margins, window-next-buffers,
3367 window-next-sibling, window-new-normal, window-new-total,
3368 window-normal-size, window-parameter, window-parameters, window-parent,
3369 window-pixel-edges, window-point, window-prev-buffers,
3370 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
3371 window-start, window-text-height, window-top-child, window-top-line,
3372 window-total-height, window-total-width and window-use-time to the list
3373 of functions without side-effects.
3374 (toplevel): Add window-valid-p to the list of error-free functions
3375 without side-effects.
3376
3377 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3378
3379 * textmodes/ispell.el (ispell-program-name):
3380 Update spellchecker parameters when customized.
3381
3382 2012-11-04 Glenn Morris <rgm@gnu.org>
3383
3384 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
3385
3386 2012-11-04 Chong Yidong <cyd@gnu.org>
3387
3388 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
3389 same-window-* variables.
3390
3391 2012-11-04 Juri Linkov <juri@jurta.org>
3392
3393 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
3394 (isearch-describe-key, isearch-describe-mode): Use a display
3395 action instead of binding same-window-* variables (Bug#10040).
3396
3397 2012-11-03 Glenn Morris <rgm@gnu.org>
3398
3399 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3400 Rename handler properties back from cl-- to cl-. (Bug#12788)
3401
3402 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
3403
3404 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3405
3406 * term/pc-win.el: Don't load term/internal from here.
3407
3408 * loadup.el: Load term/internal from here.
3409
3410 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
3411
3412 * progmodes/python.el (inferior-python-mode): Fix hang in
3413 jit-lock (Bug#12645).
3414
3415 2012-11-03 Martin Rudalics <rudalics@gmx.at>
3416
3417 * window.el (switch-to-visible-buffer)
3418 (switch-to-buffer-preserve-window-point): Fix doc-strings.
3419
3420 2012-11-03 Glenn Morris <rgm@gnu.org>
3421
3422 * emacs-lisp/cl-lib.el (cl--random-time):
3423 Rename from cl-random-time. (Bug#12773)
3424 (cl--gensym-counter, cl--random-state): Update callers.
3425 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
3426
3427 2012-11-03 Chong Yidong <cyd@gnu.org>
3428
3429 * cus-start.el: Make cursor-type customizable (Bug#11633).
3430
3431 2012-11-02 Glenn Morris <rgm@gnu.org>
3432
3433 * filecache.el: No need to load find-lisp when compiling.
3434 (find-lisp-find-files): Autoload it.
3435 (file-cache-add-directory-recursively): Don't require find-lisp.
3436
3437 * image.el (image-type-from-file-name): Trivial simplification.
3438
3439 * emacs-lisp/bytecomp.el (byte-compile-eval):
3440 Decouple "noruntime" and "cl-functions" warnings.
3441
3442 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
3443
3444 * play/gomoku.el (gomoku-display-statistics): Update mode line
3445 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
3446
3447 2012-10-31 Martin Rudalics <rudalics@gmx.at>
3448
3449 * window.el (quit-restore-window): If the window has been
3450 created on an existing frame and ended up as the sole window on
3451 that frame, do not delete it (Bug#12764).
3452
3453 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3454
3455 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3456 Rename from sh--inside-arithmetic-expression, handle more cases
3457 (bug#11263).
3458
3459 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
3460 (sh-font-lock-open-heredoc): Use it (bug#12770).
3461
3462 2012-10-30 Glenn Morris <rgm@gnu.org>
3463
3464 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
3465
3466 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
3467
3468 2012-10-29 Chong Yidong <cyd@gnu.org>
3469
3470 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
3471 function key is stored in a keyboard macro (Bug#4894).
3472
3473 * thingatpt.el (number-at-point): Apply a thing-at-point property.
3474
3475 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3476
3477 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
3478 header comments".
3479 (diff-unified->context, diff-context->unified)
3480 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
3481
3482 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
3483
3484 * files.el (find-alternate-file): Only ask one question (bug#12487).
3485
3486 2012-10-29 Chong Yidong <cyd@gnu.org>
3487
3488 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
3489 Suggested by Dan Nicolaescu (Bug#6326).
3490
3491 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
3492
3493 * startup.el (fancy-about-screen): Don't message (Bug#12680).
3494
3495 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
3496
3497 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
3498
3499 * face-remap.el (face-remap-add-relative): Handle the case where a
3500 face-remapping-alist entry is a cons cell (Bug#12762).
3501
3502 2012-10-29 Kevin Ryde <user42@zip.com.au>
3503
3504 * woman.el (woman-parse-numeric-value): Handle picas correctly
3505 (Bug#12639).
3506
3507 2012-10-29 Glenn Morris <rgm@gnu.org>
3508
3509 * emacs-lisp/cl.el (defsetf): Doc fix.
3510
3511 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3512
3513 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
3514 syntax to the matching opener, if any (bug#12547).
3515 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
3516 matching open as a "case-(".
3517 (sh-smie-rc-grammar): Add a corresponding rule for it.
3518
3519 2012-10-28 Daniel Hackney <dan@haxney.org>
3520
3521 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
3522 "PKGNAME-autoloads.el" in case we created it.
3523
3524 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3525
3526 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
3527 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
3528 (completion--twq-all): Disable too-strict assertions.
3529
3530 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
3531
3532 2012-10-27 Eli Zaretskii <eliz@gnu.org>
3533
3534 * profiler.el (profiler-report-make-entry-part): Fix help-echo
3535 text to match the real keybindings.
3536
3537 2012-10-27 Juri Linkov <juri@jurta.org>
3538
3539 * wdired.el (wdired-keep-marker-rename): New defcustom.
3540 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
3541 (Bug#11795)
3542
3543 * dired.el (dired-keep-marker-rename): Add reference to
3544 `wdired-keep-marker-rename' in the docstring.
3545 Add default character value ?R to display initially in
3546 Customization UI instead of ?@.
3547
3548 2012-10-27 Martin Rudalics <rudalics@gmx.at>
3549
3550 * window.el (display-buffer): In doc-string describe
3551 window-height and window-width alist entries.
3552
3553 * time.el (display-time-world): Restore fit-window-to-buffer
3554 behavior.
3555
3556 2012-10-27 Chong Yidong <cyd@gnu.org>
3557
3558 * subr.el (insert-buffer-substring-as-yank): Doc fix.
3559
3560 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
3561
3562 * minibuffer.el (completion-category-overrides): New completion
3563 category `bookmark' (bug#11131).
3564
3565 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3566
3567 * emacs-lisp/advice.el (ad-assemble-advised-definition):
3568 Silence bogus compiler warnings for ad-do-it.
3569
3570 * bookmark.el (bookmark-completing-read): Set the completion category
3571 to `bookmark' (bug#11131).
3572
3573 2012-10-26 Bastien <bzg@altern.org>
3574 Stefan Monnier <monnier@iro.umontreal.ca>
3575
3576 * face-remap.el: Use lexical-binding.
3577 (text-scale-adjust): Improve docstring. Use itself for the temporary
3578 overlay-map bindings, so as to repeat the "Use..." message each time.
3579
3580 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3581
3582 * emacs-lisp/macroexp.el (macroexp--expand-all):
3583 Obey byte-compile-warning-enabled-p (bug#12486).
3584
3585 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
3586 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
3587
3588 2012-10-26 Martin Rudalics <rudalics@gmx.at>
3589
3590 * mouse.el (mouse-drag-line): Move last form into preceding when
3591 clause (Bug#12731).
3592
3593 * help.el (resize-temp-buffer-window): Fix doc-string.
3594
3595 2012-10-25 David Engster <deng@randomsample.de>
3596
3597 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
3598 Remove. This feature is already integrated in imenu.
3599
3600 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
3601 always loaded. Require `speedbar' unconditionally.
3602
3603 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
3606
3607 * minibuffer.el (minibuffer-force-complete): Fix thinko.
3608
3609 * net/ldap.el (ldap-search-internal): The official ldif format starts
3610 with a "version: 1" header (bug#12724).
3611
3612 * emacs-lisp/package.el (package-installed-p): Warn if not ready
3613 (bug#12721).
3614
3615 2012-10-25 Glenn Morris <rgm@gnu.org>
3616
3617 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
3618
3619 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3620
3621 * minibuffer.el (minibuffer-force-complete): Use one more marker
3622 for the temporary-overlay-map command (bug#12619).
3623
3624 2012-10-24 Chong Yidong <cyd@gnu.org>
3625
3626 * time.el (display-time-world-mode): Derive from special-mode.
3627 (display-time-world): Use display-buffer (Bug#12708).
3628 (display-time-world-mode-map): Variable deleted.
3629 (display-time-world-display): Wrap the final delete-char inside
3630 inhibit-read-only.
3631
3632 2012-10-24 Chong Yidong <cyd@gnu.org>
3633
3634 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
3635 Doc fix.
3636
3637 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
3638
3639 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3640
3641 * minibuffer.el (completion--all-sorted-completions-location): New var.
3642 (completion--cache-all-sorted-completions)
3643 (completion--flush-all-sorted-completions): Use it.
3644 (completion-in-region, completion-in-region--postch)
3645 (completion-at-point, completion-help-at-point): Use markers in
3646 completion-in-region--data (bug#12619).
3647
3648 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3649
3650 * progmodes/compile.el (compilation-start): Try to handle common
3651 quoting of `cd' argument (bug#12640).
3652
3653 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
3654 (bug#12671).
3655
3656 2012-10-23 Glenn Morris <rgm@gnu.org>
3657
3658 * progmodes/gud.el (gud-menu-map):
3659 Check gdb-active-process is bound. (Bug#12358)
3660
3661 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3662
3663 * repeat.el (repeat): Set real-this-command (bug#12232).
3664
3665 * htmlfontify.el (hfy-post-html-hook):
3666 * filesets.el (filesets-cache-fill-content-hook):
3667 * arc-mode.el (archive-extract-hook):
3668 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
3669 * net/rcirc.el (rcirc-sentinel-functions)
3670 (rcirc-receive-message-functions, rcirc-activity-functions)
3671 (rcirc-print-functions):
3672 * net/dbus.el (dbus-event-error-functions):
3673 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
3674 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
3675 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
3676 * term/sun.el (sun-raw-prefix-hooks):
3677 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
3678
3679 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
3680
3681 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3682 Set `tramp-chunksize' to 1. This improves the performance.
3683 (tramp-smb-wait-for-output): Add timeout to
3684 `tramp-accept-process-output' calls.
3685
3686 2012-10-23 Chong Yidong <cyd@gnu.org>
3687
3688 * faces.el (font-list-limit): Define as an obsolete variable.
3689
3690 * startup.el (command-line):
3691 * cus-start.el: Don't refer to font-list-limit.
3692
3693 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
3694
3695 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3696
3697 * subr.el (internal-temp-output-buffer-show): Rename from
3698 temp-output-buffer-show, since previously compiled files expect this name.
3699
3700 2012-10-23 Glenn Morris <rgm@gnu.org>
3701
3702 * image.el (image-type-from-file-name): If multiple types match,
3703 return the first one that is supported. (Bug#9045)
3704
3705 2012-10-22 Glenn Morris <rgm@gnu.org>
3706
3707 * image.el (imagemagick-enabled-types): Doc fix.
3708
3709 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
3710
3711 * progmodes/which-func.el (which-func-current): The hash-table may have
3712 an explicit nil (bug#12338).
3713
3714 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3715
3716 * electric.el (electric-pair-delete-selection-self-insert-function):
3717 Rename to electric-pair-will-use-region, return a boolean.
3718 (electric-pair-mode): Adjust accordingly. Don't require delsel.
3719
3720 * delsel.el (delete-selection-helper): Use a function instead of a hook.
3721 (delete-selection-pre-hook): Use use-region-p.
3722 (delete-selection-self-insert-function): Remove.
3723 (self-insert-command): Obey self-insert-uses-region-functions.
3724 (self-insert-iso): Revert to previous setting, since we don't actually
3725 know what that command does.
3726 (delete-selection-self-insert-hooks): Remove.
3727
3728 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
3729
3730 * delsel.el (delete-selection-helper): New function, extracted from
3731 delete-selection-pre-hook.
3732 (delete-selection-pre-hook): Use it.
3733 (delete-selection-self-insert-function): New function.
3734 (delete-selection-self-insert-hooks): New hook.
3735 (self-insert-command, self-insert-iso): Use it.
3736 * electric.el (electric-pair-syntax): New function, extracted from
3737 electric-pair-post-self-insert-function.
3738 (electric-pair-post-self-insert-function): Use it.
3739 (electric-pair-delete-selection-self-insert-function): New function.
3740 (electric-pair-mode): Require delsel and setup
3741 delete-selection-self-insert-hooks (bug#11520).
3742
3743 2012-10-20 Chong Yidong <cyd@gnu.org>
3744
3745 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
3746 no changes to show (Bug#12586).
3747
3748 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
3749 list explicitly (Bug#12571).
3750
3751 2012-10-20 Arne Jørgensen <arne@arnested.dk>
3752
3753 * progmodes/flymake.el (flymake-create-temp-inplace):
3754 Use file-truename.
3755
3756 2012-10-20 Eli Zaretskii <eliz@gnu.org>
3757
3758 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
3759
3760 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3761
3762 * calc/calc-units.el (math-extract-units): Properly extract powers
3763 of units.
3764
3765 2012-10-20 Daniel Colascione <dancol@dancol.org>
3766
3767 * frame.el (make-frame): Set x-display-name as we used to in order
3768 to unbreak creating an X11 frame from an Emacs daemon started
3769 without a display.
3770
3771 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * minibuffer.el (minibuffer-force-complete): Make the next completion use
3774 the same completion-field (bug#12221).
3775
3776 2012-10-19 Martin Rudalics <rudalics@gmx.at>
3777
3778 * emacs-lisp/debug.el (debug): Record height of debugger window
3779 also when debugger will be back (Bug#8789).
3780
3781 2012-10-18 Chong Yidong <cyd@gnu.org>
3782
3783 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3784 Convert to defcustom.
3785 (gdb-get-source-file): Don't bind pop-up-windows.
3786
3787 * progmodes/gud.el (gud-display-line): Don't specially re-use
3788 other frames for the gdb-mi case (Bug#12648).
3789
3790 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3791
3792 * emacs-lisp/advice.el: Clean up commentary a bit.
3793 (ad-do-advised-functions, ad-with-originals): Use `declare'.
3794 (byte-code-function-p): Never redefine.
3795
3796 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
3797
3798 2012-10-18 Glenn Morris <rgm@gnu.org>
3799
3800 * dired.el (dired-sort-toggle): Some ls implementations only allow
3801 a single option string. (Bug#12666)
3802
3803 * minibuffer.el (completion-cycle-threshold): Doc fix.
3804
3805 2012-10-17 Kenichi Handa <handa@gnu.org>
3806
3807 * international/mule.el (set-keyboard-coding-system):
3808 Recover input meta mode when the new coding system doesn not use 8-bit.
3809 Supply TERMINAL arg to set-input-meta-mode.
3810
3811 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
3812
3813 * wdired.el (wdired-old-marks): New variable.
3814 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
3815 (wdired-do-renames): Move point with renamed file and don't lose
3816 mark status (Bug#11795).
3817
3818 2012-10-16 Juri Linkov <juri@jurta.org>
3819
3820 * replace.el (query-replace-help): Mention multi-buffer replacement
3821 keys in the Help message. (Bug#12655)
3822
3823 2012-10-15 Chong Yidong <cyd@gnu.org>
3824
3825 * emacs-lisp/byte-run.el (defsubst): Doc fix.
3826
3827 2012-10-14 Eli Zaretskii <eliz@gnu.org>
3828
3829 * window.el (display-buffer): Doc fix.
3830
3831 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3832 Adjust the msft regexp to the output of Studio 2010, and move msft
3833 before edg-1. See the discussion on emacs-devel,
3834 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
3835 for the details.
3836
3837 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
3840 (oset): Move uses of object-class-fast macro after its definition.
3841
3842 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
3843
3844 2012-10-13 Chong Yidong <cyd@gnu.org>
3845
3846 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
3847 enabled, re-enable it (Bug#11963).
3848
3849 2012-10-13 Martin Rudalics <rudalics@gmx.at>
3850
3851 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
3852 non-nil, restore window configuration (Bug#12623).
3853
3854 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3855
3856 * help-fns.el (describe-variable, describe-function-1):
3857 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
3858
3859 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
3860
3861 2012-10-12 Glenn Morris <rgm@gnu.org>
3862
3863 * mail/rmailsum.el (rmail-header-summary):
3864 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
3865
3866 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
3867
3868 * progmodes/python.el (python-mode-map):
3869 Replace subtitute-key-definition with proper command remapping.
3870 (python-nav--up-list): Fix behavior for blocks on the same level.
3871
3872 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
3875
3876 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
3877 changes to the format of load-history.
3878
3879 * international/mule-cmds.el (read-char-by-name): Move let-binding of
3880 completion-ignore-case in case that var is buffer-local (bug#12615).
3881
3882 2012-10-11 Kenichi Handa <handa@gnu.org>
3883
3884 * international/eucjp-ms.el: Re-generated.
3885
3886 2012-10-10 Kenichi Handa <handa@gnu.org>
3887
3888 * select.el (xselect--encode-string): If a coding is specified for
3889 selection, and that is compatible with COMPOUND_TEXT, use it.
3890
3891 2012-10-10 Martin Rudalics <rudalics@gmx.at>
3892
3893 * window.el (switch-to-buffer-preserve-window-point): New option.
3894 (switch-to-buffer):
3895 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
3896
3897 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3898
3899 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
3900 Don't document nil as a useful value (bug#12583).
3901
3902 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
3903
3904 * net/tramp.el (tramp-debug-message):
3905 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
3906 (with-tramp-progress-reporter): Rename from
3907 `tramp-with-progress-reporter'.
3908 (with-tramp-file-property, with-tramp-connection-property):
3909 Move from tramp-cache.el, rename from `with-file-property' and
3910 `with-connection-property', respectively.
3911
3912 * net/tramp-cache.el: Remove `with-file-property' and
3913 `with-connection-property'.
3914
3915 * net/tramp.el:
3916 * net/tramp-gvfs.el:
3917 * net/tramp-sh.el:
3918 * net/tramp-smb.el: Adapt callees.
3919
3920 * net/trampver.el: Update release number.
3921
3922 2012-10-09 Glenn Morris <rgm@gnu.org>
3923
3924 * w32-fns.el (set-message-beep):
3925 * term/w32-win.el (set-message-beep): Update declarations.
3926
3927 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3928
3929 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
3930 (mode-line-widen, mode-line-input-method-map)
3931 (mode-line-coding-system-map, mode-line-remote)
3932 (mode-line-unbury-buffer, mode-line-bury-buffer)
3933 (mode-line-next-buffer, mode-line-previous-buffer):
3934 Replace save-selected-window+select-window => with-selected-window.
3935
3936 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
3937 * progmodes/cc-vars.el (bq-process): Remove, unused.
3938
3939 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
3940
3941 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
3942
3943 Implemented `backward-up-list'-like navigation.
3944 * progmodes/python.el (python-nav-up-list)
3945 (python-nav-backward-up-list): New functions.
3946 (python-mode-map): Define substitute key for backward-up-list to
3947 python-nav-backward-up-list.
3948
3949 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3950
3951 * progmodes/python.el (python-fill-paragraph): Rename from
3952 python-fill-paragraph-function. Fixed fill-paragraph for
3953 decorators (Bug#12605).
3954
3955 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3956
3957 * progmodes/python.el (python-shell-output-filter): Handle extra
3958 carriage return in OSX (Bug#12409).
3959
3960 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3961
3962 Fix shell handling of unbalanced quotes and parens in output.
3963 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
3964 (python-syntax-propertize-function): Use it.
3965 (python-shell-output-syntax-table): New var.
3966 (inferior-python-mode): Prevent unbalanced parens/quotes from
3967 previous output mess with current input context.
3968
3969 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
3970
3971 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
3972 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
3973
3974 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
3975
3976 * ffap.el (ffap-replace-file-component): Support Tramp file name
3977 syntax, not only ange-ftp's one.
3978
3979 2012-10-08 Glenn Morris <rgm@gnu.org>
3980
3981 * cus-start.el (message-log-max): Set :version.
3982
3983 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
3984
3985 2012-10-08 Martin Rudalics <rudalics@gmx.at>
3986
3987 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
3988 the minibuffer window (Bug#10851).
3989
3990 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3991
3992 Enhancements on forward-sexp movement.
3993 * progmodes/python.el (python-nav-beginning-of-statement)
3994 (python-nav-end-of-statement): Return point-marker.
3995 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
3996 (python-info-current-symbol)
3997 (python-info-statement-starts-block-p): Rename from
3998 python-info-beginning-of-block-p.
3999 (python-info-statement-ends-block-p): Rename from
4000 python-info-end-of-block-p.
4001 (python-info-beginning-of-statement-p)
4002 (python-info-end-of-statement-p)
4003 (python-info-beginning-of-block-p, python-info-end-of-block-p):
4004 New functions.
4005
4006 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4007
4008 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
4009 frame-selected-windows.
4010
4011 2012-10-08 Daniel Colascione <dancol@dancol.org>
4012
4013 * battery.el (battery-status-function): Check for
4014 w32-battery-status itself, not system-time windows-nt.
4015
4016 * frame.el: Require cl-lib.
4017 (display-format-alist): New variable mapping frame types to
4018 functions that initialize them.
4019 (window-system-for-display): New function: interprets
4020 display-format-alist.
4021 (make-frame-on-display): Remove existing display-selection logic
4022 and just forward to make-frame, which will now DTRT.
4023 (make-frame): Restructure to use window-system-for-display to
4024 figure out how to create a frame on a given display.
4025 (display-mouse-p): Look for frame-type w32, not a particular
4026 system-type.
4027
4028 * loadup.el: Load w32 lisp code when we have the w32 feature.
4029
4030 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
4031 system-type windows-nt.
4032
4033 * server.el (server-create-window-system-frame): Look for window
4034 type.
4035 (server-proces-filter): Only force a window system when windows-nt
4036 _and_ w32. Explain why.
4037
4038 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
4039 of window systems we configure for the mode.
4040
4041 * startup.el (command-line): Mark window system is initialized
4042 after we've done it.
4043
4044 * common-win.el (x-select-text): Look for w32, not windows-nt.
4045
4046 * ns-win.el: Require cl-lib. Add ourselves to
4047 display-format-alist.
4048 (ns-initialize-window-system): Assert we're not initialized twice.
4049
4050 * w32-win.el: Enable lexical binding; require cl-lib; add
4051 ourselves to display-format-alist.
4052 (w32-handle-dropped-file): Convert incoming dropped files from
4053 Windows paths to Cygwin ones before passing them on to the rest of
4054 Emacs.
4055 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
4056 (w32-initialize-window-system): Assert we're not initialized twice.
4057
4058 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
4059 (x-initialize-window-system): Assert we're not initialized twice.
4060
4061 * w32-common-fns.el: New File.
4062 (w32-version, w32-using-nt, w32-get-clipboard-data)
4063 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4064 (w32-charset-info-alist, x-last-selected, text)
4065 (x-get-selection-value, x-selection-value): Move here.
4066
4067 * w32-fns.el: Require w32-common-fns.
4068 (w32-version, w32-using-nt, w32-get-clipboard-data)
4069 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4070 (w32-charset-info-alist, x-last-selected, text)
4071 (x-get-selection-value, x-selection-value): Move to
4072 w32-common-fns.
4073
4074 * w32-vars.el:
4075 (w32-allow-system-shell, w32-system-shells): Define only in
4076 non-cygwin case.
4077
4078 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4079
4080 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
4081 (read-passwd): Remove a few more potential sources of leaks.
4082
4083 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4084
4085 * progmodes/python.el (inferior-python-mode)
4086 (python-shell-make-comint): Fix initialization of local
4087 variables copied from parent buffer.
4088
4089 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
4090
4091 * term/ns-win.el (ns-read-file-name): Update declaration to match
4092 nsfns.m.
4093 (ns-respond-to-change-font): Change fontsize separatly so we are sure
4094 it is set when font is acted upon.
4095
4096 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4097
4098 Enhancements to indentation.
4099 * progmodes/python.el (python-indent-context): Give priority to
4100 inside-string context. Make comments indentation markers.
4101 (python-indent-region): Do not mess with strings, unless it's the
4102 enclosing set of quotes.
4103
4104 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4105
4106 * window.el (internal--before-save-selected-window)
4107 (internal--after-save-selected-window): New functions extracted from
4108 save-selected-window. Make sure we return the `alist' we construct.
4109 (save-selected-window): Use them.
4110
4111 * textmodes/tex-mode.el (tex-recenter-output-buffer):
4112 Use with-selected-window.
4113
4114 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
4115 forms that define macros (bug#12593).
4116
4117 2012-10-07 Kenichi Handa <handa@gnu.org>
4118
4119 * international/mule-conf.el (compound-text-with-extensions):
4120 Add :mime-charset property as x-ctext.
4121
4122 2012-10-07 Stefan Merten <smerten@oekonux.de>
4123
4124 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4125 (rst-indent-literal-normal, rst-indent-literal-minimized)
4126 (rst-indent-comment): Correct :version tag.
4127 (rst-official-cvs-rev): Correct version string.
4128
4129 2012-10-07 Glenn Morris <rgm@gnu.org>
4130
4131 * mail/rmailmm.el (rmail-mime-process-multipart):
4132 Do not confuse a multipart message with an epilogue
4133 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
4134
4135 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4136
4137 Fix shell output retrieval and comint-prompt-regexp init.
4138 * progmodes/python.el (inferior-python-mode):
4139 (python-shell-make-comint): Fix initialization of
4140 comint-prompt-regexp from copied file local variables.
4141 (python-shell-fetched-lines): Remove var.
4142 (python-shell-output-filter-in-progress): Rename from
4143 python-shell-fetch-lines-in-progress.
4144 (python-shell-output-filter-buffer): Rename from
4145 python-shell-fetch-lines-string.
4146 (python-shell-fetch-lines-filter): Delete function.
4147 (python-shell-output-filter): New function.
4148 (python-shell-send-string-no-output): Use them.
4149
4150 2012-10-07 Glenn Morris <rgm@gnu.org>
4151
4152 * hi-lock.el (hi-lock-process-phrase):
4153 Try to make it less fragile. (Bug#7161)
4154
4155 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
4156
4157 2012-10-06 Glenn Morris <rgm@gnu.org>
4158
4159 * ehelp.el (electric-help-mode): Use help-mode rather than
4160 non-existent mode `help'.
4161 (electric-help-map): Use button-buffer-map. (Bug#10917)
4162
4163 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
4164 (reftex-create-bibtex-footer): Fix custom types.
4165
4166 * progmodes/sh-script.el (sh-indent-after-continuation):
4167 Add explicit :group.
4168
4169 * textmodes/rst.el (rst-preferred-decorations)
4170 (rst-shift-basic-offset): Clarify obsolescence versions.
4171
4172 * profiler.el (profiler): Add missing group :version tag.
4173 * avoid.el (mouse-avoidance-banish-position):
4174 * proced.el (proced-renice-command):
4175 * calc/calc.el (calc-ensure-consistent-units):
4176 * calendar/icalendar.el (icalendar-import-format-uid):
4177 * net/tramp.el (tramp-save-ad-hoc-proxies):
4178 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4179 * progmodes/flymake.el (flymake-error-bitmap)
4180 (flymake-warning-bitmap, flymake-fringe-indicator-position):
4181 * progmodes/sh-script.el (sh-indent-after-continuation):
4182 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
4183 (verilog-before-save-font-hook, verilog-after-save-font-hook):
4184 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
4185 (vhdl-array-index-record-field-in-sensitivity-list)
4186 (vhdl-indent-comment-like-next-code-line):
4187 * textmodes/reftex-vars.el (reftex-ref-style-alist)
4188 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
4189 (reftex-cite-key-separator, reftex-create-bibtex-header)
4190 (reftex-create-bibtex-footer):
4191 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4192 (rst-indent-literal-normal, rst-indent-literal-minimized)
4193 (rst-indent-comment): Add missing custom :version tags.
4194
4195 * calendar/timeclock.el (timeclock-modeline-display):
4196 Add missing obsolete alias for renamed user option.
4197
4198 * strokes.el (strokes-modeline-string):
4199 * emulation/crisp.el (crisp-mode-modeline-string):
4200 * eshell/esh-mode.el (eshell-status-in-modeline):
4201 Aliases to defcustoms must come before the defcustom.
4202
4203 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
4204 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4205 (cal-tex-cursor-week-monday): Doc fixes.
4206 (cal-tex-cursor-week2-summary): Doc fix.
4207 Rename from cal-tex-cursor-week-at-a-glance.
4208
4209 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
4210 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
4211
4212 * calendar/calendar.el (calendar-mode-map):
4213 Add cal-tex-cursor-week2-summary.
4214
4215 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
4218
4219 * subr.el (read-passwd-map): New var.
4220 (read-passwd): Use `read-string' again.
4221 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
4222
4223 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
4224
4225 * register.el (append-to-register, prepend-to-register):
4226 Deactivate mark, as does `copy-to-register' (bug#12389).
4227
4228 2012-10-06 Chong Yidong <cyd@gnu.org>
4229
4230 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
4231
4232 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
4233
4234 * international/characters.el: Fix simple mistake ((car chars) ->
4235 elt), delete duplicated code.
4236
4237 2012-10-06 Glenn Morris <rgm@gnu.org>
4238
4239 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
4240
4241 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
4242
4243 * color.el (color-hsl-to-rgb): Fix incorrect results for
4244 small and large hue values. (Bug#12559)
4245
4246 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
4247
4248 Enhancements to docstring formatting when filling paragraphs.
4249 * progmodes/python.el (python-fill-docstring-style): Rename from
4250 python-fill-string-style. Added new style.
4251 (python-fill-string): Use new style. Better checks for
4252 docstrings.
4253
4254 2012-10-05 Glenn Morris <rgm@gnu.org>
4255
4256 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
4257
4258 * color.el (color-name-to-rgb, color-rgb-to-hex)
4259 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
4260 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
4261 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4262 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
4263
4264 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
4265
4266 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
4267
4268 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
4269 to get the correct size across symlinks.
4270
4271 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4272
4273 2012-10-04 Juri Linkov <juri@jurta.org>
4274
4275 * replace.el (query-replace-interactive): Declare obsolete.
4276 (query-replace-read-from): Add the last incremental search string
4277 to the list of default values accessible via M-n.
4278 (map-query-replace-regexp): Use `read-regexp'.
4279 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4280 (map-query-replace-regexp, replace-string, replace-regexp):
4281 Fix docstrings to replace mentions of `query-replace-interactive'
4282 with alternatives. (Bug#12526)
4283
4284 2012-10-04 Juri Linkov <juri@jurta.org>
4285
4286 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
4287 (dired-pop-to-buffer): Declare obsolete.
4288 (dired-mark-pop-up): Doc fix.
4289
4290 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
4291
4292 Allow user to set docstring style for fill-paragraph.
4293 * progmodes/python.el
4294 (python-fill-comment-function, python-fill-string-function)
4295 (python-fill-decorator-function, python-fill-paren-function):
4296 Remove :safe for defcustoms.
4297 (python-fill-string-style): New defcustom
4298 (python-fill-paragraph-function): Enhance context detection.
4299 (python-fill-string): Honor python-fill-string-style settings.
4300
4301 2012-10-04 Martin Rudalics <rudalics@gmx.at>
4302
4303 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
4304 after setting its buffer (Bug#10805).
4305
4306 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
4307
4308 Fix cornercase for string syntax.
4309 * progmodes/python.el (python-syntax-propertize-function):
4310 Simplify and enhance the regexp for unescaped quotes. Now it also
4311 matches quotes in weird situations like the single quote in
4312 "something\"'".
4313 (python-syntax-stringify): Simplify num-quotes detecting code.
4314
4315 2012-10-03 Glenn Morris <rgm@gnu.org>
4316
4317 * help-macro.el (three-step-help):
4318 Revert 2012-09-29 change. (Bug#12567)
4319
4320 2012-10-03 Martin Rudalics <rudalics@gmx.at>
4321
4322 * menu-bar.el (kill-this-buffer): Don't do anything when
4323 `menu-frame' is not alive or visible (Bug#8184).
4324
4325 * emacs-lisp/debug.el (debug): When quitting the debugger window
4326 restore current buffer (Bug#12502).
4327
4328 2012-10-02 Chong Yidong <cyd@gnu.org>
4329
4330 * progmodes/hideif.el (hif-lookup, hif-defined):
4331 Handle semantic-c-takeover-hideif.
4332
4333 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
4334
4335 Change sampling interval units from ms to ns.
4336 * profiler.el (profiler-sampling-interval): Change units
4337 from ms to ns, multiplying the default by 1000000 so that
4338 it remains 1 ms.
4339 (profiler-report-cpu-line-format): Give enough room for
4340 the maximum counters on 64-bit hosts.
4341 (profiler-report-render-calltree-1): Call them "CPU samples",
4342 not "Time (ms)", since they are not milliseconds now (and
4343 never really were).
4344
4345 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4346
4347 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
4348 Fix querying BBDB for entries without a last name (Bug#11580).
4349
4350 2012-10-02 Chong Yidong <cyd@gnu.org>
4351
4352 * emacs-lisp/eieio.el: Restore Version header.
4353
4354 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4355
4356 * vc/diff-mode.el (diff--auto-refine-data): New var.
4357 (diff-hunk): Use it to delay refinement.
4358 (diff-mode): Remove overlays when we turn off font-lock.
4359
4360 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
4361 (table-initialize-table-fixed-width-mode)
4362 (table-set-table-fixed-width-mode): Remove functions.
4363 (table-command-list): Move initialization into declaration.
4364 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
4365 (table-with-cache-buffer): Use `declare'.
4366 (table-span-cell): Simplify via CSE.
4367 (table-fixed-width-mode): Use define-minor-mode.
4368 (table-call-interactively, table-funcall, table-apply): Remove.
4369 (table-function): New function, to replace them.
4370
4371 * bookmark.el (bookmark-search-pattern): Remove var.
4372 (bookmark-read-search-input): Remove function.
4373 (bookmark-bmenu-search): Reimplement using a minibuffer.
4374
4375 * faces.el (modeline): Remove obsolete face name.
4376
4377 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
4378 and give a non-nil default value.
4379 (add-change-log-entry): Simplify accordingly.
4380
4381 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
4382
4383 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
4384 (vc-git-log-edit-toggle-amend): New function.
4385 (vc-git-log-edit-toggle-signoff): New function.
4386 (vc-git-log-edit-mode): New major mode.
4387 (vc-git-log-edit-mode-map): Keymap for it.
4388 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
4389
4390 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
4391 header names.
4392 (log-edit-toggle-header): New function.
4393 (log-edit-extract-headers): Accept function values in HEADERS alist.
4394
4395 2012-10-01 David Engster <deng@randomsample.de>
4396
4397 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
4398 from symbol property and change message to be more consistent with
4399 Emacs proper.
4400 (eieio-describe-generic): Add filename for each implementation.
4401 Fix indices for generic and normal methods.
4402 (eieio-method-def, eieio-class-def): New buttons.
4403 (eieio-help-find-method-definition)
4404 (eieio-help-find-class-definition): New functions.
4405 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
4406 class, constructor and method definitions.
4407
4408 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
4409 information in symbol property.
4410 (scoped-class): Remove.
4411 (eieio-slot-name-index, call-next-method): Check if it is bound.
4412
4413 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
4414
4415 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
4416 (eieio-custom-mode): New major mode.
4417 (eieio-customize-object): Use it.
4418
4419 2012-10-01 Eric Ludlam <zappo@gnu.org>
4420
4421 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
4422 specifying the expected class, and whether subclassing is allowed.
4423 (eieio-persistent-convert-list-to-object):
4424 (eieio-persistent-validate/fix-slot-value)
4425 (eieio-persistent-slot-type-is-class-p): New functions.
4426 (eieio-named::slot-missing): Doc fix.
4427
4428 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
4429 Stop using unused publd variable.
4430
4431 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4432 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
4433 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
4434 (eieio-speedbar-handle-click): Do not specify a class for the
4435 method. Fixes method invocation order problems with EDE.
4436
4437 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4438
4439 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
4440 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
4441
4442 2012-10-01 Karl Fogel <kfogel@red-bean.com>
4443
4444 * bookmark.el (bookmark-version-control): Give tags in the
4445 :type choices (Bug#12309), and improve doc string.
4446 (bookmark-write-file): Bind `print-circle' to `t' to allow
4447 circular custom bookmark types. (Bug#12503)
4448
4449 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
4450
4451 Revert the FOLLOW-SYMLINKS change for file-attributes.
4452 * files.el (remote-file-name-inhibit-cache, after-find-file):
4453 * time.el (display-time-file-nonempty-p): Undo last change.
4454
4455 * profiler.el (profiler-sampling-interval): Change default back to 1.
4456 See Stefan Monnier in
4457 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
4458
4459 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
4460
4461 Shell output catching a la gud-gdb.
4462 * progmodes/python.el (python-shell-fetch-lines-in-progress)
4463 (python-shell-fetch-lines-string, python-shell-fetched-lines):
4464 New Vars.
4465 (python-shell-fetch-lines-filter): New function.
4466 (python-shell-send-string-no-output): Use them.
4467
4468 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
4469
4470 * profiler.el (profiler-sampling-interval): Rename from
4471 profiler-sample-interval.
4472 (profiler-sampling-interval): Default to 10.
4473 (profiler-find-profile): New command (was profiler-find-log).
4474 (profiler-find-profile-other-window): New command.
4475 (profiler-find-profile-other-frame): New command.
4476 (profiler-profile): Introduce API-level data structure.
4477
4478 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4479
4480 file-attributes has a new optional arg FOLLOW-SYMLINKS.
4481 * files.el (remote-file-name-inhibit-cache):
4482 * time.el (display-time-file-nonempty-p): Use it.
4483 * files.el (after-find-file): Don't chase links before calling
4484 file-exists-p, as file-exists-p already does the right thing.
4485
4486 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
4487
4488 Merge from standalone RefTeX repository.
4489
4490 The following ChangeLog entries are shortened versions of the
4491 original ones with file paths adapted. A not so strongly edited
4492 version of the original ChangeLog can be found in the commit log.
4493
4494 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
4495 (reftex-arg-cite): Use `reftex-cite-key-separator'.
4496 Correctly handle new value type returned by `reftex-citation'.
4497
4498 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
4499 that entries with whitespace at various places are found.
4500 Doc fix. Include entries that are cross-referenced from cited entries.
4501 Include @String definitions in the resulting bib file. Add header
4502 and footer defined in `reftex-create-bibtex-header' and
4503 `reftex-create-bibtex-footer'.
4504 (reftex-do-citation): Make it possible again to insert
4505 non-existent entries. Save match data when asking for optional
4506 arguments. Return all keys, not just the first one.
4507 (reftex-all-used-citation-keys): Fix regexp to correctly extract
4508 all citations in the same line.
4509 (reftex-parse-bibtex-entry): Accept additional optional argument
4510 `raw' and keep quotes or braces if it is non-nil. Match fields
4511 containing hyphens besides word constituents.
4512 (reftex-get-string-refs): New function.
4513 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
4514 and ask if it should be reread in case it did.
4515 (reftex-pop-to-bibtex-entry)
4516 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
4517 entries with spaces or tabs in front of arguments.
4518 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4519 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
4520 Match entries containing numbers and symbol constituents.
4521 (reftex-do-citation, reftex-figure-out-cite-format):
4522 Use `reftex-cite-key-separator'.
4523
4524 * textmodes/reftex-dcr.el: Move provide statement to end of file.
4525 (reftex-mouse-view-crossref): Explain why point is set.
4526
4527 * textmodes/reftex-global.el: Whitespace changes.
4528
4529 * textmodes/reftex-index.el: Move provide statement to end of
4530 file.
4531 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
4532 (reftex-index-visit-phrases-buffer): Set marker when visiting
4533 buffer. This allows for returning from the phrases file to the
4534 file one was just editing instead of the file where the last
4535 phrases was added from.
4536 (reftex-index-phrases-syntax-table): New variable. Give ?\"
4537 punctuation syntax as it usually is not used as string quote in
4538 TeX-related modes and may occur unmatched. The change also
4539 prevents fontification of quoted content.
4540 (reftex-index-phrases-mode): Use it.
4541
4542 * textmodes/reftex-parse.el (reftex-parse-from-file):
4543 Move backward one char if a `\' was matched after a section macro.
4544 (reftex-parse-from-file): Use beginning of match instead of end as
4545 bound.
4546
4547 * textmodes/reftex-ref.el: Adapt creation of
4548 `reftex-<package>-<macro>' functions to new structure of
4549 `reftex-ref-style-alist'.
4550 (reftex-reference): Use `reftex-ref-style-list' function.
4551 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4552 reference macro if `reftex-ref-macro-prompt' is non-nil.
4553 (reftex-reference): Pass refstyle to `reftex-format-special'.
4554 Determine reference macro by looking at
4555 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
4556 Use only one special format function.
4557 (reftex-varioref-vref, reftex-fancyref-fref)
4558 (reftex-fancyref-Fref): Remove definitions. The functions are now
4559 generated from `reftex-ref-style-alist'.
4560 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
4561 Remove.
4562 (reftex-format-special): New function.
4563
4564 * textmodes/reftex-sel.el
4565 (reftex-select-cycle-ref-style-internal): Adapt to new structure
4566 of `reftex-ref-style-alist'. Remove code for testing macro type.
4567 (reftex-select-toggle-varioref)
4568 (reftex-select-toggle-fancyref): Remove.
4569 (reftex-select-cycle-ref-style-internal)
4570 (reftex-select-cycle-ref-style-forward)
4571 (reftex-select-cycle-ref-style-backward): New functions.
4572 (reftex-select-label-map): Use `v' and `V' for general cycling
4573 through reference styles. Add `p' for switching between number
4574 and page reference types.
4575
4576 * textmodes/reftex-toc.el (reftex-re-enlarge):
4577 Call `enlarge-window' only if there is something to do because in Emacs
4578 the horizontal version throws an error even if the parameter is 0.
4579
4580 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
4581 (reftex-plug-into-AUCTeX): Doc fix.
4582 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
4583 string. Adapt to new name.
4584 (reftex-ref-style-alist): Change structure so that it is not
4585 possible to use multiple different package names within a style.
4586 Remove the symbols for symbols for macro type distinction.
4587 Add characters for macro selection.
4588 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
4589 (reftex-create-bibtex-footer): New variables.
4590 (reftex-format-ref-function): Mention third argument of special
4591 format function.
4592 (reftex-ref-style-alist, reftex-ref-style-default-list):
4593 New variables.
4594 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
4595 to new implementation. Mark as obsolete. Add compatibility code
4596 for honoring the variable values in case they are set.
4597 (reftex-cite-format-builtin, reftex-bibliography-commands):
4598 Add support for ConTeXt.
4599 (reftex-format-ref-function, reftex-format-cite-function):
4600 Fix custom type.
4601 (reftex-cite-key-separator): New variable.
4602
4603 * textmodes/reftex.el (reftex-syntax-table-for-bib)
4604 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
4605 `reftex-syntax-table' because parens have to retain their paren
4606 syntax in order for parsing of BibTeX entries like @book(...) to
4607 work.
4608 (reftex-in-comment): Do not error out if `comment-start-skip' is
4609 not set. Deal correctly with escaped comment characters.
4610 (reftex-tie-multifile-symbols): Add doc string.
4611 Initialize `reftex-ref-style-list'.
4612 (reftex-untie-multifile-symbols): Add doc string.
4613 (reftex-add-index-macros): Doc fix.
4614 (reftex-ref-style-activate, reftex-ref-style-toggle)
4615 (reftex-ref-style-list): New functions.
4616 (reftex-mode-menu): Use them. Adapt to new structure of
4617 `reftex-ref-style-alist'.
4618 (reftex-select-with-char): Kill the RefTeX Select buffer when
4619 done.
4620 (reftex-remove-if): New function.
4621 (reftex-erase-all-selection-and-index-buffers)
4622 (reftex-mode-menu): Reference styles are now computed from
4623 `reftex-ref-style-alist'. Fix typo.
4624 (reftex-report-bug): New function.
4625 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
4626 algorithms with O(n log n). Introduce optional argument SORT (not
4627 yet used).
4628
4629 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
4630
4631 Enhancements for triple-quote string syntax.
4632 * progmodes/python.el (python-syntax-propertize-function):
4633 Match both quote cases in one regexp.
4634 (python-syntax-stringify): Handle matches properly.
4635
4636 2012-09-30 Juri Linkov <juri@jurta.org>
4637
4638 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
4639 to nil around the call to `insert' to prevent
4640 directory time modification by lock_file. (Bug#2295)
4641 * tar-mode.el (tar-summarize-buffer): Idem.
4642
4643 2012-09-30 Juri Linkov <juri@jurta.org>
4644
4645 * facemenu.el (list-colors-sort): Add option "Luminance".
4646 (list-colors-sort-key): Implement it.
4647
4648 * vc/diff-mode.el (diff-refine-removed):
4649 * vc/ediff-init.el (ediff-fine-diff-A):
4650 * vc/smerge-mode.el (smerge-refined-removed):
4651 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
4652
4653 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
4654
4655 * term/ns-win.el (x-file-dialog): New function.
4656
4657 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
4658
4659 * ido.el (ido-max-directory-size): Default to nil; the current
4660 default is small for POSIX systems, and impractical on Windows 7
4661 now that lstat returns directory sizes for NTFS.
4662
4663 2012-09-30 Martin Rudalics <rudalics@gmx.at>
4664
4665 In buffer display functions handle window-height/window-width
4666 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
4667 * window.el (window--display-buffer): New argument ALIST.
4668 Obey window-height and window-width alist entries.
4669 (window--try-to-split-window): New argument ALIST.
4670 Bind window-combination-limit to t when the window's size shall be
4671 changed and window-combination-limit equals `window-size'.
4672 (display-buffer-in-atom-window)
4673 (display-buffer-in-major-side-window)
4674 (display-buffer-in-side-window, display-buffer-same-window)
4675 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4676 (display-buffer-pop-up-window, display-buffer-below-selected)
4677 (display-buffer-at-bottom, display-buffer-in-previous-window)
4678 (display-buffer-use-some-window): Adjust all callers of
4679 window--display-buffer and window--try-to-split-window.
4680 (fit-frame-to-buffer): New option.
4681 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
4682 is non-nil.
4683 (display-buffer-in-major-side-window): Evaluate window-height /
4684 window-width alist entries.
4685
4686 * help.el (temp-buffer-resize-frames)
4687 (temp-buffer-resize-regexps): Remove options.
4688 (temp-buffer-resize-mode): Adjust doc-string.
4689 (resize-temp-buffer-window): Don't consult
4690 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
4691 temp-buffer-resize-frames.
4692
4693 * dired.el (dired-mark-pop-up):
4694 Call display-buffer-below-selected with a fit-window-to-buffer alist
4695 entry.
4696
4697 2012-09-30 Chong Yidong <cyd@gnu.org>
4698
4699 * server.el (server-host): Document the security implications.
4700 (server-auth-key): Doc fix.
4701
4702 * startup.el (initial-buffer-choice): Doc fix.
4703
4704 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
4705
4706 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
4707 restriction change.
4708
4709 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
4710
4711 * help-fns.el (help-fns--obsolete): Fix last change.
4712
4713 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
4714
4715 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
4716 (minor-mode-map-alist): Remove redundant code.
4717
4718 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
4719 visited in a buffer.
4720 (cvs-insert-visited-file): New function.
4721 (find-file-hook): Use it.
4722
4723 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
4724
4725 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
4726 chose face.
4727 (log-edit-empty-buffer-p): Don't require a space after a header.
4728
4729 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
4730
4731 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
4732
4733 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
4734 a proper minor-mode.
4735
4736 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
4737
4738 2012-09-29 Glenn Morris <rgm@gnu.org>
4739
4740 * winner.el (winner-mode): Remove variable (let define-minor-mode
4741 handle it).
4742 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
4743 Doc fixes.
4744 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
4745 (winner-mode): Use define-minor-mode.
4746
4747 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
4748 the full definition in loaddefs, rather than duplicating it.
4749
4750 * help-macro.el (three-step-help): No need to autoload defcustom.
4751
4752 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4753 (inferior-lisp-program, inferior-lisp-load-command)
4754 (inferior-lisp-prompt, inferior-lisp-mode-hook):
4755 No need to autoload defcustoms.
4756
4757 * hippie-exp.el (hippie-expand-try-functions-list)
4758 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
4759 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
4760 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
4761 (hippie-expand-only-buffers): No need to autoload defcustoms.
4762 * progmodes/vhdl-mode.el (vhdl-line-expand):
4763 Explicitly load hippie-exp, so it does not get autoloaded
4764 while hippie-expand-try-functions-list is let-bound.
4765
4766 2012-09-28 Glenn Morris <rgm@gnu.org>
4767
4768 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
4769
4770 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
4771 Only "cl.el" counts as cl these days.
4772
4773 2012-09-28 Juri Linkov <juri@jurta.org>
4774
4775 Display archive errors in the echo area instead of inserting
4776 to the file buffer.
4777
4778 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
4779 to STDERR-TEST that can be a regexp matching a successful output.
4780 Create a temporary file and redirect stderr to it. Search for
4781 STDERR-TEST in the stderr output and display it in the echo area
4782 if no match is found.
4783 (archive-extract-by-file): New function like
4784 `archive-extract-by-stdout' but extracting archives to files
4785 and looking for successful matches in stdout. Function body is
4786 mostly copied from `archive-rar-extract'.
4787 (archive-rar-extract): Use `archive-extract-by-file'.
4788 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
4789
4790 2012-09-28 Leo Liu <sdl.web@gmail.com>
4791
4792 * pcomplete.el (pcomplete-show-completions):
4793 Use minibuffer-message to make pcomplete usable in minibuffer.
4794
4795 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
4796
4797 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * type-break.el: Use lexical-binding.
4800 (type-break-mode): Use define-minor-mode.
4801
4802 * emacs-lisp/pcase.el (pcase--mark-used): New.
4803 (pcase--u1): Use it (bug#12512).
4804
4805 * custom.el (load-theme): Set buffer-file-name so the load is recorded
4806 in load-history with the right file name.
4807
4808 2012-09-28 Tassilo Horn <tsdh@gnu.org>
4809
4810 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
4811 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
4812 (doc-view-get-bounding-box): Make bounding box slicing work for
4813 ODF and DVI documents.
4814
4815 2012-09-28 Glenn Morris <rgm@gnu.org>
4816
4817 * type-break.el (type-break-mode, type-break-interval)
4818 (type-break-good-rest-interval, type-break-keystroke-threshold):
4819 No need to autoload.
4820 (type-break-good-rest-interval, type-break-keystroke-threshold):
4821 Add :set-after.
4822
4823 2012-09-28 Chong Yidong <cyd@gnu.org>
4824
4825 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
4826 Add :version tag.
4827
4828 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4829
4830 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
4831
4832 2012-09-27 Glenn Morris <rgm@gnu.org>
4833
4834 * faces.el (x-display-name): Declare (for without-x builds).
4835
4836 * linum.el (linum-format): Don't autoload it. Improve :type.
4837
4838 * progmodes/tcl.el: Don't require outline when compiling.
4839 (outline-regexp, outline-level): Declare.
4840 * textmodes/sgml-mode.el: Don't require outline when compiling.
4841 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
4842
4843 * term.el (term-ansi-reset):
4844 Try setting term-ansi-face-already-done to nil. (Bug#11785)
4845
4846 * vc/vc.el (vc-next-action): Only gripe about committing read-only
4847 files for RCS and SCCS. (Bug#9781)
4848
4849 2012-09-27 Chong Yidong <cyd@gnu.org>
4850
4851 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
4852 change; value should be t.
4853
4854 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4855
4856 * image-mode.el: Use lexical-binding.
4857 (image-mode-winprops): Use t to stand for the window of
4858 a buffer that's not displayed.
4859 * doc-view.el (doc-view-new-window-function): Handle the new
4860 t in winprops.
4861 (doc-view-enlarge): Make it a real nop if the size is not changed.
4862 (doc-view-display): Handle the case where the buffer is not (yet?)
4863 displayed in any window.
4864 (doc-view-saved-settings): New var.
4865 (doc-view-mode): Use it.
4866 (doc-view-fallback-mode): Set it.
4867
4868 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
4869 Set lexical-binding.
4870 (minibuffer-eldef-shorten-default): New var.
4871 (minibuffer-default-in-prompt-regexps): Use it for new default.
4872 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
4873
4874 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
4875
4876 * international/uni-bidi.el:
4877 * international/uni-category.el:
4878 * international/uni-name.el:
4879 * international/uni-numeric.el: Regenerate.
4880
4881 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
4882 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * profiler.el: New file.
4885
4886 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
4889 (testcover-reinstrument): Simplify with CSE.
4890
4891 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
4892
4893 * window.el (temp-buffer-window-setup): Fix typo in docstring.
4894
4895 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
4896
4897 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
4898 (verilog-auto-input, verilog-auto-insert-lisp)
4899 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
4900 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
4901 (verilog-auto-unused, verilog-auto-wire)
4902 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
4903 newline. Reported by Andrew Jones.
4904 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
4905 Reported by Brad Dobbie.
4906 (verilog-batch-delete-trailing-whitespace):
4907 Create verilog-batch-delete-trailing-whitespace.
4908 Reported by Brad Dobbie.
4909 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
4910 parameters from another module. Reported by Dan Katz.
4911 (verilog-auto, verilog-auto-assign-modport)
4912 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
4913 AUTOINOUTMODPORT for UVM interface module shell generation.
4914 Reported by Brad Dobbie.
4915 (verilog-auto-inst-interfaced-ports): Make default nil, as more
4916 standard behavior.
4917 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
4918 Reported by Matt Martin.
4919
4920 2012-09-25 Martin Rudalics <rudalics@gmx.at>
4921
4922 * window.el (window--resize-child-windows): When resizing child
4923 windows proportionally, process them in reverse order to
4924 preserve the "when splitting a window the new one gets the odd
4925 line" behavior.
4926 (window--resize-root-window-vertically): When resizing the
4927 minibuffer window try to affect only windows at the bottom of the
4928 frame. (Bug#12419)
4929
4930 2012-09-25 Chong Yidong <cyd@gnu.org>
4931
4932 * subr.el (declare): Doc fix.
4933
4934 * help-fns.el (help-fns--obsolete): Handle macros properly.
4935
4936 2012-09-25 Chong Yidong <cyd@gnu.org>
4937
4938 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
4939 this function obsolete.
4940
4941 * calendar/cal-x.el (calendar-two-frame-setup)
4942 (calendar-only-one-frame-setup, calendar-one-frame-setup):
4943 * calendar/calendar.el (american-calendar, european-calendar)
4944 (calendar-for-loop):
4945 * comint.el (comint-dynamic-simple-complete)
4946 (comint-dynamic-complete-as-filename, comint-unquote-filename):
4947 * desktop.el (desktop-load-default):
4948 * dired-x.el (dired-omit-here-always)
4949 (dired-hack-local-variables, dired-default-directory):
4950 * emacs-lisp/derived.el (derived-mode-class):
4951 * emacs-lisp/timer.el (timer-set-time-with-usecs):
4952 * emacs-lock.el (toggle-emacs-lock):
4953 * epa.el (epa-display-verify-result):
4954 * epg.el (epg-sign-keys, epg-start-sign-keys)
4955 (epg-passphrase-callback-function):
4956 * eshell/esh-util.el (eshell-for):
4957 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
4958 (eshell-add-to-window-buffer-names):
4959 * files.el (locate-file-completion):
4960 * imenu.el (imenu-example--create-c-index)
4961 (imenu-example--create-lisp-index)
4962 (imenu-example--lisp-extract-index-name)
4963 (imenu-example--name-and-position):
4964 * international/mule-cmds.el (princ-list):
4965 * international/mule-diag.el (decode-codepage-char):
4966 * international/mule-util.el (detect-coding-with-priority):
4967 * iswitchb.el (iswitchb-read-buffer):
4968 * mail/mailalias.el (mail-complete):
4969 * mail/sendmail.el (mail-sent-via):
4970 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
4971 (mouse-major-mode-menu):
4972 * password-cache.el (password-read-and-add):
4973 * pcomplete.el (pcomplete-parse-comint-arguments):
4974 * progmodes/sh-script.el (sh-maybe-here-document):
4975 * replace.el (query-replace-regexp-eval):
4976 * savehist.el (savehist-load):
4977 * simple.el (choose-completion-delete-max-match):
4978 * term.el (term-dynamic-simple-complete):
4979 * vc/ediff-init.el (ediff-check-version):
4980 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
4981 * vc/vc.el (vc-diff-switches-list):
4982 * view.el (view-return-to-alist-update): Likewise.
4983
4984 * subr.el (eval-next-after-load, makehash, insert-string)
4985 (assoc-ignore-representation, assoc-ignore-case): Use declare to
4986 mark obsolete.
4987 (mode-line-inverse-video): Variable deleted.
4988
4989 * international/mule-util.el (string-to-sequence): Remove.
4990
4991 * calendar/calendar.el (calendar-version):
4992 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
4993 (icalendar-convert-diary-to-ical):
4994 * cus-edit.el (custom-mode):
4995 * ansi-color.el (ansi-color-unfontify-region):
4996 * international/latin1-disp.el (latin1-char-displayable-p):
4997 * progmodes/cwarn.el (turn-on-cwarn-mode):
4998 * progmodes/which-func.el (which-func-update-1):
4999 Use define-obsolete-function-alias.
5000
5001 * net/newst-backend.el (newsticker-cache-filename):
5002 * net/newst-treeview.el (newsticker-groups-filename):
5003 Fix incorrect obsolescence declaration.
5004
5005 * allout.el (allout-passphrase-hint-string): Likewise.
5006 (allout-init): Use a declare form to mark obsolete.
5007
5008 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
5009 this applies to functions.
5010
5011 * iswitchb.el (iswitchb-read-buffer): Move code of
5012 iswitchb-define-mode-map here, and delete that obsolete function.
5013
5014 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
5015 font-lock-reference-face.
5016
5017 2012-09-25 Glenn Morris <rgm@gnu.org>
5018
5019 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
5020 Doc fixes.
5021
5022 * eshell/em-term.el (eshell-term-name):
5023 Default to term-term-name. (Bug#12485)
5024
5025 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5026
5027 * progmodes/python.el (python-shell-send-buffer): Better handling
5028 of "if __name__ == '__main__':" conditionals when sending the buffer.
5029
5030 2012-09-24 Glenn Morris <rgm@gnu.org>
5031
5032 * eshell/esh-cmd.el (eshell-find-alias-function):
5033 Tighten up file-name regexp. (Bug#12499)
5034
5035 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5036
5037 Enhancements for triple-quote string syntax.
5038 * progmodes/python.el (python-quote-syntax): Remove.
5039 (python-syntax-propertize-function): New value.
5040 (python-syntax-count-quotes, python-syntax-stringify):
5041 New functions.
5042
5043 2012-09-24 Chong Yidong <cyd@gnu.org>
5044
5045 * mail/supercite.el (sc-version): Remove obsolete function.
5046 (sc-describe): Don't mark as obsolete, since it is bound.
5047 (sc-submit-bug-report): Remove.
5048
5049 * vc/log-edit.el (cvs-changelog-full-paragraphs)
5050 (cvs-commit-buffer-require-final-newline): Remove.
5051 (log-edit-require-final-newline)
5052 (log-edit-changelog-full-paragraphs): Default to t.
5053
5054 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
5055 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
5056 * vc/vc.el (vc-checkout-carefully): Likewise.
5057
5058 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
5059 (emerge-version): Remove.
5060
5061 * progmodes/compile.el (compile-internal): Remove.
5062 (compilation-parse-errors-function): Fix typo.
5063
5064 * international/mule.el (set-char-table-default): Remove.
5065 (set-coding-priority, make-coding-system, generic-char-p)
5066 (charset-list, charset-bytes, charset-id): Use declare to mark
5067 functions as obsolete.
5068
5069 * vc/pcvs-defs.el (cvs-buffer-name-alist)
5070 (cvs-invert-ignore-marks): Remove references to obsolete vars.
5071 * vc/vc-hooks.el (vc-default-registered): Don't use
5072 vc-master-templates.
5073
5074 * font-lock.el (font-lock-reference-face):
5075 Use define-obsolete-variable-alias.
5076
5077 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
5078 * calendar/calendar.el (calendar-font-lock-keywords):
5079 * calendar/diary-lib.el (diary-font-lock-keywords)
5080 (diary-fancy-font-lock-keywords):
5081 * textmodes/reftex-sel.el (reftex-insert-docstruct):
5082 * textmodes/reftex-index.el (reftex-insert-index):
5083 * textmodes/reftex-cite.el (reftex-format-bib-entry):
5084 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5085 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5086 * progmodes/prolog.el (prolog-font-lock-keywords):
5087 * progmodes/idlwave.el (idlwave-idl-keywords):
5088 * progmodes/ada-mode.el (ada-font-lock-keywords):
5089 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
5090
5091 2012-09-24 Glenn Morris <rgm@gnu.org>
5092
5093 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
5094
5095 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
5096
5097 * progmodes/python.el (python-indent-line): More consistent cursor
5098 movement behavior.
5099
5100 2012-09-23 Stefan Merten <smerten@oekonux.de>
5101
5102 * textmodes/rst.el: Fix compiler warning.
5103
5104 2012-09-23 Roland Winkler <winkler@gnu.org>
5105
5106 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
5107 Transcribe also LaTeX hyphenation.
5108 (bibtex-reformat): Bug fix. Do not quote twice the elements of
5109 bibtex-reformat-previous-options.
5110
5111 2012-09-23 Roland Winkler <winkler@gnu.org>
5112
5113 * proced.el (proced-renice-command): New variable.
5114 (proced-marked-processes): New function.
5115 (proced-with-processes-buffer): New macro.
5116 (proced-send-signal): Use them.
5117 (proced-renice): New command bound to r.
5118
5119 2012-09-23 Roland Winkler <winkler@gnu.org>
5120
5121 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
5122 ibuffer-saved-filter-groups has one element, shortcut the call of
5123 completing-read. (Bug#12331)
5124
5125 2012-09-23 Chong Yidong <cyd@gnu.org>
5126
5127 * bindings.el (mode-line-toggle-read-only):
5128 * bs.el (bs-toggle-readonly):
5129 * buff-menu.el (Buffer-menu-toggle-read-only):
5130 * dired.el (dired-toggle-read-only):
5131 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
5132
5133 2012-09-23 Chong Yidong <cyd@gnu.org>
5134
5135 * image.el (image-type-available-p): Adapt to init-image-library
5136 argument changes.
5137
5138 2012-09-22 Juri Linkov <juri@jurta.org>
5139
5140 * dired.el (dired-mode-map): Add [remap read-only-mode] for
5141 `dired-toggle-read-only'. (Bug#12462)
5142
5143 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5144
5145 * subr.el (temp-output-buffer-show): New function.
5146 (with-output-to-temp-buffer): Call temp-output-buffer-show
5147 instead of internal-temp-output-buffer-show.
5148
5149 2012-09-22 Chong Yidong <cyd@gnu.org>
5150
5151 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
5152 (Bug#12462).
5153
5154 * repeat.el (repeat): Doc fix (Bug#12348).
5155
5156 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
5157 (Bug#10909).
5158
5159 * simple.el (shell-command-on-region): Doc fix.
5160 (read-only-mode): Doc fix.
5161
5162 2012-09-22 Eli Zaretskii <eliz@gnu.org>
5163
5164 * emacs-lisp/timer.el (run-with-idle-timer)
5165 (timer-activate-when-idle): Warn against reinvoking an idle timer
5166 from within its own timer action. (Bug#12447)
5167
5168 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5169
5170 * cus-start.el (window-combination-limit): Add new optional
5171 values.
5172 * window.el (temp-buffer-window-show)
5173 (window--try-to-split-window): Handle new values of
5174 window-combination-limit (Bug#1806).
5175 (split-window): Test window-combination-limit for t instead of
5176 non-nil.
5177 (display-buffer-at-bottom): New buffer display action function.
5178 * help.el (temp-buffer-resize-regexps): New option.
5179 (temp-buffer-resize-mode): Rewrite doc-string.
5180 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
5181 Don't resize reused window. Suggested by Glenn Morris.
5182
5183 2012-09-22 Stefan Merten <smerten@oekonux.de>
5184
5185 * textmodes/rst.el: Revamp section title faces.
5186 (rst-official-version)
5187 (rst-package-emacs-version-alist): Sync with official version
5188 V1.4.0.
5189 (rst-faces-defaults, rst-set-level-default)
5190 (rst-level-face-max, rst-level-face-base-color)
5191 (rst-level-face-base-light, rst-level-face-format-light)
5192 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
5193 (rst-adornment-faces-alist): Match new setup.
5194 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
5195 (rst-level-5, rst-level-6): New faces.
5196
5197 2012-09-22 Chong Yidong <cyd@gnu.org>
5198
5199 * simple.el (undo): Handle indirect buffers (Bug#8207).
5200
5201 2012-09-21 Leo Liu <sdl.web@gmail.com>
5202
5203 IDO: Disable match re-ordering for buffer switching.
5204 * ido.el (ido-buffer-disable-smart-matches): New variable.
5205 (ido-set-matches-1): Use it. (Bug#2042)
5206
5207 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
5208
5209 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5210 Fix 2011-05-17 change. (Bug#12418)
5211
5212 2012-09-21 Leo Liu <sdl.web@gmail.com>
5213
5214 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
5215
5216 2012-09-21 Glenn Morris <rgm@gnu.org>
5217
5218 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
5219 Be more robust about locating simple.el.
5220
5221 2012-09-21 Glenn Morris <rgm@gnu.org>
5222
5223 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
5224
5225 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
5226
5227 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
5228
5229 2012-09-20 Juri Linkov <juri@jurta.org>
5230
5231 * replace.el (query-replace-read-from): Use `read-regexp' instead
5232 of `read-from-minibuffer' when `regexp-flag' is non-nil.
5233 (occur-read-primary-args): Use `read-regexp' instead of
5234 `read-string'.
5235 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
5236 `read-from-minibuffer'.
5237 * isearch.el (isearch-occur): Use `read-regexp' instead of
5238 `read-string'.
5239 * dired.el (dired-read-regexp): Use `read-regexp' instead of
5240 `read-from-minibuffer'.
5241 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
5242 of `read-string'. (Bug#7567)
5243
5244 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
5245 and allow accepting a list of strings prepended to a list of
5246 standard default values. Doc fix. (Bug#12321)
5247
5248 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
5249
5250 * replace.el (read-regexp): Don't add ": " when PROMPT already
5251 ends with a colon and space. (Bug#12321)
5252
5253 2012-09-20 Tassilo Horn <tsdh@gnu.org>
5254
5255 * doc-view.el (doc-view-display): Better fix for the cl-assertion
5256 error.
5257
5258 2012-09-20 Stefan Merten <smerten@oekonux.de>
5259
5260 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
5261 Fixes feature request bug#11711.
5262 (rst-mode): Create `imenu-create-index-function'.
5263 (rst-get-stripped-line): Delete after refactoring.
5264 (rst-section-tree, rst-section-tree-rec)
5265 (rst-section-tree-point): Refactor and document properly.
5266 (rst-imenu-find-adornments-for-position)
5267 (rst-imenu-convert-cell, rst-imenu-create-index):
5268 New function.
5269
5270 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5271
5272 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
5273 (macroexp--expand-all): Use it.
5274 (macroexp--funcall-and-return): Remove by folding it into its sole
5275 caller (macroexp--warn-and-return).
5276 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
5277 Use macroexp--obsolete-warning.
5278
5279 * calc/calc.el: Fix last change by removing the whole chunk, since it
5280 was only needed back when Calc was not bundled.
5281
5282 2012-09-20 Martin Rudalics <rudalics@gmx.at>
5283
5284 * emacs-lisp/debug.el (debug): Restore assignment to
5285 debugger-old-buffer removed on 2012-09-08.
5286
5287 2012-09-20 Juri Linkov <juri@jurta.org>
5288
5289 * dired-aux.el (dired-diff): Remove (require 'diff) since
5290 `diff-latest-backup-file' is now autoloaded.
5291
5292 2012-09-20 Chong Yidong <cyd@gnu.org>
5293
5294 * vc/diff.el (diff-latest-backup-file): Autoload.
5295
5296 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5297
5298 * calc/calc.el: Remove redundant autoload shape check.
5299 (sel-mode): Don't defvar.
5300 (calc-get-stack-element): Add `sel-mode' arg instead.
5301 (calc-top, calc-top-list): Pass it this additional argument.
5302 * calc/calc-store.el (calc-store-map):
5303 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
5304 (calc-map-equation, calc-outer-product, calc-inner-product):
5305 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
5306
5307 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
5308
5309 2012-09-19 Juri Linkov <juri@jurta.org>
5310
5311 * dired-aux.el (dired-diff): Add (require 'diff) because
5312 `diff-latest-backup-file' is not autoloaded.
5313 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
5314 of `dired-get-filename' to t to not report error when there is
5315 no default file on the current line.
5316
5317 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5318
5319 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
5320 macroexp--eval-if-compile.
5321 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
5322 (macroexp--expand-all): Use them (bug#12371).
5323
5324 * doc-view.el (doc-view-guess-paper-size)
5325 (doc-view-scale-bounding-box): Fix unbound `caddr'.
5326
5327 2012-09-19 Tassilo Horn <tsdh@gnu.org>
5328
5329 New feature: set optimal slice from BoundingBox information.
5330 * doc-view.el (doc-view-mode-map): Add keybinding.
5331 (doc-view-menu): Add menu entry.
5332 (doc-view-set-slice): Adapt docstring.
5333 (doc-view-get-bounding-box, doc-view-guess-paper-size)
5334 (doc-view-scale-bounding-box)
5335 (doc-view-set-slice-from-bounding-box): New functions.
5336 (doc-view-paper-sizes): New defvar.
5337
5338 2012-09-19 Glenn Morris <rgm@gnu.org>
5339
5340 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
5341 (byte-compile-log-warning): Autoload. (Bug#12371)
5342
5343 * calendar/calendar.el (calendar-american-month-header)
5344 (calendar-european-month-header, calendar-iso-month-header)
5345 (calendar-month-header): New options.
5346 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
5347 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
5348
5349 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
5350
5351 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
5352
5353 2012-09-18 Juri Linkov <juri@jurta.org>
5354
5355 * dired-aux.el (dired-diff): Restore original functionality of
5356 getting the default value, but keep new feature of using the
5357 latest existing backup file (`diff-latest-backup-file').
5358
5359 2012-09-18 Juri Linkov <juri@jurta.org>
5360
5361 * dired.el (dired-mark): If the region is active in Transient Mark
5362 mode, mark all files in the active region. Doc fix.
5363 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
5364 Doc fix. (Bug#10624)
5365
5366 2012-09-18 Juri Linkov <juri@jurta.org>
5367
5368 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
5369 attributes for M-n are pulled from the file at point.
5370 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
5371 Suggested by Drew Adams. (Bug#10624)
5372
5373 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
5374
5375 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
5376 whitespace after "end".
5377 (ruby-do-end-to-brace): Collapse block to one line if it fits
5378 within fill-column.
5379
5380 2012-09-18 Martin Rudalics <rudalics@gmx.at>
5381
5382 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
5383 value.
5384 (debug): Don't remove debugger window when debugger is expected
5385 to be back.
5386
5387 2012-09-18 Chong Yidong <cyd@gnu.org>
5388
5389 * custom.el (defface): Doc fix.
5390
5391 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
5392
5393 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
5394
5395 * progmodes/compile.el (compilation-start): Use compilation-always-kill
5396 to initialize query-on-exit; then test that instead (bug#12288).
5397
5398 2012-09-17 Stefan Merten <smerten@oekonux.de>
5399
5400 * textmodes/rst.el: Add support for `testcover'.
5401 (rst-defcustom-testcover, rst-testcover-add-compose)
5402 (rst-testcover-add-1value): New functions.
5403 (rst-portable-mark-active-p): Replace by `use-region-p'.
5404 (rst-update-section, rst-classify-adornment)
5405 (rst-find-title-line): Mark `1value' forms.
5406 (rst-classify-adornment): Remove superfluous form.
5407 (rst-update-section, rst-get-adornments-around)
5408 (rst-adornment-complete-p, rst-get-next-adornment)
5409 (rst-adjust, rst-promote-region)
5410 (rst-display-adornments-hierarchy, rst-straighten-adornments)
5411 (rst-find-pfx-in-region, rst-section-tree-rec)
5412 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
5413 (rst-toc-node, rst-toc, rst-forward-section)
5414 (rst-iterate-leftmost-paragraphs)
5415 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
5416 (rst-bullet-list-region)
5417 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
5418 (rst-compile-find-conf, rst-compile)
5419 (rst-repeat-last-character): Fix style.
5420
5421 2012-09-17 Chong Yidong <cyd@gnu.org>
5422
5423 * comint.el (comint--complete-file-name-data): Don't add a space
5424 if the status is `sole'; that adds a gratuitous space in the
5425 completion-cycling case (Bug#12092).
5426
5427 * pcomplete.el (pcomplete-completions-at-point): Likewise.
5428
5429 2012-09-17 Richard Stallman <rms@gnu.org>
5430
5431 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
5432 only in the mime-shown mode, not in raw mode.
5433 (rmail-mime): Toggle off mime by displaying the message without
5434 mime processing. (Bug#12305)
5435
5436 * mail/rmail.el (rmail-retry-failure):
5437 Turn off mime processing first. (Bug#12037)
5438
5439 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
5440
5441 2012-09-17 Chong Yidong <cyd@gnu.org>
5442
5443 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
5444 (shell-dynamic-complete-functions): Convert to defcustom.
5445 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
5446
5447 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
5448 * comint.el (comint-prompt-read-only):
5449 * custom.el (defcustom):
5450 * hi-lock.el (hi-lock-mode):
5451 * ibuffer.el (ibuffer-formats):
5452 * ielm.el (ielm-prompt-read-only):
5453 * novice.el (disable-command):
5454 * saveplace.el (toggle-save-place):
5455 * speedbar.el (speedbar-supported-extension-expressions):
5456 * startup.el (auto-save-list-file-prefix, init-file-user)
5457 (after-init-hook, inhibit-startup-echo-area-message):
5458 * strokes.el (strokes-help):
5459 * time-stamp.el (time-stamp):
5460 * calendar/calendar.el (calendar, diary-file):
5461 * calendar/diary-lib.el (diary-mail-entries, diary)
5462 (diary-list-entries-hook):
5463 * calendar/holidays.el (holidays, calendar-holidays):
5464 * calendar/lunar.el (lunar-phases):
5465 * calendar/solar.el (sunrise-sunset):
5466 * emulation/edt.el (edt-load-keys):
5467 * emulation/viper.el (viper-mode):
5468 * eshell/em-alias.el (eshell-command-aliases-list):
5469 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5470 * international/ogonek.el (ogonek-information):
5471 * net/tramp-cmds.el (tramp-bug):
5472 * net/quickurl.el (quickurl-reread-hook-postfix):
5473 * play/decipher.el (decipher-font-lock-keywords):
5474 * progmodes/cc-styles.el (c-set-style):
5475 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
5476 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5477 * progmodes/octave-mod.el (octave-mode):
5478 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
5479 * progmodes/verilog-mode.el (verilog-read-defines):
5480 * textmodes/two-column.el (2C-mode): Likewise.
5481
5482 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5483
5484 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
5485 that holds many addresses.
5486
5487 2012-09-16 Chong Yidong <cyd@gnu.org>
5488
5489 * align.el (align-areas): Call the indication function with
5490 positions instead of markers for arguments (Bug#12343).
5491
5492 * files.el (parse-colon-path): Use split-string (Bug#12351).
5493
5494 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5495 (display-buffer-function): Mark as obsolete.
5496
5497 * progmodes/compile.el (compilation-parse-errors): Accept list
5498 values similar to font-lock-keywords (Bug#12136).
5499 Suggested by Oleksandr Manzyuk.
5500 (compilation-error-regexp-alist): Doc fix.
5501
5502 2012-09-15 Glenn Morris <rgm@gnu.org>
5503
5504 * version.el (emacs-bzr-version-bzr): New function.
5505 (emacs-bzr-get-version): Add optional EXTERNAL argument.
5506
5507 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
5508 checkouts, check the parent dirstate matches the branch.
5509 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
5510 empty string.
5511
5512 * version.el (emacs-bzr-version): Doc fix.
5513 (emacs-bzr-version-dirstate): New function.
5514 (emacs-bzr-get-version): For lightweight checkouts, if the parent
5515 is local try and check that it matches the branch. If not, just
5516 use dirstate information. (Bug#12441)
5517
5518 2012-09-14 Juri Linkov <juri@jurta.org>
5519
5520 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
5521 (Bug#12399)
5522
5523 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
5526
5527 * emacs-lisp/edebug.el: Miscellaneous cleanup.
5528 Remove obsolete byte-compiler hack that tried to silence some warnings.
5529 (edebug-submit-bug-report): Remove.
5530 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
5531 Remove aliases, use the un-prefixed name instead.
5532 (edebug-pop-to-buffer): Consider other frames.
5533 (edebug-original-read):: Make it more obvious that it's always defined.
5534 (edebug--make-form-data-entry, edebug--form-data-name)
5535 (edebug--form-data-begin, edebug--form-data-end): Rename from the
5536 single-dashed name, and implement with cl-defstruct.
5537 (edebug-set-form-data-entry): Use the standard accessors.
5538 (edebug-make-top-form-data-entry): Use push.
5539 (edebug-no-match): Drop useless `funcall'.
5540 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
5541 to functions.
5542 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
5543 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
5544 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
5545 (easy-menu-define, with-custom-print): Remove redundant specs.
5546 (edebug-outside-overriding-local-map)
5547 (edebug-outside-overriding-terminal-local-map): Remove, unused.
5548 (edebug--display): Bind unread-command-events directly to nil rather
5549 than binding it to unread-command-events and later setting it to nil.
5550 (edebug--display): Kill edebug-eval-buffer here...
5551 (edebug--recursive-edit): ...rather than here.
5552 Bind standard-output and standard-input.
5553 (edebug-eval): Check cl-macroexpand-all is fboundp.
5554 (edebug-temp-display-freq-count): Fix last change.
5555
5556 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
5557 * subr.el (noreturn, 1value): Add `debug' spec.
5558 * emacs-lisp/advice.el: Require cl-lib.
5559 (ad-copy-tree): Remove, use copy-tree instead.
5560 (ad-dolist): Remove use dolist or cl-dolist instead.
5561 (ad-do-return): Remove, use cl-return instead.
5562 (defadvice): Add `debug' spec.
5563
5564 2012-09-13 Juri Linkov <juri@jurta.org>
5565
5566 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
5567 (Bug#12399)
5568
5569 2012-09-13 Glenn Morris <rgm@gnu.org>
5570
5571 * calc/calc.el (math-compose-expr):
5572 * calc/calc-ext.el (math-compose-expr):
5573 * progmodes/cc-defs.el (cl-macroexpand-all):
5574 * progmodes/cc-langs.el (delete-duplicates, mapcan)
5575 (cl-macroexpand-all): Update declarations.
5576
5577 * vc/vc.el: No need to require ediff.
5578 (ediff-load-version-control): Declare.
5579 (ediff-vc-internal): Fix declaration.
5580 (vc-version-ediff): Require ediff.
5581
5582 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5583
5584 Use a more backwards-compatible timer format (Bug#12430).
5585 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
5586 being right after USECS, as that better supports old code that
5587 inadvisedly looked directly at the timer vector.
5588
5589 2012-09-13 Kenichi Handa <handa@gnu.org>
5590
5591 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5592 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
5593 `coding-priority' property of these language environment.
5594
5595 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5596
5597 Fix glitches caused by addition of psec to timers (Bug#12430).
5598 * image.el (image-animate-timer):
5599 * time.el (display-time-world-timer):
5600 Use timer--function and timer--args rather than raw access to
5601 timer vector.
5602
5603 2012-09-13 Glenn Morris <rgm@gnu.org>
5604
5605 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5606 If not compiling a file, try using load-file-name.
5607
5608 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5609
5610 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
5611 Fix last change.
5612 (edebug-update-eval-list): Use `push'.
5613
5614 * emacs-lisp/edebug.el: Use lexical-binding.
5615 Remove the "edebug-" prefix from non-dynamically-scoped variables.
5616 Mark unused args with underscore.
5617 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
5618 (edebug-form-data): Use defvar-local.
5619 (edebug-make-before-and-after-form, edebug-make-after-form):
5620 Use backquote.
5621 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
5622 Not dynamically scoped any more.
5623 (edebug--enter-trace): Add arguments `function' and `args'.
5624 Rename from edebug-enter-trace.
5625 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
5626 (edebug--update-coverage): Add `after-index' and `value' args.
5627 Rename from edebug-update-coverage.
5628 (edebug-slow-after): Call it accordingly.
5629 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
5630 edebug-recursive-edit.
5631 (edebug--display): Call it accordingly. Add args `value',
5632 `offset-index', and `arg-mode'. Rename from edebug-display.
5633 (edebug-debugger, edebug): Call it accordingly.
5634 (edebug-eval-display-list): Use dolist.
5635
5636 2012-09-12 Juri Linkov <juri@jurta.org>
5637
5638 * info.el (Info-search): Don't check for isearch-mode and
5639 isearch-regexp before let-binding search-spaces-regexp to
5640 Info-search-whitespace-regexp.
5641 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
5642 search-whitespace-regexp if isearch-lax-whitespace or
5643 isearch-regexp-lax-whitespace is non-nil.
5644 (Info-mode): Don't set local variable search-whitespace-regexp.
5645 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
5646
5647 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5648
5649 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
5650 (debugger-env-macro): Remove support for unread-command-char.
5651
5652 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
5653 the temporary map re-appearing on emulation-mode-map-alists.
5654
5655 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
5656 since 22.1.
5657
5658 * ehelp.el (with-electric-help): Accept functions in
5659 electric-help-form-to-execute.
5660 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
5661 And replace unread-command-char -> unread-command-events.
5662
5663 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
5664
5665 Sync with Tramp 2.2.6.
5666
5667 * net/tramp.el (tramp-accept-process-output): Don't use
5668 JUST-THIS-ONE in the XEmacs case.
5669
5670 * net/trampver.el: Update release number.
5671
5672 2012-09-12 Martin Rudalics <rudalics@gmx.at>
5673
5674 * emacs-lisp/debug.el (debugger-previous-window-height):
5675 New variable.
5676 (debug): When debugger-jumping-flag is non-nil try to restore
5677 height of debugger window. (Bug#8789)
5678
5679 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
5682 overriding-local-map and pre/post-command-hook here.
5683 (edebug-recursive-edit): Do it here instead (bug#12345).
5684 (edebug-outside-unread-command-char): Remove all uses of
5685 unread-command-char.
5686
5687 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
5688 inhibit-debugger is bound instead.
5689
5690 2012-09-11 Bastien Guerry <bzg@gnu.org>
5691
5692 * subr.el (set-temporary-overlay-map): Add a docstring.
5693 (Bug#12346)
5694
5695 2012-09-11 Bastien Guerry <bzg@gnu.org>
5696
5697 * minibuffer.el (completion-table-subvert): Fix docstring.
5698 (Bug#12347)
5699
5700 2012-09-11 Bastien Guerry <bzg@gnu.org>
5701
5702 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
5703
5704 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
5705
5706 * progmodes/sql.el: Version 3.1
5707 (sql-db2-escape-newlines): New variable.
5708 (sql-escape-newlines-filter): Use it.
5709
5710 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
5711
5712 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
5713
5714 2012-09-10 Dan Nicolaescu <dann@gnu.org>
5715
5716 * vc/diff-mode.el (diff-mode-menu):
5717 Bind diff-remove-trailing-whitespace.
5718
5719 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5720
5721 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
5722 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
5723 (emacs-lisp-byte-code-mode): New functions.
5724 (eval-sexp-add-defvars): Don't skip defvars in column >0.
5725 (eval-defun-2): Remove bogus interactive spec.
5726 (lisp-indent-line): Remove redundant whole-exp code, now done in
5727 indent-according-to-mode.
5728 (save-match-data): Remove redundant indent data.
5729
5730 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
5731 Use `declare'.
5732
5733 2012-09-09 Juri Linkov <juri@jurta.org>
5734
5735 * replace.el (replace-regexp-lax-whitespace): New defcustom.
5736 (replace-lax-whitespace, query-replace-regexp)
5737 (query-replace-regexp-eval, replace-regexp): Doc fix.
5738 (perform-replace, replace-highlight): Let-bind
5739 isearch-lax-whitespace to replace-lax-whitespace and
5740 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
5741
5742 * isearch.el (isearch-query-replace): Let-bind
5743 replace-lax-whitespace to isearch-lax-whitespace and
5744 replace-regexp-lax-whitespace to
5745 isearch-regexp-lax-whitespace. (Bug#10885)
5746
5747 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5748
5749 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
5750
5751 2012-09-09 Alan Mackenzie <acm@muc.de>
5752
5753 * progmodes/cc-engine.el (c-state-cache-init):
5754 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
5755 (c-record-parse-state-state):
5756 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
5757
5758 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
5759
5760 * register.el (register-separator): Rename from
5761 separator-register. All uses changed. Doc fix.
5762 (register): Fix version.
5763
5764 2012-09-09 Chong Yidong <cyd@gnu.org>
5765
5766 * replace.el (query-replace-map): Bind four new symbols for
5767 requesting window scrolling.
5768
5769 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
5770 query-replace-map (Bug#8948).
5771
5772 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
5773
5774 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
5775 since they are now in query-replace-map.
5776
5777 * window.el (scroll-other-window-down): Make the arg optional.
5778
5779 2012-09-09 Chong Yidong <cyd@gnu.org>
5780
5781 * files.el (hack-local-variables-confirm): Use quit-window to kill
5782 the *Local Variables* buffer.
5783
5784 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5785
5786 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
5787 not just expect to be at its beginning. Adjust callees.
5788 Succeed when do-end block has no space before the pipe character.
5789 (ruby-brace-to-do-end): When the original block is one-liner,
5790 convert to multiline. Reindent the result.
5791
5792 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
5793
5794 * register.el (register): New group.
5795 (separator-register): New user option.
5796 (increment-register): Route it to `append-to-register', if
5797 register contains text. Implication is that `C-x r +' can now be
5798 used for appending to a text register (bug#12217).
5799 (append-to-register, prepend-to-register): Add separator based on
5800 `separator-register'.
5801
5802 2012-09-08 Alan Mackenzie <acm@muc.de>
5803
5804 AWK Mode: make auto-newline work when there's "==" in the pattern.
5805 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
5806 correctly.
5807 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
5808 Test more rigorously for "=" token.
5809
5810 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5811
5812 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
5813 Only fail when reached LIMIT.
5814
5815 2012-09-08 Chong Yidong <cyd@gnu.org>
5816
5817 * dired.el (dired-mode-map): Don't bind M-=.
5818
5819 * dired-aux.el (dired-diff): Use backup file as default.
5820
5821 2012-09-08 Drew Adams <drew.adams@oracle.com>
5822
5823 * subr.el (add-to-history): Fix delete usage (Bug#12314).
5824
5825 2012-09-08 Chong Yidong <cyd@gnu.org>
5826
5827 * subr.el (syntax-after, syntax-class): Doc fix.
5828
5829 2012-09-08 Martin Rudalics <rudalics@gmx.at>
5830
5831 * window.el (display-buffer-in-previous-window): New buffer
5832 display action function.
5833
5834 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
5835 (debugger-previous-window): New variable.
5836 (debug): Rewrite using display-buffer-in-previous-window,
5837 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
5838
5839 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5840
5841 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
5842
5843 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
5844
5845 * progmodes/python.el (python-shell-send-string):
5846 When default-directory is remote, create temp file on remote
5847 filesystem.
5848 (python-shell-send-file): When file is remote, pass local view of
5849 file paths to remote Python interpreter. (Bug#12340)
5850
5851 2012-09-07 Chong Yidong <cyd@gnu.org>
5852
5853 * window.el (switch-to-buffer): Doc fix (Bug#12181).
5854
5855 * files.el (after-find-file): Don't fail on a read-only buffer if
5856 require-final-newline is `visit' or `visit-save' (Bug#11156).
5857
5858 * subr.el (read-char-choice): Allow quitting via ESC ESC.
5859
5860 * userlock.el (ask-user-about-supersession-threat):
5861 Use read-char-choice (Bug#12093).
5862
5863 2012-09-07 Chong Yidong <cyd@gnu.org>
5864
5865 * subr.el (buffer-narrowed-p): New function.
5866
5867 * ses.el (ses-widen):
5868 * simple.el (count-words--buffer-message):
5869 * net/browse-url.el (browse-url-of-buffer): Use it.
5870
5871 * simple.el (count-words-region): Don't signal an error if there
5872 is a non-nil prefix arg and the mark is not set.
5873
5874 * help.el (describe-key-briefly): Allow the message to be seen
5875 when invoked from the minibuffer (Bug#7014).
5876
5877 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
5878
5879 * progmodes/ruby-mode.el (ruby-end-of-defun)
5880 (ruby-beginning-of-defun): Simplify, allow indentation before
5881 block beginning and end keywords.
5882 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
5883 (ruby-end-of-defun): Expect that the point is at the beginning of
5884 the defun.
5885
5886 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5887
5888 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
5889 (bug#12367).
5890 (cl--make-usage-args): Strip _ from argument names.
5891
5892 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5893
5894 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
5895 obsolete alias speedbar-key-map.
5896 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
5897 (vhdl-index-menu-init): Don't use obsolete variable
5898 font-lock-maximum-size.
5899
5900 2012-09-06 Chong Yidong <cyd@gnu.org>
5901
5902 * frame.el (window-system-version): Mark as obsolete.
5903
5904 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
5905 of obsolete variable speedbar-key-map.
5906
5907 2012-09-06 Juri Linkov <juri@jurta.org>
5908
5909 * replace.el (replace-lax-whitespace): New defcustom.
5910 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5911 (replace-string, replace-regexp): Mention it in docstrings.
5912 (perform-replace, replace-highlight): Let-bind
5913 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
5914 to the values of replace-lax-whitespace and regexp-flag.
5915 Don't let-bind search-whitespace-regexp. (Bug#10885)
5916
5917 * isearch.el (isearch-query-replace): Let-bind
5918 replace-lax-whitespace instead of let-binding
5919 replace-search-function and replace-re-search-function.
5920 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
5921 and isearch-regexp-lax-whitespace to lazy-highlight variables.
5922 (isearch-toggle-symbol): Set isearch-regexp to nil
5923 in isearch-word mode (like in isearch-toggle-word).
5924
5925 2012-09-06 Juri Linkov <juri@jurta.org>
5926
5927 * replace.el (replace-search-function)
5928 (replace-re-search-function): Set default values to nil.
5929 (perform-replace): Let-bind isearch-related variables based on
5930 replace-related values, call `isearch-search-fun' and let-bind
5931 the result to `search-function'. Remove code that sets
5932 `search-function' and `search-string' separately for
5933 `delimited-flag'.
5934 (replace-highlight): Add new argument `delimited-flag' and
5935 rename other arguments to the names used in `perform-replace'.
5936 Let-bind `isearch-word' to the argument `delimited-flag'.
5937 (Bug#10885, bug#10887)
5938
5939 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
5940
5941 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
5942 ruby-beginning-of-indent, simplify, allow all keywords to have
5943 indentation before them.
5944 (ruby-beginning-of-indent): Adjust for above. Search until the
5945 found point is not inside a string or comment.
5946 (ruby-font-lock-keywords): Allow symbols to start with "@"
5947 character, give them higher priority than variables.
5948 (ruby-syntax-propertize-function)
5949 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
5950 matchers. Expression expansions are not comments when inside a
5951 string, and there comment syntax status is irrelevant.
5952 (ruby-match-expression-expansion): New function. Check that
5953 expression expansion is inside a string, and it's not escaped.
5954 (ruby-font-lock-keywords): Use it.
5955
5956 2012-09-05 Martin Rudalics <rudalics@gmx.at>
5957
5958 * help.el (temp-buffer-max-height): New default value.
5959 (temp-buffer-resize-frames): New option.
5960 (resize-temp-buffer-window): Optionally resize frame.
5961
5962 * window.el (fit-frame-to-buffer-bottom-margin): New option.
5963 (fit-frame-to-buffer): New function.
5964
5965 2012-09-05 Glenn Morris <rgm@gnu.org>
5966
5967 * emulation/cua-rect.el (cua--init-rectangles):
5968 * textmodes/picture.el (picture-mode-map):
5969 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
5970 like forward-char and backward-char. (Bug#12317)
5971
5972 2012-09-05 Leo Liu <sdl.web@gmail.com>
5973
5974 * progmodes/flymake.el (flymake-warning-re): New variable.
5975 (flymake-parse-line): Use it.
5976
5977 2012-09-05 Glenn Morris <rgm@gnu.org>
5978
5979 * calendar/holidays.el (holiday-christian-holidays):
5980 Rename an entry. (Bug#12289)
5981
5982 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
5983
5984 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
5985 (bug#12222).
5986
5987 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5988
5989 * loadup.el: Load macroexp. Remove hack.
5990 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
5991 (macroexp--expand-all): Use it to get better warnings.
5992 (macroexp--backtrace, macroexp--trim-backtrace-frame)
5993 (internal-macroexpand-for-load): New functions.
5994 (macroexp--pending-eager-loads): New var.
5995 (emacs-startup-hook): New hack to replace one in loadup.el.
5996 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
5997 (cl--compiler-macro-cXXr): Move to top, before they can be used.
5998 (cl-psetf): Simplify.
5999 (cl-defstruct): Add indent rule.
6000
6001 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
6002
6003 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
6004 over `user-mail-address' for the SMTP MAIL FROM envelope.
6005 (smtpmail-via-smtp): Ditto.
6006
6007 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
6008
6009 * progmodes/ruby-mode.el: Clean up keybindings.
6010 (ruby-mode-map): Don't bind ruby-electric-brace,
6011 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
6012 backward-kill-word, reindent-then-newline-and-indent.
6013 (ruby-mark-defun): Remove.
6014 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
6015 (ruby-mode): Set local beginning-of-defun-function and
6016 end-of-defun-function values.
6017
6018 2012-09-03 Martin Rudalics <rudalics@gmx.at>
6019
6020 * window.el (temp-buffer-window-setup-hook)
6021 (temp-buffer-window-show-hook): New hooks.
6022 (temp-buffer-window-setup, temp-buffer-window-show)
6023 (with-temp-buffer-window): New functions.
6024 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
6025 (special-display-popup-frame): Make sure the window used shows BUFFER.
6026
6027 * help.el (temp-buffer-resize-mode): Fix doc-string.
6028 (resize-temp-buffer-window): New optional argument WINDOW.
6029
6030 * files.el (recover-file, save-buffers-kill-emacs):
6031 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
6032
6033 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
6034
6035 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
6036 remote definition of `default-directory', ensure we can connect.
6037
6038 2012-09-02 Juri Linkov <juri@jurta.org>
6039
6040 Toggle whitespace matching mode with M-s SPC.
6041 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
6042
6043 * isearch.el (search-whitespace-regexp): Doc fix.
6044 Remove cons cell customization.
6045 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
6046 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
6047 New variables.
6048 (isearch-forward, isearch-forward-regexp): Doc fix.
6049 (isearch-toggle-lax-whitespace): New command.
6050 (search-forward-lax-whitespace, search-backward-lax-whitespace)
6051 (re-search-forward-lax-whitespace)
6052 (re-search-backward-lax-whitespace): New functions.
6053 (isearch-whitespace-regexp): Remove function.
6054 (isearch-query-replace): Let-bind replace-search-function and
6055 replace-re-search-function.
6056 (isearch-occur): Let-bind search-spaces-regexp according to the
6057 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
6058 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
6059 condition for C-q SPC.
6060 (isearch-search-fun-default): Use new functions mentioned above.
6061 (isearch-search-forward, isearch-search-backward): Remove functions.
6062 (isearch-search): Don't let-bind search-spaces-regexp.
6063 (isearch-lazy-highlight-space-regexp): Remove variable.
6064 (isearch-lazy-highlight-lax-whitespace)
6065 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
6066 (isearch-lazy-highlight-new-loop): Use them.
6067 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
6068
6069 2012-09-02 Chong Yidong <cyd@gnu.org>
6070
6071 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
6072
6073 2012-09-02 Glenn Morris <rgm@gnu.org>
6074
6075 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
6076
6077 2012-09-01 Glenn Morris <rgm@gnu.org>
6078
6079 * term.el: Tidy up menu definitions.
6080 (term-mode-map): Use easymenu for In/Out, Complete menus.
6081 (term-pager-break-map): Initialize in the defvar.
6082 (term-terminal-menu, term-signals-menu): Define with easymenu.
6083 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
6084 (term-pager-menu): New, extracted from term-process-pager.
6085 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
6086 (term-update-mode-line): Propertize line/char and page items.
6087 (term-process-pager): Move keymap initialization elsewhere.
6088
6089 2012-09-01 Martin Rudalics <rudalics@gmx.at>
6090
6091 * window.el (switch-to-prev-buffer): Handle additional values of
6092 BURY-OR-KILL argument. Don't switch in minibuffer window.
6093 (switch-to-next-buffer): Don't switch in minibuffer window.
6094 (quit-restore-window): New function based on quit-window.
6095 Handle additional values of former KILL argument.
6096 (quit-window): Call quit-restore-window with appropriate
6097 interpretation of KILL argument.
6098 (display-buffer-below-selected): New buffer display action
6099 function.
6100
6101 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6102
6103 * minibuffer.el (completion-at-point-functions): Complete docstring
6104 (bug#12254).
6105
6106 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
6107
6108 Better seed support for (random).
6109 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
6110 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
6111 * play/mpuz.el, play/tetris.el, play/zone.el:
6112 * calc/calc-comb.el (math-init-random-base):
6113 * play/blackbox.el (bb-init-board):
6114 * play/life.el (life):
6115 * server.el (server-use-tcp):
6116 * type-break.el (type-break):
6117 Remove unnecessary call to (random t).
6118 * net/sasl.el (sasl-unique-id-function):
6119 Change (random t) to (random), now that the latter is more random.
6120 * play/life.el (life-initialized): Remove no-longer-needed var.
6121
6122 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
6123
6124 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6125 Consider frame's buffer predicate when choosing the buffer.
6126 (Bug#12081)
6127
6128 2012-08-30 Richard Stallman <rms@gnu.org>
6129
6130 * simple.el (special-mode-map): Delete binding for `z'.
6131
6132 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
6133
6134 * progmodes/compile.el (compilation-always-kill): Doc fix.
6135
6136 2012-08-30 Chong Yidong <cyd@gnu.org>
6137
6138 * window.el (display-buffer-reuse-frames): Make the obsolescence
6139 message more informative.
6140
6141 2012-08-30 Glenn Morris <rgm@gnu.org>
6142
6143 * paren.el (show-paren-delay):
6144 Add a :set function. Doc fix. (Bug#12297)
6145
6146 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
6147
6148 * progmodes/compile.el (compilation-always-kill): New var.
6149 (compilation-start): Use it.
6150
6151 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6152
6153 * simple.el (read-only-mode): Move from files.el for bootstrapping.
6154 * files.el (read-only-mode): Move to simple.el.
6155
6156 * files.el (read-only-mode): New minor mode.
6157 (toggle-read-only): Use it and mark obsolete.
6158 (find-file--read-only):
6159 * vc/vc.el (vc-next-action, vc-checkout):
6160 * vc/vc-cvs.el (vc-cvs-checkout):
6161 * obsolete/vc-mcvs.el (vc-mcvs-update):
6162 * ffap.el (ffap--toggle-read-only): Update callers.
6163
6164 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
6165
6166 * eshell/esh-ext.el (eshell-external-command): Do not examine
6167 remote shell scripts.
6168 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
6169
6170 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
6171 "/usr/local/sbin".
6172
6173 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6174
6175 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
6176
6177 2012-08-28 Leo Liu <sdl.web@gmail.com>
6178
6179 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
6180 completion-at-point. (Bug#12220)
6181
6182 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
6183
6184 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
6185
6186 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
6189 be buffer-local; add delete-trailing-whitespace (bug#12259).
6190
6191 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
6192
6193 * progmodes/hideif.el (hif-compress-define-list):
6194 Fix typo. (Bug#11951)
6195
6196 2012-08-28 Dan Nicolaescu <dann@gnu.org>
6197
6198 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
6199 buffer local setting.
6200
6201 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
6202 rcirc-encode-coding-system.
6203
6204 2012-08-28 Leo Liu <sdl.web@gmail.com>
6205
6206 * net/rcirc.el (rcirc-split-message): New function.
6207 (rcirc-send-message): Use it. (Bug#12051)
6208
6209 2012-08-28 Juri Linkov <juri@jurta.org>
6210
6211 * info.el (Info-fontify-node): Hide empty lines at the end of
6212 the node. (Bug#12272)
6213
6214 2012-08-27 Drew Adams <drew.adams@oracle.com>
6215
6216 * dired.el (dired-pop-to-buffer): Make window start at beginning
6217 of buffer (Bug#12281).
6218
6219 2012-08-26 Chong Yidong <cyd@gnu.org>
6220
6221 * window.el (special-display-regexps, special-display-frame-alist)
6222 (special-display-buffer-names, special-display-function)
6223 (display-buffer-reuse-frames): Mark as obsolete.
6224
6225 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
6226
6227 * help.el (help-print-return-message): Don't treat
6228 display-buffer-reuse-frames specially.
6229
6230 2012-08-26 Chong Yidong <cyd@gnu.org>
6231
6232 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6233 New variable, replacing gdb-frame-parameters.
6234 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
6235 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
6236 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
6237 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
6238 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
6239 the functions directly with gdb-display-buffer-other-frame-action.
6240 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
6241 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
6242 (gdb-display-stack-buffer, gdb-display-locals-buffer)
6243 (gdb-display-registers-buffer): Define directly.
6244 (def-gdb-display-buffer): Macro deleted.
6245 (gdb-display-buffer): Remove second and third args, callers don't
6246 use them. Defer to the default display-buffer behavior, apart
6247 from making windows dedicated.
6248 (gdb-setup-windows): Don't call display-buffer unnecessarily.
6249
6250 * progmodes/gud.el (gud-display-line): Just use display-buffer.
6251
6252 * window.el (display-buffer-pop-up-frame): Handle a
6253 pop-up-frame-parameters alist entry.
6254 (display-buffer): Document it.
6255
6256 2012-08-26 Chong Yidong <cyd@gnu.org>
6257
6258 * isearch.el (search-whitespace-regexp): Make string and nil
6259 values apply to both ordinary and regexp search. Allow a cons
6260 cell value to distinguish between the two.
6261 (isearch-whitespace-regexp, isearch-search-forward)
6262 (isearch-search-backward): New functions.
6263 (isearch-occur, isearch-search-fun-default, isearch-search)
6264 (isearch-lazy-highlight-new-loop): Use them.
6265 (isearch-forward, isearch-forward-regexp): Doc fix.
6266
6267 2012-08-26 Chong Yidong <cyd@gnu.org>
6268
6269 * faces.el (help-argument-name): Always inherit from italic
6270 (Bug#12213).
6271
6272 2012-08-25 Martin Rudalics <rudalics@gmx.at>
6273
6274 * window.el (window--even-window-heights): Even heights when
6275 WINDOW and the selected window form a vertical combination.
6276 (display-buffer-use-some-window): Provide that window used gets
6277 sized back by quit-window. (Bug#11880) and (Bug#12091)
6278
6279 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6280
6281 Fix file time stamp problem with bzr and CVS (Bug#12001).
6282 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
6283 in the file's time stamp, since the version control system loses
6284 that information.
6285
6286 2012-08-22 Juri Linkov <juri@jurta.org>
6287
6288 * info.el (Info-fontify-node): Hide the suffix of the
6289 Info file name in the header line. (Bug#12187)
6290
6291 2012-08-22 Glenn Morris <rgm@gnu.org>
6292
6293 * calendar/cal-tex.el (cal-tex-weekly-common):
6294 Restore leading blank page.
6295
6296 2012-08-22 Le Wang <l26wang@gmail.com>
6297
6298 * misc.el (forward-to-word, backward-to-word): Activate or extend
6299 the region under `shift-select-mode'. (Bug#12231)
6300
6301 2012-08-22 Bastien Guerry <bzg@gnu.org>
6302
6303 * progmodes/executable.el (executable-prefix): Set to "#!" instead
6304 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
6305 gives details on why the space is never needed.
6306
6307 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6308
6309 * window.el (walk-window-tree, window-with-parameter):
6310 New optional argument MINIBUF to control whether these functions
6311 should run on the minibuffer window.
6312 (window-at-side-list): Don't operate on minibuffer window.
6313 (window-in-direction): Simplify and rewrite doc-string.
6314 (window--size-ignore): Rename to window--size-ignore-p.
6315 Update callers.
6316 (display-buffer-in-atom-window, window--major-non-side-window)
6317 (window--major-side-window, display-buffer-in-major-side-window)
6318 (delete-side-window, display-buffer-in-side-window):
6319 New functions.
6320 (window--side-check, window-deletable-p, delete-window)
6321 (delete-other-windows, split-window): Handle side windows and
6322 atomic windows appropriately.
6323 (window--display-buffer): Call display-buffer-record-window also
6324 when the window buffer did not change.
6325
6326 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
6327
6328 * help-fns.el (help-fns--key-bindings):
6329 Abbreviate non-symbol remap targets. (Bug#12174)
6330
6331 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6332
6333 * dired.el (dired-mark-remembered): Don't clobber point.
6334 (Bug#11795)
6335
6336 2012-08-22 Glenn Morris <rgm@gnu.org>
6337
6338 * progmodes/bug-reference.el (bug-reference): New custom group.
6339 (bug-reference-bug-regexp): Make it a defcustom.
6340
6341 2012-08-22 Daiki Ueno <ueno@unixuser.org>
6342
6343 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
6344 (js-paren-indent-offset, js-square-indent-offset)
6345 (js-curly-indent-offset): Add :safe (Bug#12257).
6346
6347 2012-08-22 Edward O'Connor <hober0@gmail.com>
6348
6349 * json.el (json-key-format): Add error properties.
6350 (json-encode-key): New function.
6351 (json-encode-hash-table, json-encode-alist, json-encode-plist):
6352 Use json-encode-key.
6353
6354 2012-08-22 Glenn Morris <rgm@gnu.org>
6355
6356 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
6357 (cal-tex-leftday, cal-tex-rightday): Remove functions.
6358 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
6359 Update for above change.
6360
6361 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
6362
6363 * cus-face.el (custom-face-attributes): Fix customize type for the
6364 :underline attribute. (Bug#11805)
6365
6366 2012-08-21 Martin Rudalics <rudalics@gmx.at>
6367
6368 * window.el (window-point-1, set-window-point-1): Remove.
6369 (window-in-direction, record-window-buffer)
6370 (set-window-buffer-start-and-point, split-window-below)
6371 (window--state-get-1, display-buffer-record-window):
6372 Replace calls to window-point-1 and set-window-point-1 by calls to
6373 window-point and set-window-point respectively.
6374
6375 2012-08-21 Glenn Morris <rgm@gnu.org>
6376
6377 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
6378 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
6379 Use it.
6380
6381 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
6382 (cal-tex-shortday): New function.
6383 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
6384 (cal-tex-cursor-filofax-daily): Use the above.
6385
6386 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
6387 New functions.
6388 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6389 (cal-tex-cursor-filofax-week): Use them.
6390
6391 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
6392 New constants.
6393 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6394 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
6395
6396 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
6397 (cal-tex-end-document): Don't rely on buffer name.
6398
6399 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
6400 Use cal-tex-vspace.
6401 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
6402 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
6403 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
6404 Use cal-tex-arg.
6405
6406 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
6407 (cal-tex-cursor-week, cal-tex-cursor-week2)
6408 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
6409 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6410 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
6411 (cal-tex-insert-preamble, cal-tex-b-document)
6412 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
6413 Improve cal-tex-cmd usage.
6414
6415 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
6416 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
6417 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
6418 (cal-tex-weekly-paper): New function.
6419 (cal-tex-cursor-week, cal-tex-cursor-week2)
6420 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6421 (cal-tex-cursor-day): Use it.
6422
6423 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
6424 (cal-tex-cursor-filofax-week): Remove leading blank page.
6425
6426 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6427 Add autoload cookie. For now at least, don't use color, since
6428 no other cal-tex function does.
6429
6430 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
6431 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6432 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
6433
6434 2012-08-21 Juri Linkov <juri@jurta.org>
6435
6436 * info.el (Info-file-attributes): New variable.
6437 (info-insert-file-contents): Add file attributes to
6438 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
6439 `Info-toc-nodes' when previous modtime of the Info file is less
6440 than new modtime.
6441 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
6442 of info.el. (Bug#12230)
6443
6444 2012-08-20 Glenn Morris <rgm@gnu.org>
6445
6446 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
6447 * calendar/holidays.el (calendar-holiday-list):
6448 Report errors with display-warning rather than beep'n'sleep.
6449
6450 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
6451
6452 * net/tramp.el (tramp-accept-process-output): Accept only output
6453 from PROC. Otherwise, process filters and sentinels might be
6454 confused. (Bug#12145)
6455
6456 2012-08-20 Chong Yidong <cyd@gnu.org>
6457
6458 * descr-text.el (describe-text-properties-1): Use overlays-in to
6459 report on empty overlays (Bug#3322).
6460
6461 2012-08-20 Glenn Morris <rgm@gnu.org>
6462
6463 * mail/rmailout.el (rmail-output-read-file-name):
6464 Trap and report errors in rmail-output-file-alist elements.
6465
6466 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
6467 since most non-font-lock faces are not also variables).
6468
6469 2012-08-20 Edward Reingold <reingold@iit.edu>
6470
6471 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6472 New function. (Bug12160)
6473
6474 2012-08-19 Glenn Morris <rgm@gnu.org>
6475
6476 * mail/rmailout.el (rmail-output-read-file-name):
6477 Fix previous change (when the alist is nil or does not match).
6478
6479 2012-08-19 Chong Yidong <cyd@gnu.org>
6480
6481 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
6482 (Bug#12228).
6483
6484 2012-08-18 Chong Yidong <cyd@gnu.org>
6485
6486 * simple.el (yank-handled-properties): New defcustom.
6487 (yank-excluded-properties): Add font-lock-face and category.
6488 (yank): Doc fix.
6489
6490 * subr.el (remove-yank-excluded-properties):
6491 Obey yank-handled-properties. The special handling of font-lock-face
6492 and category is now done this way, instead of being hard-coded.
6493 (insert-for-yank-1): Remove font-lock-face handling.
6494 (yank-handle-font-lock-face-property)
6495 (yank-handle-category-property): New function.
6496
6497 2012-08-17 Glenn Morris <rgm@gnu.org>
6498
6499 * mail/rmailout.el (rmail-output-read-file-name):
6500 Check rmail-output-file-alist against the full message body
6501 in the correct rmail buffer. (Bug#12214)
6502
6503 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
6504
6505 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6506 Eliminate superfluous prompt. (Bug#12203)
6507
6508 2012-08-17 Chong Yidong <cyd@gnu.org>
6509
6510 * mouse.el (mouse-appearance-menu): If x-select-font returns a
6511 font spec, set the font directly (Bug#3228).
6512
6513 2012-08-17 Martin Rudalics <rudalics@gmx.at>
6514
6515 * window.el (delete-window): Fix last fix.
6516
6517 2012-08-16 Martin Rudalics <rudalics@gmx.at>
6518
6519 * window.el (window-valid-p): Move to window.c.
6520 (window-child, window-child-count, window-last-child)
6521 (window-normalize-window, window-combined-p)
6522 (window-combinations, window-atom-root, window-min-size)
6523 (window-sizable, window-sizable-p, window-size-fixed-p)
6524 (window-min-delta, window-max-delta, window--resizable)
6525 (window--resizable-p, window-resizable, window-total-size)
6526 (window-full-height-p, window-full-width-p, window-body-size)
6527 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
6528 (minimize-window, window-deletable-p, delete-window)
6529 (delete-other-windows, set-window-buffer-start-and-point)
6530 (next-buffer, previous-buffer, split-window, balance-windows-2)
6531 (set-window-text-height, window-buffer-height)
6532 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
6533 (truncated-partial-width-window-p): Minor code adjustments.
6534 In doc-strings state whether the argument window has to denote a
6535 live, valid or any window.
6536
6537 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
6538
6539 * progmodes/subword.el (subword-forward-function)
6540 (subword-backward-function, subword-forward-regexp)
6541 (subword-backward-regexp): New variables.
6542 (subword-forward, subword-forward-internal, subword-backward-internal):
6543 Use new variables, eg so that different "word" definitions
6544 can be easily used. (Bug#11411)
6545
6546 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6547
6548 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
6549 for composite selectors.
6550 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
6551 operation just because we can't find a previous revision.
6552
6553 2012-08-15 Chong Yidong <cyd@gnu.org>
6554
6555 * frame.el (set-frame-font): Accept font objects.
6556
6557 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6558
6559 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
6560
6561 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
6562
6563 * man.el (Man-overstrike-face, Man-underline-face)
6564 (Man-reverse-face): Remove variables.
6565 (Man-overstrike, Man-underline, Man-reverse): New faces.
6566 (Man-fontify-manpage): Use them instead of the variables.
6567 (Man-cleanup-manpage): Comment change.
6568 (Man-ansi-color-map): New variable.
6569 (Man-fontify-manpage): Use it.
6570 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
6571
6572 Implement ANSI SGR parameters 22-27 (bug#12146).
6573 * ansi-color.el (ansi-colors): Doc fix.
6574 (ansi-color-context, ansi-color-context-region): Doc fix.
6575 (ansi-color--find-face): New function.
6576 (ansi-color-apply, ansi-color-apply-on-region): Use it.
6577 Rename the local variable `face' to `codes' since it is now a list of
6578 ansi codes. Doc fix.
6579 (ansi-color-get-face): Remove.
6580 (ansi-color-parse-sequence): New function, derived from
6581 ansi-color-get-face.
6582 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
6583 codes 22-27.
6584
6585 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * subr.el (read-passwd): Allow use from a minibuffer.
6588
6589 2012-08-14 Eli Zaretskii <eliz@gnu.org>
6590
6591 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
6592 inside comments and strings as identifiers.
6593
6594 * progmodes/gud.el (gud-tooltip-print-command): Quote the
6595 expression to evaluate. This allows to evaluate expressions with
6596 embedded whitespace.
6597 (gud-tooltip-tips): Add a blank before the newline in the
6598 message-box text, for the benefit of message-box emulation on
6599 MS-Windows.
6600
6601 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
6602 messages from GDB, pop them up in a tooltip to give feedback to
6603 user.
6604 (gdb-tooltip-print-1): Quote the expression to evaluate.
6605 This allows to evaluate expressions with embedded whitespace.
6606 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
6607 if the TTY name is nil or empty (which happens when communicating
6608 with the inferior via pipes, e.g. on MS-Windows).
6609 (gdb-internals): If GDB sends a "&\n" empty debugging message,
6610 don't send that to the GUD buffer.
6611
6612 2012-08-14 Glenn Morris <rgm@gnu.org>
6613
6614 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
6615 Optimize away setq-default with no args, as for setq. (Bug#12195)
6616
6617 2012-08-14 Chong Yidong <cyd@gnu.org>
6618
6619 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
6620
6621 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
6622 (Bug#12085).
6623
6624 2012-08-14 Glenn Morris <rgm@gnu.org>
6625
6626 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
6627
6628 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
6629
6630 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
6631 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6632 Use cached shell name.
6633
6634 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6635
6636 * progmodes/python.el (python-shell-send-string):
6637 (python-shell-send-setup-code): Do not use `format' with `message'.
6638
6639 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
6640
6641 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
6642 (ruby-percent-literal-beg-re): New constant.
6643 (ruby-syntax-general-delimiters-goto-beg): Rename to
6644 `ruby-syntax-enclosing-percent-literal', improve literal type check.
6645 (ruby-syntax-propertize-general-delimiters): Rename to
6646 `ruby-syntax-propertize-percent-literal', it's a shorter and more
6647 popular term. Adjust comments everywhere.
6648 (ruby-syntax-propertize-percent-literal): Only propertize when not
6649 inside a simple string or comment. When the literal is unclosed,
6650 leave the text after it unpropertized.
6651 (ruby-syntax-methods-before-regexp): New constant.
6652 (ruby-syntax-propertize-function): Use it to recognize regexps.
6653 Don't look at the text after regexp, just use the whitelist.
6654
6655 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
6656
6657 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
6658 non-nil always load the compiled file if it exists. (Bug#12197)
6659
6660 2012-08-14 Chong Yidong <cyd@gnu.org>
6661
6662 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
6663 (hi-lock-set-pattern): When deciding whether to use font lock or
6664 overlays, look at font-lock-mode instead of font-lock-fontified
6665 (Bug#12168).
6666 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
6667 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
6668
6669 2012-08-14 Daiki Ueno <ueno@unixuser.org>
6670
6671 * subr.el (internal--after-with-selected-window): Fix typo
6672 (Bug#12193).
6673
6674 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6675
6676 Use `completion-table-dynamic' for completion functions.
6677 * progmodes/python.el
6678 (python-shell-completion--do-completion-at-point)
6679 (python-shell-completion--get-completions):
6680 Remove functions.
6681 (python-shell-completion-complete-at-point): New function.
6682 (python-completion-complete-at-point): Use it.
6683
6684 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
6685
6686 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
6687 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
6688
6689 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6690
6691 * subr.el (function-get): Refine `autoload' arg so it can also
6692 autoload functions for gv.el (bug#12191).
6693 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
6694 autoloads macros.
6695
6696 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
6697 Prefer pcase-let over destructuring-bind.
6698 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
6699 Also, remove whitespace as we go, rather than after accumulating the
6700 various places.
6701
6702 * subr.el (internal--before-with-selected-window)
6703 (internal--after-with-selected-window): Fix typo seleted->selected.
6704 (with-selected-window): Adjust callers.
6705 Reported by Dmitry Gutov <dgutov@yandex.ru>.
6706
6707 2012-08-13 Bastien Guerry <bzg@gnu.org>
6708
6709 * window.el (special-display-popup-frame): Minor docstring
6710 enhancement. (Bug#12172)
6711
6712 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
6713
6714 * tar-mode.el (tar-header-data-end): Only ignore size for files of
6715 type 1-6.
6716 (tar-header-block-summarize, tar-get-descriptor): Handle pax
6717 extended headers.
6718
6719 * files.el (hack-local-variables-filter): Remove useless eval.
6720
6721 2012-08-13 Martin Rudalics <rudalics@gmx.at>
6722
6723 * subr.el (with-selected-window): Fix last change.
6724
6725 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6726
6727 * subr.el (internal--before-with-seleted-window)
6728 (internal--after-with-seleted-window): New functions.
6729 (with-selected-window): Use them, to replace dependency on
6730 tty-top-frame.
6731
6732 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
6733
6734 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
6735 binding for `newline'.
6736 (ruby-move-to-block): When moving backward, stop at block opening,
6737 not indentation.
6738 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
6739 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
6740 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6741 `ruby-toggle-block'.
6742
6743 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6744
6745 * ibuffer.el (ibuffer-do-toggle-read-only):
6746 * dired.el (dired-toggle-read-only):
6747 * buff-menu.el (Buffer-menu-toggle-read-only):
6748 * bindings.el (mode-line-toggle-read-only):
6749 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
6750
6751 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
6752
6753 * descr-text.el (describe-char): Put the overlays over the
6754 "displayed as" character.
6755
6756 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
6757
6758 * calc/calc-units.el (math-default-units-table): Give an
6759 initial value.
6760 (math-put-default-units): Add options to put composite units and
6761 unit systems in the default units table.
6762 (calc-convert-units): Send composite units to
6763 `math-put-default-units' when appropriate.
6764
6765 2012-08-11 Glenn Morris <rgm@gnu.org>
6766
6767 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
6768
6769 * tutorial.el (help-with-tutorial):
6770 * emacs-lisp/copyright.el (copyright-update-directory):
6771 * emacs-lisp/autoload.el (autoload-find-generated-file)
6772 (autoload-find-file): Disable local eval: (for insurance).
6773
6774 * files.el (hack-local-variables-filter): If an eval: form is not
6775 known to be safe, and enable-local-variables is :safe, then ignore
6776 the form totally, as is done for non-eval forms. (Bug#12155)
6777 This is CVE-2012-3479.
6778
6779 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6780
6781 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
6782 (rx-form): Simplify.
6783
6784 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
6785
6786 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
6787 ?, _, and : are symbol constituents, ! is not (but kinda should be).
6788 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
6789 (ruby-syntax-propertize-function): Adjust for changes in
6790 `ruby-syntax-propertize-heredoc'.
6791
6792 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
6793
6794 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
6795 binding (use `M-;' instead).
6796 (ruby-singleton-class-p): New function.
6797 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
6798
6799 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
6802
6803 2012-08-10 Chong Yidong <cyd@gnu.org>
6804
6805 * progmodes/python.el (python-shell-get-process-name): Don't mess
6806 with same-window-buffer-names.
6807
6808 * eshell/eshell.el (eshell-add-to-window-buffer-names)
6809 (eshell-remove-from-window-buffer-names): Make obsolete.
6810 (eshell-buffer-name, eshell-unload-hook): Don't use them.
6811 (eshell): Just use pop-to-buffer-same-window instead.
6812
6813 2012-08-10 Chong Yidong <cyd@gnu.org>
6814
6815 * bindings.el: Bind M-= back to count-words-region.
6816
6817 * simple.el (count-words-region): Accept a prefix arg for acting
6818 on the entire buffer.
6819 (count-words--buffer-message): New helper function.
6820
6821 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6822
6823 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
6824 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
6825 (event-start, event-end): Use posn-at-point to return a more
6826 informative posn.
6827 (posnp): New function.
6828 * mouse.el (popup-menu-normalize-position): Use it.
6829
6830 2012-08-10 Masatake YAMATO <yamato@redhat.com>
6831
6832 * mouse.el (popup-menu-normalize-position): New function.
6833 (popup-menu): Use `popup-menu-normalize-position' to normalize
6834 the form for POSITION argument.
6835
6836 * term/x-win.el (x-menu-bar-open):
6837 Use the value returend from (posn-at-point) as position
6838 passed to `popup-menu'.
6839
6840 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6841
6842 * calc/calccomp.el (math-compose-expr): Add extra argument
6843 indicating that parentheses should be put around products in
6844 denominators. Give multiplication precedence over division during
6845 composition.
6846
6847 2012-08-09 Chong Yidong <cyd@gnu.org>
6848
6849 * man.el (Man-switches, Man-sed-command, Man-awk-command)
6850 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
6851 (Man-untabify-command, manual-program): Convert to defcustom
6852 (Bug#10429).
6853
6854 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
6855
6856 * descr-text.el (describe-char): Don't insert extra newlines
6857 (Bug#10127).
6858
6859 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
6860 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
6861
6862 * align.el (align-region): Delete temporary markers (Bug#10047).
6863 Plus some code cleanups.
6864
6865 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
6866
6867 * progmodes/python.el (python-pdbtrack-tracked-buffer)
6868 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
6869 (python-shell-internal-last-output): Use make-local-variable
6870 instead of make-variable-buffer-local.
6871
6872 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
6873
6874 * progmodes/python.el: Enhancements to forward-sexp.
6875 (python-nav-forward-sexp): Rename from
6876 python-nav-forward-sexp-function.
6877 (python-nav--forward-sexp, python-nav--backward-sexp):
6878 New functions.
6879
6880 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6881
6882 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
6883 modes and simplification modes.
6884
6885 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * delsel.el (delete-selection-pre-hook): Don't propagate the
6888 file-supersession signals (bug#12161).
6889
6890 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
6893 (cl-map-extents): Add compatibility aliases (bug#12135).
6894
6895 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
6896
6897 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
6898 tests by `ignore-error'.
6899 (tramp-find-shell): Open also a new shell, when cache is already
6900 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
6901
6902 2012-08-08 Juri Linkov <juri@jurta.org>
6903
6904 * bookmark.el: Add `defaults' property to the bookmark record.
6905 (bookmark-current-buffer): Doc fix.
6906 (bookmark-make-record): Add `defaults' property with default values
6907 to the bookmark record.
6908 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
6909 with `bookmark-insert-current-bookmark'.
6910 (bookmark-set): Get `defaults' property from the bookmark record
6911 and use it in `read-from-minibuffer'.
6912 (bookmark-insert-current-bookmark): Remove function.
6913
6914 * info.el (Info-bookmark-make-record): Add `defaults' property
6915 with values of canonical Info node name, the current Info file
6916 name and the current Info node name. (Bug#12107)
6917
6918 2012-08-08 Juri Linkov <juri@jurta.org>
6919
6920 * files.el (basic-save-buffer): Use `buffer-name' as the default
6921 of `read-file-name' when buffer is not visiting a file (bug#12128).
6922
6923 2012-08-08 Juri Linkov <juri@jurta.org>
6924
6925 * info.el (Info-isearch-search): Doc fix.
6926 (Info-search): Change search-failed message from "initial node" to
6927 "end of node" (bug#12078).
6928 (Info-isearch-search): Change `isearch-string-state' to
6929 `isearch--state-string'.
6930
6931 2012-08-08 Glenn Morris <rgm@gnu.org>
6932
6933 * language/persian.el: Remove file.
6934 * language/misc-lang.el: Move unique part of persian.el here.
6935 * loadup.el: Remove language/persian.
6936
6937 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
6938
6939 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
6940
6941 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
6942
6943 * progmodes/python.el: Fix defsubst warning.
6944 (python-syntax-context) Rename from python-info-ppss-context.
6945 (python-syntax-context-type): Rename from
6946 python-info-ppss-context-type.
6947 (python-syntax-comment-or-string-p): Rename from
6948 python-info-ppss-comment-or-string-p.
6949
6950 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
6951
6952 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
6953
6954 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
6955
6956 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
6957 a defcustom that is quoted with backquote.
6958
6959 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
6960 Fix handling of interactive spec when the body uses return.
6961 (math-do-arg-check, math-define-function-body): Use backquote forms.
6962 * calc/calc-ext.el (math-defcache): Likewise.
6963 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
6964 * allout.el (allout-new-exposure): Likewise.
6965 * calc/calcalg2.el (math-tracing-integral): Likewise.
6966 * info.el (Info-last-menu-item): Likewise.
6967 * emulation/vip.el (vip-loop): Likewise.
6968 * textmodes/artist.el (artist-funcall): Likewise.
6969 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
6970 Construct menu-item directly.
6971
6972 * progmodes/autoconf.el (font-lock-syntactic-keywords):
6973 Don't declare.
6974
6975 2012-08-07 Chong Yidong <cyd@gnu.org>
6976
6977 * simple.el (deactivate-mark): Preserve text properties when
6978 saving the primary selection (Bug#8384).
6979
6980 2012-08-07 Kevin Ryde <user42@zip.com.au>
6981
6982 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
6983 (woman-parse-numeric-value): On a bad .IP line, issue a warning
6984 and continue processing (Bug#12110).
6985
6986 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
6987
6988 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
6989 syntax-propertize-function (bug#10095).
6990
6991 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
6992
6993 * help-fns.el (help-fns--key-bindings, help-fns--signature)
6994 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
6995 describe-function-1.
6996 (describe-function-1): Use them. Move compiler macro after sig.
6997 (help-fns--compiler-macro): Use function-get. Assume we're already in
6998 standard-output. Adjust layout to new call order.
6999
7000 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
7001 re-binding a symbol that has a symbol-macro (bug#12119).
7002
7003 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
7004
7005 * language/persian.el: New file. (Bug#11812)
7006 * loadup.el: Add language/persian.el.
7007
7008 2012-08-06 Chong Yidong <cyd@gnu.org>
7009
7010 * window.el (window--maybe-raise-frame): New function.
7011 (window--display-buffer): Split off from here.
7012 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7013 (display-buffer-pop-up-window, display-buffer-use-some-window):
7014 Obey an inhibit-switch-frame action alist entry.
7015 (display-buffer): Update doc.
7016
7017 * replace.el (occur-after-change-function): Avoid losing focus by
7018 using the inhibit-switch-frame display parameter (Bug#12139).
7019
7020 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
7021
7022 Make internal shell process buffer names start with space.
7023 * progmodes/python.el (python-shell-make-comint): Add optional
7024 argument INTERNAL.
7025 (run-python-internal): Use it.
7026 (python-shell-internal-get-or-create-process): Check for new
7027 internal buffer names.
7028
7029 2012-08-06 Glenn Morris <rgm@gnu.org>
7030
7031 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
7032 Do less getting and setting of environment variables.
7033
7034 2012-08-05 Chong Yidong <cyd@gnu.org>
7035
7036 * proced.el (proced): Add substitution string to docstring to
7037 trigger autoloading of the proced library on C-h f (Bug#1768).
7038
7039 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7040 Don't show defvars which have no second argument (Bug#8638).
7041
7042 * imenu.el (imenu-generic-expression): Move documentation here
7043 from imenu--generic-function.
7044 (imenu--generic-function): Refer to imenu-generic-expression.
7045
7046 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
7047
7048 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
7049 indentation declaration.
7050 (viper-loop): Add indentation declaration (Bug#7025).
7051
7052 2012-08-05 Chong Yidong <cyd@gnu.org>
7053
7054 * help-fns.el (describe-variable): Add hyperlink for
7055 directory-local variables files. Improve buffer-local and
7056 permanent-local reporting; suggested by MON KEY (Bug#6644).
7057
7058 * help-mode.el (help-dir-local-var-def): New button type.
7059
7060 * files.el (kill-buffer-hook): Provide a defvar.
7061
7062 2012-08-05 Glenn Morris <rgm@gnu.org>
7063
7064 * eshell/esh-ext.el (eshell/addpath):
7065 Also update eshell-path-env. (Bug#12013)
7066
7067 2012-08-05 Chong Yidong <cyd@gnu.org>
7068
7069 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
7070
7071 * fringe.el (fringe-styles): Add docstring.
7072 (fringe--check-mode): New function.
7073 (set-fringe-mode, set-fringe-style): Use it.
7074 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
7075
7076 * files.el (set-auto-mode): Fix invalid setq call.
7077
7078 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * isearch.el: Misc simplification; use defstruct.
7081 (isearch-mode-map): Dense maps now work like sparse ones.
7082 (isearch--state): New defstruct.
7083 (isearch-string-state, isearch-message-state, isearch-point-state)
7084 (isearch-success-state, isearch-forward-state)
7085 (isearch-other-end-state, isearch-word-state, isearch-error-state)
7086 (isearch-wrapped-state, isearch-barrier-state)
7087 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
7088 replaced by defstruct's accessors.
7089 (isearch--set-state): Rename from isearch-top-state and change
7090 calling convention.
7091 (isearch-push-state): Use new isearch--get-state.
7092 (isearch-toggle-word): Disable regexp when enabling word.
7093 (isearch-message-prefix): Remove unused arg _c-q-hack.
7094 (isearch-message-suffix): Remove unused arg _ellipsis.
7095
7096 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
7097
7098 * simple.el (list-processes--refresh): For a server use :host or
7099 :local as the address.
7100 (list-processes): Doc fix.
7101
7102 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
7103
7104 * lisp/mpc.el: Support password in host argument.
7105 (mpc--proc-connect): Parse and use new password element.
7106 Set mpc-proc variable instead of returning process.
7107 (mpc-proc): Adjust accordingly.
7108
7109 2012-08-03 Eli Zaretskii <eliz@gnu.org>
7110
7111 * whitespace.el (whitespace-display-mappings): Use Unicode
7112 codepoints, instead of emacs-mule codepoints. See
7113 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
7114 for the details.
7115
7116 * files.el (file-truename): Don't skip symlink-chasing part on
7117 windows-nt. Incorporate the resolution of 8+3 short aliases on
7118 Windows into the loop that recursively chases symlinks.
7119 Compare directory and its parent case-insensitively on MS-Windows and
7120 MS-DOS.
7121
7122 2012-08-03 Chong Yidong <cyd@gnu.org>
7123
7124 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
7125
7126 * sort.el (sort-regexp-fields): Doc fix.
7127
7128 2012-08-03 Tassilo Horn <tsdh@gnu.org>
7129
7130 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
7131 labels regex position point at the expected place.
7132
7133 2012-08-03 MON KEY <monkey@sandpframing.com>
7134
7135 * net/imap.el (imap-interactive-login, imap-authenticate)
7136 (imap-mailbox-lsub, imap-mailbox-list)
7137 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
7138 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
7139 (imap-parse-response): Doc fix.
7140
7141 2012-08-03 João Távora <joaotavora@gmail.com>
7142
7143 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
7144 if sexp scanning does not move point (Bug#5734).
7145
7146 2012-08-02 Tassilo Horn <tsdh@gnu.org>
7147
7148 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
7149 Add listings, minted, and ctable packages.
7150 (reftex-label-alist-builtin): Move listings, minted, and ctable
7151 entries before LaTeX.
7152 (reftex-label-alist): Docfix.
7153
7154 2012-08-02 Bastien Guerry <bzg@gnu.org>
7155
7156 * replace.el (occur): Fix docstring (bug#12122).
7157
7158 2012-08-02 Glenn Morris <rgm@gnu.org>
7159
7160 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
7161
7162 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7163
7164 Obsolete alias inactivate-current-input-method-function (Bug#10150).
7165 * international/mule-cmds.el: Create
7166 inactivate-current-input-method-function as an obsolete alias for
7167 deactivate-current-input-method-function. See Katsumi Yamaoka in
7168 <http://bugs.gnu.org/10150#46>.
7169
7170 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7171
7172 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
7173 of nested `if's.
7174
7175 2012-08-01 Glenn Morris <rgm@gnu.org>
7176
7177 * progmodes/autoconf.el (autoconf-definition-regexp):
7178 Add AH_TEMPLATE, adjust submatch numbering.
7179 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
7180 (autoconf-current-defun-function): Update for above change.
7181 (autoconf-current-defun-function): First skip to end of current word.
7182
7183 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
7184
7185 * calendar/cal-html.el (cal-html-insert-agenda-days):
7186 Fix typo. (Bug#12018)
7187
7188 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7189
7190 Shell processes: enhancements to startup and CEDET compatibility.
7191 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
7192 (python-shell-make-comint): accept-process-output at startup.
7193 (run-python-internal): Set inferior-python-mode-hook to nil.
7194 (python-shell-internal-get-or-create-process): call sit-for.
7195 (python-preoutput-result): Add obsolete alias.
7196 (python-shell-internal-send-string): Use it.
7197 (python-shell-send-setup-code): Remove call to
7198 accept-process-output.
7199
7200 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
7201
7202 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
7203 (Bug#12108)
7204
7205 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
7206
7207 * calc-mode.el (calc-basic-simplification-mode): Rename from
7208 `calc-limited-simplification-mode'.
7209 (calc-alg-simplification-mode): New function.
7210 (calc-set-simplify-mode): Adjust message.
7211
7212 * calc.el (calc-set-mode-line): Adjust mode line display for
7213 basic simplification mode.
7214
7215 * calc-help.el (calc-m-prefix-help): Update help message.
7216
7217 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
7218 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
7219
7220 2012-07-31 Bastien Guerry <bzg@gnu.org>
7221
7222 * man.el (man): Fix comment. (bug#12101)
7223
7224 2012-07-31 Martin Rudalics <rudalics@gmx.at>
7225
7226 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7227 Don't return a non-nil value when no suitable buffer was found.
7228
7229 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7230
7231 * progmodes/python.el (run-python-internal): Disable font lock for
7232 internal shells.
7233
7234 2012-07-30 Stefan Merten <smerten@oekonux.de>
7235
7236 * textmodes/rst.el: Silence `checkdoc-ispell'.
7237 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7238 (rst-official-version, rst-official-cvs-rev)
7239 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
7240 (rst-mode-map): New key binding.
7241
7242 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7243
7244 Update .PHONY listings in makefiles.
7245 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
7246 autoloads, update-subdirs, updates, bzr-update, update-authors,
7247 compile-onefile, compile-calc, backup-compiled-files,
7248 compile-after-backup, compile-one-process, mh-autoloads,
7249 bootstrap-clean, distclean, maintainer-clean.
7250
7251 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7252
7253 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
7254 (calc-set-mode-line): Don't display "AlgSimp ".
7255
7256 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
7257 (calc-lim-simplify-mode): New function.
7258 (calc-set-simplify-mode): Default to 'alg.
7259 (calc-default-simplify-mode): Make algebraic simplifications
7260 the default.
7261
7262 * calc/calc-ext.el (calc-init-extensions): Remove binding for
7263 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
7264
7265 * calc/calc-help.el (calc-m-prefix-help): Change messages to
7266 indicate new simplification modes.
7267
7268 * calc/README: Mention new default simplification mode.
7269
7270 * calc/calc.el (math-normalize-error): New variable.
7271 (math-normalize): Set `math-normalize-error' to t
7272 when there's an error.
7273
7274 * calc/calc-alg.el (math-simplify): Don't simplify when
7275 `math-normalize' returns an error.
7276
7277 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7278
7279 * international/mule-cmds.el (set-locale-environment): Revert last
7280 change, since display-graphic-p returns nil when this function is
7281 called during startup. Instead...
7282
7283 * term/w32console.el (terminal-init-w32console): ...setup the
7284 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
7285
7286 2012-07-29 Juri Linkov <juri@jurta.org>
7287
7288 * simple.el (goto-line): Don't display default line number in the
7289 prompt because it should be displayed by `read-number' (bug#9952).
7290 Add the current line number to the defaults of `goto-line' to
7291 allow its easier modification by users with `M-n' (bug#9201).
7292
7293 * subr.el (read-number): Support multiple default values like in
7294 other minibuffer reading functions. Replace `read' with
7295 `string-to-number' for consistency with `number-to-string'.
7296
7297 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7298
7299 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
7300 * emulation/viper-init.el (viper-deactivate-input-method-action):
7301 Rename from viper-inactivate-input-method-action.
7302 (viper-deactivate-input-method):
7303 Rename from viper-inactivate-input-method.
7304 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
7305 * international/mule-cmds.el (deactivate-input-method):
7306 Rename from inactivate-input-method.
7307 Also run input-method-deactivate-hook.
7308 (deactivate-current-input-method-function):
7309 Rename from inactivate-current-input-method-function.
7310 (input-method-deactivate-hook): New hook.
7311 (input-method-inactivate-hook): Mark obsolete.
7312 (inactivate-input-method): Mark obsolete.
7313
7314 * international/quail.el (quail-activate):
7315 Also run quail-deactivate-hook.
7316 (quail-deactivate): Rename from quail-inactivate.
7317 * international/robin.el (robin-activate):
7318 Also run robin-deactivate-hook.
7319 (robin-deactivate): Rename from robin-inactivate.
7320
7321 2012-07-29 Chong Yidong <cyd@gnu.org>
7322
7323 * simple.el (indicate-copied-region): New function.
7324 (kill-ring-save): Split off from here.
7325
7326 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
7327 (kill-rectangle): Set deactivate-mark to t on read-only error.
7328
7329 * register.el (copy-to-register, copy-rectangle-to-register):
7330 Deactivate the mark, and use indicate-copied-region (Bug#10056).
7331 (append-to-register, prepend-to-register): Call indicate-copied-region.
7332
7333 2012-07-29 Juri Linkov <juri@jurta.org>
7334
7335 * simple.el (async-shell-command-buffer): New defcustom.
7336 (shell-command): Use it. (Bug#4719)
7337
7338 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7339
7340 * international/mule-cmds.el (set-locale-environment): In a
7341 console session on MS-Windows, set up keyboard and terminal
7342 encoding from the OEM codepage, not the ANSI codepage.
7343 (Bug#12055)
7344
7345 2012-07-28 Chong Yidong <cyd@gnu.org>
7346
7347 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
7348 gdb-get-location.
7349
7350 2012-07-28 Leo Liu <sdl.web@gmail.com>
7351
7352 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
7353 the alist (bug#12029).
7354
7355 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7356
7357 * makefile.w32-in (custom-deps, finder-data, updates, compile)
7358 (compile-always, compile-first)
7359 ($(lisp)/calendar/cal-loaddefs.el)
7360 ($(lisp)/calendar/diary-loaddefs.el)
7361 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7362 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
7363 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
7364 instead of on update-subdirs.
7365 (bootstrap-clean): Delete $(lisp)/subdirs.el.
7366
7367 2012-07-28 Chong Yidong <cyd@gnu.org>
7368
7369 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
7370 directory if vc-deduce-backend returns nil (Bug#7350).
7371
7372 * simple.el (delete-trailing-lines): New option.
7373 (delete-trailing-whitespace): Obey it (Bug#11879).
7374
7375 2012-07-28 David Engster <deng@randomsample.de>
7376
7377 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
7378 Explanation of new 'symbol-qnames feature in doc-strings.
7379 (xml-maybe-do-ns): Return expanded names as plain symbols if
7380 'symbol-qnames was provided in XML-NS argument (Bug#11916).
7381 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
7382
7383 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7384
7385 Consistent completion in inferior python with emacs -nw.
7386 * progmodes/python.el (inferior-python-mode): replace "<tab>"
7387 binding in inferior-python-mode-map with "\t".
7388 (python-shell-completion-complete-at-point)
7389 (python-completion-complete-at-point): Remove interactive spec.
7390
7391 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7392
7393 * calc/calccomp.el (math-compose-expr): Undo previous change.
7394
7395 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7396
7397 * progmodes/python.el (python-mode-map): Add keybinding for
7398 run-python.
7399 (python-shell-make-comint): Fix pop-to-buffer call.
7400 (run-python): Autoload. New arg SHOW.
7401 (python-shell-get-or-create-process): Do not pop python process
7402 buffer.
7403
7404 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
7405
7406 * notifications.el (notifications-on-action-signal)
7407 (notifications-on-closed-signal): Use also the bus address for the map.
7408 (notifications-notify, notifications-close-notification)
7409 (notifications-get-capabilities): Add optional argument BUS.
7410
7411 2012-07-27 Tassilo Horn <tsdh@gnu.org>
7412
7413 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7414 Add support for the lstlisting and minted environments, and for the
7415 ctable macro.
7416 * textmodes/reftex.el (reftex-compile-variables): Also recognize
7417 labels written in keyvals syntax.
7418
7419 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7420
7421 * calc/calccomp.el (math-compose-expr): Use parentheses when
7422 there is a product in the denominator of a fraction.
7423
7424 2012-07-26 Eli Zaretskii <eliz@gnu.org>
7425
7426 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7427 ($(lisp)/calendar/diary-loaddefs.el)
7428 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7429 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
7430 Fixes failures in parallel bootstrap because subdirs.el is being
7431 rewritten while the autoload files are built at the same time,
7432 which needs to load subdirs.el.
7433
7434 2012-07-26 Martin Rudalics <rudalics@gmx.at>
7435
7436 * mouse.el (popup-menu): Fix doc-string and re-indent code.
7437 (mouse-drag-line): Don't exit tracking when a switch-frame or
7438 switch-window event occurs (Bug#12006).
7439
7440 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7441
7442 * mouse.el (popup-menu): Fix last change.
7443
7444 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7445
7446 Autoload from Lisp with more care. Follow aliases when looking for
7447 function properties.
7448 * subr.el (autoloadp): New function.
7449 (symbol-file): Use it.
7450 (function-get): New function.
7451 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
7452 autoload-do-load.
7453 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
7454 (lisp-indent-function):
7455 * emacs-lisp/gv.el (gv-get):
7456 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
7457 * emacs-lisp/byte-opt.el (byte-optimize-form):
7458 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7459 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
7460 Use function-get.
7461 * emacs-lisp/cl.el: Don't propagate function properties any more.
7462
7463 * speedbar.el (speedbar-add-localized-speedbar-support):
7464 * emacs-lisp/disass.el (disassemble-internal):
7465 * desktop.el (desktop-load-file):
7466 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
7467 (describe-function-1):
7468 * emacs-lisp/find-func.el (find-function-noselect):
7469 * emacs-lisp/elp.el (elp-instrument-function):
7470 * emacs-lisp/advice.el (ad-has-proper-definition):
7471 * apropos.el (apropos-safe-documentation, apropos-macrop):
7472 * emacs-lisp/debug.el (debug-on-entry):
7473 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
7474 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7475 * calc/calc.el (name): Use autoloadp & autoload-do-load.
7476
7477 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
7478
7479 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
7480 function, not an obsolete variable (Bug#12046).
7481
7482 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
7483
7484 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
7485
7486 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
7487
7488 * emacs-lisp/pp.el (pp-display-expression): Select old selected
7489 window only if it is still live (Bug#12034).
7490
7491 2012-07-25 Martin Rudalics <rudalics@gmx.at>
7492
7493 * subr.el (redirect-frame-focus): Add advertised calling
7494 convention (Bug#12030).
7495
7496 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
7497
7498 Prefer typical American spelling for "acknowledgment".
7499 * vc/add-log.el (change-log-acknowledgment): Rename from
7500 change-log-acknowledgement, with an alias for the old name.
7501
7502 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
7503
7504 * calc-alg.el (math-simplify-divide): Don't cross multiply
7505 in an equation when the lhs is a variable.
7506
7507 2012-07-24 Julien Danjou <julien@danjou.info>
7508
7509 * net/netrc.el (netrc-find-service-number, netrc-store-data):
7510 Remove, unused.
7511
7512 2012-07-23 Eli Zaretskii <eliz@gnu.org>
7513
7514 * startup.el (command-line): Don't display an empty user name in
7515 the error message about non-existent home directory, when
7516 init-file-user was set to an empty string. See
7517 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
7518 for the details and context.
7519
7520 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
7521
7522 * ses.el (ses-cell-formula-aset): New macro.
7523 (ses-cell-references-aset): New macro.
7524 (ses-cell-p): New function.
7525 (ses-rename-cell): Do no longer rely on complex operations like
7526 ses-cell-set-formula or ses-set-cell to change the cell and handle
7527 the undo at the same time, but rather use lower level new macros
7528 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
7529 the undo directly. Refresh the mode line.
7530
7531 2012-07-21 Leo Liu <sdl.web@gmail.com>
7532
7533 * progmodes/cc-cmds.el (c-defun-name):
7534 Use match-string-no-properties instead for consistency.
7535
7536 2012-07-20 Leo Liu <sdl.web@gmail.com>
7537
7538 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
7539 (Bug#7879)
7540
7541 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
7542
7543 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7544
7545 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
7546 * progmodes/bug-reference.el, misearch.el: Provide themselves
7547 (bug#11915).
7548
7549 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
7550 of narrowed buffer (bug#11966).
7551
7552 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
7553
7554 * ses.el (ses-rename-cell): Set new name also in reference list of
7555 cells of which the renamed cell depends.
7556
7557 2012-07-20 Masatake YAMATO <yamato@redhat.com>
7558
7559 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
7560 to check whether menu-bar is shown or not. If not shown,
7561 show the menu-bar as a popup menu instead of using tmm.
7562 * mouse.el (popup-menu): Accept `point' as `position' argument.
7563
7564 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
7565
7566 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
7567 up inside string symbol literal (bug#11923).
7568
7569 2012-07-20 Eli Zaretskii <eliz@gnu.org>
7570
7571 * startup.el (fancy-startup-text): Read the whole tutorial, not
7572 just its first 256 bytes. Prevents gibberish in display of the
7573 tutorial title.
7574
7575 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
7576
7577 Drop idle buffer compaction due to an absence of the
7578 proved efficiency.
7579 * compact.el: Remove.
7580
7581 2012-07-19 Sam Steingold <sds@gnu.org>
7582
7583 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
7584 vc-bzr-pull & vc-bzr-merge-branch.
7585 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
7586 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
7587 for consistency with compilation-error-regexp-alist.
7588 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
7589 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
7590 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
7591 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
7592
7593 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7594
7595 * emacs-lisp/chart.el: Use lexical-binding.
7596 (chart-emacs-storage): Don't hardcode the list of entries.
7597
7598 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7599
7600 Next round of tweaks caused by Fgarbage_collect changes.
7601 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
7602
7603 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7604
7605 Compact buffers when idle.
7606 * compact.el: New file.
7607
7608 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * subr.el (eventp): Presume that if it looks vaguely like an event,
7611 it's an event (bug#10190).
7612
7613 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
7614
7615 Enhancements to ppss related code (thanks Stefan).
7616 * progmodes/python.el (python-indent-context)
7617 (python-indent-calculate-indentation, python-indent-dedent-line)
7618 (python-indent-electric-colon, python-nav-forward-block)
7619 (python-mode-abbrev-table)
7620 (python-info-assignment-continuation-line-p): Simplify checks
7621 for ppss context.
7622 (python-info-continuation-line-p): Cleanup.
7623 (python-info-ppss-context): Do not catch 'quote.
7624 (python-info-ppss-context-type)
7625 (python-info-ppss-comment-or-string-p): Simplify.
7626
7627 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
7628
7629 * progmodes/python.el: Enhancements to eldoc support.
7630 (python-info-current-symbol): New function.
7631 (python-eldoc-at-point): Use python-info-current-symbol.
7632 (python-info-current-defun): Fix cornercase on first defun scan.
7633 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
7634 and signal error when no inferior python process is available.
7635
7636 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
7637
7638 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
7639 assume it's always t.
7640 (vc-git-registered): Remove caching, the function is only called
7641 once.
7642 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
7643
7644 2012-07-18 Chong Yidong <cyd@gnu.org>
7645
7646 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
7647
7648 * simple.el (count-words): Report on narrowing (Bug#9959).
7649
7650 * bindings.el: Bind M-= to count-words.
7651
7652 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
7653
7654 2012-07-18 Masatake YAMATO <yamato@redhat.com>
7655
7656 * progmodes/sh-script.el (sh-imenu-generic-expression):
7657 Capture a function with `function' keyword and without parentheses
7658 like "function FOO" (bug#11856).
7659
7660 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
7661
7662 * window.el (split-window-sensibly): Make WINDOW argument
7663 optional.
7664
7665 2012-07-18 Chong Yidong <cyd@gnu.org>
7666
7667 * subr.el (keyboard-translate): Doc fix (Bug#7261).
7668
7669 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
7670 and make C-x 8 RET exit isearch (Bug#11439).
7671
7672 * international/iso-transl.el: Move isearch-mode-map key
7673 definitions to isearch.el.
7674
7675 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
7678 (eieio-defclass): Use gv-define-setter when possible.
7679
7680 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
7681
7682 Reflect recent changes in Fgarbage_collect.
7683 * emacs-lisp/chart.el (chart-emacs-storage): Change to
7684 reflect new format of data returned by Fgarbage_collect.
7685
7686 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7687
7688 New utility functions + python-info-ppss-context fix (Bug#11910).
7689 * progmodes/python.el (python-info-beginning-of-block-statement-p)
7690 (python-info-ppss-comment-or-string-p): New functions.
7691 (python-info-ppss-context): Small fix for string check.
7692
7693 2012-07-17 Juri Linkov <juri@jurta.org>
7694
7695 * dired-aux.el (dired-do-async-shell-command): Doc fix.
7696 (dired-do-async-shell-command): Don't add `*' at the end of the
7697 command (Bug#11815).
7698 (dired-do-shell-command): Doc fix.
7699 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
7700 Join the individual commands using either "&" or ";" as the
7701 separator depending on the values of these trailing characters.
7702 At the end re-add the trailing "&". (Bug#10598)
7703
7704 * simple.el (async-shell-command): Sync the interactive spec with
7705 `shell-command'. Doc fix.
7706 (shell-command): Doc fix.
7707
7708 2012-07-17 Juri Linkov <juri@jurta.org>
7709
7710 * descr-text.el (describe-char): Fix format args. (Bug#10129)
7711
7712 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7713
7714 Final renames and doc fixes for movement commands (bug#11899).
7715 * progmodes/python.el (python-nav-beginning-of-statement):
7716 Rename from python-nav-statement-start.
7717 (python-nav-end-of-statement): Rename from
7718 python-nav-statement-end.
7719 (python-nav-beginning-of-block): Rename from
7720 python-nav-block-start.
7721 (python-nav-end-of-block): Rename from python-nav-block-end.
7722
7723 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7724
7725 * progmodes/python.el (python-shell-send-string-no-output):
7726 Allow accept-process-output to quit, keeping shell process ready for
7727 future interactions (Bug#11868).
7728
7729 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7730
7731 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
7732
7733 * emacs-lisp/elint.el (elint-find-args-in-code):
7734 Use help-function-arglist, so as to handle lexical byte-code.
7735
7736 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
7737 change (bug#11826).
7738
7739 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7740
7741 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
7742 Avoid spuriously marking the buffer as modified because of c-is-sws.
7743
7744 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
7745 as not-a-comment (bug#11946).
7746
7747 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
7748 for uninterned vars.
7749
7750 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
7751 Use read-event since we don't really want to read chars but bytes.
7752
7753 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
7754 $$..$$ but also $..$ using regexps (bug#11953).
7755 Use tex-verbatim for \url and \path.
7756 (tex-font-lock-keywords): Define as defconst like the others.
7757 (tex-common-initialization): Don't use font-lock-syntax-table any more.
7758
7759 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
7760
7761 * international/mule-cmds.el (ucs-insert): Make it an obsolete
7762 alias for insert-char.
7763
7764 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7765
7766 * progmodes/python.el: Simplified imenu implementation.
7767 (python-nav-jump-to-defun): Remove command.
7768 (python-mode-map): Use `imenu' instead.
7769 (python-nav-list-defun-positions-cache)
7770 (python-imenu-include-defun-type, python-imenu-make-tree)
7771 (python-imenu-subtree-root-label, python-imenu-index-alist):
7772 Remove vars.
7773 (python-nav-list-defun-positions, python-nav-read-defun)
7774 (python-imenu-tree-assoc, python-imenu-make-element-tree)
7775 (python-imenu-make-tree, python-imenu-create-index):
7776 Remove functions.
7777 (python-mode): Update to interact with imenu by setting
7778 `imenu-extract-index-name-function' only.
7779
7780 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7781
7782 * progmodes/python.el: Enhancements to navigation commands.
7783 (python-nav-backward-sentence)
7784 (python-nav-forward-sentence): Remove.
7785 (python-nav-backward-statement, python-nav-forward-statement)
7786 (python-nav-statement-start, python-nav-statement-end)
7787 (python-nav-backward-block, python-nav-forward-block)
7788 (python-nav-block-start, python-nav-block-end)
7789 (python-nav-forward-sexp-function)
7790 (python-info-current-line-comment-p)
7791 (python-info-current-line-empty-p): New functions.
7792 (python-indent-context): Use `python-nav-statement-start'.
7793
7794 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
7795
7796 * eshell/em-ls.el (eshell/ls): Use `apply'.
7797
7798 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
7799 multi-hops, instead of Tramp internals.
7800
7801 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
7802
7803 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
7804 when F1 and F2 are located on different hosts.
7805
7806 2012-07-14 Chong Yidong <cyd@gnu.org>
7807
7808 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
7809 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
7810 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
7811 (xterm-mouse--read-event-sequence-1000)
7812 (xterm-mouse--read-event-sequence-1006): New functions. For old
7813 mouse protocol, handle M-mouse-X events correctly.
7814 (xterm-mouse-event): New arg specifying mouse protocol.
7815 (turn-on-xterm-mouse-tracking-on-terminal)
7816 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
7817 sequence to toggle extended coordinates on newer XTerms.
7818 This appears to be harmless on terminals which do not support this.
7819
7820 2012-07-14 Leo Liu <sdl.web@gmail.com>
7821
7822 Add fringe bitmap indicators for flymake. (Bug#11253)
7823 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
7824 (flymake-make-overlay): New arg BITMAP.
7825 (flymake-error-bitmap, flymake-warning-bitmap)
7826 (flymake-fringe-indicator-position): New user variables.
7827
7828 * fringe.el: New bitmap exclamation-mark.
7829
7830 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
7831
7832 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
7833 also (Bug#7879).
7834
7835 2012-07-14 Chong Yidong <cyd@gnu.org>
7836
7837 * electric.el (electric-pair-post-self-insert-function): Fix pair
7838 insertion in empty-region case (Bug#11520).
7839
7840 2012-07-14 Chong Yidong <cyd@gnu.org>
7841
7842 * bindings.el: Consolidate ctl-x-r-map bindings.
7843 Bind copy-rectangle-as-kill to C-x r w.
7844
7845 * rect.el, register.el: Move bindings to bindings.el.
7846
7847 2012-07-14 Reuben Thomas <rrt@sc3d.org>
7848
7849 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
7850
7851 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
7852
7853 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
7854
7855 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
7856
7857 * bindings.el (top): Use `mapc' instead of `mapcar'.
7858
7859 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
7860
7861 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
7862
7863 * progmodes/sql.el (sql-comint): Suppress the check for program on
7864 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
7865 (Bug#11908)
7866
7867 2012-07-13 Chong Yidong <cyd@gnu.org>
7868
7869 * bindings.el: Assign a non-nil permanent-local property to
7870 per-buffer variables which lack a default value (Bug#11930).
7871
7872 * help-fns.el (describe-variable): In the "automatically becomes
7873 local" notice, take note of permanent-local variables.
7874
7875 2012-07-13 Chong Yidong <cyd@gnu.org>
7876
7877 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
7878 to allow printing the message when called from Lisp.
7879
7880 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7881 Remove toggle-read-only.
7882
7883 * bs.el (bs-toggle-readonly):
7884 * buff-menu.el (Buffer-menu-toggle-read-only):
7885 Remove with-no-warnings around toggle-read-only.
7886
7887 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
7888 Remove with-no-warnings around toggle-read-only.
7889 (ffap-read-only, ffap-read-only-other-window)
7890 (ffap-read-only-other-frame): Callers changed.
7891
7892 * help-mode.el: Don't require view package.
7893 (help-mode-finish): Set buffer-read-only instead of calling
7894 toggle-read-only.
7895
7896 * bindings.el (mode-line-toggle-read-only):
7897 * dired.el (dired-toggle-read-only):
7898 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
7899 with non-nil second arg.
7900
7901 * emacs-lisp/eieio-custom.el (eieio-customize-object):
7902 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
7903 directly.
7904
7905 2012-07-12 Eli Zaretskii <eliz@gnu.org>
7906
7907 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
7908 not incf.
7909
7910 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7911
7912 More CL cleanups and reduction of use of cl.el.
7913 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
7914 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
7915 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
7916 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
7917 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
7918 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
7919 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
7920 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
7921 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
7922 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
7923 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
7924 * eshell/em-cmpl.el, eshell/em-banner.el:
7925 * calendar/parse-time.el: Use cl-lib.
7926 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
7927 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
7928 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
7929 * term/ns-win.el, term.el, shell.el, ps-samp.el:
7930 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
7931 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
7932 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
7933 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
7934 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
7935 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
7936 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
7937 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
7938 `lambda' rather than with `quote'.
7939 (eshell-do-opt): Adjust accordingly.
7940 (eshell-process-option): Simplify.
7941 * eshell/esh-var.el:
7942 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
7943 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
7944 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
7945 to `pcase--dontcare'.
7946 * emacs-lisp/cl.el (labels): Mark obsolete.
7947 (cl--letf, letf): Move to cl-lib.
7948 (cl--letf*, letf*): Remove.
7949 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
7950 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
7951 (cl-progv): Rewrite.
7952 (cl--letf, cl-letf): Move from cl.el.
7953 (cl-letf*): New macro.
7954 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
7955
7956 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
7957
7958 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
7959
7960 2012-07-11 Chong Yidong <cyd@gnu.org>
7961
7962 * vc/log-edit.el (log-edit-vc-backend): New variable.
7963 (log-edit): Doc fix.
7964
7965 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
7966 argument of log-edit to set up all local variables.
7967 (vc-start-logentry): New optional arg specifying VC backend.
7968
7969 * vc/vc.el (vc-checkin): Use it.
7970 (vc-deduce-fileset): Handle Log Edit buffers.
7971 (vc-diff): Make first argument optional too.
7972
7973 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
7974
7975 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
7976
7977 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
7978 command, just in case. The function is not needed anymore.
7979 (eshell-external-command): Do not call `eshell-remote-command'.
7980
7981 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7982
7983 Reduce use of (require 'cl).
7984 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
7985 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
7986 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
7987 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
7988 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
7989 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
7990 * battery.el, avoid.el, abbrev.el: Use cl-lib.
7991 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
7992 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
7993 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
7994 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
7995 * calculator.el, autorevert.el, apropos.el: Don't require CL.
7996 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
7997 (byte-compile-unfold-bcf, byte-compile-check-variable):
7998 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
7999 (byte-compile-nilconstp):
8000 * emacs-lisp/autoload.el (make-autoload): Use pcase.
8001 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
8002
8003 * emacs-lisp/gv.el (cond): Make it a valid place.
8004 (if): Simplify slightly.
8005
8006 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
8007 (pcase--self-quoting-p): New function.
8008 (pcase--u1): Use it.
8009
8010 2012-07-10 Glenn Morris <rgm@gnu.org>
8011
8012 * emacs-lisp/authors.el (authors-fixed-entries):
8013 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
8014
8015 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
8016
8017 Rename configure.in to configure.ac (Bug#11603).
8018 * emacs-lisp/authors.el (authors-canonical-file-name):
8019 * progmodes/autoconf.el (autoconf-mode):
8020 Prefer configure.ac to configure.in.
8021
8022 2012-07-08 Chong Yidong <cyd@gnu.org>
8023
8024 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
8025 Implement the mouse-1-click-follows-link handling properly.
8026
8027 * info.el (Info-link-keymap): Use follow-link mechanism for
8028 header-line links (Bug#374).
8029
8030 * simple.el (deactivate-mark): Do not set the primary selection
8031 if another program has acquired it (Bug#11772).
8032
8033 2012-07-07 Kevin Ryde <user42@zip.com.au>
8034
8035 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
8036 (woman-decode-region): Replace escaped-escapes without destroying
8037 bold or underline (Bug#11552).
8038 (woman2-process-escapes): Handle nofill regions (Bug#11591).
8039
8040 2012-07-07 Chong Yidong <cyd@gnu.org>
8041
8042 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
8043 (interprogram-cut-function, interprogram-paste-function):
8044 Mention that we typically mean the clipboard.
8045
8046 2012-07-06 Glenn Morris <rgm@gnu.org>
8047
8048 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
8049
8050 * files.el (toggle-read-only): Restrict message to interactive use.
8051
8052 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
8053
8054 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
8055
8056 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
8057
8058 2012-07-06 Glenn Morris <rgm@gnu.org>
8059
8060 * Makefile.in (compile-one-process): Rename from "recompile".
8061
8062 * Makefile.in (bzr-update): "compile" is the same as "recompile
8063 autoloads", but parallelizable, so use that instead.
8064
8065 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
8066
8067 * window.el (quit-window): Always restore window height when
8068 it's saved in quit-restore parameter (Bug#11810).
8069
8070 2012-07-06 Glenn Morris <rgm@gnu.org>
8071
8072 * simple.el (kill-whole-line): Doc tweak.
8073
8074 2012-07-06 Eli Zaretskii <eliz@gnu.org>
8075
8076 * files.el (file-relative-name): Compare file names
8077 case-insensitively if on MS-Windows or MS-DOS, or if
8078 read-file-name-completion-ignore-case is non-nil. Don't use
8079 case-fold-search for this purpose. (Bug#11827)
8080
8081 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8082
8083 * calendar/cal-dst.el (calendar-current-time-zone):
8084 Return calendar-current-time-zone-cache if non-nil.
8085
8086 2012-07-17 Masatake YAMATO <yamato@redhat.com>
8087 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
8088
8089 * calendar/cal-dst.el (calendar-current-time-zone):
8090 Return calendar-current-time-zone-cache if non-nil.
8091
8092 2012-07-06 Glenn Morris <rgm@gnu.org>
8093
8094 * Makefile.in (cvs-update): Remove old alias.
8095
8096 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
8097
8098 Sync with Tramp 2.2.6-pre.
8099
8100 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
8101 compatible declaration.
8102
8103 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8104 Protect `list-load-path-shadows' call.
8105
8106 * net/tramp-compat.el (top): Require packages, which aren't
8107 autoloaded anymore for XEmacs. Protect call of
8108 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
8109 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
8110 it hurts at least for SXEmacs.
8111 (tramp-compat-temporary-file-directory): In XEmacs, there is no
8112 standard-value for `temporary-file-directory'.
8113
8114 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
8115 Redirect stderr to /dev/null.
8116 (tramp-sh-handle-write-region): uid and gid can be floats.
8117 Reported by Russell Sim <russell.sim@gmail.com>.
8118 (tramp-sh-handle-vc-registered): Hide errors.
8119 (tramp-vc-file-name-handler): Use dummy results for `process-file'
8120 and `start-file-process'.
8121 (tramp-maybe-open-connection): Check also whether `non-essential'
8122 is bound.
8123
8124 2012-07-04 Chong Yidong <cyd@gnu.org>
8125
8126 * xml.el (xml--parse-buffer): Use xml-syntax-table.
8127 (xml-parse-tag): Likewise, and avoid changing entity tables.
8128 (xml-syntax-table): Define from scratch, making sure not to give
8129 x2000 and other Unicode spaces whitespace syntax, since those are
8130 not spaces in XML.
8131 (xml-parse-fragment): Delete unused function.
8132 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
8133 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
8134 (xml-entity-ref, xml-pe-reference-re)
8135 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
8136 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
8137 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
8138 (xml-entity-value-re): Use syntax references in regexps where
8139 possible; no need to define inside a let-binding.
8140 (xml-parse-dtd): Use xml-pe-reference-re.
8141 (xml-entity-or-char-ref-re): New defconst.
8142 (xml-parse-string, xml-substitute-special): Use it.
8143
8144 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8145
8146 * files.el (locate-dominating-file): Allow `name' to be a predicate.
8147 (find-file--read-only): New function.
8148 (find-file-read-only, find-file-read-only-other-window)
8149 (find-file-read-only-other-frame): Use it.
8150 (insert-file-contents-literally): Don't `fset'.
8151 (get-free-disk-space): Use locate-dominating-file.
8152
8153 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
8154 function is already compiled.
8155
8156 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
8157
8158 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
8159
8160 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
8161 files on the same host.
8162
8163 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
8164
8165 * help-fns.el (describe-function-1): Only call
8166 help-fns--autoloaded-p when we have a file name. (Bug#11848)
8167
8168 2012-07-03 Chong Yidong <cyd@gnu.org>
8169
8170 * xml.el: Protect parser against XML bombs.
8171 (xml-entity-expansion-limit): New variable.
8172 (xml-parse-string, xml-substitute-special): Use it.
8173 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
8174
8175 2012-07-03 Glenn Morris <rgm@gnu.org>
8176
8177 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8178 Allow linking to specific messages in debbugs reports (eg 123#5).
8179
8180 2012-07-02 Chong Yidong <cyd@gnu.org>
8181
8182 * xml.el: Fix entity and character reference expansion, allowing
8183 them to expand into markup as per XML spec.
8184 (xml-default-ns): New variable.
8185 (xml-entity-alist): Use XML spec definitions for lt and amp.
8186 (xml-parse-region): Make first two arguments optional.
8187 Discard text properties.
8188 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
8189 All callers changed.
8190 (xml-parse-tag): Call xml-parse-tag-1. For backward
8191 compatibility, this function should not modify buffer contents.
8192 (xml-parse-tag-1): Fix opening-tag regexp.
8193 (xml-parse-string): Rewrite, handling entity and character
8194 references properly.
8195 (xml--entity-replacement-text): Signal an error if a parameter
8196 entity is undefined.
8197
8198 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8199
8200 * comint.el (comint-output-filter): Filter out repeated prompts.
8201
8202 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
8203 and file-name-absolute-p.
8204 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
8205 internal calls.
8206
8207 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
8208
8209 Spelling fixes.
8210 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
8211 Rename from byte-compile--refiy-function. All uses changed.
8212
8213 2012-07-01 Chong Yidong <cyd@gnu.org>
8214
8215 * xml.el (xml--parse-buffer): New function. Move most of
8216 xml-parse-region here.
8217 (xml-parse-region): Copy region into a temporary buffer, since
8218 parameter entity substitution requires changing buffer contents.
8219 Use xml--parse-buffer.
8220 (xml-parse-file): Use xml--parse-buffer.
8221 (xml-parse-dtd): Make parameter entity substitution work right.
8222 Use proper regexps for ELEMENT declarations (Bug#7172).
8223
8224 2012-06-30 Glenn Morris <rgm@gnu.org>
8225
8226 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
8227
8228 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
8229 Remove outdated and unnecessary dbus declarations.
8230
8231 2012-06-30 Eli Zaretskii <eliz@gnu.org>
8232
8233 * emacs-lisp/timer.el (timer-until): Subtract results of
8234 float-time, instead of taking float-time of the result of
8235 time-subtract, since float-time signals an error for negative time
8236 arguments.
8237
8238 2012-06-30 Chong Yidong <cyd@gnu.org>
8239
8240 * xml.el (xml-*-re): Convert defvars into defconsts, and
8241 eval-and-compile them so eval-and-compile works on derivatives.
8242 (xml--entity-replacement-text): Use eval-and-comple.
8243
8244 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
8245
8246 * vc/vc-git.el (vc-git-registered): Use cache property
8247 `git-registered'.
8248 (vc-git-mode-line-string): Call `vc-working-revision' instead of
8249 `vc-git-working-revision' in order to benefit from the cache.
8250 (vc-git-root): Use cache property `git-root'. (Bug#11757)
8251
8252 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
8253
8254 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
8255 removed (likely outside Emacs). (Bug#11757)
8256
8257 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8258
8259 * emacs-lisp/cl-lib.el: Require macroexp.
8260
8261 2012-06-30 Chong Yidong <cyd@gnu.org>
8262
8263 * xml.el: Implement XML parameter entities.
8264 (xml-parameter-entity-alist): New variable.
8265 (xml-parse-region, xml-parse-fragment): Preserve previous values
8266 of xml-entity-alist and xml-parameter-entity-alist, so that
8267 repeated calls on different documents do not change them.
8268 (xml-parse-tag): Fix doctype regexp.
8269 (xml--entity-replacement-text): New function.
8270 (xml-parse-dtd): Use it. Don't handle system entities; doing that
8271 properly requires url retrieval which is unimplemented.
8272 (xml-escape-string): Doc fix.
8273
8274 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
8277
8278 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
8279
8280 * fringe.el (fringe-mode): Doc fix.
8281
8282 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
8283
8284 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
8285 is non-nil.
8286 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
8287 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
8288
8289 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
8290
8291 * calendar/cal-dst.el (calendar-current-time-zone):
8292 Return calendar-current-time-zone-cache if non-nil.
8293
8294 2012-06-29 Masatake YAMATO <yamato@redhat.com>
8295
8296 * progmodes/which-func.el (which-func-format):
8297 Add mouse-face. (Bug#11698)
8298
8299 2012-06-29 Leo Liu <sdl.web@gmail.com>
8300
8301 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
8302
8303 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * minibuffer.el (minibuffer-confirm-exit-commands):
8306 Add completion-at-point (bug#11725).
8307
8308 2012-06-29 Glenn Morris <rgm@gnu.org>
8309
8310 * progmodes/f90.el (f90-font-lock-keywords-2):
8311 Add some preprocessor elements. (Bug#10499)
8312
8313 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8314
8315 * progmodes/cperl-mode.el (cperl-update-syntaxification):
8316 Use syntax-propertize (bug#11739).
8317
8318 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
8319
8320 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
8321
8322 2012-06-28 Julien Danjou <julien@danjou.info>
8323
8324 * term.el (term-handle-colors-array): Use a set of new faces to
8325 color the terminal. Also uses :inverse-video property.
8326 (term-default-fg-color): Set to nil by default, deprecate in favor
8327 of `term-face'.
8328 (term-default-bg-color): Set to nil by default, deprecate in favor
8329 of `term-face'.
8330 (term-current-face): Use `term-face' by default.
8331 (term-bold-attribute): Variable deleted.
8332
8333 2012-06-28 Glenn Morris <rgm@gnu.org>
8334
8335 * simple.el (completion-list-mode-finish):
8336 Don't use toggle-read-only. (Since completion-list-mode has
8337 a special mode-class, it wasn't doing anything extra anyway.)
8338
8339 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8340
8341 Make inlining of other-mode interpreted functions work (bug#11799).
8342 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
8343 (byte-compile): Use it to fix compilation of lexical-binding closures.
8344 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
8345 function, if needed.
8346
8347 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8348
8349 * help-mode.el (help-make-xrefs): Don't just withstand
8350 cyclic-variable-indirection but any error in documentation-property.
8351
8352 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
8353 memory use.
8354 * bindings.el (bindings--define-key): New function.
8355 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
8356 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
8357 * bindings.el: Use it to purecopy define-key bindings.
8358
8359 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
8360
8361 * emacs-lisp/cl.el (flet): Mark obsolete.
8362 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
8363 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
8364 * progmodes/js.el (js-c-fill-paragraph):
8365 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
8366 (ebrowse-switch-member-buffer-to-derived-class):
8367 * play/5x5.el (5x5-solver): Use cl-flet.
8368
8369 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
8370 (cl--symbol-function): New macro.
8371 (cl--letf, cl--letf*): Use it.
8372
8373 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8374 Strip "toggle-" if any.
8375
8376 2012-06-27 Glenn Morris <rgm@gnu.org>
8377
8378 * info.el (Info-default-directory-list): Move here from paths.el.
8379 * paths.el: Remove file, which is now empty.
8380 * loadup.el: No longer load "paths".
8381
8382 * custom.el (custom-initialize-delay): Doc fix.
8383
8384 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8385 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8386 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8387 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8388 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8389 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
8390 * eshell/eshell.el (eshell-defgroup): Remove alias.
8391
8392 2012-06-27 Chong Yidong <cyd@gnu.org>
8393
8394 * help.el (help-enable-auto-load): New variable.
8395
8396 * help-fns.el (help-fns--autoloaded-p): New function.
8397 (describe-function-1): Refer to a function as "autoloaded" if it
8398 was autoloaded at any time in the past. Perform autoloading if
8399 help-enable-auto-load is non-nil.
8400
8401 2012-06-26 Eli Zaretskii <eliz@gnu.org>
8402
8403 * makefile.w32-in (compile, compile-always): Depend on
8404 update-subdirs, not on subdirs.el. Otherwise, several different
8405 sub-targets of 'bootstrap' running in parallel could
8406 simultaneously write to subdirs.el, producing a garbled file.
8407
8408 2012-06-26 Sam Steingold <sds@gnu.org>
8409
8410 * files.el (file-name-base): New convenience function.
8411 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
8412 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
8413 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
8414 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
8415 * textmodes/ispell.el, textmodes/reftex-ref.el:
8416 * textmodes/tex-mode.el: Use it.
8417 Did not touch cedet and org because they are maintained elsewhere.
8418
8419 2012-06-26 Martin Rudalics <rudalics@gmx.at>
8420
8421 * calendar/calendar.el (calendar-exit): Don't try to delete or
8422 iconify last frame. See:
8423 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
8424
8425 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
8426
8427 * server.el (server-process-filter): Remember dir in the
8428 process's `server-client-directory' properties.
8429
8430 2012-06-24 Chong Yidong <cyd@gnu.org>
8431
8432 * xml.el (xml-parse-tag): Correctly handle comment embedded in
8433 non-tag text.
8434
8435 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
8436
8437 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
8438
8439 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8440
8441 * help-fns.el (describe-variable): Don't croak when doc is not found.
8442 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
8443 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
8444 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
8445 * emacs-lisp/smie.el (smie-next-sexp): CSE.
8446 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
8447 ((lambda ..) ..).
8448 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
8449
8450 2012-06-23 Chong Yidong <cyd@gnu.org>
8451
8452 * info.el (Info-mouse-follow-link): Accept symbol values of
8453 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
8454 (Info-fontify-node): Use Info-link-keymap for all navigation
8455 buttons, with link-args property to perform the desired action.
8456 (Info-link-keymap): Doc fix.
8457 (Info-next-link-keymap, Info-prev-link-keymap)
8458 (Info-up-link-keymap): Delete now-unused keymaps.
8459
8460 2012-06-23 Chong Yidong <cyd@gnu.org>
8461
8462 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
8463
8464 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
8465 system abbrevs.
8466
8467 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
8468
8469 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8470
8471 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
8472 (bug#11719).
8473
8474 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
8475 the requote function doesn't work properly (bug#11714).
8476
8477 2012-06-23 Glenn Morris <rgm@gnu.org>
8478
8479 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
8480
8481 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8482
8483 Further GV/CL cleanups.
8484 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
8485 gv-expander.
8486 (gv--defun-declaration): New function.
8487 (defun-declarations-alist): Use it.
8488 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
8489 (gv-place): Autoload.
8490 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
8491 original definition of dotimes and dolist.
8492 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
8493 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
8494 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
8495 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8496 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
8497 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
8498 to the function's definition.
8499 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
8500 * window.el:
8501 * files.el:
8502 * faces.el:
8503 * env.el: Don't use CL.
8504
8505 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
8506
8507 Support higher-resolution time stamps (Bug#9000).
8508
8509 * calendar/time-date.el (with-decoded-time-value): New arg
8510 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
8511 (encode-time-value): New optional arg PICO. New type 3.
8512 (time-to-seconds) [!float-time]: Support the new picoseconds
8513 component if it's used.
8514 (seconds-to-time, time-subtract, time-add):
8515 Support ps-resolution time stamps as well.
8516
8517 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
8518 (timerp): Timer vectors now have length 9, not 8.
8519 (timer--time): Support new-style (4-part) time stamps.
8520 (timer-next-integral-multiple-of-time): Time stamps now have
8521 picosecond resolution, so take a bit more care about rounding.
8522 (timer-relative-time, timer-inc-time): New optional arg psecs.
8523 (timer-set-time-with-usecs): Set psecs to 0.
8524 (timer--activate): Check psecs component, too.
8525
8526 * proced.el (proced-time-lessp): Support ps-resolution stamps.
8527
8528 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8529
8530 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
8531 Move the non-essential binding to the post/pre-command-hook where it is
8532 more obviously correct.
8533
8534 * subr.el (read-passwd): Don't use a history at all.
8535 * savehist.el (savehist-save): Remove password saved accidentally
8536 because of the above bug.
8537
8538 2012-06-22 Bastien Guerry <bzg@gnu.org>
8539
8540 * files.el (toggle-read-only): Display a message telling whether
8541 the buffer is read-only or not (bug#11726).
8542
8543 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * emacs-lisp/gv.el: New file.
8546 * subr.el (push, pop): Extend to generalized variables.
8547 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
8548 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
8549 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
8550 gv-define-simple-setter, and gv-define-expander.
8551 Remove setf-methods defined in gv. Rename cl-setf -> setf.
8552 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
8553 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
8554 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
8555 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
8556 gv-letplace.
8557 (cl-defstruct): Don't define setf-method any more.
8558 * emacs-lisp/cl.el (flet): Don't autoload.
8559 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
8560 (define-setf-expander, defsetf, define-modify-macro)
8561 (cl-struct-setf-expander): Move from cl-lib.el.
8562 * emacs-lisp/syntax.el:
8563 * emacs-lisp/ewoc.el:
8564 * emacs-lisp/smie.el:
8565 * emacs-lisp/cconv.el:
8566 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
8567 (timer--time): Use gv-define-simple-setter.
8568 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
8569 to avoid coding-system problems in subr.el. Adjust all users.
8570 (macroexp--maxsize, macroexp-small-p): New functions.
8571 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
8572 * scroll-bar.el (scroll-bar-mode):
8573 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8574 (normal-erase-is-backspace-mode): Don't use the `eq' place.
8575 * winner.el (winner-configuration, winner-make-point-alist)
8576 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
8577 * files.el (locate-file-completion-table): Avoid list*.
8578
8579 2012-06-22 Chong Yidong <cyd@gnu.org>
8580
8581 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
8582 (dired-create-files): Doc fix (Bug#11329).
8583 (dired-do-copy): Doc fix (Bug#11334).
8584 (dired-mark-read-string): Doc fix (Bug#11553).
8585
8586 * dired.el (dired-recursive-copies, dired-recursive-deletes):
8587 Doc fix (Bug#11326).
8588 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
8589 (dired-dwim-target): Doc fix.
8590
8591 * wdired.el (wdired-mode): Doc fix.
8592
8593 2012-06-22 Glenn Morris <rgm@gnu.org>
8594
8595 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
8596 (pcmpl-rpm-cache-stamp-file): New constant.
8597 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
8598 (pcmpl-rpm-packages): Optionally cache list of packages.
8599
8600 * pcmpl-rpm.el (pcmpl-rpm): New group.
8601 (pcmpl-rpm-query-options): New option.
8602 (pcmpl-rpm-packages): No need to inline it.
8603 Use pcmpl-rpm-query-options.
8604
8605 * calendar/calendar.el (calendar-in-read-only-buffer):
8606 Avoid some needless mode changes.
8607
8608 2012-06-21 Chong Yidong <cyd@gnu.org>
8609
8610 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
8611 (desktop-path): Remove . from the default value (Bug#10977).
8612 (desktop-read): Use user-emacs-directory if desktop-path is nil.
8613
8614 2012-06-20 Chong Yidong <cyd@gnu.org>
8615
8616 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
8617
8618 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
8619
8620 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
8621 (bug#11201).
8622
8623 2012-06-20 Chong Yidong <cyd@gnu.org>
8624
8625 * term.el (term-window-width): Handle the case of a missing right
8626 fringe (Bug#8837).
8627 (term-check-size): Use window-text-height (Bug#5445).
8628 (term-mode): Use define-derived-mode. Minor cleanups.
8629 Set font-lock-defaults (Bug#7692).
8630 (term-move-columns, term-insert-char, term-emulate-terminal)
8631 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
8632
8633 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
8634
8635 * net/ange-ftp.el (ange-ftp-get-passwd):
8636 Bind `enable-recursive-minibuffers'.
8637 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
8638
8639 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
8640
8641 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
8642
8643 2012-06-19 Glenn Morris <rgm@gnu.org>
8644
8645 * progmodes/python.el (python-mode): Derive from prog-mode.
8646
8647 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
8648
8649 * emulation/edt.el (edt-default-menu-bar-update-buffers)
8650 (edt-user-menu-bar-update-buffers): New functions.
8651 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
8652
8653 2012-06-19 Chong Yidong <cyd@gnu.org>
8654
8655 * subr.el (with-selected-window): Preserve the selected window's
8656 terminal's top-frame (Bug#4702).
8657
8658 * window.el (save-selected-window): Likewise.
8659
8660 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * progmodes/python.el (python-rx-constituents): Move backquote.
8663 (python-skeleton-define, python-define-auxiliary-skeleton):
8664 Use `declare'.
8665
8666 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
8667
8668 * minibuffer.el (read-file-name-default): Revert the patch from
8669 2012-06-17.
8670
8671 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8672
8673 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
8674 (pcase--u1, pcase--q1): Don't use apply-partially.
8675
8676 2012-06-18 Glenn Morris <rgm@gnu.org>
8677
8678 * progmodes/python.el (python-proc, python-buffer)
8679 (python-send-receive, python-send-string): Fix obsolete versions.
8680
8681 2012-06-18 Martin Rudalics <rudalics@gmx.at>
8682
8683 * window.el (special-display-p): Completely remove stringp
8684 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
8685
8686 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
8687
8688 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
8689
8690 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
8691
8692 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
8693 * net/tramp-sh.el (tramp-maybe-open-connection):
8694 Throw if `non-essential' is non-nil.
8695
8696 2012-06-17 Martin Rudalics <rudalics@gmx.at>
8697
8698 * window.el (special-display-p): Signal an error if BUFFER-NAME
8699 is not a string (Bug#11713).
8700
8701 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
8702
8703 * progmodes/python.el (python-info-beginning-of-backslash):
8704 Rename from python-info-beginning-of-backlash, as a spelling fix.
8705
8706 2012-06-17 Chong Yidong <cyd@gnu.org>
8707
8708 * term.el (term-emulate-terminal): If term-check-size is called,
8709 move point to the process mark without resetting point (Bug#4635).
8710
8711 2012-06-17 Glenn Morris <rgm@gnu.org>
8712
8713 * international/mule-cmds.el (mule-menu-keymap)
8714 (set-language-environment, set-locale-environment): Doc tweaks.
8715
8716 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
8717
8718 * cus-face.el (custom-face-attributes): Add wave-style underline
8719 attribute.
8720 * faces.el (set-face-attribute): Update docstring to describe
8721 wave-style underline attribute.
8722
8723 2012-06-16 Chong Yidong <cyd@gnu.org>
8724
8725 * term/xterm.el (terminal-init-xterm): Discard input before
8726 querying background mode (Bug#10959).
8727
8728 2012-06-16 Stefan Merten <smerten@oekonux.de>
8729
8730 * textmodes/rst.el: Added and corrected some comments.
8731 (rst-re-alist-def): Improve symbol syntax.
8732 (rst-mode-syntax-table): Correct syntax entries.
8733 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8734 (rst-official-version, rst-official-cvs-rev): Update version
8735 information.
8736
8737 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
8738
8739 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
8740 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
8741
8742 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
8743
8744 * progmodes/python.el: New python.el merge.
8745 (python-guess-indent): Obsolete var.
8746 (python-indent-guess-indent-offset): New defcustom.
8747 (python-indent): Obsolete var.
8748 (python-indent-offset): New defcustom.
8749 (python-python-command, python-jython-command): Delete var.
8750 (python-shell-interpreter): New defcustom.
8751 (python-pdbtrack-do-tracking-p): Delete var.
8752 (python-pdbtrack-activate): New defcustom.
8753 (python-use-skeletons): Obsolete var.
8754 (python-skeleton-autoinsert): New defcustom.
8755 (inferior-python-filter-regexp, python-continuation-offset)
8756 (python-honour-comment-indentation, python-indent-string-contents)
8757 (python-jython-packages, python-mode-hook)
8758 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
8759 (python-shell-prompt-alist)
8760 (python-source-modes): Delete defcustoms.
8761 (python-check-buffer-name, python-eldoc-setup-code)
8762 (python-eldoc-string-code, python-ffap-setup-code)
8763 (python-ffap-string-code, python-fill-comment-function)
8764 (python-fill-decorator-function, python-fill-paren-function)
8765 (python-fill-string-function, python-imenu-include-defun-type)
8766 (python-imenu-make-tree, python-imenu-subtree-root-label)
8767 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
8768 (python-shell-compilation-regexp-alist)
8769 (python-shell-completion-module-string-code)
8770 (python-shell-completion-pdb-string-code)
8771 (python-shell-completion-setup-code)
8772 (python-shell-completion-string-code)
8773 (python-shell-enable-font-lock, python-shell-exec-path)
8774 (python-shell-extra-pythonpaths)
8775 (python-shell-internal-buffer-name, python-shell-interpreter-args)
8776 (python-shell-process-environment)
8777 (python-shell-prompt-block-regexp)
8778 (python-shell-prompt-output-regexp)
8779 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
8780 (python-shell-send-setup-max-wait, python-shell-setup-codes)
8781 (python-shell-virtualenv-path): New defcustoms.
8782 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
8783 (inferior-python-mode-syntax-table, python--prompt-regexp)
8784 (python-buffer, python-command python-python-command)
8785 (python-default-template, python-imports, python-indent-index)
8786 (python-indent-list, python-indent-list-length)
8787 (python-mode-running, python-pdbtrack-is-tracking-p)
8788 (python-preoutput-continuation, python-preoutput-leftover)
8789 (python-preoutput-result, python-preoutput-skip-next-prompt)
8790 (python-prev-dir/file, python-recursing)
8791 (python-saved-check-command, python-version-checked)
8792 (python-which-func-length-limit)
8793 (view-return-to-alist): Delete vars.
8794 (python-check-custom-command, python-dotty-syntax-table)
8795 (python-imenu-index-alist, python-indent-current-level)
8796 (python-indent-dedenters, python-indent-levels)
8797 (python-nav-beginning-of-defun-regexp)
8798 (python-nav-list-defun-positions-cache)
8799 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
8800 (python-shell-internal-buffer)
8801 (python-skeleton-available): New vars.
8802 (def-python-skeleton): Delete macro.
8803 (python-skeleton-define): New macro.
8804 (python-define-auxiliary-skeleton, python-rx): New macros.
8805 (python-insert-class): Delete command.
8806 (python-skeleton-class): New command.
8807 (python-insert-def): Delete command.
8808 (python-skeleton-def): New command.
8809 (python-insert-for): Delete command.
8810 (python-skeleton-for): New command.
8811 (python-insert-if): Delete command.
8812 (python-skeleton-if): New command.
8813 (python-insert-try/except, python-insert-try/finally): Delete commands.
8814 (python-skeleton-try): New command.
8815 (python-insert-while): Delete command.
8816 (python-skeleton-while): New command.
8817 (python-backspace): Delete command.
8818 (python-indent-dedent-line-backspace): New command.
8819 (python-electric-colon): Delete command.
8820 (python-indent-electric-colon): New command.
8821 (python-guess-indent): Delete command.
8822 (python-indent-guess-indent-offset): New command.
8823 (python-shift-left): Delete command.
8824 (python-indent-shift-left): New command.
8825 (python-shift-right): Delete command.
8826 (python-indent-shift-right): New command.
8827 (python-find-function): Delete command.
8828 (python-nav-jump-to-defun): New command.
8829 (python-next-statement): Delete command.
8830 (python-nav-forward-sentence): New command.
8831 (python-previous-statement): Delete command.
8832 (python-nav-backward-sentence): New command.
8833 (python-fill-paragraph): Delete command.
8834 (python-fill-paragraph-function): New command.
8835 (python-send-buffer): Delete command.
8836 (python-shell-send-buffer): New command.
8837 (python-send-defun): Delete command.
8838 (python-shell-send-defun): New command.
8839 (python-send-region, python-send-region-and-go): Delete commands.
8840 (python-shell-send-region)
8841 (python-shell-switch-to-shell): New commands.
8842 (python-send-string): Delete command.
8843 (python-shell-send-string): New command.
8844 (python-switch-to-python): Delete command.
8845 (python-shell-switch-to-shell): New command.
8846 (python-describe-symbol): Delete command.
8847 (python-eldoc-at-point): New command.
8848 (python--set-prompt-regexp, python-args-to-list)
8849 (python-after-info-look, python-check-version)
8850 (python-check-comint-prompt, python-find-imports)
8851 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
8852 (python-unload-function, python-expand-template)
8853 (python-maybe-jython, python-preoutput-filter)
8854 (python-pdbtrack-get-source-buffer)
8855 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
8856 (python-pdbtrack-toggle-stack-tracking)
8857 (python-pdbtrack-track-stack-file, python-initial-text)
8858 (python-first-word, python-comment-line-p, python-send-command)
8859 (python-setup-brm, python-sentinel, python-set-proc)
8860 (python-skip-out, python-input-filter, python-outdent-p)
8861 (python-outline-level, python-backslash-continuation-line-p)
8862 (python-end-of-block, python-end-of-statement, python-mark-block)
8863 (python-beginning-of-block, python-beginning-of-statement)
8864 (python-blank-line-p, python-beginning-of-string)
8865 (python-open-block-statement-p): Delete functions.
8866 (python-indent-line, python-indent-line-1): Delete functions.
8867 (python-indent-line): New function.
8868 (python-indentation-levels): Delete function.
8869 (python-indent-calculate-levels): New function.
8870 (python-proc): Delete function.
8871 (python-shell-get-process): New function.
8872 (python-send-receive): Delete function.
8873 (python-shell-send-string-no-output): New function.
8874 (python-module-path): Delete function.
8875 (python-ffap-module-path): New function.
8876 (python-completion-at-point)
8877 (python-symbol-completions): Delete functions.
8878 (python-completion-complete-at-point): New function.
8879 (python-load-file): Delete function.
8880 (python-shell-send-file): New function.
8881 (python-calculate-indentation): Delete function.
8882 (python-indent-calculate-indentation): New function.
8883 (python-skip-comments/blanks): Delete function.
8884 (python-util-forward-comment): New function.
8885 (python-continuation-line-p): Delete function.
8886 (python-info-continuation-line-p): New function.
8887 (python-which-func, python-current-defun): Delete function.
8888 (python-info-current-defun): New function.
8889 (python-beginning-of-defun): Delete function.
8890 (python-nav-beginning-of-defun): New function.
8891 (python-close-block-statement-p)
8892 (python-block-end-p): Delete function.
8893 (python-info-closing-block): New function.
8894 (python-comint-output-filter-function)
8895 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
8896 (python-fill-comment, python-fill-decorator, python-fill-paren)
8897 (python-fill-string, python-imenu-make-element-tree)
8898 (python-imenu-make-tree, python-imenu-tree-assoc)
8899 (python-indent-context, python-indent-dedent-line)
8900 (python-indent-line-function)
8901 (python-indent-post-self-insert-function)
8902 (python-indent-toggle-levels)
8903 (python-info-assignment-continuation-line-p)
8904 (python-info-beginning-of-backlash)
8905 (python-info-block-continuation-line-p)
8906 (python-info-closing-block-message)
8907 (python-info-line-ends-backslash-p)
8908 (python-info-looking-at-beginning-of-defun)
8909 (python-info-ppss-context, python-info-ppss-context-type)
8910 (python-nav-list-defun-positions, python-nav-read-defun)
8911 (python-nav-sentence-end, python-nav-sentence-start)
8912 (python-pdbtrack-comint-output-filter-function)
8913 (python-pdbtrack-set-tracked-buffer)
8914 (python-shell-calculate-exec-path)
8915 (python-shell-calculate-process-environment)
8916 (python-shell-completion--do-completion-at-point)
8917 (python-shell-completion--get-completions)
8918 (python-shell-completion-complete-at-point)
8919 (python-shell-completion-complete-or-indent)
8920 (python-shell-get-or-create-process)
8921 (python-shell-get-process-name)
8922 (python-shell-internal-get-or-create-process)
8923 (python-shell-internal-get-process-name)
8924 (python-shell-internal-send-string, python-shell-make-comint)
8925 (python-shell-parse-command, python-shell-send-setup-code)
8926 (python-skeleton-add-menu-items)
8927 (python-util-clone-local-variables, python-util-position)
8928 (run-python-internal, python-indentation-levels)
8929 (python-nav-beginning-of-defun)
8930 (python-completion-complete-at-point): New functions.
8931 (run-python): Change arguments. New API requirements.
8932
8933 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8934
8935 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
8936 (bug#11649).
8937
8938 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
8939 (macroexp--expand-all): Use it.
8940
8941 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
8942 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
8943 Use `cl-function' instead.
8944
8945 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
8946
8947 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
8948 Suggested by Stefan Monnier while discussing bug#11657.
8949
8950 2012-06-14 Sam Steingold <sds@gnu.org>
8951
8952 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
8953
8954 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
8955
8956 * play/doctor.el (doctor-doc): Remove parameter and use
8957 doctor-sent instead of sent.
8958 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
8959
8960 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8961
8962 * files.el: Require cl-lib.
8963 (file-name-non-special): Replace case -> cl-case.
8964
8965 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
8966
8967 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
8968 mapping from #' to function*.
8969
8970 2012-06-13 Chong Yidong <cyd@gnu.org>
8971
8972 * mouse.el (mouse-drag-track): Do not set the mark if the user
8973 releases the mouse without selecting anything (Bug#11588).
8974
8975 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8976
8977 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
8978 as well (bug#11646).
8979
8980 * loadup.el: Count byte-code functions as well.
8981
8982 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
8983 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
8984
8985 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
8986 (bug#11649). Add cl-defun and cl-defmacro.
8987
8988 2012-06-13 Drew Adams <drew.adams@oracle.com>
8989
8990 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
8991 Fix last change.
8992
8993 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
8994
8995 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
8996 Otherwise, it blocks in batch mode.
8997
8998 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
8999
9000 * help-mode.el (bookmark-make-record-default): Declare.
9001
9002 2012-06-13 Chong Yidong <cyd@gnu.org>
9003
9004 * emacs-lisp/package.el (list-packages): Compute a list of
9005 packages that are newly-available since the last list-packages
9006 invocation.
9007 (package-menu--new-package-list): New var.
9008 (package-menu--generate, package-menu--print-info)
9009 (package-menu--status-predicate, package-menu-mark-install):
9010 Handle new status label "new".
9011
9012 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9013
9014 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
9015 conversion to backquotes.
9016
9017 2012-06-12 Chong Yidong <cyd@gnu.org>
9018
9019 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
9020 Rename from gud-inhibit-global-bindings.
9021
9022 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
9023
9024 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
9025 hook from nxml-glyph-set-hook.
9026
9027 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
9028 declaration.
9029
9030 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
9031
9032 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
9033 Convert to defcustom.
9034
9035 2012-06-12 Drew Adams <drew.adams@oracle.com>
9036
9037 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9038 New functions.
9039 (help-mode): Use them.
9040
9041 2012-06-11 Glenn Morris <rgm@gnu.org>
9042
9043 * progmodes/fortran.el (fortran-font-lock-keywords-3):
9044 Use preprocessor face for directives.
9045 (fortran-directive-re): Doc fix.
9046
9047 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9048
9049 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
9050 conversion to backquotes (bug#11652).
9051
9052 Fix compiler-expansion of CL's cXXr functions (bug#11673).
9053 * emacs-lisp/cl-lib.el (cl--defalias): New function.
9054 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
9055 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
9056 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9057 (cl-ninth, cl-tenth): Mark them as inlinable.
9058 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
9059 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
9060 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
9061 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
9062 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
9063 (cl-list*, cl-adjoin): Don't put an autoload manually.
9064 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
9065 (cl--compiler-macro-list*): Add autoload cookie.
9066 (cl--compiler-macro-cXXr): New function.
9067
9068 * help-fns.el (help-fns--compiler-macro): New function extracted from
9069 describe-function-1; follow aliases and use `compiler-macro' property.
9070 (describe-function-1): Use it.
9071
9072 2012-06-11 Chong Yidong <cyd@gnu.org>
9073
9074 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
9075 is uninstalled, if imagemagick is installed.
9076
9077 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9078
9079 * emacs-lisp/cl-lib.el: Use lexical-binding.
9080 (cl-map-extents, cl-maclisp-member): Remove.
9081 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
9082 (cl--set-substring, cl--block-wrapper, cl--block-throw)
9083 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
9084 * emacs-lisp/cl-extra.el: Use lexical-binding.
9085 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
9086 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
9087 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
9088 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
9089 * emacs-lisp/cl-seq.el: Use lexical-binding.
9090 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
9091 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
9092 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
9093 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
9094 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
9095 CL's internals.
9096
9097 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
9098
9099 Sync with Tramp 2.2.6-pre.
9100
9101 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
9102 `print-length' and `print-level' to nil, in order to avoid
9103 truncation. Reported by Christopher Schmidt
9104 <christopher@ristopher.com>.
9105
9106 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
9107
9108 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
9109 New defmacro.
9110 (tramp-compat-copy-directory): Add optional argument
9111 COPY-CONTENTS. It is not handled yet.
9112
9113 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
9114 (tramp-ftp-file-name-p): Simplify.
9115
9116 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
9117 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
9118 connection vector.
9119
9120 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
9121 (tramp-methods): Do not use `tramp-password-end-of-line'.
9122 (tramp-completion-function-alist-putty): Handle UNIX case.
9123 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
9124 (tramp-do-file-attributes-with-stat)
9125 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
9126 gid as real numbers. They could run out of integer range on cygwin.
9127 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
9128 (tramp-sh-handle-expand-file-name): Handle hops.
9129 (tramp-open-connection-setup-interactive-shell):
9130 Use `tramp-cleanup'. Move check for busyboxes ...
9131 (tramp-find-shell): ... here. Simplify implementation.
9132 Set "remote-shell" property also for alternative shells.
9133 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
9134 If failing, a regular file would be written otherwise.
9135 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
9136 (tramp-find-inline-encoding): Cache the coding commands in the
9137 process cache. Apply test command on the remote side, if defined.
9138 (tramp-find-inline-compress): Cache the compress commands in the
9139 process cache.
9140 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
9141 when requested. Handle hops.
9142 (tramp-current-connection): New defvar.
9143 (tramp-maybe-open-connection): Use `tramp-cleanup'.
9144 Throw `suppress', if there was a failed connection shortly before.
9145 Handle user interrupt. (Bug#10187)
9146 (tramp-get-inline-compress, tramp-get-inline-coding):
9147 Read connection properties from the process cache.
9148
9149 * net/tramp-smb.el (tramp-smb-server-version)
9150 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
9151 New defconsts.
9152 (tramp-smb-prompt): Extend for powershell prompt.
9153 (tramp-smb-file-name-handler-alist): Add handlers for
9154 `process-file', `shell-command' and `start-file-process'.
9155 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
9156 (tramp-smb-winexe-shell-command-switch): New defcustoms.
9157 (tramp-smb-file-name-p): Simplify.
9158 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
9159 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
9160 (tramp-smb-shell-quote-argument): New defuns.
9161 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
9162 Implement using "tar". By this, time-stamps are preserved.
9163 (tramp-smb-handle-copy-file): Handle also the case of directories.
9164 (tramp-smb-do-file-attributes-with-stat)
9165 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
9166 Use `tramp-get-connection-buffer').
9167 (tramp-smb-handle-rename-file): Use "rename", when source and
9168 target are on the same share.
9169 (tramp-smb-maybe-open-connection): Handle wrong passwords.
9170 Use `tramp-smb-server-version'.
9171 (tramp-smb-wait-for-output): Remove prompt.
9172
9173 * net/tramp.el (top): Require 'cl.
9174 (tramp-methods, tramp-rsh-end-of-line):
9175 Remove `tramp-password-end-of-line' from docstring.
9176 (tramp-save-ad-hoc-proxies): New defcustom.
9177 (tramp-completion-function-alist): Adapt docstring.
9178 (tramp-default-password-end-of-line): Remove defcustom.
9179 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
9180 (tramp-user-regexp, tramp-file-name-regexp-unified)
9181 (tramp-file-name-regexp-url): Extend regexp by hop separator.
9182 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
9183 (tramp-remote-file-name-spec-regexp): New defconst.
9184 (tramp-file-name-structure): Extend structure for hops.
9185 (tramp-get-method-parameter): Move up.
9186 (tramp-file-name-p, tramp-dissect-file-name)
9187 (with-parsed-tramp-file-name): Handle hops.
9188 (tramp-file-name-hop): New defun.
9189 (tramp-make-tramp-file-name): New optional arg HOP.
9190 (tramp-message-show-progress-reporter-message): New defvar.
9191 (tramp-with-progress-reporter): Use it. We cannot use
9192 `tramp-message-show-message' here, because this suppresses also
9193 error buffers.
9194 (tramp-error-with-buffer): Suppress buffer view, if
9195 `tramp-message-show-message' is nil.
9196 Use `tramp-get-connection-buffer'.
9197 (tramp-cleanup): New defun.
9198 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
9199 (tramp-file-name-handler): If `debug-on-error' is set, propagate
9200 an error unchanged.
9201 (tramp-completion-handle-file-name-all-completions): Handle hops.
9202 Fix an error when called from ido.
9203 (tramp-completion-dissect-file-name): Use better local variable
9204 name. Add hop to the vector.
9205 (tramp-handle-insert-file-contents): Use progress-reporter for the
9206 whole scenario.
9207 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
9208 to `t'.
9209 (tramp-check-for-regexp): Simplify search.
9210 (tramp-enter-password): Remove it. Move implementation ...
9211 (tramp-action-password): ... here.
9212 (tramp-mode-string-to-int, tramp-local-host-p)
9213 (tramp-make-tramp-temp-file, tramp-read-passwd)
9214 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
9215 Set tramp-autoload cookie.
9216
9217 * net/trampver.el: Update release number.
9218
9219 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9220 Michael Albinus <michael.albinus@gmx.de>
9221
9222 * net/tramp.el (tramp-set-completion-function): Fix docstring.
9223 (tramp-parse-group, tramp-parse-file)
9224 (tramp-parse-shostkeys-sknownhosts): New defuns.
9225 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
9226 (tramp-parse-shosts-group, tramp-parse-sconfig)
9227 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
9228 (tramp-parse-sknownhosts, tramp-parse-hosts)
9229 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
9230 Use them.
9231 (tramp-parse-passwd-group, tramp-parse-netrc-group)
9232 (tramp-parse-putty-group): Don't narrow.
9233 (tramp-parse-putty): Make a loop.
9234 (tramp-file-name-handler): Catch the `suppress' signal.
9235
9236 2012-06-11 Chong Yidong <cyd@gnu.org>
9237
9238 * image.el (imagemagick-register-types): Put the ImageMagick entry
9239 at the end of image-type-file-name-regexps.
9240
9241 2012-06-11 Johan Bockgård <bojohan@gnu.org>
9242
9243 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
9244 (pcase, pcase-let*, pcase-dolist): Use them.
9245
9246 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9247
9248 * emacs-lisp/pcase.el (pcase--let*): New function.
9249 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
9250 (pcase--expand): Use macroexp-let².
9251
9252 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9253
9254 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
9255 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
9256 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
9257 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
9258 * emacs-lisp/derived.el: Use pcase instead of `cl'.
9259 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
9260
9261 2012-06-10 Glenn Morris <rgm@gnu.org>
9262
9263 * mail/rmail.el (rmail-yank-current-message): Leave point at
9264 correct position. (Bug#11660)
9265
9266 2012-06-10 Chong Yidong <cyd@gnu.org>
9267
9268 * allout-widgets.el: Fix code header.
9269
9270 2012-06-10 Chong Yidong <cyd@gnu.org>
9271
9272 * cus-edit.el (customize-changed-options-previous-release):
9273 Bump to 24.1.
9274
9275 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
9276
9277 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
9278
9279 2012-06-09 Chong Yidong <cyd@gnu.org>
9280
9281 * ebuff-menu.el (electric-buffer-list): Preserve header line.
9282
9283 2012-06-09 Martin Rudalics <rudalics@gmx.at>
9284
9285 * window.el (special-display-popup-frame): Don't use
9286 window--display-buffer (Bug#11651).
9287
9288 2012-06-09 Eli Zaretskii <eliz@gnu.org>
9289
9290 Fix parallel builds: make sure loaddefs.el is not being written
9291 while Lisp files are compiled.
9292 (compile): Don't depend on 'mh-autoloads'.
9293 (compile-CMD, compile-SH): Depend on 'autoloads'.
9294 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
9295
9296 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
9297
9298 2012-06-09 Chong Yidong <cyd@gnu.org>
9299
9300 * face-remap.el (face-remap-add-relative, face-remap-set-base)
9301 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
9302 Doc fixes (Bug#11225).
9303
9304 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9305
9306 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
9307 a function if there's a clear indication that it has a compiler-macro.
9308 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
9309 (macro-declarations-alist): Add arglist to declaration functions.
9310 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
9311 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
9312 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
9313 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
9314 Also add autoload to find the compiler macro.
9315 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
9316 (cl--compiler-macro-member, cl--compiler-macro-assoc)
9317 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
9318 (cl--compiler-macro-get): New functions, replacing calls to
9319 cl-define-compiler-macro.
9320 (cl-typep) [compiler-macro]: Use macroexp-let².
9321
9322 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9323
9324 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
9325 string properly, fixes Bug#11473.
9326
9327 2012-06-08 Chong Yidong <cyd@gnu.org>
9328
9329 * faces.el (set-face-attribute): Doc fix.
9330 (modify-face): Don't use :bold and :italic.
9331 (error, warning, success): Tweak definitions.
9332
9333 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
9334 (custom-modified, custom-set, custom-changed, custom-themed)
9335 (custom-saved, custom-button, custom-button-mouse)
9336 (custom-button-pressed, custom-state, custom-comment-tag)
9337 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
9338 (custom-group-subtitle): Use new-style face specs.
9339 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9340 (custom-set-face, custom-changed-face, custom-saved-face)
9341 (custom-button-face, custom-button-pressed-face)
9342 (custom-documentation-face, custom-state-face)
9343 (custom-comment-face, custom-comment-tag-face)
9344 (custom-variable-tag-face, custom-variable-button-face)
9345 (custom-face-tag-face, custom-group-tag-face-1)
9346 (custom-group-tag-face): Remove obsolete face alias.
9347
9348 * epa.el (epa-validity-high, epa-validity-medium)
9349 (epa-validity-low, epa-mark, epa-field-name, epa-string)
9350 (epa-field-name, epa-field-body):
9351 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9352 (font-lock-keyword-face, font-lock-builtin-face)
9353 (font-lock-function-name-face, font-lock-variable-name-face)
9354 (font-lock-type-face, font-lock-constant-face):
9355 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9356 (ido-virtual, ido-indicator, ido-incomplete-regexp):
9357 * speedbar.el (speedbar-button-face, speedbar-file-face)
9358 (speedbar-directory-face, speedbar-tag-face)
9359 (speedbar-selected-face, speedbar-highlight-face)
9360 (speedbar-separator-face):
9361 * whitespace.el (whitespace-newline, whitespace-space)
9362 (whitespace-hspace, whitespace-tab, whitespace-trailing)
9363 (whitespace-line, whitespace-space-before-tab)
9364 (whitespace-space-after-tab, whitespace-indentation)
9365 (whitespace-empty):
9366 * emulation/cua-base.el (cua-global-mark):
9367 * eshell/em-prompt.el (eshell-prompt):
9368 * net/newst-plainview.el (newsticker-new-item-face)
9369 (newsticker-old-item-face, newsticker-immortal-item-face)
9370 (newsticker-obsolete-item-face, newsticker-date-face)
9371 (newsticker-statistics-face, newsticker-default-face):
9372 * net/newst-reader.el (newsticker-feed-face)
9373 (newsticker-extra-face, newsticker-enclosure-face):
9374 * net/newst-treeview.el (newsticker-treeview-face)
9375 (newsticker-treeview-new-face, newsticker-treeview-old-face)
9376 (newsticker-treeview-immortal-face)
9377 (newsticker-treeview-obsolete-face)
9378 (newsticker-treeview-selection-face):
9379 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
9380 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
9381 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
9382 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
9383 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9384 (nxml-outline-active-indicator, nxml-outline-ellipsis):
9385 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
9386 (mpuz-text):
9387 * progmodes/vera-mode.el (vera-font-lock-number)
9388 (vera-font-lock-function, vera-font-lock-interface):
9389 * textmodes/table.el (table-cell): Use new-style face specs, and
9390 don't use the old :bold and :italic attributes.
9391
9392 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
9393 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
9394 (ebrowse-member-class, ebrowse-progress): Likewise.
9395 (ebrowse-tree-mark-face, ebrowse-root-class-face)
9396 (ebrowse-file-name-face, ebrowse-default-face)
9397 (ebrowse-member-attribute-face, ebrowse-member-class-face)
9398 (ebrowse-progress-face): Remove obsolete faces.
9399
9400 * progmodes/flymake.el (flymake-errline, flymake-warnline):
9401 Inherit from error and warning faces respectively.
9402
9403 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9404 Likewise.
9405 (flyspell-incorrect-face, flyspell-duplicate-face):
9406 Remove obsolete aliases.
9407
9408 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
9409
9410 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9411 Avoid infloop.
9412
9413 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9414
9415 * startup.el (argv, argi): Make lexically scoped.
9416 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
9417 * emacs-lisp/cl-macs.el: Use lexical-binding.
9418 Rename cl-bind-* to cl--bind-*.
9419 * files.el: Don't require `cl' since it doesn't use it.
9420 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
9421
9422 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
9423
9424 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
9425 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
9426 instead of calling external sort utility.
9427 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
9428
9429 2012-06-08 Eli Zaretskii <eliz@gnu.org>
9430
9431 * descr-text.el (describe-char): Mention how to insert the
9432 character, if the current input method doesn't support it.
9433 See the discussion in this thread for the details:
9434 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
9435
9436 2012-06-08 Sam Steingold <sds@gnu.org>
9437
9438 * bindings.el (global-map): Bind XF86Forward to next-buffer and
9439 XF86Back to previous-buffer.
9440 (minibuffer-local-map): Bind them to next-history-element and
9441 previous-history-element respectively.
9442 * help-mode.el (help-mode-map): Bind them to help-go-forward and
9443 help-go-back respectively.
9444 * info.el (Info-mode-map): Bind them to Info-history-forward and
9445 Info-history-back respectively.
9446 These are the keys next to Up on the ThinkPad keyboard.
9447
9448 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9449
9450 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
9451 * emacs-lisp/cl-macs.el: Provide itself.
9452 (cl--labels-convert-cache): New var.
9453 (cl--labels-convert): New function.
9454 (cl-flet, cl-labels): New implementation with new semantics, relying on
9455 lexical-binding.
9456 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
9457 (cl-closure-vars, cl--function-convert-cache)
9458 (cl--function-convert): Move from cl-macs.el.
9459 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
9460 rename by removing the "cl-" prefix.
9461 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
9462
9463 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9464
9465 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
9466 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
9467 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
9468 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
9469 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
9470 (cl-hash-table-count): Add old compatibility aliases.
9471
9472 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
9473 Use macroexpand-all-environment instead.
9474 (cl--old-macroexpand): New var.
9475 (cl--sm-macroexpand): New function.
9476 (cl-symbol-macrolet): Use it during macro expansion.
9477 (cl--function-convert-cache): New var.
9478 (cl--function-convert): New function, extracted from
9479 cl-macroexpand-all.
9480 (cl-lexical-let): Use it.
9481
9482 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
9483 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
9484 (cl-member): Remove old alias.
9485
9486 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
9487 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
9488 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
9489 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
9490 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
9491 (cl-macroexpand-cmacs): Remove var.
9492 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
9493 Use macroexpand-all instead.
9494
9495 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
9498 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
9499 (macroexp-copyable-p): New functions and macros.
9500 * emacs-lisp/edebug.el (edebug-unwrap):
9501 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
9502 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
9503 (pcase--let*): Remove.
9504 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
9505 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
9506 macroexp-const-p instead.
9507 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
9508
9509 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
9510 instead of "cl-" for internal definitions. Use macroexp-const-p.
9511 (cl-old-bc-file-form): Remove var.
9512 (cl-const-exprs-p): Remove fun.
9513 (cl-labels, cl-macrolet): Use backquote.
9514 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
9515 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
9516 (cl-define-setf-expander): Rename from cl-define-setf-method.
9517 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
9518
9519 * international/mule-cmds.el: Don't require CL.
9520 (view-hello-file): Don't use `letf'.
9521
9522 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9523
9524 * tmm.el (tmm-prompt): Use string-prefix-p.
9525 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
9526 (tmm-add-prompt): Use minibuffer-completion-help.
9527 (tmm-delete-map): Remove.
9528
9529 * subr.el (kbd): Make it its own function.
9530
9531 2012-06-07 Stefan Merten <smerten@oekonux.de>
9532
9533 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
9534 Silence compiler warnings. Fix versions.
9535 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
9536 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
9537 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
9538 (rst-package-emacs-version-alist): Correct Emacs version to
9539 represent major merge with upstream.
9540 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
9541
9542 2012-06-06 Glenn Morris <rgm@gnu.org>
9543
9544 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
9545 Only print environment variables if set.
9546
9547 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9548
9549 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
9550 (macroexp--cons): Rename from maybe-cons.
9551 (macroexp--accumulate): Rename from macroexp-accumulate.
9552 (macroexp--all-forms): Rename from macroexpand-all-forms.
9553 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
9554 (macroexp--expand-all): Rename from macroexpand-all-1.
9555
9556 2012-06-06 Sam Steingold <sds@gnu.org>
9557
9558 * calendar/calendar.el (calendar-in-read-only-buffer):
9559 Call `special-mode' to enable the standard read-only keybindings.
9560
9561 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9562
9563 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
9564 with "loading" messages (bug#11635).
9565
9566 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
9567
9568 * files.el (enable-remote-dir-locals): New option.
9569 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
9570
9571 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9572 Ensure, that the temp directory is local.
9573
9574 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
9575 `temporary-file-directory'.
9576
9577 * progmodes/python.el (python-send-region): Ensure, that the
9578 temporary file is created also in the remote case.
9579
9580 2012-06-06 Glenn Morris <rgm@gnu.org>
9581
9582 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
9583 (vc-rcs-update-changelog): Use it.
9584
9585 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
9586
9587 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
9588 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
9589 (vc-sccs-diff): Replace use of the external vcdiff script.
9590
9591 2012-06-05 Glenn Morris <rgm@gnu.org>
9592
9593 * ledit.el: Move to obsolete/.
9594
9595 2012-06-05 Sam Steingold <sds@gnu.org>
9596
9597 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
9598 patch (Bug#11140).
9599
9600 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9601
9602 * emacs-lisp/cust-print.el: Move to obsolete.
9603
9604 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
9605 compiler-macro expansion.
9606
9607 Add native compiler-macro support.
9608 * emacs-lisp/macroexp.el (macroexpand-all-1):
9609 Support compiler-macros directly. Properly follow aliases and apply
9610 the compiler macros more thoroughly.
9611 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
9612 macroexpand now properly follows aliases.
9613 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
9614 (cl-compiler-macroexpand): Use new prop.
9615 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
9616
9617 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
9618
9619 2012-06-05 Martin Rudalics <rudalics@gmx.at>
9620
9621 * window.el (get-lru-window, get-mru-window, get-largest-window):
9622 New argument NOT-SELECTED to avoid picking the selected window.
9623 (window--display-buffer-1, window--display-buffer-2): Replace by
9624 new function window--display-buffer
9625 (display-buffer-same-window, display-buffer-reuse-window)
9626 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9627 Use window--display-buffer.
9628 (display-buffer-use-some-window): Remove temporary dedication
9629 hack by calling get-lru-window and get-largest-window with
9630 NOT-SELECTED argument non-nil. Call window--display-buffer.
9631
9632 2012-06-05 Glenn Morris <rgm@gnu.org>
9633
9634 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
9635 Replace external vcdiff script.
9636
9637 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
9640
9641 2012-06-04 Chong Yidong <cyd@gnu.org>
9642
9643 * image.el (imagemagick-types-inhibit): Revert last change.
9644 Add INFO and M.
9645 (imagemagick-enabled-types): Remove CIN and EPS*.
9646
9647 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9648
9649 * emacs-lisp/cl-lib.el: Rename from cl.el.
9650 * emacs-lisp/cl.el: New compatibility file.
9651 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
9652 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
9653 to obey the "cl-" prefix.
9654 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
9655
9656 2012-06-03 Glenn Morris <rgm@gnu.org>
9657
9658 * emacs-lisp/authors.el (authors-aliases): Addition.
9659
9660 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
9661 Fix :version.
9662
9663 2012-06-03 Stefan Merten <smerten@oekonux.de>
9664
9665 * textmodes/rst.el: Add comments.
9666 (rst-transition, rst-adornment): New faces.
9667 (rst-adornment-faces-alist): Make default safe to reevaluate.
9668 Fixes
9669 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
9670 Improve customization tags.
9671 (rst-define-level-faces): Clarify meaning.
9672
9673 2012-06-03 Chong Yidong <cyd@gnu.org>
9674
9675 * progmodes/compile.el (compilation-mode-line-fail)
9676 (compilation-mode-line-run, compilation-mode-line-exit):
9677 New faces.
9678 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
9679
9680 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
9681
9682 * progmodes/which-func.el (which-func-update-ediff-windows):
9683 New function. Use it in ediff-select-hook (Bug#11478).
9684
9685 2012-06-03 Chong Yidong <cyd@gnu.org>
9686
9687 * bindings.el: Remove explicit help text from format-mode-line.
9688 It is now supplied by mode-line-default-help-echo.
9689 (mode-line-front-space, mode-line-end-spaces)
9690 (mode-line-misc-info): New variables.
9691 (mode-line-modes, mode-line-position): Move the default value to
9692 the variable definition.
9693 (mode-line-default-help-echo): New defcustom.
9694 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
9695 (mode-line-modified-help-echo): New functions.
9696 (mode-line-mule-info, mode-line-modified): Use them.
9697 (mode-line-eol-desc, propertized-buffer-identification):
9698 Consistency fixes for help text.
9699 (mode-line-coding-system-map): Allow using mouse-3 to invoke
9700 set-buffer-file-coding-system (Bug#289).
9701 (mode-line-mule-info-help-echo): Update help text.
9702
9703 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9704
9705 * simple.el (execute-extended-command): Set real-this-command
9706 (bug#11506).
9707
9708 2012-06-02 Chong Yidong <cyd@gnu.org>
9709
9710 Remove incorrect uses of "modeline" in comments, docstrings, and
9711 function/variable names (Bug#10329).
9712
9713 * cus-edit.el (mode-line):
9714 * dframe.el (dframe-mouse-hscroll):
9715 * emacs-lisp/re-builder.el:
9716 * emacs-lisp/easy-mmode.el (define-minor-mode):
9717 * frame.el (set-frame-name):
9718 * help.el (lookup-minor-mode-from-indicator):
9719 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
9720 * progmodes/cc-cmds.el (c-toggle-auto-newline)
9721 (c-toggle-hungry-state):
9722 * progmodes/antlr-mode.el (antlr-language-alist):
9723 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
9724 * progmodes/vhdl-mode.el (vhdl-mode):
9725 * progmodes/which-func.el (which-func, which-func-cleanup-function):
9726 * term/ns-win.el (ns-face-at-pos):
9727 * term/sup-mouse.el (sup-mouse-report):
9728 * textmodes/flyspell.el (flyspell-mode-line-string):
9729 * textmodes/ispell.el (ispell-highlight-face):
9730 * textmodes/reftex-global.el:
9731 * vc/vc-arch.el (vc-arch-mode-line-string):
9732 * vc/vc-cvs.el (vc-cvs-mode-line-string):
9733 * vc/vc-git.el (vc-git-mode-line-string):
9734 * vc/vc-hooks.el (vc-display-status)
9735 (vc-default-mode-line-string):
9736 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
9737
9738 * ansi-color.el (ansi-color-faces-vector): Change default faces.
9739
9740 * dired.el (dired-sort-set-mode-line): Rename from
9741 dired-sort-set-modeline. All callers changed.
9742
9743 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
9744 eshell-status-in-modeline.
9745
9746 * foldout.el (foldout-mode-line-string): Rename from
9747 foldout-modeline-string. All callers changed.
9748 (foldout-update-mode-line): Rename from foldout-update-modeline.
9749
9750 * subr.el (redraw-modeline): Make into obsolete alias.
9751
9752 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
9753 timeclock-modeline-display. Make old name an alias.
9754 (timeclock-update-mode-line): Likewise. All callers changed.
9755 (timeclock-mode-line-display): No need to check before using
9756 add-hook.
9757 (timeclock-relative, timeclock-day-over-hook)
9758 (timeclock-use-elapsed, timeclock-mode-string)
9759 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
9760
9761 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
9762 crisp-mode-modeline-string.
9763
9764 * play/solitaire.el (solitaire-build-mode-line): Rename from
9765 solitaire-build-modeline. All callers changed.
9766
9767 * play/zone.el (zone-hiding-mode-line): Rename from
9768 zone-hiding-modeline. All callers changed.
9769 (zone): Remove unusued `modeline-hidden-level' property.
9770
9771 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
9772 xscheme-modeline-initialize. All callers changed.
9773
9774 * strokes.el (strokes-lighter): Rename from
9775 strokes-modeline-string.
9776
9777 * textmodes/sgml-mode.el (html-face-tag-alist)
9778 (html-tag-face-alist): Use mode-line face instead of obsolete
9779 alias modeline.
9780
9781 2012-06-02 Stefan Merten <smerten@oekonux.de>
9782
9783 * textmodes/rst.el: Always require `cl'.
9784 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
9785
9786 2012-06-02 Chong Yidong <cyd@gnu.org>
9787
9788 * image.el (imagemagick-enabled-types): Rename from
9789 imagemagick-types-enable. Add many more types.
9790 (imagemagick-types-inhibit): Change default to nil.
9791 (imagemagick-filter-types): Caller changed.
9792
9793 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9794
9795 * emacs-lisp/cl-macs.el: Use backquotes.
9796 (cl-transform-function-property): Use eval-and-compile rather than
9797 abusing `require'.
9798 (defstruct): Use declare-function instead of with-no-warnings.
9799
9800 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
9801 (byte-compile-output-docform): Re-add the print-circle bindings.
9802 (byte-compile-fix-header): Use #$ just because it's shorter.
9803 (byte-compile-output-file-form): Remove defun/defmacro.
9804
9805 2012-06-01 Martin Rudalics <rudalics@gmx.at>
9806
9807 * simple.el (choose-completion): Remove now obsolete binding for
9808 owindow.
9809
9810 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
9811
9812 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
9813 in order to avoid "Stack overflow in regexp matcher".
9814
9815 2012-05-31 Glenn Morris <rgm@gnu.org>
9816
9817 * image.el: For clarity, call imagemagick-register-types at
9818 top-level, rather than relying on a custom :initialize.
9819 (imagemagick-types-enable): New option. (Bug#11557)
9820 (imagemagick-filter-types): New function. (Bug#7406)
9821 (imagemagick-register-types): Use imagemagick-filter-types.
9822 If disabling support, remove elements altogether rather
9823 than using an impossible regexp.
9824 (imagemagick-types-inhibit): Give it the default init function.
9825
9826 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9827
9828 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
9829 Handle arbitrary file name lengths (Bug#11585).
9830
9831 2012-05-31 Martin Rudalics <rudalics@gmx.at>
9832
9833 * desktop.el (desktop-read): Clear previous and next buffers for
9834 all windows and bury *Messages* buffer (bug#11556).
9835
9836 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9837
9838 Add `declare' for `defun'. Align `defmacro's with it.
9839 * emacs-lisp/easy-mmode.el (define-minor-mode)
9840 (define-globalized-minor-mode): Don't autoload the var definitions.
9841 * emacs-lisp/byte-run.el: Use lexical-binding.
9842 (defun-declarations-alist, macro-declarations-alist): New vars.
9843 (defmacro, defun): Use them.
9844 (make-obsolete, define-obsolete-function-alias)
9845 (make-obsolete-variable, define-obsolete-variable-alias):
9846 Use `declare'.
9847 (macro-declaration-function): Mark obsolete.
9848 * emacs-lisp/autoload.el: Use lexical-binding.
9849 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
9850
9851 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9852
9853 * textmodes/ispell.el (ispell-with-no-warnings):
9854 Define as a macro.
9855 (ispell-kill-ispell, ispell-change-dictionary):
9856 Use `called-interactively-p' for Emacs instead of obsolete
9857 `interactive-p'.
9858
9859 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9860
9861 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
9862 (macro-declaration-function): Move var from C code.
9863 (macro-declaration-function): Define function with defalias.
9864 * emacs-lisp/macroexp.el (macroexpand-all-1):
9865 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
9866 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
9867 defun/defmacro any more.
9868 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
9869 Provide fallback for unknown arglist.
9870 (byte-compile-arglist-warn): Change calling convention.
9871 (byte-compile-output-file-form): Move print-vars binding.
9872 (byte-compile-output-docform): Simplify accordingly.
9873 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
9874 (byte-compile-defmacro-declaration): Remove.
9875 (byte-compile-file-form-defmumble): Generalize to defalias.
9876 (byte-compile-output-as-comment): Return byte-positions.
9877 Simplify callers accordingly.
9878 (byte-compile-lambda): Use `assert'.
9879 (byte-compile-defun, byte-compile-defmacro): Remove.
9880 (byte-compile-file-form-defalias):
9881 Use byte-compile-file-form-defmumble.
9882 (byte-compile-defalias-warn): Remove.
9883
9884 2012-05-29 Stefan Merten <smerten@oekonux.de>
9885
9886 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
9887 possible. Fix authors. Improve comments. Improve loading of `cl'.
9888
9889 (rst-mode-abbrev-table): Merge definition.
9890 (rst-mode): Make sure `font-lock-defaults' is buffer local.
9891 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
9892
9893 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
9894
9895 * calendar/icalendar.el
9896 (icalendar-export-region): Export UID properly.
9897
9898 2012-05-29 Leo Liu <sdl.web@gmail.com>
9899 * calendar/icalendar.el (icalendar-import-format):
9900 Add `icalendar-import-format-uid' (Bug#11525).
9901 (icalendar-import-format-uid): New.
9902 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
9903 Export UID.
9904
9905 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
9908 different alternative patterns.
9909 (pcase-codegen): Be more careful to preserve identity.
9910 (pcase--u1): Don't forget to mark vars as used.
9911
9912 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
9913 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
9914 (byte-compile-from-buffer): ...rather than here.
9915
9916 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
9917 functions from byte-compile-function-environment.
9918
9919 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
9920
9921 * window.el (window-deletable-p): Avoid deleting the root window
9922 of a frame with an active minibuffer.
9923
9924 2012-05-29 Martin Rudalics <rudalics@gmx.at>
9925
9926 * simple.el (choose-completion): Use quit-window (Bug#11567).
9927
9928 2012-05-29 Chong Yidong <cyd@gnu.org>
9929
9930 * whitespace.el (whitespace-cleanup): Fix usage of
9931 whitespace-empty-at-bob-regexp (Bug#11492).
9932
9933 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9934
9935 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
9936 revert (Bug#11488).
9937
9938 2012-05-29 Juri Linkov <juri@jurta.org>
9939
9940 * isearch.el (isearch-mode-map): Bind `M-s _' to
9941 `isearch-toggle-symbol'. Bind `M-s c' to
9942 `isearch-toggle-case-fold'.
9943 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
9944 (isearch-forward): Add `M-s _' to the docstring.
9945 (isearch-forward-symbol, isearch-toggle-case-fold)
9946 (isearch-symbol-regexp): New functions. (Bug#11381)
9947
9948 2012-05-29 Juri Linkov <juri@jurta.org>
9949
9950 * isearch.el (isearch-word): Add docstring. (Bug#11381)
9951 (isearch-occur, isearch-search-and-update): If `isearch-word' is
9952 a function, call it to get the regexp.
9953 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
9954 property `isearch-message-prefix' instead of the string "word ".
9955 (isearch-search-fun-default): For the case of `isearch-word',
9956 return a lambda that calls re-search-forward/re-search-backward
9957 with a regexp returned by `word-search-regexp' or by the function
9958 in `isearch-word'.
9959
9960 2012-05-29 Juri Linkov <juri@jurta.org>
9961
9962 * isearch.el (isearch-search-fun-default): New function.
9963 (isearch-search-fun): Move default part to the new function
9964 `isearch-search-fun-default'.
9965 (isearch-search-fun-function): Set the default value to
9966 `isearch-search-fun-default'. (Bug#11381)
9967
9968 * comint.el (comint-history-isearch-end):
9969 Use `isearch-search-fun-default'.
9970 (comint-history-isearch-search): Use `isearch-search-fun-default'
9971 and remove spacial case for `isearch-word'.
9972 (comint-history-isearch-wrap): Remove spacial case for
9973 `isearch-word'.
9974
9975 * hexl.el (hexl-isearch-search-function):
9976 Use `isearch-search-fun-default'.
9977
9978 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
9979 Use `word-search-regexp' for `isearch-word'.
9980
9981 * misearch.el (multi-isearch-search-fun):
9982 Use `isearch-search-fun-default'.
9983
9984 * simple.el (minibuffer-history-isearch-search):
9985 Use `isearch-search-fun-default' and remove spacial case for
9986 `isearch-word'.
9987 (minibuffer-history-isearch-wrap): Remove spacial case for
9988 `isearch-word'.
9989
9990 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
9991 Remove spacial case for `isearch-word'.
9992 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
9993
9994 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9995
9996 Decrease XEmacs incompatibilities.
9997 * textmodes/flyspell.el (flyspell-check-pre-word-p):
9998 Use `string-match'.
9999 (flyspell-delete-region-overlays): Use alternative definition for
10000 XEmacs.
10001 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
10002 (flyspell-word): Use `process-kill-without-query' if XEmacs.
10003 (flyspell-mode-on): Use `interactive-p' if XEmacs.
10004 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
10005 `define-obsolete-face-alias' under XEmacs, but old method.
10006
10007 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
10008 `with-no-warnings' definition or Emacs alias.
10009 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
10010 (ispell-word): Do not use `region-p' if XEmacs.
10011
10012 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10013
10014 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10015 Check for `ispell-dictionary-base-alist' instead of full
10016 `ispell-dictionary-alist'.
10017 (ispell-init-process): Show spellchecker when starting new Ispell
10018 process.
10019
10020 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10021
10022 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
10023 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
10024
10025 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
10026
10027 * version.el (motif-version-string, gtk-version-string)
10028 (ns-version-string): Declare.
10029
10030 2012-05-27 Juri Linkov <juri@jurta.org>
10031
10032 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
10033 after the `eval-defun-1' specialcaseing
10034 like in `edebug-eval-defun' (bug#10181).
10035
10036 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
10037 like in `eval-defun-1'.
10038
10039 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10040
10041 * mail/sendmail.el (mail-yank-region):
10042 Recognize rmail-yank-current-message in addition to insert-buffer.
10043 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
10044 a *mail* buffer created through rmail-start-mail with sendmail as
10045 mail-user-agent.
10046
10047 2012-05-27 Chong Yidong <cyd@gnu.org>
10048
10049 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
10050 Default to 256 (Bug#11267).
10051
10052 * help.el (describe-mode): Doc fix.
10053
10054 2012-05-26 Glenn Morris <rgm@gnu.org>
10055
10056 * w32-fns.el (w32-init-info): Remove.
10057 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
10058
10059 * info.el (info-initialize): For self-contained NS builds, put the
10060 included info/ directory at the front. (Bug#2791)
10061
10062 * paths.el (Info-default-directory-list): Make it a defcustom,
10063 mainly so that we can use custom-initialize-delay.
10064
10065 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10066
10067 * subr.el (buffer-has-markers-at): Mark obsolete.
10068
10069 * subr.el (lambda): Use declare.
10070
10071 * emacs-lisp/lisp-mode.el (lambda):
10072 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
10073
10074 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10075
10076 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
10077
10078 2012-05-26 Glenn Morris <rgm@gnu.org>
10079
10080 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
10081
10082 2012-05-25 Glenn Morris <rgm@gnu.org>
10083
10084 * paths.el: Remove no-byte-compile.
10085 * loadup.el: No need to load paths.el uncompiled.
10086
10087 * image.el (imagemagick-types-inhibit): Doc fix.
10088
10089 * version.el: Remove no-byte-compile and associated formatting.
10090 * loadup.el: No need to load version.el uncompiled. AFAICS, this
10091 is ancient code from when there was an "inc-vers.el".
10092
10093 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * progmodes/gdb-mi.el: Minor style changes.
10096 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
10097 Turn into minor modes.
10098 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
10099 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
10100 (gdb-shell): Remove unneeded let-binding.
10101 (gdb-get-many-fields): Eliminate O(n²) behavior.
10102
10103 2012-05-25 Eli Zaretskii <eliz@gnu.org>
10104
10105 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
10106 platforms that don't link in fontset.c.
10107
10108 2012-05-25 Juri Linkov <juri@jurta.org>
10109
10110 Use the same diff color scheme as in modern VCSes (bug#10181).
10111
10112 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
10113 to avoid confusion with `diff-added' that now uses green colors.
10114 (diff-removed): Use shades of red.
10115 (diff-added): Use shades of green.
10116 (diff-changed): Leave just the yellow color.
10117 (diff-use-changed-face): New variable.
10118 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
10119 how to highlight context diff changes.
10120 (diff-refine-change): Use shades of yellow.
10121 (diff-refine-removed): New face that uses shades of red.
10122 (diff-refine-added): New face that uses shades of green.
10123 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
10124 `diff-refine-removed' in the call to `smerge-refine-subst'
10125 depending on the value of `diff-use-changed-face'.
10126
10127 * vc/smerge-mode.el (smerge-mine): Use shades of red.
10128 (smerge-other): Use shades of green.
10129 (smerge-base): Use shades of yellow.
10130 (smerge-refined-change): Empty face.
10131 (smerge-refined-removed): New face that uses shades of red.
10132 (smerge-refined-added): New face that uses shades of green.
10133 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
10134 args `props-r' and `props-a', and use them. Doc fix.
10135 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
10136 on its value use different faces `smerge-refined-change',
10137 `smerge-refined-removed', `smerge-refined-added' in the call to
10138 `smerge-refine-subst'.
10139
10140 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
10141 Add face condition `min-colors 88' with shades of red.
10142 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
10143 `min-colors 88' with shades of green.
10144 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
10145 `min-colors 88' with shades of yellow.
10146
10147 2012-05-24 Glenn Morris <rgm@gnu.org>
10148
10149 * paths.el (prune-directory-list, remote-shell-program): Move to...
10150 * files.el (prune-directory-list, remote-shell-program): ...here.
10151 For the latter, delay initialization, prefer ssh, just search PATH.
10152
10153 * paths.el (term-file-prefix): Move to faces.el (the only user).
10154 * faces.el (term-file-prefix): Move here, make it a defcustom.
10155
10156 * paths.el (news-directory, news-path, news-inews-program):
10157 Move to gnus/nnspool.el.
10158
10159 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
10160
10161 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
10162 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
10163 Make the latter a defcustom, with a delayed initialization.
10164
10165 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
10166 These were deleted from Gnus itself late 2010.
10167
10168 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
10169
10170 * progmodes/which-func.el (which-func-ff-hook):
10171 Check against user-error, not error.
10172
10173 * emacs-lisp/edebug.el (top): Do not load or set up loading of
10174 cl-specs.el, which no longer exists.
10175
10176 2012-05-22 Glenn Morris <rgm@gnu.org>
10177
10178 * info.el (info-emacs-bug): New command.
10179 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
10180 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
10181
10182 2012-05-21 Glenn Morris <rgm@gnu.org>
10183
10184 * makefile.w32-in (update-subdirs-SH):
10185 * Makefile.in (update-subdirs): Update for moved update-subdirs.
10186
10187 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10188
10189 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
10190
10191 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10192 Simplify Maven regexp, and make sure the file can't start with a space
10193 (bug#11517).
10194
10195 2012-05-21 Glenn Morris <rgm@gnu.org>
10196
10197 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10198 Scrap superfluous subshells.
10199
10200 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10201
10202 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
10203 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10204
10205 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
10206
10207 * calc/calc.el (calc-ensure-consistent-units): New variable.
10208
10209 * calc/calc-units.el (math-consistent-units-p)
10210 (math-check-unit-consistency): New functions.
10211 (calc-quick-units, calc-convert-units):
10212 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
10213 is non-nil.
10214 (calc-extract-units): Fix typo.
10215
10216 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10217
10218 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
10219
10220 * textmodes/flyspell.el: Commenting style, plus code simplifications.
10221 (flyspell-default-deplacement-commands): Don't spell check after
10222 repeated window/frame switches (e.g. triggered by mouse-movement).
10223 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
10224 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
10225 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
10226 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
10227 Remove unused vars.
10228 (flyspell-get-casechars, flyspell-get-not-casechars):
10229 Simplify; Don't bother removing a ] just to add it back.
10230 * textmodes/ispell.el (ispell-program-name): Use executable-find.
10231
10232 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10233
10234 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
10235 New functions.
10236 (math-function-table): Add support for more C functions.
10237
10238 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10239
10240 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10241 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10242 Protect delay handling for otherchars against empty otherchars.
10243
10244 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10245
10246 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
10247 their respective macro declarations.
10248 * skeleton.el (define-skeleton):
10249 * progmodes/compile.el (define-compilation-mode):
10250 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
10251 (define-ibuffer-filter):
10252 * emacs-lisp/generic.el (define-generic-mode):
10253 * emacs-lisp/easy-mmode.el (define-minor-mode)
10254 (define-globalized-minor-mode):
10255 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
10256 * emacs-lisp/byte-run.el (defsubst):
10257 * custom.el (deftheme): Add doc-string metadata.
10258
10259 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10260
10261 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
10262
10263 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10264
10265 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
10266
10267 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
10268 * emacs-lisp/cl-macs.el: Idem.
10269 * emacs-lisp/cl-specs.el: Remove.
10270
10271 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10272
10273 Minor renaming of internal CL functions and variables.
10274 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
10275 (cl--position): Rename from cl-position.
10276 (cl--delete-duplicates): Rename from cl-delete-duplicates.
10277 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
10278 (cl--random-state): Rename from *random-state*.
10279
10280 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10281
10282 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
10283 parens around the arg list (bug#11499).
10284
10285 2012-05-17 Juri Linkov <juri@jurta.org>
10286
10287 * isearch.el (word-search-regexp, word-search-backward)
10288 (word-search-forward, word-search-backward-lax)
10289 (word-search-forward-lax): Move functions from search.c
10290 (bug#10145, bug#11381).
10291
10292 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10293
10294 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10295 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10296 Delay for otherchars as for normal word components.
10297
10298 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10299
10300 * minibuffer.el (completion--sifn-requote): Fix last change.
10301 (minibuffer-local-must-match-filename-map):
10302 Move define-obsolete-variable-alias before its var.
10303
10304 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10305
10306 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
10307
10308 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
10309 behavior.
10310 (completion--string-equal-p): New function.
10311 (completion--twq-all): Use it to get better assertion failure data.
10312
10313 Only handle ".." and '..' quoting in shell-mode (bug#11466).
10314 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
10315 (shell--requote-argument): New functions.
10316 (shell-completion-vars): Use them.
10317 (shell--parse-pcomplete-arguments): Rename from
10318 shell-parse-pcomplete-arguments.
10319 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
10320 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
10321 Obey comint-file-name-quote-list.
10322
10323 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
10324 (smie-indent-keyword): Use it.
10325
10326 2012-05-14 Stefan Merten <smerten@oekonux.de>
10327
10328 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
10329
10330 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10331
10332 * net/rlogin.el (rlogin-mode-map): Fix last change.
10333
10334 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
10335
10336 * mail/smtpmail.el (smtpmail-send-command): Send the command and
10337 the following \r\n using a single `process-send-string', since the
10338 Lotus SMTP server refuses to accept any commands if they are sent
10339 with two `process-send-string's (Bug#11444).
10340
10341 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10342
10343 * shell.el (shell-parse-pcomplete-arguments):
10344 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
10345
10346 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10347
10348 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
10349 (image-transform-scale, image-transform-right-angle-fudge): New vars.
10350 (image-transform-width, image-transform-fit-width): New functions.
10351 (image-transform-properties): Use them.
10352 (image-transform-check-size): New function.
10353 (image-toggle-display-image): Use it (for testing).
10354 (image-transform-set-rotation): Reduce angle mod 360.
10355 Delete obsolete comment.
10356
10357 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10358
10359 * image-mode.el: Fix scaling (bug#11399).
10360 (image-transform-resize): Doc fix.
10361 (image-transform-properties): Default scale is 1 and height should
10362 be an integer.
10363
10364 2012-05-13 Johan Bockgård <bojohan@gnu.org>
10365
10366 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
10367 than hard-coding `car', to fix misbehavior when moving forward.
10368
10369 2012-05-13 Chong Yidong <cyd@gnu.org>
10370
10371 * emacs-lisp/tabulated-list.el (tabulated-list-format)
10372 (tabulated-list-entries, tabulated-list-padding)
10373 (tabulated-list-sort-key): Make permanent-local.
10374
10375 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
10376 (electric-buffer-list): Put electric buffer menu
10377 command descriptions in this docstring, instead of the docstring
10378 of electric-buffer-menu-mode. Code cleanups.
10379 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
10380 Electric-buffer-menu-mode.
10381 (electric-buffer-update-highlight): Minor code cleanup.
10382
10383 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
10384
10385 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
10386 (Bug#11447)
10387
10388 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10389
10390 Move define-obsolete-variable-alias before the var's definition.
10391 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
10392 * tooltip.el (tooltip-hook):
10393 * textmodes/reftex-toc.el (reftex-toc-map):
10394 * textmodes/reftex-sel.el (reftex-select-label-map)
10395 (reftex-select-bib-map):
10396 * textmodes/reftex-index.el (reftex-index-map)
10397 (reftex-index-phrases-map):
10398 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
10399 * progmodes/meta-mode.el (meta-mode-map):
10400 * novice.el (disabled-command-hook):
10401 * loadhist.el (unload-hook-features-list):
10402 * frame.el (blink-cursor):
10403 * files.el (find-file-not-found-hooks, write-file-hooks)
10404 (write-contents-hooks):
10405 * emulation/tpu-edt.el (GOLD-map):
10406 * emacs-lock.el (emacs-lock-from-exiting):
10407 * emacs-lisp/generic.el (generic-font-lock-defaults):
10408 * emacs-lisp/chart.el (chart-map):
10409 * dos-fns.el (register-name-alist):
10410 * dired-x.el (dired-omit-files-p):
10411 * desktop.el (desktop-enable):
10412 * cus-edit.el (custom-mode-hook):
10413 * buff-menu.el (buffer-menu-mode-hook):
10414 * bookmark.el (bookmark-read-annotation-text-func)
10415 (bookmark-exit-hooks):
10416 * allout.el (allout-mode-deactivate-hook)
10417 (allout-exposure-change-hook, allout-structure-added-hook)
10418 (allout-structure-deleted-hook, allout-structure-shifted-hook):
10419 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
10420 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
10421 comes before the corresponding variable's definition.
10422
10423 2012-05-12 Chong Yidong <cyd@gnu.org>
10424
10425 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
10426 (Buffer-menu-mouse-select): Restore function (Bug#11459).
10427 (Buffer-menu-mode-map): Bind it.
10428 (Buffer-menu--pretty-name): Add a mouse-face property.
10429
10430 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10431
10432 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
10433 (prolog-upper-case-string, prolog-lower-case-string)
10434 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
10435 (prolog-use-smie, prolog-smie-grammar): New vars.
10436 (prolog-smie-forward-token, prolog-smie-backward-token)
10437 (prolog-smie-rules): New funs.
10438 (prolog-comment-indent): Remove.
10439 (prolog-mode-variables): Use default comment indentation instead.
10440 Setup SMIE.
10441 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
10442 (prolog-mode): Don't call them any more.
10443 (prolog-electric-colon, prolog-electric-dash)
10444 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
10445
10446 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
10447
10448 * minibuffer.el (completion--twq-all): Again, allow case differences.
10449
10450 * term.el: Move keymap initialization code to be more idiomatic.
10451 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
10452 (term-terminal-menu): Move initialization into declaration.
10453 (term-escape-char): Let the user set it in her .emacs.
10454
10455 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
10456 Provide SMIE-based indentation (not enabled by default yet).
10457 (sh-mode-map): Don't bind electric keys.
10458 Use electric-pair-mode instead of skeleton-pair.
10459 (sh-assignment-regexp): Fit within 80 columns.
10460 (sh-indent-supported): Specify actual shell name instead of boolean.
10461 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
10462 (sh-maybe-here-document): Use it. Make obsolete.
10463 (sh-electric-here-document-mode) New minor mode.
10464 (sh-mode): Use it. Don't set sh-indent-supported-here here.
10465 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
10466 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
10467 (sh-smie-rc-grammar, sh-use-smie): New vars.
10468 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
10469 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
10470 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
10471 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
10472 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
10473 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
10474 (sh-set-shell): Use smie-setup if requested.
10475
10476 * term.el (term-set-escape-char): Properly set term-escape-char.
10477 See http://stackoverflow.com/questions/10524656.
10478
10479 2012-05-10 Chong Yidong <cyd@gnu.org>
10480
10481 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
10482 Use url-generic-parse-url, and handle host names and Windows
10483 filenames properly.
10484 (ffap-url-unwrap-remote): Use url-generic-parse-url.
10485 (ffap-url-unwrap-remote): Accept list values, specifying a list of
10486 URL schemes to work on.
10487 (ffap--toggle-read-only): New function.
10488 (ffap-read-only, ffap-read-only-other-window)
10489 (ffap-read-only-other-frame): Use it.
10490 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
10491 necessary for ffap-url-unwrap-remote.
10492
10493 2012-05-10 Dave Abrahams <dave@boostpro.com>
10494
10495 * cus-start.el (create-lockfiles): Add it.
10496
10497 2012-05-09 Chong Yidong <cyd@gnu.org>
10498
10499 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
10500 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
10501
10502 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10503
10504 * shell.el (shell-completion-vars): Fix last change (bug#11348).
10505
10506 2012-05-09 Chong Yidong <cyd@gnu.org>
10507
10508 * ansi-color.el (ansi-color-process-output): Check for validity of
10509 comint-last-output-start before using it. This avoids a bad
10510 interaction with gdb-mi's input/output buffer.
10511
10512 2012-05-09 Glenn Morris <rgm@gnu.org>
10513
10514 * files.el (dir-locals-read-from-file):
10515 Mention dir-locals in any error message.
10516
10517 2012-05-09 Chong Yidong <cyd@gnu.org>
10518
10519 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
10520 package (Bug#11410).
10521
10522 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
10523 variables into description.
10524
10525 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10526
10527 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
10528 shell-delimiter-argument-list (bug#11348).
10529 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
10530
10531 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
10532
10533 * textmodes/rst.el: Silence byte-compiler warnings.
10534 (rst-re-alist, rst-reset-section-caches): Move around.
10535 (rst-re): Use `characterp', not `char-valid-p'.
10536 (font-lock-beg, font-lock-end): Declare.
10537
10538 * progmodes/idlw-shell.el (specs): Remove reference to deleted
10539 variable `idlwave-shell-activate-alt-keybindings' and simplify.
10540
10541 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
10542
10543 2012-05-08 Glenn Morris <rgm@gnu.org>
10544
10545 * files.el (auto-mode-alist): Treat ".make" like ".mk".
10546
10547 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10548
10549 * vc/log-edit.el: Add GNU coding standards highlighting.
10550 (log-edit-font-lock-gnu-style)
10551 (log-edit-font-lock-gnu-keywords): New vars.
10552 (log-edit-font-lock-keywords): New fun.
10553 (log-edit-mode): Don't fold case in font-lock.
10554 (log-edit-font-lock-keywords): Do not assume case-folding.
10555
10556 * imenu.el: Misc cleanup. Make docstrings out of comments.
10557 Use lexical-binding.
10558 (imenu--index-alist, imenu--last-menubar-index-alist)
10559 (imenu-menubar-modified-tick): Use defvar-local.
10560 (imenu--split-menu): Remove unused var.
10561 (imenu--cleanup-seen): Declare as global.
10562 (imenu--cleanup): Use dolist.
10563
10564 * subr.el (defvar-local): Add debug spec and doc-string position.
10565
10566 2012-05-08 Glenn Morris <rgm@gnu.org>
10567
10568 * language/burmese.el, language/cham.el, language/czech.el:
10569 * language/english.el, language/georgian.el, language/greek.el:
10570 * language/japanese.el, language/khmer.el, language/korean.el:
10571 * language/lao.el, language/misc-lang.el, language/romanian.el:
10572 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
10573 * language/thai.el, language/utf-8-lang.el:
10574 Remove no-byte-compile setting.
10575
10576 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
10577
10578 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10579
10580 * progmodes/make-mode.el (makefile-browse):
10581 Remove unnecessary interactive. (Bug#11324)
10582
10583 2012-05-07 Glenn Morris <rgm@gnu.org>
10584
10585 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
10586
10587 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
10588
10589 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10590
10591 * loadup.el: Preload newcomment.el.
10592 * newcomment.el: Move autoload-only code to toplevel.
10593
10594 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
10595 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10596 Handle new :right-align column property.
10597 (tabulated-list-print-col): Idem, plus use `display' text-property to
10598 try and preserve alignment for variable pitch fonts.
10599
10600 2012-05-07 Chong Yidong <cyd@gnu.org>
10601
10602 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
10603 (tabulated-list-use-header-line): New var.
10604 (tabulated-list-init-header): Use it.
10605 (tabulated-list-print-fake-header): New function.
10606 (tabulated-list-print): Use it.
10607 (tabulated-list-sort-button-map): Add non-header-line commands.
10608 (tabulated-list-init-header): Add column name property to basic
10609 labels as well.
10610 (tabulated-list-col-sort): Handle non-header-line button case.
10611 (tabulated-list--sort-by-column-name): Fix a corner case.
10612
10613 * buff-menu.el (list-buffers--refresh):
10614 Handle Buffer-menu-use-header-line.
10615
10616 2012-05-06 Chong Yidong <cyd@gnu.org>
10617
10618 * buff-menu.el: Convert to Tabulated List mode.
10619 (Buffer-menu-buffer+size-width): Make obsolete.
10620 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
10621 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
10622 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
10623 documentation into docstring of buffer-menu.
10624 (Buffer-menu-toggle-files-only): Add an informative message.
10625 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
10626 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
10627 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
10628 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
10629 (Buffer-menu-execute, Buffer-menu-select)
10630 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
10631 (Buffer-menu-bury): Use Tabulated List machinery.
10632 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
10633 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
10634 Delete.
10635 (list-buffers--refresh): New function.
10636 (list-buffers-noselect): Use it.
10637 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
10638 (Buffer-menu--pretty-file-name): New helper functions.
10639
10640 * loadup.el: Preload tabulated-list.
10641
10642 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
10643 tabulated-list-sort-column.
10644 (tabulated-list-init-header): Add the initial aligning space even
10645 if tabulated-list-padding is zero.
10646
10647 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
10648
10649 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
10650 whose cdr is not a cons cell correctly (bug#11038).
10651
10652 2012-05-06 Chong Yidong <cyd@gnu.org>
10653
10654 * emacs-lisp/tabulated-list.el (tabulated-list-format):
10655 Accept additional plist in column descriptors.
10656 (tabulated-list-init-header): Obey it.
10657 (tabulated-list-get-entry): New function.
10658 (tabulated-list-put-tag): Use it. Use string-width instead of
10659 length.
10660 (tabulated-list--column-number): New function.
10661 (tabulated-list-print): Use it.
10662 (tabulated-list-print-col): New function.
10663 Set `tabulated-list-column-name' property on each column's text.
10664 (tabulated-list-print-entry): Use it.
10665 (tabulated-list-delete-entry, tabulated-list-set-col):
10666 New functions.
10667 (tabulated-list-sort-column): New command (Bug#11337).
10668
10669 * buff-menu.el (list-buffers): Move C-x C-b binding from
10670 buff-menu.el to bindings.el.
10671
10672 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
10673 :advertised-binding feature.
10674
10675 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
10676
10677 * progmodes/compile.el (compilation-internal-error-properties):
10678 Calculate start position correctly when end-col is set but
10679 end-line is not (Bug#11382).
10680
10681 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
10682
10683 * man.el (Man-unindent): Use text-property-default-nonsticky to
10684 prevent untabify from inheriting face properties (Bug#11408).
10685
10686 2012-05-05 Stefan Merten <smerten@oekonux.de>
10687
10688 * textmodes/rst.el: Major merge with upstream development up to
10689 Docutils SVN r7399 / rst.el V1.2.1.
10690
10691 Clarify maintainership and authors.
10692
10693 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
10694 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
10695 (rst-official-version, rst-official-cvs-rev, rst-version)
10696 (rst-package-emacs-version-alist): New functions and variables
10697 for version information.
10698
10699 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
10700 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
10701 (rst-mode-syntax-table, rst-mode): New and corrected functions
10702 and variables representing reStructuredText features.
10703
10704 (rst-re): New function for reStructuredText regexes. Use in
10705 many places.
10706
10707 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
10708 (rst-mode-map): Rebind keys.
10709
10710 (rst-mode-lazy, rst-font-lock-keywords)
10711 (rst-font-lock-extend-region)
10712 (rst-font-lock-extend-region-internal)
10713 (rst-font-lock-extend-region-extend)
10714 (rst-font-lock-find-unindented-line-limit)
10715 (rst-font-lock-find-unindented-line-match)
10716 (rst-adornment-level, rst-font-lock-adornment-level)
10717 (rst-font-lock-adornment-match)
10718 (rst-font-lock-handle-adornment-pre-match-form)
10719 (rst-font-lock-handle-adornment-matcher): Major revision of
10720 font-locking. Integrate with other code. Use `jit-lock-mode'.
10721
10722 (rst-preferred-adornments, rst-adjust-hook)
10723 (rst-new-adornment-down, rst-preferred-bullets)
10724 (rst-preferred-bullets, rst-indent, rst-indent-width)
10725 (rst-indent-field, rst-indent-literal-normal)
10726 (rst-indent-literal-minimized, rst-indent-comment): Change,
10727 extend and improve customization.
10728
10729 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
10730 (rst-normalize-cursor-position, rst-get-decoration)
10731 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
10732 (rst-rstrip, rst-toc-insert-find-delete-contents)
10733 (rst-shift-fill-region, rst-compute-bullet-tabs)
10734 (rst-debug-print-tabs, rst-debug-mark-found)
10735 (rst-shift-region-guts, rst-shift-region-right)
10736 (rst-shift-region-left, rst-use-char-classes)
10737 (rst-font-lock-keywords-function)
10738 (rst-font-lock-indentation-point)
10739 (rst-font-lock-find-unindented-line-begin)
10740 (rst-font-lock-find-unindented-line-end)
10741 (rst-font-lock-find-unindented-line)
10742 (rst-font-lock-adornment-point, rst-font-lock-level)
10743 (rst-adornment-level-alist): Remove functions and variables.
10744
10745 (rst-compare-adornments, rst-get-adornment-match)
10746 (rst-suggest-new-adornment, rst-get-adornments-around)
10747 (rst-adornment-complete-p, rst-get-next-adornment)
10748 (rst-adjust-adornment, rst-display-adornments-hierarchy)
10749 (rst-straighten-adornments): Standardize function names to
10750 use "adornment" instead of "decoration". Correct callers.
10751 Similar standardizing in many places.
10752
10753 (rst-update-section, rst-adjust, rst-promote-region)
10754 (rst-enumerate-region, rst-bullet-list-region)
10755 (rst-repeat-last-character): Correct use of `interactive'.
10756
10757 (rst-classify-adornment, rst-find-all-adornments)
10758 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
10759 (rst-find-leftmost-column, rst-repeat-last-character):
10760 Refactor functions.
10761
10762 (rst-find-title-line, rst-reset-section-caches)
10763 (rst-get-adornments-around, rst-adjust-adornment-work)
10764 (rst-arabic-to-roman, rst-roman-to-arabic)
10765 (rst-insert-list-pos, rst-insert-list-new-item)
10766 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
10767 New functions.
10768
10769 (rst-all-sections, rst-section-hierarchy)
10770 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
10771 New variables.
10772
10773 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
10774 configuration instead of only buffer. Change where necessary.
10775
10776 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
10777 (rst-shift-region, rst-adaptive-fill): New functions for
10778 indentation and filling.
10779
10780 (rst-comment-line-break, rst-comment-indent)
10781 (rst-comment-insert-comment, rst-comment-region)
10782 (rst-uncomment-region): New functions for handling comments.
10783
10784 (rst-compile): Quote shell arguments.
10785
10786 (rst-compile-pdf-preview, rst-compile-slides-preview):
10787 Delete temporary files after use.
10788
10789 2012-05-05 Glenn Morris <rgm@gnu.org>
10790
10791 * calendar/cal-html.el: Optionally include holidays in the output.
10792 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
10793 (cal-html-holidays): New option.
10794 (cal-html-css-default): Add holiday entry.
10795 (holiday-in-range): Autoload it.
10796 (cal-html-htmlify-entry): Add optional class argument.
10797 (cal-html-htmlify-list): Add optional holidays argument.
10798 (cal-html-insert-agenda-days): Include holidays in the output.
10799 (cal-html-one-month): Maybe include holidays.
10800
10801 * calendar/holidays.el (holiday-in-range):
10802 Move here from cal-tex-list-holidays.
10803 * calendar/cal-tex.el (cal-tex-list-holidays):
10804 Make it an obsolete alias for holiday-in-range. Update all callers.
10805
10806 2012-05-05 Chong Yidong <cyd@gnu.org>
10807
10808 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
10809 Nextstep.
10810
10811 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
10812
10813 * files.el (file-auto-mode-skip): New var.
10814 (set-auto-mode-1): Use it.
10815
10816 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10817
10818 * repeat.el: Use lexical-binding.
10819 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
10820 (repeat-undo-count): Remove.
10821 (repeat):
10822 * progmodes/octave-mod.el (octave-abbrev-start):
10823 * progmodes/f90.el (f90-abbrev-start):
10824 * face-remap.el (text-scale-adjust):
10825 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
10826
10827 * emacs-lisp/pcase.el (pcase--let*): New function.
10828 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
10829 a bit more.
10830 (pcase--split-pred): Be more clever about ruling out overlap between
10831 a predicate and some constant pattern.
10832 (pcase--q1): Use `null' instead of (eq foo nil).
10833
10834 * subr.el (setq-local, defvar-local): New macros.
10835 (kbd): Redefine as an alias.
10836 (with-selected-window): Leave unrelated frames alone.
10837 (set-temporary-overlay-map): New function.
10838
10839 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10840
10841 * subr.el (user-error): New function.
10842 * window.el (switch-to-buffer):
10843 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
10844 (smerge-match-conflict):
10845 * simple.el (previous-matching-history-element)
10846 (next-matching-history-element, goto-history-element, undo-more)
10847 (undo-start):
10848 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
10849 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
10850 (next-file, tags-loop-scan, list-tags, complete-tag):
10851 * progmodes/compile.el (compilation-loop):
10852 * mouse.el (mouse-minibuffer-check):
10853 * man.el (Man-bgproc-sentinel, Man-goto-page):
10854 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
10855 (Info-history-forward, Info-follow-reference, Info-menu)
10856 (Info-extract-menu-item, Info-extract-menu-counting)
10857 (Info-forward-node, Info-backward-node, Info-next-menu-item)
10858 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
10859 (Info-next-reference, Info-prev-reference, Info-index)
10860 (Info-index-next, Info-follow-nearest-node)
10861 (Info-copy-current-node-name):
10862 * imenu.el (imenu--make-index-alist)
10863 (imenu-default-create-index-function, imenu-add-to-menubar):
10864 * files.el (basic-save-buffer, recover-file):
10865 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10866 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10867 (checkdoc-message-text, checkdoc-defun):
10868 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
10869 * cus-edit.el (customize-changed-options, customize-rogue)
10870 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
10871 (custom-variable-mark-to-reset-standard)
10872 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
10873 (custom-file):
10874 * completion.el (check-completion-length):
10875 * comint.el (comint-search-arg)
10876 (comint-previous-matching-input-string-position)
10877 (comint-previous-matching-input)
10878 (comint-replace-by-expanded-history-before-point, comint-send-input)
10879 (comint-copy-old-input, comint-backward-matching-input)
10880 (comint-goto-process-mark, comint-set-process-mark):
10881 * calendar/calendar.el (calendar-cursor-to-date): Use it.
10882 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
10883
10884 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10885
10886 * dabbrev.el (dabbrev--ignore-case-p): New function.
10887 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
10888 Use it.
10889
10890 * files.el (automount-dir-prefix): Mark as obsolete.
10891
10892 2012-05-04 Glenn Morris <rgm@gnu.org>
10893
10894 * patcomp.el, play/bruce.el: Move to obsolete/.
10895
10896 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
10897
10898 Fix minor Y10k bugs.
10899 * arc-mode.el (archive-unixdate):
10900 * autoinsert.el (auto-insert-alist):
10901 * calc/calc-forms.el (math-this-year):
10902 * emacs-lisp/copyright.el (copyright-current-year)
10903 (copyright-update-year, copyright):
10904 * tar-mode.el (tar-clip-time-string):
10905 * time.el (display-time-update):
10906 Don't assume years have 4 digits.
10907
10908 2012-05-04 Chong Yidong <cyd@gnu.org>
10909
10910 * dos-w32.el (file-name-buffer-file-type-alist)
10911 (direct-print-region-use-command-dot-com):
10912 * ffap.el (ffap-menu-regexp):
10913 * find-file.el (ff-special-constructs):
10914 * follow.el (follow-debug):
10915 * forms.el (forms--debug):
10916 * iswitchb.el (iswitchb-all-frames):
10917 * ido.el (ido-all-frames):
10918 * emacs-lisp/timer.el (timer-max-repeats):
10919 * mail/feedmail.el (feedmail-mail-send-hook)
10920 (feedmail-mail-send-hook-queued):
10921 * mail/footnote.el (footnote-signature-separator):
10922 * mail/mailabbrev.el (mail-alias-separator-string)
10923 (mail-abbrev-mode-regexp):
10924 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
10925 * progmodes/idlwave.el (idlwave-libinfo-file)
10926 (idlwave-default-completion-case-is-down)
10927 (idlwave-library-routines): Convert defvars to defcustoms.
10928
10929 * mail/rmail.el (rmail-decode-mime-charset):
10930 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
10931 (idlwave-shell-fix-inserted-breaks)
10932 (idlwave-shell-activate-alt-keybindings)
10933 (idlwave-shell-use-breakpoint-glyph):
10934 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
10935
10936 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10937
10938 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
10939
10940 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
10941
10942 * progmodes/verilog-mode.el (font-lock-keywords):
10943 Fix mis-highligting auto. Reported by Craig Barner.
10944 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
10945 defines from global name space. Reported by Dan Dever.
10946 (verilog-auto-reset, verilog-auto-reset-widths)
10947 (verilog-auto-tieoff): Support using unbased numbers for
10948 AUTORESET and AUTOTIEOFF.
10949 (verilog-submit-bug-report): Update variable list.
10950 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
10951 parenthesis from not matching. Reported by Michael Rytting.
10952 (verilog-auto-template-lint): Fix hash error when linting modules
10953 with no used templates.
10954 (verilog-warn, verilog-warn-error)
10955 (verilog-warn-fatal): When non-interactive report multiple
10956 warnings before exiting. Suggested by Brad Dobbie.
10957 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
10958 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
10959 to report unused template errors. Reported by Brad Dobbie.
10960 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
10961 nets, bug438. Reported by Vns Blore.
10962 (verilog-auto-inout-module, verilog-auto-reg)
10963 (verilog-read-decls, verilog-read-sub-decls-sig)
10964 (verilog-signals-edit-wire-reg, verilog-signals-with):
10965 Fix passing of Verilog data types in ANSI input/output ports
10966 such as "output logic" into the AUTOs. Special case "wire" and
10967 "reg" for backwards compatibility presuming Verilog 2001.
10968 (verilog-auto-ascii-enum): Add "auto enum" as alias.
10969 (verilog-preprocess): Fix replication of preprocess output.
10970 Reported by Brad Dobbie.
10971 (verilog-auto-inst-interfaced-ports):
10972 Create verilog-auto-inst-interfaced-ports, bug429.
10973 Reported by Julian Gorfajn.
10974 (verilog-after-save-font-hook)
10975 (verilog-before-save-font-hook): New variable.
10976 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
10977 (verilog-save-font-mods): Wrap disabling fontification, reported
10978 by David Rogoff.
10979 (verilog-do-indent, verilog-pretty-declarations-auto)
10980 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
10981 Reported by Pierre-David Pfister.
10982 (verilog-set-auto-endcomments): Fix endtask auto comments outside
10983 of class declarations, bug292. Reported by Kevin Heilman.
10984 (verilog-read-decls): Fix 'parameter type' not appearing in
10985 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
10986 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
10987 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
10988 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
10989 Reported by David Kravitz.
10990
10991 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
10992
10993 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
10994 assignment with tests in ifs and for loops.
10995 (verilog-extended-complete-re, verilog-complete-reg): Change so
10996 that DPI inport functions don't look like fuction declarations.
10997 (verilog-pretty-expr): Don't line up assignment
10998 operations to the test and increment in if and for loops
10999 (verilog-extended-complete-re, verilog-complete-reg): Change so
11000 that DPI inport functions don't look like fuction declarations.
11001
11002 2012-05-03 Kenichi Handa <handa@m17n.org>
11003
11004 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
11005 decoding, and show a warning message without signaling an error
11006 (Bug#11282).
11007
11008 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11009
11010 * emacs-lisp/bytecomp.el
11011 (byte-compile-file-form-custom-declare-variable): Compile all elements,
11012 since cconv.el might have introduced :fun-body, internal-make-closure,
11013 and friends for bytecomp to handle (bug#11391).
11014 * custom.el (defcustom): Avoid ((λ ..) ..).
11015
11016 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11017
11018 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
11019
11020 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
11021
11022 * notifications.el (dbus-debug):
11023 * term/linux.el (gpm-mouse-enable):
11024 * term/screen.el (xterm-register-default-colors): Declare.
11025
11026 2012-05-02 Chong Yidong <cyd@gnu.org>
11027
11028 * cus-start.el (gc-cons-percentage, exec-suffixes)
11029 (dos-display-scancodes, dos-hyper-key, dos-super-key)
11030 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
11031 (make-cursor-line-fully-visible, void-text-area-pointer)
11032 (font-list-limit): Add customization data.
11033
11034 * allout.el (allout-exposure-change-functions)
11035 (allout-structure-added-functions)
11036 (allout-structure-deleted-functions)
11037 (allout-structure-shifted-functions): Rename abnormal hooks from
11038 *-hook, and convert to defcustoms.
11039 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
11040 Convert to defcustoms.
11041 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
11042
11043 * allout-widgets.el: Hook callers changed.
11044
11045 2012-05-02 Eli Zaretskii <eliz@gnu.org>
11046
11047 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
11048 the yanked message in preference to the default value of
11049 buffer-file-coding-system.
11050
11051 2012-05-02 Martin Rudalics <rudalics@gmx.at>
11052
11053 * window.el (display-buffer--action-function-custom-type):
11054 Fix entry.
11055
11056 2012-05-02 Alan Mackenzie <acm@muc.de>
11057
11058 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
11059
11060 2012-05-01 Glenn Morris <rgm@gnu.org>
11061
11062 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
11063
11064 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
11065
11066 * cus-edit.el (custom-variable-documentation): Simplify with format.
11067
11068 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11069 Stefan Monnier <monnier@iro.umontreal.ca>
11070
11071 * simple.el (suggest-key-bindings, execute-extended-command):
11072 Move from keyboard.c.
11073
11074 2012-05-01 Chong Yidong <cyd@gnu.org>
11075
11076 * follow.el: Eliminate advice.
11077 (set-process-filter, process-filter, sit-for): Advice deleted.
11078 (follow-mode-off-hook): Obsolete hook removed.
11079 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
11080 Vars deleted.
11081 (follow-auto): Use a :set function.
11082 (follow-mode): Rewritten. Don't advise process filters.
11083 (follow-switch-to-current-buffer-all, follow-scroll-up)
11084 (follow-scroll-down): Assume follow-mode is bound.
11085 (follow-comint-scroll-to-bottom)
11086 (follow-align-compilation-windows): New functions.
11087 (follow--window-sorter): New function.
11088 (follow-all-followers): Use it to explicitly sort windows by their
11089 positions; don't make assumptions about next-window order.
11090 (follow-windows-start-end, follow-delete-other-windows-and-split)
11091 (follow-calc-win-start): Doc fix.
11092 (follow-windows-aligned-p, follow-select-if-visible): Don't call
11093 vertical-motion unnecessarily.
11094 (follow-adjust-window): New function.
11095 (follow-post-command-hook): Use it.
11096 (follow-call-set-process-filter, follow-call-process-filter)
11097 (follow-intercept-process-output, follow-tidy-process-filter-alist)
11098 (follow-stop-intercept-process-output, follow-generic-filter):
11099 Functions deleted.
11100 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
11101 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
11102 New functions, replacing advice on scroll-bar-* commands.
11103 (follow-mwheel-scroll): New function (Bug#4112).
11104
11105 * comint.el (comint-adjust-point): New function.
11106 (comint-postoutput-scroll-to-bottom): Use it.
11107 Call follow-comint-scroll-to-bottom for Follow mode buffers.
11108
11109 2012-05-01 Glenn Morris <rgm@gnu.org>
11110
11111 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
11112 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
11113 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
11114 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
11115 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
11116 Remove no-byte-compile setting.
11117
11118 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11119
11120 * minibuffer.el (completion-table-with-quoting): Fix compatibility
11121 all-completions code to not return a number in the last cdr.
11122
11123 2012-04-30 Leo Liu <sdl.web@gmail.com>
11124
11125 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
11126 read-only error.
11127
11128 2012-04-29 Chong Yidong <cyd@gnu.org>
11129
11130 * follow.el (follow-calc-win-end): Rewrite to handle partial
11131 screen lines correctly (Bug#8390).
11132 (follow-avoid-tail-recenter): Minor cleanup.
11133
11134 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11135
11136 Avoid the obsolete `assoc' package.
11137 * speedbar.el (speedbar-refresh): Avoid adelete.
11138 (speedbar-file-lists): Simplify and avoid aput.
11139 * man.el (Man--sections, Man--refpages): New vars, replacing
11140 Man-sections-alist and Man-refpages-alist.
11141 (Man-build-section-alist, Man-build-references-alist):
11142 Use them; avoid aput.
11143 (Man--last-section, Man--last-refpage): New vars.
11144 (Man-follow-manual-reference): Use them.
11145 Use the `default' arg of completing-read.
11146 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
11147
11148 2012-04-27 Chong Yidong <cyd@gnu.org>
11149
11150 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
11151
11152 * startup.el (x-apply-session-resources): New function.
11153
11154 * term/ns-win.el (ns-initialize-window-system):
11155 * term/w32-win.el (w32-initialize-window-system):
11156 * term/x-win.el (x-initialize-window-system): Use it to properly
11157 set menu-bar-mode and other vars from X resources, even if the
11158 initial frame is not a window-system frame (Bug#2299).
11159
11160 * subr.el (read-key): Avoid running filter function when setting
11161 up temporary tool bar entries (Bug#9922).
11162
11163 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11164
11165 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
11166 (Bug#11344)
11167
11168 2012-04-27 Chong Yidong <cyd@gnu.org>
11169
11170 * select.el (xselect--encode-string): New function, split from
11171 xselect-convert-to-string.
11172 (xselect-convert-to-string): Use it.
11173 (xselect-convert-to-filename, xselect-convert-to-os)
11174 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
11175 returned strings are properly encoded (Bug#11315).
11176
11177 2012-04-27 Chong Yidong <cyd@gnu.org>
11178
11179 * simple.el (delete-active-region): Move to killing custom group.
11180
11181 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11182
11183 * progmodes/which-func.el (which-func-current): Quote %
11184 characters for mode-line processing.
11185
11186 2012-04-27 Chong Yidong <cyd@gnu.org>
11187
11188 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
11189 reaching eob (Bug#11286).
11190
11191 2012-04-27 Eli Zaretskii <eliz@gnu.org>
11192
11193 * progmodes/gdb-mi.el (gdb-control-level): New variable.
11194 (gdb): Make it buffer-local and init to zero.
11195 (gdb-control-commands-regexp): New variable.
11196 (gdb-send): Don't wrap in "-interpreter-exec console" if
11197 gdb-control-level is positive. Increment gdb-control-level
11198 whenever the command matches gdb-control-commands-regexp, and
11199 decrement it each time the command is "end". (Bug#11279)
11200
11201 2012-04-27 Martin Rudalics <rudalics@gmx.at>
11202
11203 * window.el (adjust-window-trailing-edge, enlarge-window)
11204 (shrink-window, window-resize):
11205 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
11206 windows (Bug#11276).
11207
11208 2012-04-27 Chong Yidong <cyd@gnu.org>
11209
11210 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
11211 fix "missing prefix" warning. All callers changed.
11212
11213 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * emacs-lisp/assoc.el: Move to obsolete/.
11216
11217 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11218
11219 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
11220
11221 * term/ns-win.el (ns-define-service):
11222 * progmodes/pascal.el (pascal-goto-defun):
11223 * progmodes/js.el (js--read-tab):
11224 * progmodes/etags.el (tags-lazy-completion-table):
11225 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
11226 * emacs-lisp/ewoc.el (ewoc--wrap):
11227 * emacs-lisp/assoc.el (aput, adelete, amake):
11228 * doc-view.el (doc-view-convert-current-doc):
11229 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
11230
11231 2012-04-26 Chong Yidong <cyd@gnu.org>
11232
11233 * image.el (image-type-from-buffer): Only return supported image
11234 type (Bug#9045).
11235
11236 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
11237 value, for symmetry with diff-end-of-hunk.
11238 (diff-split-hunk, diff-find-source-location)
11239 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
11240 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
11241 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
11242 compute the relevant hunk or file properly (Bug#6005).
11243 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
11244
11245 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11246
11247 * vc/vc-mtn.el:
11248 * vc/vc-hg.el:
11249 * vc/vc-git.el:
11250 * vc/vc-dir.el:
11251 * vc/vc-cvs.el:
11252 * vc/vc-bzr.el:
11253 * vc/vc-arch.el:
11254 * vc/vc.el: Replace lexical-let by lexical-binding.
11255 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
11256 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
11257 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
11258
11259 2012-04-26 Chong Yidong <cyd@gnu.org>
11260
11261 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
11262 (diff-mode-shared-map): Bind it to / and [remap undo].
11263
11264 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
11265 (ediff-window-setup-function): Use it as the default, to set up
11266 windows based on whether the current frame is graphical (Bug#2138).
11267 (ediff-choose-window-setup-function-automatically): Make obsolete.
11268
11269 * vc/ediff-init.el: Always define ediff-pixel-width/height.
11270
11271 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11272
11273 * ffap.el: Remove old code for obsolete package.
11274 (ffap-complete-as-file-p): Remove.
11275
11276 Use completion-table-with-quoting for comint and pcomplete.
11277 * comint.el (comint--unquote&requote-argument)
11278 (comint--unquote-argument, comint--requote-argument): New functions.
11279 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
11280 (comint-quote-filename): Use regexp-opt-charset.
11281 (comint--common-suffix, comint--common-quoted-suffix)
11282 (comint--table-subvert): Remove.
11283 (comint-unquote-function, comint-requote-function): New vars.
11284 (comint--complete-file-name-data): Use them with
11285 completion-table-with-quoting.
11286 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
11287 * pcomplete.el (pcomplete-arg-quote-list)
11288 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
11289 (pcomplete-unquote-argument-function): Default to non-nil.
11290 (pcomplete-unquote-argument): Simplify.
11291 (pcomplete--common-quoted-suffix): Remove.
11292 (pcomplete-requote-argument-function): New var.
11293 (pcomplete--common-suffix): New function.
11294 (pcomplete-completions-at-point): Use completion-table-with-quoting
11295 and completion-table-subvert.
11296
11297 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
11298 (minibuffer--double-dollars): Preserve properties.
11299 (completion--sifn-requote): New function.
11300 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
11301
11302 * minibuffer.el: Add support for completion of quoted/escaped data.
11303 (completion-table-with-quoting, completion-table-subvert): New funs.
11304 (completion--twq-try, completion--twq-all): New functions.
11305 (completion--nth-completion): New function.
11306 (completion-try-completion, completion-all-completions): Use it.
11307
11308 2012-04-25 Leo Liu <sdl.web@gmail.com>
11309
11310 * progmodes/python.el (python-pdbtrack-get-source-buffer):
11311 Use compilation-message if available to find real filename.
11312
11313 2012-04-25 Chong Yidong <cyd@gnu.org>
11314
11315 * vc/diff-mode.el (diff-setup-whitespace): New function.
11316 (diff-mode): Use it.
11317
11318 * vc/diff.el (diff-sentinel):
11319 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
11320 Whitespace mode variables based on diff style (Bug#8612).
11321
11322 2012-04-25 Leo Liu <sdl.web@gmail.com>
11323
11324 * progmodes/python.el (python-send-region): Add suffix .py to the
11325 temp file.
11326
11327 * files.el (auto-mode-alist): Use javascript-mode instead.
11328
11329 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
11330
11331 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
11332
11333 * net/soap-client.el (soap-resolve-references-for-sequence-type)
11334 (soap-resolve-references-for-array-type): Hack to prevent self
11335 references, see Bug#9.
11336 (soap-parse-envelope): Report the contents of the 'detail' node
11337 when receiving a fault reply.
11338 (soap-parse-envelope): Report the contents of the entire 'detail' node.
11339
11340 * net/soap-inspect.el (soap-sample-value-for-simple-type)
11341 (soap-inspect-simple-type): New function.
11342
11343 * net/soap-client.el (soap-simple-type): New struct.
11344 (soap-default-xsd-types, soap-default-soapenc-types)
11345 (soap-decode-basic-type, soap-encode-basic-type):
11346 support unsignedInt and double basic types.
11347 (soap-resolve-references-for-simple-type)
11348 (soap-parse-simple-type, soap-encode-simple-type): New function.
11349 (soap-parse-schema): Parse xsd:simpleType declarations.
11350
11351 * net/soap-client.el (soap-default-xsd-types)
11352 (soap-default-soapenc-types): Add integer, byte and anyURI types.
11353 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
11354 the local name of "soapenc:Array".
11355 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
11356 decoding integer, byte and anyURI xsd types.
11357
11358 2012-04-25 Chong Yidong <cyd@gnu.org>
11359
11360 * cus-edit.el (custom-buffer-create-internal): Update header text.
11361
11362 2012-04-25 Eli Zaretskii <eliz@gnu.org>
11363
11364 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
11365 settings on 'system-type', not on 'window-system'. On MS-Windows,
11366 set interactive-mode on in GDB.
11367
11368 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11369
11370 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
11371 (ruby-syntax-propertize-regexp): Remove.
11372 (ruby-syntax-propertize-function): Split regexp into chunks.
11373 Match following code directly.
11374
11375 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
11376
11377 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
11378 (ruby-syntax-propertize-regexp): New function.
11379 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
11380 by a special keyword.
11381
11382 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
11383 (ruby-syntax-general-delimiters-goto-beg)
11384 (ruby-syntax-propertize-general-delimiters): New functions.
11385 (ruby-syntax-propertize-function): Use them to handle GDL.
11386 (ruby-font-lock-keywords): Move old handling of GDL...
11387 (ruby-font-lock-syntactic-keywords): .. to here.
11388 (ruby-calculate-indent): Adjust indentation for GDL.
11389
11390 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
11391
11392 * notifications.el (top): Remove unneeded declarations.
11393 (notifications-specification-version): Change to "1.2".
11394 (notifications-interface, notifications-notify-method)
11395 (notifications-close-notification-method): Fix docstring.
11396 (notifications-get-capabilities-method): New defconst.
11397 (notifications-notify): Add :action-items, :resident and
11398 :transient hints. Change "image_data" to "image-data" and
11399 "image_path" to "image-path".
11400 (notifications-get-capabilities): New defun.
11401
11402 2012-04-24 Leo Liu <sdl.web@gmail.com>
11403
11404 * progmodes/python.el: Move hideshow setup to the end.
11405
11406 2012-04-24 Martin Rudalics <rudalics@gmx.at>
11407
11408 * window.el (handle-select-window): Clear echo area since this is
11409 no more done by read_char (Bug#11304).
11410
11411 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11412
11413 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
11414 and `/ M' to filter-derived-mode.
11415 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
11416 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11417 (ibuffer-mark-by-mode): Use default rather than initial-input.
11418 (ibuffer-filter-by-derived-mode): Autoload and require-match.
11419
11420 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
11421
11422 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
11423 (ibuffer-filter-by-derived-mode): New filter.
11424 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
11425
11426 2012-04-23 Andreas Politz <politza@fh-trier.de>
11427
11428 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
11429
11430 2012-04-23 Chong Yidong <cyd@gnu.org>
11431
11432 * cus-edit.el (customize-apropos, customize-apropos-options):
11433 Disable matching of non-option variables (Bug#11176).
11434 (customize-option, customize-option-other-window)
11435 (customize-changed-options): Doc fix.
11436 (customize-apropos-options, customize-apropos-faces)
11437 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
11438
11439 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
11440 Fix word list splitting (Bug#11132).
11441 (apropos-symbol, apropos-keybinding, apropos-label)
11442 (apropos-property, apropos-function-button)
11443 (apropos-variable-button, apropos-misc-button): New faces.
11444 (apropos-symbol-face, apropos-keybinding-face)
11445 (apropos-label-face, apropos-property-face, apropos-match-face):
11446 Variables removed (Bug#8396).
11447 (apropos-library-button, apropos-format-plist, apropos-print)
11448 (apropos-print-doc, apropos-describe-plist): Callers changed.
11449
11450 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
11451
11452 * net/xesam.el (xesam-mode-map): Use let-bound map in
11453 initialization. (Bug#11292)
11454
11455 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11456
11457 Preserve ispell session localwords when switching back to
11458 original buffer.
11459
11460 * textmodes/ispell.el (ispell-buffer-session-localwords):
11461 New buffer-local variable to hold buffer session localwords.
11462 (ispell-kill-ispell): Add option 'clear to delete session
11463 localwords.
11464 (ispell-command-loop, ispell-change-dictionary)
11465 (ispell-buffer-local-words): Preserve session localwords when
11466 needed.
11467
11468 * textmodes/flyspell.el (flyspell-process-localwords)
11469 (flyspell-do-correct): Preserve session localwords when needed.
11470
11471 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11472
11473 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
11474 using obsolete `translation-table-for-input'.
11475 (ispell-word, ispell-process-line, ispell-complete-word):
11476 Use plain `insert' instead of removed `ispell-insert-word'.
11477
11478 2012-04-22 Chong Yidong <cyd@gnu.org>
11479
11480 * cus-edit.el (custom-variable-menu)
11481 (custom-variable-reset-saved, custom-face-menu)
11482 (custom-face-reset-saved): If there is no saved value, make the
11483 "reset-saved" operation bring back the default (Bug#9509).
11484 (custom-face-state): Properly detect themed faces.
11485
11486 * faces.el (face-spec-set): Stop supporting deprecated form of
11487 third arg.
11488
11489 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
11490
11491 Move functions from C to Lisp. Make non-blocking method calls
11492 the default. Implement further D-Bus standard interfaces.
11493
11494 * net/dbus.el (dbus-message-internal): Declare function.
11495 Remove unneeded function declarations.
11496 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
11497 (dbus-message-type-method-return, dbus-message-type-error)
11498 (dbus-message-type-signal): Declare variables. Remove local
11499 definitions.
11500 (dbus-interface-dbus, dbus-interface-peer)
11501 (dbus-interface-introspectable, dbus-interface-properties)
11502 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
11503 Adapt docstring.
11504 (dbus-interface-objectmanager): New defconst.
11505 (dbus-call-method, dbus-call-method-asynchronously)
11506 (dbus-send-signal, dbus-method-return-internal)
11507 (dbus-method-error-internal, dbus-register-service)
11508 (dbus-register-signal, dbus-register-method): New defuns, moved
11509 from dbusbind.c
11510 (dbus-call-method-handler, dbus-setenv)
11511 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
11512 New defuns.
11513 (dbus-call-method-non-blocking): Make it an obsolete function.
11514 (dbus-unregister-object, dbus-unregister-service)
11515 (dbus-handle-event, dbus-register-property)
11516 (dbus-property-handler): Obey the new structure of
11517 `bus-registered-objects'.
11518 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
11519 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11520 Use `dbus-call-method'.
11521
11522 2012-04-22 Chong Yidong <cyd@gnu.org>
11523
11524 * cus-edit.el (custom-commands, custom-reset-menu)
11525 (Custom-reset-standard): Tweak labels.
11526 (custom-reset-button-menu): Change default to t.
11527 (custom-buffer-create-internal): For the custom-reset-button-menu
11528 case, put the revert button first.
11529 (custom-group-subtitle): New face.
11530 (custom-group-value-create): Align docstring to a specific column.
11531
11532 * wid-edit.el (widget-documentation-link-add): Don't handle
11533 indentation in this function.
11534 (widget-documentation-string-indent-to): New function.
11535 (widget-documentation-string-value-create): Use it.
11536
11537 * autorevert.el (auto-revert):
11538 * epg-config.el (epg):
11539 * ibuffer.el (ibuffer):
11540 * mpc.el (mpc):
11541 * ses.el (ses):
11542 * eshell/eshell.el (eshell):
11543 * net/ange-ftp.el (ange-ftp):
11544 * progmodes/ebnf2ps.el (postscript):
11545 * progmodes/flymake.el (flymake):
11546 * progmodes/prolog.el (prolog):
11547 * progmodes/verilog-mode.el (verilog-mode):
11548 * progmodes/which-func.el (which-func):
11549 * term/xterm.el (xterm):
11550 * textmodes/picture.el (picture):
11551 * textmodes/tildify.el (tildify):
11552 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
11553 customization buffers.
11554
11555 2012-04-22 Alan Mackenzie <acm@muc.de>
11556
11557 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11558 Adding a ) can hide the resulting (..) from searches. Fix it.
11559 Bound the backward search to the position of the existing (.
11560
11561 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
11562
11563 * progmodes/verilog-mode.el (verilog-mode): Check whether
11564 which-func-modes is t before adding verilog-mode.
11565 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
11566
11567 2012-04-21 Leo Liu <sdl.web@gmail.com>
11568
11569 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
11570
11571 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
11572
11573 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
11574 filling of the last column of a table (Bug#5635).
11575 (woman-find-next-control-line): New arg, specifying an additional
11576 regexp component for the control line.
11577 (woman2-roff-buffer): Use it.
11578 (woman-break-table): New function.
11579 (woman2-TS): Use it.
11580
11581 2012-04-21 Chong Yidong <cyd@gnu.org>
11582
11583 * woman.el (woman-set-buffer-display-table, woman-decode-region)
11584 (woman-horizontal-escapes, woman-negative-vertical-space)
11585 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
11586 (WoMan-warn-ignored): Use ?\s instead of ?\ .
11587
11588 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11589
11590 * minibuffer.el (completion-file-name-table): Complete user names.
11591
11592 2012-04-20 Leo Liu <sdl.web@gmail.com>
11593
11594 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
11595 and pcase-let*.
11596
11597 2012-04-20 Chong Yidong <cyd@gnu.org>
11598
11599 * server.el (server-execute): Respect initial-buffer-choice if it
11600 is a string and there are no files to open (Bug#2825).
11601 (server-create-window-system-frame, server-create-tty-frame):
11602 Don't switch buffers here.
11603 (server-process-filter): Only try to open a window system frame if
11604 compiled with graphical support (Bug#8314).
11605
11606 2012-04-20 Dan Nicolaescu <dann@gnu.org>
11607
11608 * battery.el (battery-echo-area-format): Display remaining time
11609 for sysfs backend too (Bug#11269).
11610 (battery-linux-sysfs): Fix conditional for the charge.
11611
11612 2012-04-20 Chong Yidong <cyd@gnu.org>
11613
11614 * progmodes/gdb-mi.el (gdb): Revert previous change.
11615 (gdb-inferior-io--init-proc): New function.
11616 (gdb-init-1): Use it.
11617 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
11618 responsible for allocating a new pty and hooking it to gdb when
11619 the old pty gets an EIO due to process exit.
11620 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
11621 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
11622 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
11623
11624 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11625
11626 * window.el (window-min-size, window-sizable, window-min-delta)
11627 (window-max-delta, window--resizable, window-resizable)
11628 (window-total-size, window-full-height-p, window-full-width-p)
11629 (window-in-direction, window--resize-mini-window, window-resize)
11630 (window--resize-child-windows-normal)
11631 (window--resize-child-windows, window--resize-siblings)
11632 (window--resize-this-window, adjust-window-trailing-edge)
11633 (enlarge-window, shrink-window): Doc fixes.
11634
11635 2012-04-20 Chong Yidong <cyd@gnu.org>
11636
11637 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
11638 New function to call delete-process on the gdb-inferior buffer's pty.
11639 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
11640 pty process (Bug#11273).
11641 (gdb-update): New arg to suppress talking to the gdb process.
11642 (gdb-done-or-error): Use it.
11643 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
11644 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
11645 sentinel not being called.
11646
11647 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
11648
11649 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
11650
11651 2012-04-20 Glenn Morris <rgm@gnu.org>
11652
11653 * net/network-stream.el (open-network-stream): Doc fix.
11654
11655 2012-04-20 Chong Yidong <cyd@gnu.org>
11656
11657 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
11658
11659 2012-04-20 Alan Mackenzie <acm@muc.de>
11660
11661 Ensure searching for keywords is case sensitive.
11662
11663 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
11664 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
11665 (c-defun-name, c-mark-function, c-cpp-define-name)
11666 (c-comment-indent, c-scan-conditionals, c-indent-defun)
11667 (c-context-line-break): Bind case-fold-search to nil.
11668
11669 * progmodes/cc-mode.el (c-font-lock-fontify-region):
11670 Bind case-fold-search to nil.
11671
11672 2012-04-20 Chong Yidong <cyd@gnu.org>
11673
11674 * mail/sendmail.el (mail-bury): Call return action with the right
11675 Rmail buffer (Bug#11242).
11676
11677 * server.el (server-process-filter): Handle corner case where both
11678 tty and nowait options are present (Bug#11102).
11679
11680 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11681
11682 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
11683 (top level): Put into the executable the ident-style '$Id:' tag on
11684 windows-nt as well.
11685
11686 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11687
11688 * electric.el (electric-indent-post-self-insert-function): Check that
11689 electric-indent-mode is enabled in current buffer.
11690
11691 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11692
11693 * imenu.el (imenu-progress-message): Restore; it is "used" in
11694 erc/erc-imenu.el and net/snmp-mode.el.
11695
11696 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11697
11698 * avoid.el (mouse-avoidance-mode): Mark unused arg.
11699 (mouse-avoidance-nudge-mouse): Remove unused binding.
11700
11701 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
11702
11703 * descr-text.el (describe-char):
11704 * progmodes/python.el (python-describe-symbol):
11705 Don't call `toggle-read-only', set `buffer-read-only'.
11706
11707 * imenu.el (imenu-default-goto-function): Mark unused args.
11708 (imenu-progress-message): Remove obsolete macro; all callers changed.
11709
11710 * subr.el (keymap-canonicalize): Remove unused binding.
11711 (read-passwd): Mark unused arg.
11712
11713 * tutorial.el (tutorial--display-changes): Remove unused binding.
11714 (tutorial--save-tutorial-to): Remove unused variable.
11715
11716 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
11717 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
11718 (package-generate-autoloads, package-menu--generate)
11719 (package-menu--find-upgrades): Remove unused bindings.
11720
11721 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
11722 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
11723 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
11724 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
11725 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
11726 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
11727 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
11728 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
11729 (cua-delete-char-rectangle): Mark unused args.
11730 (cua-align-rectangle): Remove unused binding.
11731
11732 * mail/rmail.el (compilation--message->loc)
11733 (epa--find-coding-system-for-mime-charset): Declare.
11734
11735 * net/dbus.el (dbus-register-service): Declare.
11736 (dbus-name-owner-changed-handler): Remove unused binding.
11737
11738 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
11739 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
11740 (nxml-scan-backward-within): Mark unused arg.
11741 (nxml-dynamic-markup-word): Remove unused binding.
11742
11743 * mouse.el (mouse-menu-major-mode-map):
11744 * emacs-lisp/authors.el (authors-scan-change-log)
11745 (authors-add-to-author-list):
11746 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
11747 * emacs-lisp/smie.el (smie-auto-fill):
11748 * mail/sendmail.el (mail-bury):
11749 * mail/unrmail.el (unrmail):
11750 * net/tls.el (open-tls-stream):
11751 * textmodes/picture.el (picture-mouse-set-point):
11752 Remove unused bindings.
11753
11754 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
11755
11756 * net/tramp.el (tramp-action-password): Let-bind
11757 `enable-recursive-minibuffers' to t.
11758
11759 2012-04-18 Sam Steingold <sds@gnu.org>
11760
11761 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
11762 instead of 'string to accommodate values like [f11].
11763 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
11764 * progmodes/gdb-mi.el: Likewise.
11765
11766 2012-04-18 Leo Liu <sdl.web@gmail.com>
11767
11768 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
11769 current buffer.
11770 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
11771 LOCAL is nil.
11772
11773 2012-04-18 Chong Yidong <cyd@gnu.org>
11774
11775 * simple.el (line-move): Use forward-line if in batch mode
11776 (Bug#11053).
11777
11778 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
11779
11780 * files.el (after-find-file): Do not try to add a final newline if
11781 the buffer is read-only (Bug#11156).
11782
11783 2012-04-17 Richard Stallman <rms@gnu.org>
11784
11785 * mail/rmail.el (rmail-start-mail):
11786 Pass (rmail-mail-return...) for the return-action.
11787 Pass (rmail-yank-current-message...) for the yank-action.
11788 (rmail-yank-current-message): New function.
11789 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
11790 (rmail-reply): Likewise.
11791 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
11792
11793 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
11794 buffer, not the last. Reject temp buffers. Use the rmail-mode
11795 buffer, not newbuf.
11796
11797 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
11798
11799 * server.el (server-ensure-safe-dir): Simplify.
11800
11801 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11802
11803 * emacs-lisp/smie.el: Provide smarter auto-filling.
11804 (smie-auto-fill): New function.
11805 (smie-setup): Use it.
11806
11807 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
11808
11809 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
11810
11811 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
11812 (comment-indent): Use it.
11813
11814 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
11815
11816 * ses.el: The overall change is to add cell renaming, that is
11817 setting fancy names for cell symbols other than name matching
11818 "\\`[A-Z]+[0-9]+\\'" regexp .
11819 (ses-localvars): Add ses--renamed-cell-symb-list.
11820 (ses-create-cell-variable): New defun.
11821 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
11822 (ses-relocate-formula): Relocate formulas only for cells the
11823 symbols of which are not renamed, i.e. symbols whose names do not
11824 match regexp "\\`[A-Z]+[0-9]+\\'".
11825 (ses-relocate-all): Relocate values only for cells the symbols of
11826 which are not renamed.
11827 (ses-load): Create cells variables as the (ses-cell ...) are read,
11828 in order to check row col consistency with cell symbol name only
11829 for cells that are not renamed.
11830 (ses-replace-name-in-formula): New defun.
11831 (ses-rename-cell): New defun.
11832
11833 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
11834
11835 * progmodes/perl-mode.el (perl-indent-parens-as-block):
11836 New option (bug#11118).
11837 (perl-calculate-indent): Respect it.
11838
11839 2012-04-17 Glenn Morris <rgm@gnu.org>
11840
11841 * dired-aux.el (dired-mark-read-string): Doc fix.
11842
11843 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
11844
11845 * dired-aux.el (dired-mark-read-string): Offer optional completion.
11846 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
11847
11848 2012-04-17 Glenn Morris <rgm@gnu.org>
11849
11850 * mouse.el (mouse-drag-track):
11851 * speedbar.el (speedbar-frame-mode):
11852 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
11853
11854 2012-04-16 Leo Liu <sdl.web@gmail.com>
11855
11856 * progmodes/python.el: Trivial cleanup.
11857
11858 2012-04-16 Glenn Morris <rgm@gnu.org>
11859
11860 * vc/vc.el (vc-string-prefix-p):
11861 * vc/pcvs-util.el (cvs-string-prefix-p):
11862 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
11863 * mpc.el (mpc-string-prefix-p):
11864 Make all of these into obsolete aliases for string-prefix-p.
11865 Update callers.
11866 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
11867
11868 * textmodes/two-column.el: Move custom options to the start.
11869 (frame-width): Remove compat definition.
11870 (2C-associate-buffer, 2C-dissociate):
11871 Use with-current-buffer rather than save-excursion.
11872 (2C-dissociate): Force a mode-line update.
11873 (2C-autoscroll): Use ignore-errors.
11874
11875 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
11876 Autoload trivia.
11877
11878 * emacs-lisp/cl-extra.el (*random-state*):
11879 Remove unnecessary declaration.
11880
11881 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
11882
11883 * play/cookie1.el (cookie-snarf):
11884 Give an explicit error if input file cannot be read.
11885
11886 * play/yow.el (yow-file): Use expand-file-name rather than concat.
11887
11888 * progmodes/perl-mode.el (c-macro-expand):
11889 Remove unnecessary autoload (it is in loaddefs.el).
11890
11891 * textmodes/picture.el (picture-desired-column)
11892 (picture-update-desired-column): Convert comments to doc-strings.
11893 (picture-substitute): Remove function.
11894 (picture-mode-map): Initialize in the defvar.
11895
11896 * woman.el: Remove eval-after-load for tar-mode.
11897 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
11898 (woman-tar-extract-file): Autoload it.
11899
11900 * frame.el (automatic-hscrolling): Make this alias obsolete.
11901
11902 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11903
11904 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
11905 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
11906 (ispell-dictionary-base-alist): Revert to original XEmacs
11907 friendly version for default. [:alpha:] will be added in
11908 `ispell-set-spellchecker-params' if needed.
11909
11910 2012-04-16 Chong Yidong <cyd@gnu.org>
11911
11912 * image.el (imagemagick--file-regexp): New variable.
11913 (imagemagick-register-types): Use it.
11914 (imagemagick-types-inhibit): Add :set function. Allow new value
11915 of t to inhibit all types.
11916
11917 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
11918 so we can preload it.
11919
11920 * loadup.el (fboundp): Preload regexp-opt, needed by
11921 imagemagick-register-types.
11922
11923 2012-04-15 Chong Yidong <cyd@gnu.org>
11924
11925 * frame.el (scrolling): Remove nearly unused customization group.
11926
11927 * scroll-all.el (scroll-all-mode): Move to windows group.
11928
11929 2012-04-15 Chong Yidong <cyd@gnu.org>
11930
11931 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
11932
11933 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11934
11935 Avoid the use of ((lambda ...) ...) in lexical-binding code.
11936 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
11937
11938 2012-04-15 Glenn Morris <rgm@gnu.org>
11939
11940 * simple.el (process-file-side-effects): Doc fix.
11941
11942 2012-04-15 Glenn Morris <rgm@gnu.org>
11943
11944 * international/mule-cmds.el (set-language-environment): Doc fix.
11945
11946 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
11947
11948 * server.el (server-auth-key, server-generate-key): Doc fixes.
11949 (server-get-auth-key): Doc fix. Use `string-match-p'.
11950 (server-start): Reflow docstring.
11951
11952 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
11953
11954 * server.el (server-generate-key): `called-interactively-p'
11955 requires a parameter.
11956
11957 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
11958
11959 * server.el (server-auth-key): New variable.
11960 (server-generate-key, server-get-auth-key): New function.
11961 (server-start): Use the new variable and functions to allow
11962 setting a permanent server key (bug#9423).
11963
11964 2012-04-14 Leo Liu <sdl.web@gmail.com>
11965
11966 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
11967
11968 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
11969
11970 Spelling fixes.
11971 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
11972 Emacs uses American spelling.
11973
11974 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
11975
11976 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
11977 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
11978 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
11979 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
11980
11981 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11982
11983 * progmodes/which-func.el (which-func-modes): Change default.
11984
11985 2012-04-14 Kim F. Storm <storm@cua.dk>
11986
11987 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
11988 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
11989
11990 2012-04-14 Chong Yidong <cyd@gnu.org>
11991
11992 * custom.el (custom-theme-set-variables): Doc fix.
11993
11994 2012-04-14 Glenn Morris <rgm@gnu.org>
11995
11996 * international/mule.el (set-auto-coding-for-load): Doc fix.
11997
11998 2012-04-14 Alan Mackenzie <acm@muc.de>
11999
12000 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
12001 imenu work again for Objective C Mode. Correct the *-index values,
12002 these having been disturbed by a previous change in 2011-08.
12003
12004 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
12005 Correct two search limits.
12006
12007 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12008
12009 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
12010
12011 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
12012
12013 * international/characters.el: Fix sorting.
12014
12015 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12016
12017 * international/characters.el: Add more missing Latin case pairs.
12018
12019 2012-04-14 Glenn Morris <rgm@gnu.org>
12020
12021 * files.el (dir-locals-set-class-variables): Doc fix.
12022
12023 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12024
12025 * international/characters.el: Add set-case-syntax-pair call for
12026 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
12027 counterpart. (Bug#11209)
12028
12029 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
12030
12031 2012-04-14 Glenn Morris <rgm@gnu.org>
12032
12033 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12034
12035 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12036
12037 * textmodes/ispell.el (ispell-dictionary-base-alist):
12038 Add data for Hebrew.
12039
12040 2012-04-14 Chong Yidong <cyd@gnu.org>
12041
12042 * net/rcirc.el (rcirc-cmd-quit):
12043 Revert 2012-03-18 change (Bug#11192).
12044
12045 2012-04-14 Glenn Morris <rgm@gnu.org>
12046
12047 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
12048
12049 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12050
12051 * minibuffer.el (completion-in-region-mode-map):
12052 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
12053
12054 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
12055
12056 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
12057
12058 2012-04-13 Masatake YAMATO <yamato@redhat.com>
12059
12060 * minibuffer.el (minibuffer-local-filename-syntax): New variable
12061 to allow `C-M-f' and `C-M-b' to move to the nearest path
12062 separator (bug#9511).
12063
12064 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
12065
12066 * avoid.el: Require cl when compiling. And also move the
12067 `provide' to the end.
12068
12069 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12070
12071 * avoid.el (mouse-avoidance-banish-position): New variable.
12072 (mouse-avoidance-banish-destination): Use it (bug#10165).
12073
12074 2012-04-13 Leo Liu <sdl.web@gmail.com>
12075
12076 * progmodes/which-func.el (which-func-modes): Add objc-mode.
12077
12078 2012-04-13 Ken Brown <kbrown@cornell.edu>
12079
12080 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
12081 this is no longer needed now that cygstart understands file:// URLs.
12082 (browse-url-filename-alist): For the same reason, don't modify
12083 file:// URLs on Cygwin.
12084
12085 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12086
12087 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
12088 the region on shift if the binding is already shifted (bug#11221).
12089
12090 2012-04-12 Glenn Morris <rgm@gnu.org>
12091
12092 * mail/mailpost.el: Move to obsolete/.
12093
12094 2012-04-12 Drew Adams <drew.adams@oracle.com>
12095
12096 * imenu.el (imenu--generic-function): Ignore invisible definitions
12097 (bug#10123).
12098
12099 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
12100
12101 * hexl.el (hexl-bits): New variable.
12102 (hexl-options): Mention the variable in the doc string.
12103 (hexl-rulerise, hexl-line-displen): New functions.
12104 (hexl-mode): Mention the new variable.
12105 (hexl-mode, hexl-current-address, hexl-current-address):
12106 Use the displen.
12107 (hexl-ascii-start-column): New function.
12108 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
12109 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
12110
12111 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12112
12113 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
12114 '("-i" ENCODING), in 2 separate command-line arguments, to specify
12115 the encoding, as expected by hunspell.
12116
12117 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * battery.el (battery--linux-sysfs-regexp): New const.
12120 (battery-status-function): Use it. Remove yeeloong special case.
12121 (battery-yeeloong-sysfs): Remove.
12122 (battery-echo-area-format): Remove yeeloong special case.
12123
12124 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12125
12126 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
12127 Reported by Noah Friedman.
12128
12129 * subr.el (read-passwd): Use read-string.
12130
12131 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12132
12133 * vcursor.el (vcursor-move): Increase the priority of the overlay
12134 (bug#9663).
12135
12136 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12137
12138 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
12139 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
12140
12141 2012-04-11 William Stevenson <yhvh2000@gmail.com>
12142
12143 * textmodes/artist.el (artist-mode): Convert artist-mode to use
12144 define-minor-mode (bug#10760).
12145
12146 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12147
12148 * progmodes/grep.el (rgrep): Tweak the find command line so
12149 that directories matching `grep-find-ignored-files' won't be
12150 pruned (bug#10351).
12151
12152 2012-04-11 Chong Yidong <cyd@gnu.org>
12153
12154 * startup.el (command-line): Remove support for long-obsolete
12155 variable font-lock-face-attributes.
12156
12157 2012-04-11 Glenn Morris <rgm@gnu.org>
12158
12159 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
12160
12161 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12162
12163 * window.el (window--state-get-1): Obey window-point-insertion-type.
12164
12165 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
12166
12167 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
12168 to previous function when point is on the first character of a
12169 function. Take care of that in `narrow-to-defun' (bug#6157).
12170
12171 2012-04-11 Glenn Morris <rgm@gnu.org>
12172
12173 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
12174 not just file-errors.
12175
12176 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
12177 (vc-bzr-sha1): Use internal sha1.
12178
12179 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12180
12181 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
12182
12183 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
12184
12185 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
12186 that start in the middle of the line (bug#10496).
12187
12188 2012-04-10 Dan Nicolaescu <dann@gnu.org>
12189
12190 * battery.el (battery-linux-proc-acpi): Only one battery is
12191 discharged at a time, but that seems to confuse battery.el when
12192 computing `rate-type' for the battery not being discharged
12193 (bug#10332).
12194
12195 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12196
12197 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
12198
12199 * international/quail.el: Use dolist and simplify.
12200 (quail-define-package, quail-update-keyboard-layout)
12201 (quail-define-rules): Use dolist.
12202 (quail-insert-kbd-layout, quail-get-translation): CSE.
12203
12204 * tmm.el: Use dolist, remove left over hook.
12205 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
12206 Use dolist.
12207 (calendar-load-hook): Don't mess with it.
12208
12209 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
12210 Use derived-mode-p. Run the diff asynchronously.
12211
12212 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12213
12214 * obsolete/mouse-sel.el: Add an Obsolete-since header.
12215
12216 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12217
12218 * misc.el: Display absolute path of loaded DLLs (bug#10424).
12219 (list-dynamic-libraries--loaded): New function.
12220 (list-dynamic-libraries--refresh): Use it.
12221
12222 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
12223
12224 * progmodes/python.el (python-fill-paragraph):
12225 Make python-fill-region in a multiline string work when font-lock is
12226 disabled (bug#7018).
12227
12228 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
12229
12230 * language/european.el (cp775): Add oem/legacy (en)coding on
12231 DOS/MS Windows for the Baltic languages. There are still plenty
12232 of texts written in this encoding/codepage (bug#6519).
12233
12234 2012-04-10 Glenn Morris <rgm@gnu.org>
12235
12236 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
12237 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
12238
12239 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
12240
12241 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
12242 next-line "n" and previous-line "p" in order to make recentf more
12243 consistent with ibuffer, dired or org-mode (bug#9387).
12244
12245 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12246
12247 * image.el (put-image): Return the overlay created instead of the
12248 optional input string (bug#7834). Note that this may break code
12249 that is (for some reason or other) depending on `put-image'
12250 returning the string.
12251
12252 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
12253
12254 * simple.el (zap-to-char): Allow zapping using input methods
12255 (bug#1580).
12256
12257 * textmodes/fill.el (fill-region): Leave point and mark where they
12258 were before filling (bug#5399).
12259
12260 2012-04-09 Glenn Morris <rgm@gnu.org>
12261
12262 * version.el (emacs-bzr-get-version):
12263 Handle lightweight checkouts of local branches.
12264
12265 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
12266
12267 * international/characters.el: Recover lost case pairs. (Bug#11209)
12268
12269 2012-04-09 Chong Yidong <cyd@gnu.org>
12270
12271 * custom.el (custom-variable-p): Return nil for non-symbol
12272 arguments instead of signaling an error.
12273 (user-variable-p): Obsolete alias for custom-variable-p.
12274
12275 * apropos.el (apropos-variable):
12276 * files-x.el (read-file-local-variable):
12277 * simple.el (set-variable):
12278 * woman.el (woman-mini-help):
12279 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
12280
12281 2012-04-09 Glenn Morris <rgm@gnu.org>
12282
12283 * startup.el (normal-top-level): Don't look for leim-list.el
12284 in places where it will not be found. (Bug#910)
12285
12286 * international/mule-cmds.el (set-default-coding-systems):
12287 * files.el (normal-mode):
12288 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
12289 This function was removed with ucs-tables.el in 2008.
12290
12291 2012-04-08 Eli Zaretskii <eliz@gnu.org>
12292
12293 * textmodes/ispell.el (ispell-check-version): For hunspell, set
12294 ispell-encoding8-command to "-i", without a trailing space.
12295 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
12296 separate command-line arguments, to specify the encoding, since
12297 that's how hunspell expects it.
12298
12299 2012-04-08 Glenn Morris <rgm@gnu.org>
12300
12301 * loadup.el: Load bindings before cus-start.
12302 This reduces somewhat the number of "rogue" settings in emacs -Q.
12303
12304 2012-04-07 Glenn Morris <rgm@gnu.org>
12305
12306 * version.el (emacs-bzr-get-version): New function.
12307 (emacs-bzr-version): New variable.
12308 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
12309 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
12310
12311 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12312
12313 * international/uni-bidi.el, international/uni-category.el:
12314 * international/uni-combining.el, international/uni-decimal.el:
12315 * international/uni-decomposition.el, international/uni-digit.el:
12316 * international/uni-lowercase.el, international/uni-mirrored.el:
12317 * international/uni-name.el, international/uni-numeric.el:
12318 * international/uni-titlecase.el, international/uni-uppercase.el:
12319 Update for Unicode 6.1.
12320
12321 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12322
12323 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
12324
12325 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
12326
12327 * window.el (shrink-window): Mention the `window-min-height'
12328 variable in the doc string.
12329
12330 2012-04-05 Bastien Guerry <bzg@altern.org>
12331
12332 * color.el (color-lighten-name): Fix typo.
12333
12334 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12335
12336 * server.el (server--on-display-p): New function.
12337 (server--on-display-p): Use it.
12338
12339 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
12340
12341 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
12342 (bug#11145).
12343
12344 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12345
12346 * comint.el (comint--common-quoted-suffix): Check string boundary
12347 before comparing (bug#11158).
12348 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
12349
12350 2012-04-04 Chong Yidong <cyd@gnu.org>
12351
12352 * minibuffer.el (completion-extra-properties): Doc fix.
12353
12354 * subr.el (delayed-warnings-hook): Doc fix.
12355
12356 2012-04-04 Daiki Ueno <ueno@unixuser.org>
12357
12358 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
12359 selection (Bug#11159).
12360 (epa-insert-keys): Inform that the default public key will be
12361 exported if no key is selected.
12362
12363 2012-04-04 Richard Stallman <rms@gnu.org>
12364
12365 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
12366
12367 2012-04-03 Chong Yidong <cyd@gnu.org>
12368
12369 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
12370 mail-insert-file, not its obsolete alias mail-attach-file.
12371
12372 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
12373
12374 * notifications.el (notifications-notify): Fix docstring.
12375
12376 2012-04-02 Glenn Morris <rgm@gnu.org>
12377
12378 * emacs-lisp/authors.el (authors-aliases): Another addition.
12379
12380 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
12381
12382 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
12383 `tramp-compat-call-process' instead of `tramp-local-call-process'.
12384 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
12385
12386 2012-04-01 Chong Yidong <cyd@gnu.org>
12387
12388 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
12389 Handle root directory properly.
12390 (copy-directory): Caller changed.
12391
12392 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12393 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
12394
12395 2012-03-31 Glenn Morris <rgm@gnu.org>
12396
12397 * term/xterm.el (xterm-extra-capabilities): Doc fix.
12398
12399 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
12400
12401 * calendar/calendar.el (calendar-window-list)
12402 (calendar-hide-window): Restore. (Bug#11140)
12403 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
12404
12405 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
12406
12407 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12408
12409 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12410 Check if file is a symlink (Bug#10489).
12411
12412 * files.el (copy-directory): Likewise.
12413
12414 2012-03-30 Chong Yidong <cyd@gnu.org>
12415
12416 * image.el (imagemagick-types-inhibit)
12417 (imagemagick-register-types): Doc fix.
12418
12419 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12420
12421 * textmodes/ispell.el (ispell-get-extended-character-mode):
12422 Disable extended-char-mode for hunspell. hunspell does not support it
12423 and treats ~word as ordinary words in pipe mode.
12424
12425 2012-03-30 Glenn Morris <rgm@gnu.org>
12426
12427 * tutorial.el (help-with-tutorial): Ensure local variables don't
12428 happen to make the buffer read-only. (Bug#11127)
12429
12430 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12431
12432 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
12433 (perl-calculate-indent): Return `noindent' in strings.
12434
12435 2012-03-28 Sam Steingold <sds@gnu.org>
12436
12437 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
12438 instead of the broken adhockery which does not prevent calendar
12439 buffers from being displayed at random after exit.
12440 (calendar-window-list, calendar-hide-window): Remove the broken
12441 adhockery.
12442
12443 2012-03-28 Glenn Morris <rgm@gnu.org>
12444
12445 * replace.el (query-replace-map): Doc fix.
12446
12447 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
12448
12449 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
12450 contents. (Bug#11109)
12451
12452 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12453
12454 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
12455 (bug#11077).
12456 (avl-tree--check, avl-tree--check-node): New funs.
12457
12458 2012-03-27 Martin Rudalics <rudalics@gmx.at>
12459
12460 * window.el (switch-to-visible-buffer): New option.
12461 (switch-to-prev-buffer, switch-to-next-buffer):
12462 Observe switch-to-visible-buffer. Make sure that checking for a window
12463 showing a buffer already is done on the same frame.
12464
12465 2012-03-27 Glenn Morris <rgm@gnu.org>
12466
12467 * startup.el (mail-host-address): Doc fix.
12468
12469 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12470
12471 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
12472 than 197 variables.
12473
12474 2012-03-26 Ami Fischman <ami@fischman.org>
12475
12476 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
12477
12478 2012-03-26 Glenn Morris <rgm@gnu.org>
12479
12480 * files.el (save-buffers-kill-emacs): Doc fix.
12481
12482 * startup.el (normal-top-level, command-line, command-line-1):
12483 Give them doc strings.
12484
12485 2012-03-25 Eli Zaretskii <eliz@gnu.org>
12486
12487 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
12488 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
12489
12490 2012-03-25 Chong Yidong <cyd@gnu.org>
12491
12492 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
12493 theme if it was previously enabled before (Bug#11031).
12494
12495 * cus-theme.el (custom-theme-write-faces): Retrieve current face
12496 spec with custom-face-get-current-spec if its :shown-value is not
12497 determined yet (Bug#9337).
12498 (customize-create-theme, custom-theme-revert): Doc fixes.
12499
12500 * button.el (button-at): Minor addition to docstring.
12501
12502 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
12503
12504 * vc/vc.el (vc-merge): Fix a prompt.
12505
12506 2012-03-24 Chong Yidong <cyd@gnu.org>
12507
12508 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
12509 point (Bug#9623).
12510
12511 * button.el (button-at): Minor addition to docstring.
12512
12513 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12514
12515 * newcomment.el (comment-choose-indent): No space after BOL.
12516
12517 2012-03-22 Sam Steingold <sds@gnu.org>
12518
12519 * window.el (switch-to-prev-buffer): Revert last patch because the
12520 bug turned out to be an advertised feature (Elisp manual 28.14).
12521
12522 2012-03-22 Glenn Morris <rgm@gnu.org>
12523
12524 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
12525 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
12526
12527 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12528
12529 * net/network-stream.el (network-stream-open-starttls): Make error
12530 message under Windows be less misleading.
12531
12532 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
12533
12534 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
12535 understands (bug#9942).
12536
12537 2012-03-22 Chong Yidong <cyd@gnu.org>
12538
12539 * simple.el (end-of-visible-line): Handle return value of
12540 next-single-property-change properly (Bug#9371).
12541
12542 2012-03-22 Kenichi Handa <handa@m17n.org>
12543
12544 * international/quail.el (quail-insert-kbd-layout): Fix previous
12545 change. To avoid unwanted bidi reordering, use
12546 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
12547
12548 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
12549
12550 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
12551 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
12552 (ruby-beginning-of-indent): Be more careful with the difference
12553 between word-boundary and symbol boundary.
12554 (ruby-mode-syntax-table): Make : a symbol constituent.
12555
12556 2012-03-21 Andreas Politz <politza@fh-trier.de>
12557
12558 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
12559
12560 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12561
12562 * progmodes/etags.el (tags-completion-at-point-function):
12563 Improve last fix.
12564
12565 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
12566
12567 2012-03-21 Sam Steingold <sds@gnu.org>
12568
12569 * progmodes/etags.el (tags-completion-at-point-function):
12570 Avoid the error when point is inside the pattern.
12571
12572 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
12573
12574 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
12575 line (Bug#10855).
12576
12577 2012-03-21 Drew Adams <drew.adams@oracle.com>
12578
12579 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
12580
12581 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
12582
12583 * ido.el (ido-set-current-directory, ido-read-internal)
12584 (ido-choose-completion-string, ido-completion-help): Handle nil
12585 value of ido-completion-buffer (Bug#11008).
12586
12587 2012-03-21 Sam Steingold <sds@gnu.org>
12588
12589 * window.el (switch-to-prev-buffer): Do not switch to a visible
12590 window previous buffer, just like with the frame previous buffers.
12591
12592 2012-03-21 Chong Yidong <cyd@gnu.org>
12593
12594 * faces.el (make-face, make-empty-face, copy-face):
12595 * face-remap.el (face-remap-add-relative, face-remap-set-base):
12596 Doc fixes.
12597
12598 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12599
12600 * wid-edit.el (widget-complete-field): Remove (bug#11051).
12601 (widget-complete): Remove broken use of it.
12602
12603 2012-03-20 Chong Yidong <cyd@gnu.org>
12604
12605 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12606 Use string-width and truncate-string-width to handle arbitrary
12607 characters.
12608
12609 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
12610
12611 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
12612 to draw rectangles, not squares. (Regression introduced by revno
12613 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
12614
12615 2012-03-18 Chong Yidong <cyd@gnu.org>
12616
12617 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
12618 it is not yet defined (for temacs).
12619
12620 2012-03-18 Leo Liu <sdl.web@gmail.com>
12621
12622 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
12623 prefix.
12624
12625 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12626
12627 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
12628 (ispell-choices-win-default-height, ispell-silently-savep)
12629 (ispell-dictionary-alist, ispell-encoding8-command)
12630 (ispell-check-version, ispell-aspell-find-dictionary)
12631 (ispell-valid-dictionary-list, ispell-words-keyword)
12632 (ispell-get-word, ispell-internal-change-dictionary)
12633 (ispell-region, ispell-skip-region-list)
12634 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
12635 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
12636 (ispell-message-text-end, ispell-message)
12637 (ispell-buffer-local-parsing): Doc fix.
12638
12639 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
12640
12641 * htmlfontify.el: Add support for code block fontification for ODT
12642 export (Bug #9914).
12643 (hfy-optimisations): Define new option
12644 `body-text-only'
12645 (hfy-fontify-buffer): Honor above setting.
12646 (hfy-begin-span, hfy-end-span): New routines factored out form
12647 `hfy-fontify-buffer'.
12648 (hfy-begin-span-handler, hfy-end-span-handler): New variables
12649 that permit insertion of custom tags.
12650 (hfy-fontify-buffer): Use above handlers.
12651 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
12652 (hfy-face-to-css): Re-defined to be a variable.
12653 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
12654 over multiple runs. This is made possible by having the caller let
12655 bind a special variable `hfy-user-sheet-assoc'.
12656 (htmlfontify-string): New defun.
12657 (hfy-compile-face-map): Make sure that the last char in the
12658 buffer is correctly fontified.
12659 (hfy-face-resolve-face): Whitespace only change.
12660
12661 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12662
12663 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
12664 message more clear.
12665
12666 2012-03-16 Leo Liu <sdl.web@gmail.com>
12667
12668 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
12669
12670 2012-03-16 Alan Mackenzie <acm@muc.de>
12671
12672 Further optimize the handling of large macros.
12673
12674 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
12675 limit to a call of `c-literal-limits'.
12676 (c-determine-+ve-limit): New function.
12677 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
12678 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
12679 In CASE 5B, restrict a search limit to 500.
12680 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
12681
12682 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
12683 Restrict macro bounds to +-500 from after-change's BEG END.
12684
12685 2012-03-16 Leo Liu <sdl.web@gmail.com>
12686
12687 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
12688
12689 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
12690
12691 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
12692 `special-mode' setting of `buffer-read-only'. (Bug#11010)
12693
12694 2012-03-16 Glenn Morris <rgm@gnu.org>
12695
12696 * view.el (view-buffer, view-buffer-other-window)
12697 (view-buffer-other-frame): Doc fixes re special mode-class.
12698
12699 * subr.el (eval-after-load): If named feature is provided not from
12700 a file, run after-load forms. (Bug#10946)
12701
12702 * calendar/calendar.el (calendar-insert-at-column):
12703 Handle non-unit-width characters a bit better. (Bug#10978)
12704
12705 2012-03-15 Chong Yidong <cyd@gnu.org>
12706
12707 * emacs-lisp/ring.el (ring-extend): New function.
12708 (ring-insert+extend): Extend the ring correctly (Bug#11019).
12709
12710 * comint.el (comint-read-input-ring)
12711 (comint-add-to-input-history): Grow comint-input-ring lazily.
12712
12713 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12714
12715 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
12716 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
12717
12718 * imenu.el: Fix multiple inheritance breakage (bug#9199).
12719 (imenu-add-to-menubar): Don't add a redundant index.
12720 (imenu-update-menubar): Handle a dynamically composed keymap.
12721
12722 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12723
12724 * mail/sendmail.el (mail-encode-header):
12725 Bind rfc2047-encode-encoded-words to nil.
12726
12727 2012-03-13 Glenn Morris <rgm@gnu.org>
12728
12729 * calendar/calendar.el (calendar-string-spread):
12730 Handle non-unit-width characters a bit better. (Bug#10978)
12731
12732 2012-03-13 Leo Liu <sdl.web@gmail.com>
12733
12734 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
12735 directory and file as argument (Bug#10822).
12736
12737 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
12738
12739 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
12740 For dynamically generated code, follow $PC.
12741 (gdb-disassembly-handler-custom): Handle no function name case.
12742
12743 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
12744
12745 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
12746 * emulation/ws-mode.el (ws-query-replace):
12747 * sort.el (sort-regexp-fields):
12748 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
12749
12750 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12751
12752 * dabbrev.el: Fix cycle completion order (bug#10963).
12753 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
12754 (dabbrev-completion): Don't use an obarray; provide
12755 a cycle-sort-function.
12756
12757 2012-03-12 Leo Liu <sdl.web@gmail.com>
12758
12759 * simple.el (kill-new): Use equal-including-properties for comparison.
12760 (kill-do-not-save-duplicates): Doc fix.
12761
12762 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12763
12764 * dabbrev.el: Fix cycle completion (bug#10963).
12765 Use lexical binding and wrap to 80 columns.
12766 (dabbrev-completion): Delay computing the list of completions.
12767
12768 2012-03-12 Kenichi Handa <handa@m17n.org>
12769
12770 * international/quail.el (quail-insert-kbd-layout): Surround each
12771 row by LRO and PDF instead of inserting many LRMs. Pad the left
12772 and right of each non-spacing marks. Insert invisible space
12773 between lower and upper characters to prevent composition.
12774
12775 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12776
12777 * minibuffer.el (minibuffer-complete): Don't get confused when the
12778 function is run twice via different commands (bug#10958).
12779 (complete-with-action): Fix docstring.
12780
12781 2012-03-12 Chong Yidong <cyd@gnu.org>
12782
12783 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
12784 (nxml-completion-at-point-function): New function.
12785 (nxml-mode): Use it.
12786 (nxml-bind-meta-tab-to-complete-flag): Default to t.
12787
12788 * emacs-lisp/package.el (package-unpack, package-unpack-single):
12789 Load generated autoloads file before byte compiling (Bug#10970).
12790 (package--make-autoloads-and-compile): New helper fun.
12791
12792 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
12793
12794 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
12795
12796 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
12797
12798 * autorevert.el (auto-revert-handler): Ensure, that
12799 file-readable-p is applied only for local files or in
12800 auto-revert-tail-mode.
12801
12802 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
12803
12804 * server.el (server-eval-at): Handle non-tcp connections.
12805 Decode result string.
12806
12807 * server.el (server-msg-size): New constant.
12808 (server-reply-print): New function.
12809 (server-eval-and-print): Use it.
12810 (server-eval-at): Use server-quote-arg and server-unquote-arg.
12811 Handle -print-nonl.
12812
12813 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
12814
12815 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
12816 (Bug#10987).
12817
12818 2012-03-11 Chong Yidong <cyd@gnu.org>
12819
12820 * simple.el (goto-line): Doc fix (Bug#9938).
12821
12822 * subr.el (save-window-excursion): Doc fix (Bug#9979).
12823
12824 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
12825 when finished (Bug#10963).
12826
12827 2012-03-11 Martin Rudalics <rudalics@gmx.at>
12828
12829 * window.el (split-window-below): Fix bug in case where
12830 split-window-keep-point is nil (Bug#10971).
12831
12832 2012-03-11 Juri Linkov <juri@jurta.org>
12833
12834 * replace.el (replace-highlight): Set isearch-word to nil
12835 unconditionally. (Bug#10887)
12836
12837 2012-03-10 Eli Zaretskii <eliz@gnu.org>
12838
12839 * net/mairix.el (mairix-replace-invalid-chars): Rename from
12840 mairix-replace-illegal-chars; all callers changed. Don't remove
12841 ^, ~, and = characters: they are meaningful in mairix search specs.
12842 (mairix-widget-create-query): Add usage information about mairix
12843 search forms: negating words, searching for substrings, etc.
12844
12845 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
12846
12847 * international/fontset.el (font-encoding-alist): Add an entry for
12848 ksx1001 (Bug#5667).
12849
12850 2012-03-10 Richard Stallman <rms@gnu.org>
12851
12852 * mail/sendmail.el (mail-encode-header):
12853 Set rfc2047-encode-encoded-words.
12854
12855 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
12856
12857 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
12858 view buffer means not swapped.
12859 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
12860 (rmail-write-region-annotate): Error if real text has disappeared.
12861
12862 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
12863
12864 2012-03-10 Chong Yidong <cyd@gnu.org>
12865
12866 * emulation/cua-rect.el (cua--init-rectangles):
12867 * emulation/cua-base.el (cua--init-keymaps):
12868 Add delete-forward-char to remappings (Bug#9666).
12869
12870 2012-03-10 Martin Rudalics <rudalics@gmx.at>
12871
12872 * speedbar.el (speedbar-unhighlight-one-tag-line):
12873 Avoid unhighlighting due to frame switching (Bug#10275).
12874
12875 2012-03-10 Chong Yidong <cyd@gnu.org>
12876
12877 * minibuffer.el (completion-in-region, completion-help-at-point):
12878 Give the completion field overlay a high priority (Bug#6830).
12879
12880 * dired.el (dired-goto-file): Recognize absolute file name
12881 listings (Bug#7126).
12882 (dired-goto-file-1): New helper function.
12883 (dired-toggle-read-only): Inhibit warnings.
12884
12885 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
12886
12887 * net/dbus.el (dbus-property-handler): Return empty array if
12888 there are no properties.
12889
12890 2012-03-09 Leo Liu <sdl.web@gmail.com>
12891
12892 * savehist.el (savehist-printable): Stricter check for string
12893 value (Bug#10937).
12894
12895 2012-03-09 Eli Zaretskii <eliz@gnu.org>
12896
12897 * mail/smtpmail.el (smtpmail-send-it):
12898 Bind coding-system-for-write to *-unix, so that FCC files are kept in
12899 valid mbox format.
12900
12901 2012-03-09 Glenn Morris <rgm@gnu.org>
12902
12903 * files.el (dir-locals-find-file):
12904 Don't check result is regular, readable.
12905 (dir-locals-read-from-file): Demote errors.
12906
12907 2012-03-08 Eli Zaretskii <eliz@gnu.org>
12908
12909 * international/quail.el (quail-insert-kbd-layout):
12910 Insert invisible LRM characters before each character in a keyboard
12911 layout cell, to prevent their reordering by bidi display engine.
12912 For details, see the discussion in
12913 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
12914
12915 2012-03-08 Alan Mackenzie <acm@muc.de>
12916
12917 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
12918 the starting position; make it extend the marked region when
12919 invoked repeatedly - all under appropriate circumstances.
12920 Fixes bugs #5525, #10906.
12921
12922 2012-03-08 Glenn Morris <rgm@gnu.org>
12923
12924 * files.el (locate-dominating-file, dir-locals-find-file):
12925 Undo 2012-03-06 change.
12926
12927 2012-03-07 Eli Zaretskii <eliz@gnu.org>
12928
12929 * international/quail.el (quail-help):
12930 Force bidi-paragraph-direction be left-to-right. See discussion in
12931 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
12932 for the reason.
12933
12934 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
12935
12936 Avoid superfluous registering of signals. (Bug#10807)
12937
12938 * notifications.el (notifications-on-action-object)
12939 (notifications-on-close-object): New defvars.
12940 (notifications-on-action-signal, notifications-on-closed-signal):
12941 Unregister the signal if not needed any longer.
12942 (notifications-notify): Register `notifications-action-signal' or
12943 `notifications-closed-signal', if :on-action or :on-close has been
12944 passed as argument.
12945
12946 2012-03-07 Chong Yidong <cyd@gnu.org>
12947
12948 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
12949 non-X platforms.
12950
12951 2012-03-06 Glenn Morris <rgm@gnu.org>
12952
12953 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12954 (x-disown-selection-internal, x-get-selection-internal):
12955 Doc fix (add arglist signatures). (Bug#10783)
12956
12957 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
12958
12959 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12960 Handle breakpoints with no "type".
12961
12962 2012-03-06 Glenn Morris <rgm@gnu.org>
12963
12964 * files.el (locate-dominating-file): Add optional predicate argument.
12965 (dir-locals-find-file): Make use of above change.
12966
12967 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
12968
12969 * info.el (Info-insert-dir): Also try "dir.gz".
12970
12971 2012-03-06 Glenn Morris <rgm@gnu.org>
12972
12973 * files.el (dir-locals-find-file):
12974 Ignore non-readable or non-regular files. (Bug#10928)
12975
12976 * files.el (locate-dominating-file): Doc fix.
12977
12978 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
12979
12980 * calendar/calendar.el (calendar-set-mode-line):
12981 `getenv' returns a string. (Bug#10951)
12982
12983 2012-03-05 Leo Liu <sdl.web@gmail.com>
12984
12985 * simple.el (backward-delete-char-untabify): Constrain point to
12986 field (Bug#10939).
12987
12988 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
12989
12990 2012-03-05 Chong Yidong <cyd@gnu.org>
12991
12992 * simple.el (count-words): If called from Lisp, return the word
12993 count, for symmetry with `count-lines'. Arglist changed.
12994 (count-words--message): Args changed. Consolidate counting code
12995 from count-words and count-words-region.
12996 (count-words-region): Caller changed.
12997 (count-lines-region): Make it an obsolete alias.
12998
12999 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
13000
13001 * saveplace.el (save-place-to-alist)
13002 (save-place-ignore-files-regexp): Allow value nil to disable this
13003 feature.
13004
13005 2012-03-04 Chong Yidong <cyd@gnu.org>
13006
13007 * faces.el (face-spec-reset-face): For the default face, reset the
13008 attributes to default values (Bug#10748).
13009
13010 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13011
13012 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
13013 previous patch: Check `message-send-mail-function', and not the
13014 default function (bug#10897).
13015
13016 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
13017
13018 * notifications.el (notifications-on-action-signal)
13019 (notifications-on-closed-signal): Check for unique service name of
13020 incoming event. Fix error in removing entry.
13021 (top): Register for signals with wildcard service name.
13022 (notifications-notify): Use daemon unique service name for map entries.
13023
13024 2012-03-04 Chong Yidong <cyd@gnu.org>
13025
13026 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
13027
13028 2012-03-04 Glenn Morris <rgm@gnu.org>
13029
13030 * abbrev.el (copy-abbrev-table, abbrev-table-p)
13031 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
13032 (expand-abbrev, define-abbrev-table): Doc fixes.
13033
13034 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13035
13036 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
13037 `message-default-send-mail-function' and not `send-mail-function'
13038 when doing the prompting for `sendmail-query-once' before sending
13039 in Message buffers (bug#10897).
13040
13041 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
13042 This is inconsistent with all the other stream functions, which leave
13043 the setting up to the higher levels (if so wanted) (bug#10931).
13044
13045 2012-03-02 Alan Mackenzie <acm@muc.de>
13046
13047 Depessimize the handling of very large macros.
13048
13049 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
13050 (c-macro-cache-syntactic): New variables to implement a one
13051 element macro cache.
13052 (c-invalidate-macro-cache): New function.
13053 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
13054 Adapt to use the new cache.
13055 (c-state-safe-place): Use better the cache of safe positions.
13056 (c-state-semi-nonlit-pos-cache)
13057 (c-state-semi-nonlit-pos-cache-limit):
13058 New variables for...
13059 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
13060 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
13061 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
13062 Use c-state-semi-safe-place.
13063
13064 * progmodes/cc-langs.el (c-get-state-before-change-functions):
13065 Add c-invalidate-macro-cache to the C, C++, Obj entries.
13066
13067 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
13068
13069 * jka-compr.el (jka-compr-call-process):
13070 Apply `file-accessible-directory-p' only when the default directory is
13071 not remote.
13072
13073 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
13074
13075 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
13076 access of FILE2, if FILE1 does not exist.
13077
13078 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
13079 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
13080
13081 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
13082 Add "PAGER=" to `process-environment'.
13083
13084 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
13085
13086 * progmodes/sql.el: Bug fix
13087 (sql-get-login-ext): Save login values in globals.
13088 (sql-get-login): Use new version of `sql-get-login-ext'.
13089 (sql-interactive-mode): Set global `sql-connection' to nil.
13090 (sql-connect): Set global values for connection.
13091 (sql-product-interactive): Save global values as buffer local.
13092
13093 2012-02-29 Leo Liu <sdl.web@gmail.com>
13094
13095 * abbrev.el (define-abbrevs): Reset sys to nil.
13096
13097 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13098
13099 * files.el (file-equal-p): Rename from `files-equal-p'.
13100 Return nil when one or both files don't exist.
13101 (file-subdir-of-p): Now only top directory must exists,
13102 return nil if it doesn't.
13103 (copy-directory): No need to test with `file-subdir-of-p' after
13104 creating dir.
13105 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
13106 to `file-equal-p'.
13107
13108 2012-02-28 Glenn Morris <rgm@gnu.org>
13109
13110 * shell.el (shell-mode):
13111 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
13112 * play/landmark.el (landmark-font-lock-face-O):
13113 * play/handwrite.el (handwrite):
13114 * play/gomoku.el (gomoku-O):
13115 * net/browse-url.el (browse-url-browser-display):
13116 * international/mule.el (define-charset):
13117 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
13118 * filesets.el (filesets-find-file-delay):
13119 * eshell/em-xtra.el (eshell-xtra):
13120 * eshell/em-unix.el (eshell-grep):
13121 * emulation/viper.el (viper-mode):
13122 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13123 * emacs-lisp/easymenu.el (easy-menu-define):
13124 * calendar/timeclock.el (timeclock-use-display-time):
13125 * bs.el (bs-mode):
13126 * bookmark.el (bookmark-save-flag):
13127 Doc fix (standardize possessive apostrophe usage).
13128
13129 2012-02-27 Chong Yidong <cyd@gnu.org>
13130
13131 * emulation/viper-cmd.el (viper-intercept-ESC-key):
13132 Fix key-binding lookup for ESC key (Bug#9146).
13133
13134 * font-lock.el (font-lock-specified-p): Rename from
13135 font-lock-spec-present. Callers changed.
13136
13137 2012-02-27 Daniel Hackney <dan@haxney.org>
13138
13139 * emacs-lisp/package.el (package-compute-transaction):
13140 Handle holding a package version to t in package-load-list.
13141
13142 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
13143
13144 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
13145 (tramp-get-inode, tramp-get-device): Use cached values.
13146
13147 2012-02-26 Alan Mackenzie <acm@muc.de>
13148
13149 Check there is a font-lock specification before doing initial
13150 fontification.
13151
13152 * font-core.el (font-lock-mode): Move the conditional from
13153 :after-hook to font-lock-initial-fontify.
13154 (font-lock-default-function): Move the check for a specification
13155 to font-lock-spec-present.
13156
13157 * font-lock.el (font-lock-initial-fontify): Call ...
13158 (font-lock-spec-present): New function.
13159
13160 2012-02-26 Jim Blandy <jimb@red-bean.com>
13161
13162 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
13163 (gdb-send): Apply it to the operand of the '-interpreter-exec
13164 console' command, so that we can pass arguments with (say) quotes
13165 in them. Store exact string sent in gdb-debug-log (Bug#10765).
13166
13167 2012-02-26 Chong Yidong <cyd@gnu.org>
13168
13169 * help-fns.el (describe-function-1): Clarify description of
13170 remapping (Bug#10844).
13171
13172 * files.el (files-equal-p): Doc fix.
13173 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
13174 and quit the loop once a mismatch is found.
13175
13176 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
13177
13178 * bs.el (bs--show-with-configuration): Don't throw an error
13179 if the window cannot be split; otherwise, subsequent calls to
13180 bs-show fail, restoring a stale window config. (Bug#10882)
13181
13182 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
13183
13184 * term/ns-win.el (global-map): Bind ns-drag-file to
13185 ns-find-file (Bug#5855, Bug#10050).
13186
13187 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
13188
13189 * calendar/parse-time.el (parse-time-string): Allow extractor to
13190 return nil.
13191
13192 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
13193
13194 * net/tramp.el (tramp-file-name-for-operation):
13195 Add `files-equal-p' and `file-subdir-of-p'.
13196
13197 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
13198 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
13199 Add COPY-CONTENTS argument.
13200
13201 2012-02-25 Chong Yidong <cyd@gnu.org>
13202
13203 Add custom groups for VC backends, for consistency with vc-bzr.
13204
13205 * vc/vc-arch.el (vc-arch):
13206 * vc/vc-cvs.el (vc-cvs):
13207 * vc/vc-git.el (vc-git):
13208 * vc/vc-hg.el (vc-hg):
13209 * vc/vc-mtn.el (vc-mtn):
13210 * vc/vc-rcs.el (vc-rcs):
13211 * vc/vc-sccs.el (vc-sccs):
13212 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
13213 All relevant defcustoms reassigned.
13214
13215 2012-02-25 Chong Yidong <cyd@gnu.org>
13216
13217 * newcomment.el (comment-styles): Add autoload (Bug#10868).
13218
13219 * term/x-win.el (x-initialize-window-system): Reduce default for
13220 x-selection-timeout to 5 seconds (Bug#8869).
13221
13222 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13223
13224 * files.el (files-equal-p, file-subdir-of-p): New functions.
13225 (copy-directory): Error when trying to copy a directory on itself.
13226 Add missing copy-contents arg to tramp handler.
13227 * dired-aux.el (dired-copy-file-recursive): Same.
13228 (dired-create-files): Modify destination when source is equal to
13229 dest when copying files.
13230 Return also when dest is a subdir of source. (Bug#10489)
13231
13232 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
13233
13234 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
13235 (Bug#10874)
13236
13237 2012-02-23 Alan Mackenzie <acm@muc.de>
13238
13239 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
13240 parameter "after-hook:" to allow the expansion to run code after
13241 the execution of the mode hooks.
13242
13243 * font-lock.el (font-lock-initial-fontify): New function extracted
13244 from font-lock-mode-internal.
13245
13246 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
13247 :after-hook.
13248
13249 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13250
13251 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
13252 (completion--cache-all-sorted-completions): New function.
13253 (completion-all-sorted-completions): Use it.
13254 (completion--do-completion, minibuffer-force-complete):
13255 Use it to re-instate the flush hook.
13256
13257 * icomplete.el (icomplete-completions): Replace last fix with a better
13258 one (bug#10850).
13259
13260 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
13261
13262 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
13263 when it might call us back infinitely (bug#10797).
13264
13265 2012-02-23 Glenn Morris <rgm@gnu.org>
13266
13267 * minibuffer.el (completion-category-overrides): Doc fix.
13268
13269 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * minibuffer.el (completion-table-with-context): Fix inf-loop.
13272 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
13273
13274 2012-02-23 Glenn Morris <rgm@gnu.org>
13275
13276 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
13277 (authors-obsolete-files-regexps, authors-ignored-files)
13278 (authors-ambiguous-files, authors-renamed-files-alist):
13279 Add more entries.
13280
13281 2012-02-23 Juri Linkov <juri@jurta.org>
13282
13283 * isearch.el (isearch-occur): Sync interactive spec with occur's
13284 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
13285
13286 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
13287
13288 2012-02-22 Juri Linkov <juri@jurta.org>
13289
13290 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
13291 (ucs-insert): Doc fix. Check for hex digits in the string.
13292 Don't display `nil' in the error message. (Bug#10857)
13293
13294 2012-02-22 Alan Mackenzie <acm@muc.de>
13295
13296 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
13297
13298 2012-02-22 Glenn Morris <rgm@gnu.org>
13299
13300 * ffap.el (ffap-c-path):
13301 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
13302
13303 2012-02-22 Chong Yidong <cyd@gnu.org>
13304
13305 * custom.el (load-theme): Doc fix.
13306
13307 2012-02-22 Glenn Morris <rgm@gnu.org>
13308
13309 * dired-x.el (dired-guess-shell-alist-default):
13310 Remove escape sequences from nroff output. (Bug#172)
13311
13312 2012-02-21 Glenn Morris <rgm@gnu.org>
13313
13314 * vc/emerge.el (emerge-defvar-local):
13315 Set `permanent-local' property rather than unused `preserved'.
13316
13317 * textmodes/picture.el (picture-delete-char): New alias.
13318 (picture-mode-map): Use it. (Bug#10860)
13319 (picture-mode): Doc fix.
13320
13321 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
13322
13323 * newcomment.el (uncomment-region-default): Remove unused binding.
13324
13325 2012-02-21 Glenn Morris <rgm@gnu.org>
13326
13327 * textmodes/picture.el (picture-motion, picture-motion-reverse)
13328 (picture-self-insert, picture-tab-chars): Doc fix.
13329 (picture-mode-map): Fix C-a, C-e.
13330
13331 2012-02-20 Glenn Morris <rgm@gnu.org>
13332
13333 * emacs-lisp/authors.el (authors-aliases): Add another entry.
13334
13335 2012-02-20 Leo Liu <sdl.web@gmail.com>
13336
13337 * icomplete.el (icomplete-completions): Check FROM arg before
13338 passing to substring (Bug#10850).
13339
13340 2012-02-19 Chong Yidong <cyd@gnu.org>
13341
13342 * comint.el: Require ansi-color.
13343 (comint-output-filter-functions): Add ansi-color-process-output.
13344
13345 * ansi-color.el: Don't set comint-output-filter-functions; it is
13346 now in the initial value defined in comint.el.
13347 (ansi-color-apply-face-function): New variable.
13348 (ansi-color-apply-on-region): Use it.
13349 (ansi-color-apply-overlay-face): New function.
13350
13351 * shell.el (shell): No need to require ansi-color.
13352 (shell-mode): Use ansi-color-apply-face-function to highlight
13353 color escapes using font-lock-face property (Bug#10835).
13354
13355 2012-02-19 Chong Yidong <cyd@gnu.org>
13356
13357 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
13358 mode-line formats (Bug#10839).
13359
13360 2012-02-18 Glenn Morris <rgm@gnu.org>
13361
13362 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
13363
13364 * mail/undigest.el (unforward-rmail-message): Doc fix.
13365
13366 * saveplace.el (save-place-ignore-files-regexp): Add :version.
13367
13368 2012-02-18 Eli Zaretskii <eliz@gnu.org>
13369
13370 * international/characters.el (script-list): Sync with the latest
13371 Unicode Character Database.
13372
13373 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
13374
13375 * international/titdic-cnv.el: Remove duplicate coding tag.
13376 * language/cham.el: Likewise.
13377 * language/tai-viet.el: Likewise.
13378
13379 2012-02-18 Glenn Morris <rgm@gnu.org>
13380
13381 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
13382 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
13383 (calendar-bahai-all-holidays-flag, calendar-other-dates):
13384 * calendar/diary-lib.el (diary-abbreviated-year-flag):
13385 * calendar/holidays.el (holiday-bahai-holidays)
13386 (calendar-holidays, list-holidays):
13387 Use utf-8 Bahá'í in doc-strings, menus, etc.
13388
13389 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
13390
13391 * saveplace.el (save-place-ignore-files-regexp): New variable
13392 allowing for excluding files from saving their location of point.
13393 The default value matches the temporary commit message editing
13394 files from Git, SVN, Bazaar, and Mercurial.
13395 (save-place-to-alist): Use it.
13396
13397 2012-02-17 Lawrence Mitchell <wence@gmx.li>
13398 Stefan Monnier <monnier@iro.umontreal.ca>
13399
13400 * newcomment.el (uncomment-region-default): Don't leave extra space
13401 when an arg is provided (bug#8150).
13402
13403 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
13404
13405 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
13406
13407 2012-02-17 Glenn Morris <rgm@gnu.org>
13408
13409 * net/socks.el: Require network-stream. (Bug#10599)
13410
13411 2012-02-17 Kenichi Handa <handa@m17n.org>
13412
13413 * international/charprop.el:
13414 * international/uni-name.el:
13415 * international/uni-old-name.el:
13416 * international/uni-comment.el: Regenerate.
13417
13418 2012-02-16 Glenn Morris <rgm@gnu.org>
13419
13420 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
13421 Interactively in calendar buffer, give an error if not on a date.
13422
13423 2012-02-15 Glenn Morris <rgm@gnu.org>
13424
13425 * shell.el (shell-delimiter-argument-list):
13426 Revert 2011-02-17 change. (Bug#8027)
13427
13428 2012-02-15 Chong Yidong <cyd@gnu.org>
13429
13430 * minibuffer.el (completion-at-point-functions): Doc fix.
13431
13432 * custom.el (defcustom): Doc fix; note use of defvar.
13433
13434 2012-02-15 Glenn Morris <rgm@gnu.org>
13435
13436 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
13437 Doc fixes.
13438
13439 2012-02-14 Glenn Morris <rgm@gnu.org>
13440
13441 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
13442
13443 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
13444
13445 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
13446 way the ports list is computed.
13447 (smtpmail-query-smtp-server): Prompt the user for a port number if
13448 we can't connect to any of the standard ports (bug#10810).
13449
13450 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
13451
13452 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
13453
13454 2012-02-13 Glenn Morris <rgm@gnu.org>
13455
13456 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
13457
13458 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
13459
13460 * net/gnutls.el (gnutls-trustfiles): New variable.
13461 (gnutls-negotiate): Use it.
13462
13463 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
13464
13465 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
13466 does its stuff if Gnus is running.
13467
13468 2012-02-13 Alan Mackenzie <acm@muc.de>
13469
13470 Fix a loop in c-set-fl-decl-start.
13471
13472 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
13473 c-backward-syntactic-ws actually moves backwards.
13474
13475 2012-02-13 Leo Liu <sdl.web@gmail.com>
13476
13477 * net/rcirc.el (rcirc-markup-attributes): Move point to the
13478 beginning so that all \C-o chars are removed.
13479
13480 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
13481
13482 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
13483
13484 2012-02-12 Alan Mackenzie <acm@muc.de>
13485
13486 Fix infinite loop with long macros.
13487 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
13488
13489 2012-02-12 Chong Yidong <cyd@gnu.org>
13490
13491 * window.el (display-buffer): Doc fix (Bug#10785).
13492
13493 2012-02-12 Glenn Morris <rgm@gnu.org>
13494
13495 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13496 (x-disown-selection-internal, x-get-selection-internal):
13497 Sync docs with the xselect.c versions.
13498
13499 * allout-widgets.el: Add missing license notice.
13500
13501 2012-02-11 Glenn Morris <rgm@gnu.org>
13502
13503 * select.el (x-get-selection-internal, x-own-selection-internal)
13504 (x-disown-selection-internal):
13505 * x-dnd.el (x-get-selection-internal): Update declarations.
13506
13507 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
13508
13509 * window.el (window-sides-slots):
13510 * tool-bar.el (tool-bar-position):
13511 * term/xterm.el (xterm-extra-capabilities):
13512 * ses.el (ses-self-reference-early-detection):
13513 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
13514 (verilog-auto-wire-type)
13515 (verilog-auto-delete-trailing-whitespace)
13516 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
13517 (verilog-auto-tieoff-declaration):
13518 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
13519 (sql-oracle-statement-starters, sql-oracle-scan-on):
13520 * progmodes/prolog.el (prolog-align-comments-flag)
13521 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
13522 (prolog-left-indent-regexp, prolog-paren-indent-p)
13523 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
13524 (prolog-types, prolog-mode-specificators)
13525 (prolog-determinism-specificators, prolog-directives)
13526 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
13527 (prolog-electric-dot-flag)
13528 (prolog-electric-dot-full-predicate-template)
13529 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
13530 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
13531 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
13532 (prolog-program-switches, prolog-prompt-regexp)
13533 (prolog-debug-on-string, prolog-debug-off-string)
13534 (prolog-trace-on-string, prolog-trace-off-string)
13535 (prolog-zip-on-string, prolog-zip-off-string)
13536 (prolog-use-standard-consult-compile-method-flag)
13537 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
13538 (prolog-imenu-max-lines, prolog-info-predicate-index)
13539 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
13540 (prolog-char-quote-workaround):
13541 * progmodes/cc-vars.el (c-defun-tactic):
13542 * net/tramp.el (tramp-encoding-command-interactive)
13543 (tramp-local-end-of-line):
13544 * net/soap-client.el (soap-client):
13545 * net/netrc.el (netrc-file):
13546 * net/gnutls.el (gnutls):
13547 * minibuffer.el (completion-category-overrides)
13548 (completion-cycle-threshold)
13549 (completion-pcm-complete-word-inserts-delimiters):
13550 * man.el (Man-name-local-regexp):
13551 * mail/feedmail.el (feedmail-display-full-frame):
13552 * international/characters.el (glyphless-char-display-control):
13553 * eshell/em-ls.el (eshell-ls-date-format):
13554 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
13555 (lisp-lambda-list-keyword-parameter-indentation)
13556 (lisp-lambda-list-keyword-parameter-alignment):
13557 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
13558 * dired-x.el (dired-omit-verbose):
13559 * cus-theme.el (custom-theme-allow-multiple-selections):
13560 * calc/calc.el (calc-highlight-selections-with-faces)
13561 (calc-lu-field-reference, calc-lu-power-reference)
13562 (calc-note-threshold):
13563 * battery.el (battery-mode-line-limit):
13564 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
13565 (archive-7z-update):
13566 * allout.el (allout-prefixed-keybindings)
13567 (allout-unprefixed-keybindings)
13568 (allout-inhibit-auto-fill-on-headline)
13569 (allout-flattened-numbering-abbreviation):
13570 * allout-widgets.el (allout-widgets-auto-activation)
13571 (allout-widgets-icons-dark-subdir)
13572 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
13573 (allout-widgets-theme-dark-background)
13574 (allout-widgets-theme-light-background)
13575 (allout-widgets-item-image-properties-emacs)
13576 (allout-widgets-item-image-properties-xemacs)
13577 (allout-widgets-run-unit-tests-on-load)
13578 (allout-widgets-time-decoration-activity)
13579 (allout-widgets-hook-error-post-time)
13580 (allout-widgets-track-decoration):
13581 Add missing :version tags to new defcustoms and defgroups.
13582
13583 * progmodes/sql.el (sql-ansi-statement-starters)
13584 (sql-oracle-statement-starters): Add custom type.
13585
13586 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
13587 (prolog-system-version): Give it a type.
13588
13589 2012-02-11 Eli Zaretskii <eliz@gnu.org>
13590
13591 * term/pc-win.el (x-select-text, x-selection-owner-p)
13592 (x-own-selection-internal, x-disown-selection-internal)
13593 (x-get-selection-internal): Sync doc strings and argument lists
13594 with xselect.c, common-win.el and x-win.el. (Bug#10783)
13595
13596 2012-02-11 Leo Liu <sdl.web@gmail.com>
13597
13598 * progmodes/python.el (python-end-of-statement): Fix infinite
13599 loop. (Bug#10788)
13600
13601 2012-02-10 Glenn Morris <rgm@gnu.org>
13602
13603 * international/mule-cmds.el (unify-8859-on-encoding-mode)
13604 (unify-8859-on-decoding-mode): Properly mark as obsolete.
13605
13606 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
13607
13608 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
13609 about SMTP before checking the From header.
13610
13611 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
13612 into own function for reuse by emacsbug.el.
13613
13614 2012-02-10 Leo Liu <sdl.web@gmail.com>
13615
13616 * subr.el (condition-case-unless-debug): Rename from
13617 condition-case-no-debug. All callers changed.
13618 (with-demoted-errors): Fix caller.
13619
13620 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
13621 * nxml/rng-valid.el (rng-do-some-validation):
13622 * emacs-lisp/package.el (package-refresh-contents)
13623 (package-menu-execute):
13624 * desktop.el (desktop-create-buffer):
13625 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
13626
13627 2012-02-10 Glenn Morris <rgm@gnu.org>
13628
13629 * textmodes/bibtex.el:
13630 Add missing :version tags for new/changed defcustoms.
13631
13632 * files.el (remote-file-name-inhibit-cache): Doc fixes.
13633
13634 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
13635
13636 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
13637 (smtpmail-via-smtp): Use it, or fall back on the From address.
13638 (smtpmail-send-it): Ditto.
13639
13640 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
13641
13642 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
13643 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
13644 (byte-compile-tmp-var): New const.
13645 (byte-compile-defvar): Use it to minimize .elc size.
13646 Just use `defvar' rather than simulate it (bug#10761).
13647
13648 2012-02-09 Glenn Morris <rgm@gnu.org>
13649
13650 * files.el (rename-uniquely): Doc fix. (Bug#3806)
13651
13652 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
13653 Add :version tags.
13654
13655 * progmodes/compile.el (compilation-error-screen-columns)
13656 (compilation-first-column, compilation-filter-start): Doc fixes.
13657
13658 * vc/log-view.el (log-view-toggle-entry-display):
13659 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
13660
13661 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
13662 (report-emacs-bug-can-use-xdg-email):
13663 (report-emacs-bug-insert-to-mailer): Doc fixes.
13664 (report-emacs-bug): Message fix.
13665
13666 * net/browse-url.el (browse-url-can-use-xdg-open)
13667 (browse-url-xdg-open): Doc fixes.
13668
13669 * electric.el (electric-indent-mode, electric-pair-mode)
13670 (electric-layout-rules, electric-layout-mode): Doc fixes.
13671 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
13672
13673 2012-02-08 Martin Rudalics <rudalics@gmx.at>
13674
13675 * server.el (server-unselect-display): Don't inadvertently kill
13676 the current buffer. (Bug#10729)
13677
13678 2012-02-08 Glenn Morris <rgm@gnu.org>
13679
13680 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
13681 (sql-list-table): Doc fixes.
13682
13683 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
13684 Comment out (does nothing).
13685
13686 * completion.el (dynamic-completion-mode):
13687 * dirtrack.el (dirtrack-debug-mode):
13688 * electric.el (electric-layout-mode):
13689 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
13690 * face-remap.el (text-scale-mode, buffer-face-mode):
13691 * iimage.el (iimage-mode):
13692 * image-mode.el (image-transform-mode):
13693 * minibuffer.el (completion-in-region-mode):
13694 * scroll-lock.el (scroll-lock-mode):
13695 * simple.el (next-error-follow-minor-mode):
13696 * tar-mode.el (tar-subfile-mode):
13697 * tooltip.el (tooltip-mode):
13698 * vcursor.el (vcursor-use-vcursor-map):
13699 * wid-browse.el (widget-minor-mode):
13700 * emulation/tpu-edt.el (tpu-edt-mode):
13701 * emulation/tpu-extras.el (tpu-cursor-free-mode):
13702 * international/iso-ascii.el (iso-ascii-mode):
13703 * language/thai-util.el (thai-word-mode):
13704 * mail/supercite.el (sc-minor-mode):
13705 * net/goto-addr.el (goto-address-mode):
13706 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
13707 * progmodes/cwarn.el (cwarn-mode):
13708 * progmodes/flymake.el (flymake-mode):
13709 * progmodes/glasses.el (glasses-mode):
13710 * progmodes/hideshow.el (hs-minor-mode):
13711 * progmodes/pascal.el (pascal-outline-mode):
13712 * textmodes/enriched.el (enriched-mode):
13713 * vc/smerge-mode.el (smerge-mode):
13714 Doc fixes (minor mode argument).
13715
13716 2012-02-07 Eli Zaretskii <eliz@gnu.org>
13717
13718 * ls-lisp.el (ls-lisp-sanitize): New function.
13719 (ls-lisp-insert-directory): Use it to fix or remove any elements
13720 in file-alist with missing attributes. (Bug#4673)
13721
13722 2012-02-07 Alan Mackenzie <acm@muc.de>
13723
13724 Fix spurious recognition of c-in-knr-argdecl.
13725
13726 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
13727 putative K&R region.
13728
13729 2012-02-07 Alan Mackenzie <acm@muc.de>
13730
13731 * progmodes/cc-engine.el (c-forward-objc-directive):
13732 Prevent looping in "#pragma mark @implementation".
13733
13734 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
13735
13736 * notifications.el (notifications-on-closed-signal): Make `reason'
13737 optional. (Bug#10744)
13738
13739 2012-02-07 Glenn Morris <rgm@gnu.org>
13740
13741 * emacs-lisp/easy-mmode.el (define-minor-mode):
13742 Doc fixes for the macro and the mode it defines.
13743
13744 * image.el (imagemagick-types-inhibit): Doc fix.
13745
13746 * cus-start.el (imagemagick-render-type): Add it.
13747
13748 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
13749
13750 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
13751 Set the default at load time, too, so that `font-lock-fontify-buffer'
13752 can be called without setting up the entire mode first. This fixes
13753 a bug in `mm-inline-text' with C MIME parts.
13754
13755 2012-02-06 Chong Yidong <cyd@gnu.org>
13756
13757 * simple.el (list-processes--refresh): Delete exited processes
13758 (Bug#8094).
13759
13760 * comint.el (comint-next-prompt): next-single-char-property-change
13761 and prev-single-char-property-change never return nil (Bug#8657).
13762
13763 * custom.el (defcustom): Doc fix (Bug#9711).
13764
13765 2012-02-05 Chong Yidong <cyd@gnu.org>
13766
13767 * cus-edit.el (custom-variable-reset-backup): Quote the value
13768 before storing it in the customized-value property (Bug#6712).
13769 (custom-display): Add a customization type tag.
13770 (custom-buffer-create-internal): Improve tooltip message.
13771
13772 * wid-edit.el (widget-field-value-get): New optional arg to
13773 suppress trailing whitespace truncation.
13774 (character): Use it (Bug#2689).
13775
13776 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
13777
13778 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
13779 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
13780
13781 2012-02-05 Chong Yidong <cyd@gnu.org>
13782
13783 * cus-edit.el (custom-variable-value-create): For mismatched
13784 types, show the current value (Bug#7600).
13785
13786 * custom.el (defcustom): Doc fix.
13787
13788 2012-02-05 Glenn Morris <rgm@gnu.org>
13789
13790 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
13791
13792 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
13793
13794 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
13795 (pp-buffer): Use `ignore-errors', `looking-at-p'.
13796 (pp-last-sexp): Use `looking-at-p'.
13797
13798 2012-02-04 Glenn Morris <rgm@gnu.org>
13799
13800 * files.el (revert-buffer):
13801 Doc fix (mention revert-buffer-in-progress-p).
13802
13803 * emacs-lisp/ert-x.el (ert-simulate-command):
13804 Check deferred-action-list (which is obsolete) is bound.
13805
13806 * subr.el (with-wrapper-hook): Doc fixes.
13807
13808 * simple.el (filter-buffer-substring-functions)
13809 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
13810
13811 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
13812
13813 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
13814 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
13815
13816 2012-02-04 Leo Liu <sdl.web@gmail.com>
13817
13818 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
13819
13820 2012-02-04 Glenn Morris <rgm@gnu.org>
13821
13822 * image.el (image-extension-data): Add obsolete alias.
13823
13824 * isearch.el (isearch-update): Doc fix.
13825
13826 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
13827
13828 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
13829
13830 2012-02-03 Glenn Morris <rgm@gnu.org>
13831
13832 * image.el (image-animated-p): Doc fix. Use image-animated-types.
13833 (image-animate-timeout): Doc fix.
13834
13835 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
13836
13837 2012-02-02 Glenn Morris <rgm@gnu.org>
13838
13839 * server.el (server-auth-dir): Doc fix.
13840 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
13841
13842 * subr.el (run-mode-hooks): Doc fix.
13843
13844 2012-02-02 Juri Linkov <juri@jurta.org>
13845
13846 * image-mode.el (image-toggle-display-image): Remove tautological
13847 `major-mode' from the `derived-mode-p' test.
13848
13849 2012-02-02 Kenichi Handa <handa@m17n.org>
13850
13851 * composite.el (compose-region): Cancel previous change.
13852
13853 2012-02-02 Kenichi Handa <handa@m17n.org>
13854
13855 * composite.el (compose-region, compose-string): Signal error for
13856 a null string component (Bug#6988).
13857
13858 2012-02-01 Chong Yidong <cyd@gnu.org>
13859
13860 * view.el (view-buffer-other-window, view-buffer-other-frame):
13861 Handle special modes like view-buffer (Bug#10650).
13862 (view-buffer): Simplify.
13863
13864 * frame.el (set-frame-font): Tweak meaning of third argument.
13865
13866 * dynamic-setting.el (font-setting-change-default-font):
13867 Use set-frame-font (Bug#9982).
13868
13869 2012-02-01 Glenn Morris <rgm@gnu.org>
13870
13871 * progmodes/compile.el (compilation-internal-error-properties):
13872 Respect compilation-first-column in the "*compilation*" buffer.
13873
13874 * emacs-lisp/easy-mmode.el (define-minor-mode):
13875 Relax :variable's test for a named function.
13876
13877 2012-01-31 Alan Mackenzie <acm@muc.de>
13878
13879 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
13880 off by one error.
13881
13882 2012-01-31 Chong Yidong <cyd@gnu.org>
13883
13884 * frame.el (set-frame-font): New arg ALL-FRAMES.
13885
13886 * menu-bar.el (menu-set-font): Use set-frame-font.
13887
13888 * faces.el (face-spec-reset-face): Don't apply unspecified
13889 attribute values to the default face.
13890
13891 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
13892
13893 * progmodes/cwarn.el (cwarn): Remove dead link.
13894 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
13895 Remove * from defcustom docstrings.
13896 (turn-on-cwarn-mode): Make obsolete.
13897 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
13898 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
13899
13900 2012-01-31 Glenn Morris <rgm@gnu.org>
13901
13902 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13903 Fix :variable handling of mode a symbol not equal to modefun.
13904 Allow named functions to be used as the cdr of :variable.
13905
13906 2012-01-30 Glenn Morris <rgm@gnu.org>
13907
13908 * emacs-lisp/authors.el (authors-fixed-entries):
13909 Remove reference to deleted file rnewspost.el.
13910
13911 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
13912
13913 * window.el (window-with-parameter): Remove unused variable `windows'.
13914 (window--side-check): Remove unused variable `code'.
13915 (window--resize-siblings): Remove unused variable `first'.
13916 (adjust-window-trailing-edge): Remove unused variable `failed'.
13917 (window-deletable-p, window--delete): Remove unused variable `buffer'.
13918 Use `let', not `let*'.
13919 (balance-windows-2): Remove unused variable `found'.
13920 (window--state-put-2): Remove unused variable `splits'.
13921 (window-state-put): Remove unused variable `selected'.
13922 (same-window-p): Use `string-match-p'.
13923 (display-buffer-assq-regexp): Remove unused variable `value'.
13924 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13925 Mark argument ALIST as ignored.
13926 (pop-to-buffer): Remove unused variable `old-window'.
13927
13928 2012-01-29 Eli Zaretskii <eliz@gnu.org>
13929
13930 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
13931 and .lzma compressed files.
13932
13933 2012-01-29 Chong Yidong <cyd@gnu.org>
13934
13935 * frame.el (window-system-default-frame-alist): Doc fix.
13936
13937 * dynamic-setting.el (font-setting-change-default-font): Don't
13938 change the default face if SET-FONT argument is non-nil (Bug#9982).
13939
13940 2012-01-29 Samuel Bronson <naesten@gmail.com>
13941
13942 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
13943
13944 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
13945
13946 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
13947 breakpoints in files outside current directory (Bug#6098).
13948
13949 2012-01-29 Chong Yidong <cyd@gnu.org>
13950
13951 * progmodes/python.el: Require ansi-color at top-level.
13952
13953 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
13954 Define and use in Emacs Lisp mode (Bug#9360).
13955 (lisp-mode-abbrev-table): Add doc.
13956 (lisp-mode-variables): Don't set local-abbrev-table.
13957 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
13958
13959 2012-01-28 Roland Winkler <winkler@gnu.org>
13960
13961 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
13962
13963 2012-01-28 Roland Winkler <winkler@gnu.org>
13964
13965 * textmodes/bibtex.el (bibtex-entry-alist): New function.
13966 (bibtex-set-dialect): Use it. Either set global values of
13967 dialect-dependent variables or bind these variables buffer-locally
13968 (Bug#10254).
13969 (bibtex-mode): Call bibtex-set-dialect via
13970 hack-local-variables-hook.
13971 (bibtex-dialect): Update docstring.
13972 Add safe-local-variable predicate.
13973 (bibtex-entry-alist, bibtex-field-alist): Initialize via
13974 bibtex-set-dialect.
13975 (bibtex-mode-map): Define menu for each dialect.
13976 (bibtex-entry): Fix docstring.
13977
13978 2012-01-28 Chong Yidong <cyd@gnu.org>
13979
13980 * eshell/esh-arg.el (eshell-quote-argument): New function.
13981
13982 * eshell/esh-ext.el (eshell-invoke-batch-file):
13983 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
13984 first arg to eshell-parse-command (Bug#10523).
13985
13986 2012-01-28 Drew Adams <drew.adams@oracle.com>
13987
13988 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
13989 `default-directory' is non-nil.
13990
13991 2012-01-28 Eli Zaretskii <eliz@gnu.org>
13992
13993 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
13994 line that displays system-configuration-options. (Bug#9924)
13995
13996 2012-01-28 Drew Adams <drew.adams@oracle.com>
13997
13998 * descr-text.el (describe-char): Show information about POS, in
13999 addition to information about the character at POS. Improve and
14000 update the doc string. Change "code point" to "code point in
14001 charset", to avoid confusion with the character's Unicode code
14002 point shown above that. (Bug#10129)
14003
14004 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14005
14006 * descr-text.el (describe-char): Show the raw character, not only
14007 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
14008 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
14009 for the reasons.
14010
14011 2012-01-28 Phil Hagelberg <phil@hagelb.org>
14012
14013 * emacs-lisp/package.el (package-install):
14014 Run package-refresh-contents if there is no archive yet (Bug#9798).
14015
14016 2012-01-28 Chong Yidong <cyd@gnu.org>
14017
14018 * emacs-lisp/package.el (package-maybe-load-descriptor):
14019 New function, split from package-maybe-load-descriptor.
14020 (package-maybe-load-descriptor): Use it.
14021 (package-download-transaction): Fully load required packages
14022 inside the loop, so that `require' calls work (Bug#10593).
14023 (package-install): No need to call package-initialize now.
14024
14025 2012-01-28 Chong Yidong <cyd@gnu.org>
14026
14027 * simple.el (deactivate-mark): Doc fix (Bug#8614).
14028
14029 * tooltip.el (tooltip-mode): Doc fix.
14030 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
14031
14032 * frame.el (set-cursor-color): Doc fix (Bug#352).
14033
14034 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
14035 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
14036
14037 * cus-edit.el (custom-buffer-create-internal): Fix search button
14038 action (Bug#10542).
14039 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
14040
14041 2012-01-27 Eduard Wiebe <usenet@pusto.de>
14042
14043 * dired.el (dired-mark-files-regexp):
14044 Include any subdirectory components. (Bug#10445)
14045
14046 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
14047
14048 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
14049 Handle [host]:port syntax. (Bug#10533)
14050
14051 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
14052
14053 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
14054
14055 2012-01-26 Glenn Morris <rgm@gnu.org>
14056
14057 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
14058 * term.el (term-raw-escape-map): Use Control-X-prefix.
14059 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
14060
14061 2012-01-25 Martin Rudalics <rudalics@gmx.at>
14062
14063 * window.el (window-state-get, window--state-get-1): Don't deal
14064 with fixed-sizeness of windows. Simplify code.
14065
14066 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
14067
14068 * window.el (window--state-get-1, window--state-put-2):
14069 Don't save and restore the mark.
14070
14071 2012-01-25 Chong Yidong <cyd@gnu.org>
14072
14073 * custom.el (custom-variable-p): Doc fix.
14074
14075 2012-01-25 Glenn Morris <rgm@gnu.org>
14076
14077 * dired.el (dired-goto-file): Handle some of the more common
14078 characters that `ls -b' escapes. (Bug#10596)
14079
14080 * progmodes/compile.el (compilation-next-error-function):
14081 Respect compilation-first-column in the "*compilation*" buffer.
14082 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
14083
14084 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
14085
14086 2012-01-24 Glenn Morris <rgm@gnu.org>
14087
14088 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
14089
14090 2012-01-24 Julien Danjou <julien@danjou.info>
14091
14092 * color.el (color-rgb-to-hsl): Fix value computing.
14093 (color-hue-to-rgb): New function.
14094 (color-hsl-to-rgb): New function.
14095 (color-clamp, color-saturate-hsl, color-saturate-name)
14096 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
14097 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
14098
14099 2012-01-24 Glenn Morris <rgm@gnu.org>
14100
14101 * vc/vc-rcs.el (vc-rcs-create-tag):
14102 * vc/vc-sccs.el (vc-sccs-create-tag):
14103 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
14104
14105 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
14106
14107 * eshell/esh-util.el (eshell-read-hosts-file):
14108 Skip comment lines. (Bug#10549)
14109
14110 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
14111
14112 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
14113
14114 * subr.el (display-delayed-warnings): Doc fix.
14115 (collapse-delayed-warnings): New function to collapse identical
14116 adjacent warnings.
14117 (delayed-warnings-hook): Add it.
14118
14119 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
14120
14121 * net/tramp.el (tramp-action-login): Set connection property "login-as".
14122
14123 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
14124 (tramp-default-user-alist): Don't add "pscp".
14125 (tramp-do-copy-or-rename-file-out-of-band): Use connection
14126 property "login-as", if set. (Bug#10530)
14127
14128 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
14129
14130 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
14131 "plink1" and "psftp". (Bug#10530)
14132
14133 2012-01-21 Kenichi Handa <handa@m17n.org>
14134
14135 * international/mule-cmds.el (prefer-coding-system): Show a
14136 warning message if the default value of file-name-coding-system
14137 was not changed.
14138
14139 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14140
14141 * windmove.el (windmove-reference-loc):
14142 Fix windmove-reference-loc miscalculation.
14143
14144 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
14145
14146 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
14147 default unit.
14148
14149 2012-01-21 Glenn Morris <rgm@gnu.org>
14150
14151 * international/mule.el (auto-coding-alist): Add .tbz.
14152
14153 * files.el (local-enable-local-variables): Doc fix.
14154 (inhibit-local-variables-regexps): Rename from
14155 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
14156 Doc fix. Add some extensions from auto-coding-alist.
14157 (inhibit-local-variables-suffixes):
14158 Rename from inhibit-first-line-modes-suffixes. Doc fix.
14159 (inhibit-local-variables-p):
14160 New function, extracted from set-auto-mode-1.
14161 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
14162 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
14163 (hack-local-variables): Doc fix. Make the mode-only case
14164 respect enable-local-variables and friends.
14165 Respect inhibit-local-variables-regexps for file-locals, but
14166 not for directory-locals.
14167 (set-visited-file-name):
14168 Take account of inhibit-local-variables-regexps.
14169 Whether it applies may change as the file name is changed.
14170 * jka-cmpr-hook.el (jka-compr-install):
14171 * jka-compr.el (jka-compr-uninstall):
14172 Update for inhibit-first-line-modes-suffixes name change.
14173
14174 2012-01-20 Martin Rudalics <rudalics@gmx.at>
14175
14176 * help-macro.el (make-help-screen): Temporarily restore original
14177 binding for minor-mode-map-alist (Bug#10454).
14178
14179 2012-01-19 Julien Danjou <julien@danjou.info>
14180
14181 * color.el (color-name-to-rgb): Use the white color to find the max
14182 color component value and return correctly computed values.
14183 (color-name-to-rgb): Add missing float conversion for max value.
14184
14185 2012-01-19 Martin Rudalics <rudalics@gmx.at>
14186
14187 * window.el (window--state-get-1, window-state-get): Do not use
14188 special state value for window-persistent-parameters.
14189 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
14190 (window--state-put-2): Reset all window parameters to nil before
14191 assigning values of persistent parameters.
14192
14193 2012-01-18 Alan Mackenzie <acm@muc.de>
14194
14195 Eliminate sluggishness and hangs in fontification of "semicolon
14196 deserts".
14197
14198 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
14199 Change value 10000 -> 3000.
14200 (c-state-safe-place): Reformulate so it doesn't stack up an
14201 infinite number of wrong entries in c-state-nonlit-pos-cache.
14202 (c-determine-limit-get-base, c-determine-limit): New functions to
14203 determine backward search limits disregarding literals.
14204 (c-find-decl-spots): Amend commenting.
14205 (c-cheap-inside-bracelist-p): New function which detects "={".
14206
14207 * progmodes/cc-fonts.el
14208 (c-make-font-lock-BO-decl-search-function): Give a limit to a
14209 backward search.
14210 (c-font-lock-declarations): Fix an occurrence of point being
14211 undefined. Check additionally for point being in a bracelist or
14212 near a macro invocation without a semicolon so as to avoid a
14213 fruitless time consuming search for a declarator. Give a more
14214 precise search limit for declarators using the new
14215 c-determine-limit.
14216
14217 2012-01-18 Glenn Morris <rgm@gnu.org>
14218
14219 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
14220 (set-auto-mode): Doc fixes.
14221
14222 2012-01-17 Glenn Morris <rgm@gnu.org>
14223
14224 * isearch.el (search-nonincremental-instead): Fix doc typo.
14225
14226 * dired.el (dired-insert-directory): Handle newlines in directory name.
14227 (dired-build-subdir-alist): Unescape newlines in directory name.
14228
14229 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
14230
14231 * net/tramp.el (tramp-local-end-of-line): New defcustom.
14232 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
14233 (tramp-action-terminal): Use it. (Bug#10530)
14234
14235 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
14236
14237 * minibuffer.el (completion--replace): Strip properties (bug#10062).
14238
14239 2012-01-16 Martin Rudalics <rudalics@gmx.at>
14240
14241 * window.el (window-state-ignored-parameters): Remove variable.
14242 (window--state-get-1): Rename argument MARKERS to IGNORE.
14243 Handle persistent window parameters. Make copy of clone-of
14244 parameter only if requested. (Bug#10348)
14245 (window--state-put-2): Install a window parameter only if it has
14246 a non-nil value or an existing parameter shall be overwritten.
14247
14248 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
14249
14250 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
14251
14252 2012-01-14 Eli Zaretskii <eliz@gnu.org>
14253
14254 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
14255 don't pass the (nil) value of `upnode' to string-match.
14256
14257 2012-01-14 Chong Yidong <cyd@gnu.org>
14258
14259 * startup.el (command-line): Fix X resource class for cursorColor.
14260 Fix values recognized by the cursorBlink resource.
14261
14262 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
14263
14264 * epg.el (epg--make-temp-file): Avoid permission race condition
14265 when running on old Emacs versions (bug#10403).
14266
14267 2012-01-14 Glenn Morris <rgm@gnu.org>
14268
14269 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
14270
14271 2012-01-13 Alan Mackenzie <acm@muc.de>
14272
14273 Fix filling for when filladapt mode is enabled.
14274
14275 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
14276 c-mask-paragraph, pass in `fill-paragraph' rather than
14277 `fill-region-as-paragraph'. (This is a reversion of a previous
14278 change.)
14279 * progmodes/cc-mode.el (c-basic-common-init):
14280 Make fill-paragraph-handle-comment buffer local and set it to nil.
14281
14282 2012-01-13 Glenn Morris <rgm@gnu.org>
14283
14284 * dired.el (dired-switches-escape-p): New function.
14285 (dired-insert-directory): Use dired-switches-escape-p.
14286 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
14287
14288 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
14289
14290 2012-01-12 Glenn Morris <rgm@gnu.org>
14291
14292 * mail/sendmail.el (mail-mode): Update paragraph-separate for
14293 changes in adaptive-fill-regexp. (Bug#10276)
14294
14295 2012-01-11 Alan Mackenzie <acm@muc.de>
14296
14297 Fix Emacs bug #10463 - put `widen's around the critical spots.
14298
14299 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
14300 widen around each invocation of c-state-pp-to-literal. Remove an
14301 unused let variable.
14302
14303 2012-01-11 Glenn Morris <rgm@gnu.org>
14304
14305 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
14306 Doc fix.
14307
14308 2012-01-10 Chong Yidong <cyd@gnu.org>
14309
14310 * net/network-stream.el (network-stream-open-starttls):
14311 Avoid emitting a confusing error message when the server gives a bad
14312 response to the capability command.
14313
14314 2012-01-10 Glenn Morris <rgm@gnu.org>
14315
14316 * mail/unrmail.el (unrmail): Tweak previous change.
14317
14318 2012-01-09 Chong Yidong <cyd@gnu.org>
14319
14320 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
14321
14322 2012-01-08 Alan Mackenzie <acm@muc.de>
14323
14324 Optimize font locking in long enum definitions.
14325
14326 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
14327 arm to a cond form to handle enums.
14328 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
14329 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
14330
14331 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
14332
14333 * files.el (move-file-to-trash): Preserve default file modes on error.
14334 (Bug#10401)
14335
14336 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14337
14338 * faces.el (set-face-attribute): Clarify the meaning of the nil
14339 frame (bug#10294).
14340
14341 * subr.el (with-selected-frame): Mention that the selected frame
14342 is restored (bug#9980).
14343
14344 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
14345 (bug#9759).
14346
14347 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
14348 (password-read): Don't autoload unused function.
14349
14350 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
14351
14352 * progmodes/which-func.el (which-func-mode): Turn into a
14353 non-interactive function and mark as obsolete (bug#10428).
14354
14355 2012-01-06 Chong Yidong <cyd@gnu.org>
14356
14357 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
14358 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
14359 functions, along with 1 and -1.
14360
14361 2012-01-06 Eli Zaretskii <eliz@gnu.org>
14362
14363 * time.el (display-time-load-average)
14364 (display-time-default-load-average): Doc fixes. See the thread
14365 starting at
14366 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
14367 for the details.
14368
14369 2012-01-06 Glenn Morris <rgm@gnu.org>
14370
14371 * mail/unrmail.el (unrmail): Give an explicit error if the input file
14372 has no messages. (Bug#10377)
14373
14374 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
14375 than Info-edit. (Bug#10385)
14376
14377 * time.el (display-time-load-average, display-time-next-load-average):
14378 Doc fixes.
14379
14380 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
14381 local setting of buffer-read-only to the input buffer. (Bug#10419)
14382
14383 * calendar/calendar.el (calendar-mode):
14384 Locally set scroll-margin to 0. (Bug#10379)
14385
14386 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
14387
14388 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
14389
14390 2012-01-05 Glenn Morris <rgm@gnu.org>
14391
14392 * eshell/em-unix.el (diff-no-select): Autoload it.
14393 (eshell/diff): Use diff-no-select. (Bug#10420)
14394
14395 2012-01-05 Chong Yidong <cyd@gnu.org>
14396
14397 * shell.el (shell-dynamic-complete-functions): Revert last change.
14398 (shell-command-completion-function): New function.
14399 (shell-completion-vars): Use it to implement
14400 shell-completion-execonly (Bug#10417).
14401
14402 * custom.el (enable-theme): Don't set custom-safe-themes.
14403
14404 * cus-theme.el (custom-theme-merge-theme):
14405 Ignore custom-enabled-themes and custom-safe-themes.
14406
14407 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
14408
14409 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
14410 first prompt in `sql-interacive-mode'.
14411 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
14412 keywords.
14413 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
14414 (sql-product-interactive): Bug fix: Set `sql-buffer' in
14415 context of original buffer. Invoke `sql-login-hook'.
14416
14417 2012-01-04 Eli Zaretskii <eliz@gnu.org>
14418
14419 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
14420 letters in cite-prefix.
14421
14422 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14423
14424 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
14425
14426 2012-01-03 Chong Yidong <cyd@gnu.org>
14427
14428 * shell.el (shell-dynamic-complete-functions):
14429 Put pcomplete-completions-at-point, so as to try
14430 comint-filename-completion first (Bug#10417).
14431
14432 2012-01-02 Richard Stallman <rms@gnu.org>
14433
14434 * battery.el (battery-status-function):
14435 Detect when to use battery-yeeloong-sysfs.
14436 (battery-echo-area-format): Add string for Yeeloong.
14437 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
14438 (battery-yeeloong-sysfs): New function.
14439
14440 2012-01-02 Chong Yidong <cyd@gnu.org>
14441
14442 * dirtrack.el (dirtrack-list): Eliminate unused third element.
14443 (dirtrack): Merge code for handling relative filenames in prompt
14444 from shell-dir-cookie-watcher.
14445 (dirtrack-debug-message): New arg to avoid excess format calls.
14446
14447 * shell.el (shell-dir-cookie-re): Variable deleted.
14448 (shell-dir-cookie-watcher): Function deleted.
14449 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
14450 with dirtrack-mode.
14451
14452 2012-01-01 Eli Zaretskii <eliz@gnu.org>
14453
14454 * term/w32-win.el (dynamic-library-alist) <gnutls>:
14455 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
14456 libgnutls-26.dll.
14457
14458 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
14459
14460 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
14461
14462 2011-12-31 Eli Zaretskii <eliz@gnu.org>
14463
14464 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
14465 headers of non-MIME messages, when rmail-enable-mime is non-nil.
14466
14467 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
14468
14469 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
14470 also for alternative shells.
14471 (tramp-open-connection-setup-interactive-shell): Check, whether
14472 the shell is a busybox.
14473 (tramp-send-command): Don't suppress multiple prompts for
14474 busyboxes, it hurts.
14475
14476 2011-12-28 Chong Yidong <cyd@gnu.org>
14477
14478 * progmodes/gdb-mi.el (gdb-get-source-file-list)
14479 (gdb-get-source-file): Move mode line update to
14480 gdb-get-source-file (Bug#10087).
14481
14482 2011-12-25 Chong Yidong <cyd@gnu.org>
14483
14484 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
14485 gud-gdb-marker-filter without taking it as an argument.
14486 (gud-gdb-run-command-fetch-lines): Caller changed.
14487 (gud-gdb-completion-function): New variable.
14488 (gud-gdb-completion-at-point): Use it.
14489 (gud-gdb-completions-1): Split from gud-gdb-completions.
14490
14491 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
14492 function as separate arguments.
14493 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
14494 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
14495 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
14496 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
14497 (gdb-stopped, def-gdb-auto-update-trigger)
14498 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
14499 (gdb-get-changed-registers, gdb-get-main-selected-frame):
14500 Callers changed.
14501 (gud-gdbmi-completions): New function.
14502 (gdb): Use it for generating the completion table.
14503
14504 2011-12-24 Alan Mackenzie <acm@muc.de>
14505
14506 Introduce a mechanism to widen the region used in context font
14507 locking. Use this to protect declarations from losing their contexts.
14508
14509 * progmodes/cc-langs.el (c-before-font-lock-functions):
14510 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
14511 (c-before-context-fontification-functions): New defvar, a list of
14512 functions to be run just before context (etc.) font locking.
14513
14514 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
14515 New, functionality extracted from
14516 c-neutralize-syntax-in-and-mark-CPP.
14517 (c-in-after-change-fontification): New variable.
14518 (c-after-change): Set c-in-after-change-fontification.
14519 (c-set-fl-decl-start): Rejig its interface, so it can be called
14520 from both after-change and context fontifying.
14521 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
14522 New functions.
14523 (c-standard-font-lock-fontify-region-function): New variable.
14524 (c-font-lock-fontify-region): New function.
14525
14526 2011-12-24 Juri Linkov <juri@jurta.org>
14527
14528 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
14529 (Bug#10348)
14530
14531 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
14532
14533 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
14534 existence of source file. (Bug#10325)
14535
14536 2011-12-23 Alan Mackenzie <acm@muc.de>
14537
14538 Fix unstable fontification inside templates.
14539
14540 * progmodes/cc-langs.el (c-before-font-lock-functions):
14541 Newly created from the singular version. The (c c++ objc) entry now
14542 additionally has c-set-fl-decl-start. The other languages (apart
14543 from AWK) have that as a single entry.
14544
14545 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14546 The functionality for "local" declarations has been extracted to
14547 c-set-fl-decl-start.
14548
14549 * progmodes/cc-mode.el (c-common-init, c-after-change):
14550 Changes due to pluralisation of c-before-font-lock-functions.
14551 (c-set-fl-decl-start): New function, extracted from
14552 c-font-lock-enclosing-decls and enhanced.
14553
14554 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
14555
14556 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
14557
14558 2011-12-22 Juri Linkov <juri@jurta.org>
14559
14560 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
14561
14562 2011-12-22 Chong Yidong <cyd@gnu.org>
14563
14564 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
14565
14566 2011-12-21 Drew Adams <drew.adams@oracle.com>
14567
14568 * files.el (file-remote-p): Fix docstring. (Bug#10319)
14569
14570 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14571
14572 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
14573
14574 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14575
14576 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
14577 highlighting and support. Fix up comments for capitalization.
14578 (cfengine-mode-debug): New var.
14579 (cfengine3-mode): Change the modeline indicator to "CFE3".
14580 (cfengine3-font-lock-keywords): Improve defun highlighting.
14581 (cfengine2-actions): Rename from `cfengine-actions'.
14582 (cfengine2-font-lock-keywords): Rename from
14583 `cfengine-font-lock-keywords'.
14584 (cfengine2-imenu-expression): Rename from
14585 `cfengine-imenu-expression'.
14586 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
14587 (cfengine2-beginning-of-defun): Rename from
14588 `cfengine-beginning-of-defun'.
14589 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
14590 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
14591 (cfengine2-mode): Rename from `cfengine-mode'. Change the
14592 modeline indicator to "CFE2".
14593 (cfengine-mode): Defalias to `cfengine-auto-mode'.
14594 (cfengine-mode-abbrevs): Mark obsolete.
14595
14596 2011-12-21 Chong Yidong <cyd@gnu.org>
14597
14598 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
14599 filename argument.
14600
14601 2011-12-20 Martin Rudalics <rudalics@gmx.at>
14602
14603 * window.el (window-normalize-buffer-to-display): Remove.
14604 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
14605
14606 2011-12-19 Chong Yidong <cyd@gnu.org>
14607
14608 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
14609 Don't signal an error in a predicate function; return non-nil.
14610 (vc-dir-mark-file): Move the error here.
14611 (vc-dir-mark-unmark): If acting on the region, keep going if one
14612 of the entries cannot be marked/unmarked.
14613 (vc-dir-mark-all-files): If current entry is a directory, mark
14614 only child files, as documented.
14615
14616 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
14617
14618 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
14619 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
14620 addition.
14621
14622 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
14623
14624 * term/ns-win.el (ns-get-selection-internal)
14625 (ns-store-selection-internal): Declare.
14626 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
14627 Declare as obsolete.
14628 (ns-get-pasteboard, ns-paste-secondary):
14629 Use ns-get-selection-internal.
14630 (ns-set-pasteboard, ns-copy-including-secondary):
14631 Use ns-store-selection-internal.
14632
14633 2011-12-17 Chong Yidong <cyd@gnu.org>
14634
14635 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
14636 (vc-deduce-fileset): Doc fix.
14637
14638 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
14639
14640 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
14641
14642 2011-12-13 Sam Steingold <sds@gnu.org>
14643
14644 * man.el (Man-getpage-in-background): When running under a
14645 window-system, ignore $MANWIDTH and $COLUMNS.
14646
14647 2011-12-15 Kenichi Handa <handa@m17n.org>
14648
14649 * language/ethio-util.el: Change coding tag to utf-8-emacs.
14650 (setup-ethiopic-environment-internal): Comment out key-binding for
14651 ethio-toggle-punctuation.
14652
14653 2011-12-13 Alan Mackenzie <acm@muc.de>
14654
14655 Add the switch statement to AWK Mode.
14656
14657 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
14658 "default" to the keywords regexp.
14659
14660 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
14661 expression as the rest.
14662 (c-nonlabel-token-key): Allow string literals for AWK.
14663 Refactor for the other modes.
14664
14665 Large brace-block initialisation makes CC Mode slow: Fix.
14666 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
14667 routines. Limit backward searching in c-font-lock-enclosing.decl.
14668
14669 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
14670 pp-state and literal type in addition to the limits.
14671 (c-state-safe-place): New defun, extracted from c-state-literal-at.
14672 (c-state-literal-at): Use the above new defun.
14673 (c-slow-in-literal, c-fast-in-literal): Remove.
14674 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
14675
14676 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
14677 being in a literal. Add a limit for backward searching.
14678
14679 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
14680 c-slow-in-literal.
14681
14682 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
14683
14684 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
14685
14686 2011-12-13 Martin Rudalics <rudalics@gmx.at>
14687
14688 * window.el (delete-other-windows): Use correct frame in call to
14689 window-with-parameter.
14690
14691 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
14692
14693 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
14694 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
14695 (makefile-gmake-statements, makefile-makepp-statements):
14696 Use it and add new makepp keywords.
14697 (makefile-makepp-font-lock-keywords): Add new patterns.
14698 (makefile-match-function-end): Match new [...] and [[...]].
14699
14700 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
14701
14702 * ses.el (ses-call-printer-return, ses-cell-property-get)
14703 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
14704 (ses-create-cell-variable, ses-reset-header-string)
14705 (ses-cell-set-formula, ses-repair-cell-reference-all)
14706 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
14707 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
14708 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
14709 (ses-aset-with-undo, ses-load, ses-truncate-cell)
14710 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
14711 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
14712 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
14713 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
14714 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
14715 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
14716 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
14717 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
14718
14719 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
14720
14721 * ses.el: The overall change is to add cell renaming, that is
14722 setting fancy names for cell symbols other than name matching
14723 "\\`[A-Z]+[0-9]+\\'" regexp .
14724 (ses-create-cell-variable): New defun.
14725 (ses-relocate-formula): Relocate formulas only for cells the
14726 symbols of which are not renamed, i.e. symbols whose names do not
14727 match regexp "\\`[A-Z]+[0-9]+\\'".
14728 (ses-relocate-all): Relocate values only for cells the symbols of
14729 which are not renamed.
14730 (ses-load): Create cells variables as the (ses-cell ...) are read,
14731 in order to check row col consistency with cell symbol name only
14732 for cells that are not renamed.
14733 (ses-replace-name-in-formula): New defun.
14734 (ses-rename-cell): New defun.
14735
14736 2011-12-11 Chong Yidong <cyd@gnu.org>
14737
14738 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
14739 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
14740
14741 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
14742
14743 * window.el (other-window): Fix docstring.
14744
14745 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14746
14747 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
14748 `from' or `to' address before taking its substring.
14749 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
14750 encoded name is chopped in the middle of the encoded string, and
14751 thus displayed encoded.
14752
14753 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
14754
14755 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
14756
14757 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14758
14759 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
14760 to use texinfo-update-node and commands that call it if the
14761 Texinfo file uses @node lines without next/prev/up pointers.
14762 Correct outdated description about texinfo-master-menu.
14763 (texinfo-all-menus-update, texinfo-master-menu)
14764 (texinfo-update-node, texinfo-every-node-update)
14765 (texinfo-multiple-files-update): Doc fix. Warn against updating
14766 all the @node lines.
14767 (texinfo-master-menu): Only call texinfo-update-node if the prefix
14768 argument is numeric. Explain better in the doc string what the
14769 function really does.
14770 (texinfo-insert-master-menu-list): Improve the error message
14771 displayed if there's no menu in the Top node.
14772 (Bug#2975) See also this thread:
14773 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
14774
14775 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
14776
14777 * speedbar.el (speedbar-supported-extension-expressions):
14778 Add .adb and .ads, commonly used for Ada source code (bug#10256).
14779
14780 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
14781
14782 * printing.el (pr-mode-alist):
14783 * simple.el (filter-buffer-substring-functions)
14784 (completion-list-insert-choice-function):
14785 * window.el (window-with-parameter, window-atom-root)
14786 (window-sides-slots, window-size-fixed, window-min-delta)
14787 (window-max-delta, window--resize-mini-window)
14788 (window--resize-child-windows-normal, window-tree)
14789 (delete-other-windows, quit-window, split-window)
14790 (display-buffer-record-window, special-display-buffer-names)
14791 (special-display-regexps, special-display-popup-frame)
14792 (same-window-p, split-window-sensibly)
14793 (display-buffer-overriding-action, display-buffer-alist)
14794 (display-buffer-base-action, display-buffer, switch-to-buffer)
14795 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
14796 (fit-window-to-buffer, recenter-positions)
14797 (mouse-autoselect-window-state, mouse-autoselect-window-select):
14798 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
14799 and remove unneeded backslashes in docstrings.
14800
14801 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14802
14803 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
14804
14805 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
14806 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
14807 end in ".mk".
14808 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
14809 when reading the makefile (bug#10116).
14810
14811 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
14814 (bug#10116).
14815
14816 2011-12-06 Glenn Morris <rgm@gnu.org>
14817
14818 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
14819
14820 2011-12-06 Chong Yidong <cyd@gnu.org>
14821
14822 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
14823
14824 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
14825
14826 * textmodes/table.el (table-shorten-cell): Fix typo.
14827
14828 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
14829
14830 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
14831
14832 2011-12-05 Eli Zaretskii <eliz@gnu.org>
14833
14834 * descr-text.el (describe-char): Fix display of strong
14835 right-to-left characters and directional embeddings and overrides.
14836
14837 * simple.el (what-cursor-position): Fix display of codepoints of
14838 strong right-to-left characters.
14839
14840 2011-12-05 Chong Yidong <cyd@gnu.org>
14841
14842 * faces.el (read-color): Doc fix.
14843
14844 2011-12-05 Glenn Morris <rgm@gnu.org>
14845
14846 * align.el (align--set-marker): Add doc-string.
14847 Don't try to move something that is not a marker. (Bug#10216)
14848
14849 2011-12-04 Glenn Morris <rgm@gnu.org>
14850
14851 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
14852 overly zealous deletion of trailing whitespace.
14853
14854 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
14855
14856 * server.el (server-delete-client): On Windows, do not try to delete
14857 the only terminal.
14858 (server-process-filter): On Windows, treat requests for a tty frame as
14859 if they were for a GUI frame if the running server is in GUI mode.
14860
14861 2011-12-03 Glenn Morris <rgm@gnu.org>
14862
14863 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
14864
14865 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14866
14867 * electric.el: Streamline electric-indent's hook.
14868 (electric-indent-chars): Revert to simple list.
14869 (electric-indent-functions): New var.
14870 (electric-indent-post-self-insert-function): Use it.
14871
14872 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
14873 there's no inferior buffer (bug#10196).
14874 (prolog-consult-compile): Don't use toggle-read-only.
14875
14876 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
14877
14878 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
14879 interrupt. (Bug#10187)
14880
14881 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14882
14883 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
14884 (bug#9160).
14885
14886 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
14887 (bug#10191).
14888
14889 2011-12-02 Juri Linkov <juri@jurta.org>
14890
14891 * info.el (Info-search): Display "end of manual" when Isearch
14892 reaches the end of single-file Info manual. (Bug#9918)
14893
14894 2011-12-02 Eli Zaretskii <eliz@gnu.org>
14895
14896 * isearch.el (isearch-message-prefix): Run the input method part
14897 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
14898
14899 2011-12-02 Juri Linkov <juri@jurta.org>
14900
14901 * isearch.el (isearch-occur): Use `word-search-regexp' for
14902 `isearch-word'.
14903 (isearch-search-and-update): Add condition for `isearch-word' and
14904 call `word-search-regexp'. (Bug#10145)
14905
14906 2011-12-01 Glenn Morris <rgm@gnu.org>
14907
14908 * eshell/em-hist.el (eshell-hist-initialize):
14909 Handle eshell-history-size nil and HISTSIZE set or unset.
14910 (eshell-history-file-name, eshell-history-size): Fix custom type.
14911
14912 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14913
14914 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
14915
14916 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
14917
14918 * progmodes/verilog-mode.el (verilog-pretty-expr):
14919 Rework verilog-pretty-expr to handle new assignment operators in system
14920 verilog, such as += *= and the like.
14921 (verilog-assignment-operator-re): Regular expression to find the
14922 assigment operator in a verilog assignment.
14923 (verilog-assignment-operation-re): Regular expression to find an
14924 assignment statement for pretty-expr.
14925 (verilog-in-attribute-p): Query returns true if point is in an
14926 attribute context; used to skip these for expression line up from
14927 pretty-expr.
14928 (verilog-in-parameter-p): Query returns true if point is in an
14929 parameter definition context; used to skip these for expression
14930 line up from pretty-expr.
14931 (verilog-in-parenthesis-p): Query returns true if point is in a
14932 parenthetical expression, specifically ( ) but not [ ] or { };
14933 used by pretty-expr.
14934 (verilog-just-one-space): If there is no space, don't add one.
14935 (verilog-get-lineup-indent-2): Specifically skip just attribute
14936 contexts for expression lineup, rather than skipping all
14937 parenthetical expressions.
14938 (verilog-calculate-indent): Fix comment, and fix indent.
14939 (verilog-do-indent): Indent declarations in lists (suggested by
14940 Joachim Lechner).
14941 (verilog-mode-abbrev-table): Populate abbrev mode with the various
14942 skeleton items.
14943 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
14944 by Alain Mellan).
14945
14946 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
14947
14948 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
14949 parameters with embedded comments. Reported by Ray Stevens.
14950 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
14951 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
14952 Reported by Tim Holt.
14953 (verilog-auto): Fix AUTOing a upper module then AUTOing module
14954 instantiated by upper module causing wrong expansion until AUTOed a
14955 second time. Reported by K C Buckenmaier.
14956 (verilog-diff-auto): Fix showing .* as a difference when
14957 `verilog-auto-star-save' off. Reported by Dan Dever.
14958 (verilog-auto-reset, verilog-read-always-signals)
14959 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
14960 temporary signals in reset list if
14961 verilog-auto-reset-blocking-in-non is nil, and match assignment
14962 style to each signal's assignment type, bug381.
14963 Reported by Thomas Esposito.
14964 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
14965 (verilog-uvm-statement-re): Support UVM indentation and
14966 highlighting, with old OVM keywords only.
14967 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
14968 Support AUTOTIEOFF creating non-wire data types.
14969 Suggested by Jonathan Greenlaw.
14970 (verilog-auto-insert-lisp, verilog-delete-to-paren)
14971 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
14972 (verilog-inject-sense, verilog-read-inst-pins)
14973 (verilog-read-sub-decls, verilog-read-sub-decls-line):
14974 Fix mismatching parenthesis inside commented out code when deleting
14975 AUTOINST, bug383. Reported by Jonathan Greenlaw.
14976 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
14977 non-numeric vector width. Reported by Alex Reed.
14978 (verilog-auto-ascii-enum): Add "onehot" option to work around not
14979 detecting signals with parameter widths. Reported by Alex Reed.
14980 (verilog-auto-delete-trailing-whitespace):
14981 With `verilog-auto-delete-trailing-whitespace' remove trailing
14982 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
14983 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
14984 Fix verilog-scan-cache corruption when running user AUTO expansion
14985 hooks that call indentation routines.
14986 (verilog-simplify-range-expression): Fix typo ignoring lower case
14987 identifiers.
14988 (verilog-delete-auto): Fix delete-autos to also remove user created
14989 automatics, as long as they start with AUTO.
14990 (verilog-batch-diff-auto, verilog-diff-auto)
14991 (verilog-diff-function): Add `verilog-diff-auto' and bind to
14992 "C-c?" to report differences in AUTO expansion, ignoring spaces.
14993 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
14994 (verilog-in-paren-quick, verilog-re-search-backward-quick)
14995 (verilog-re-search-forward-quick, verilog-syntax-ppss):
14996 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
14997 is disabled and its cache will get corrupt, causing AUTOS not to
14998 expand. Instead use only -quick functions.
14999 (verilog-scan-region): Fix scanning over escaped quotes.
15000 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
15001 (verilog-re-search-backward-quick)
15002 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
15003 related functions now ignore strings, to fix misparsing of strings
15004 with magic comments embedded in them.
15005 (verilog-read-auto-template):
15006 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
15007 Reported by Brad Dobbie.
15008 (verilog-read-auto-template):
15009 Fix 'verilog-auto-inst-template-numbers' with comments.
15010 Reported by Brad Dobbie.
15011 (verilog-auto-inst, verilog-auto-inst-param)
15012 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
15013 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
15014 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
15015 debugging templates without merge conflicts, bug357.
15016 Reported by Brad Dobbie.
15017 (verilog-read-auto-template):
15018 Fix verilog-auto-inst-template-numbers with multiple templates.
15019 Reported by Brad Dobbie.
15020 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
15021 abbrevs so user won't be asked to save.
15022 (verilog-read-auto-lisp-present): Fix to start at beginning of
15023 buffer in case called outside of verilog-auto.
15024 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
15025 to "X-2". Reported by Matthew Myers.
15026 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
15027 all inputs from module templates. Reported by Leith Johnson.
15028 (verilog-module-inside-filename-p): Fix locating programs as with
15029 modules.
15030 (verilog-auto-inst-port): Fix vl-width expressions when using
15031 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
15032 (verilog-decls-get-regs, verilog-decls-get-signals,
15033 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
15034 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
15035 verilog-read-decls): Combine reg and wire structures into one var
15036 structure to represent SystemVerilog concepts.
15037 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
15038 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
15039 (verilog-auto-wire-type, verilog-insert-definition):
15040 Add verilog-auto-wire-type and AUTOLOGIC to support using
15041 SystemVerilog "logic" keyword instead of "wire"/"reg".
15042 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
15043 to declares outputs that also have assignments (presumably in an
15044 ifdef or generate if so there's not a driver conflict).
15045 Reported by Matthew Myers.
15046 (verilog-auto-declare-nettype, verilog-insert-definition):
15047 Add verilog-auto-declare-nettype to fix declarations using
15048 `default_nettype none. Reported by Julian Gorfajn.
15049 (verilog-read-always-signals-recurse, verilog-read-decls)
15050 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
15051 malformed end statement, bug325. Reported by Joshua Wise and
15052 Andrew Drake.
15053 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
15054 (verilog-inst-comment-re): Fix not deleting Interfaced comment
15055 when expanding .* in interfaces, bug320.
15056 Reported by Pierre-David Pfister.
15057 (verilog-read-module-name): Fix import statements between module
15058 name and open parenthesis, bug317.
15059 Reported by Pierre-David Pfister.
15060 (verilog-simplify-range-expression): Fix simplification of
15061 multiplications inside AUTOWIRE connections, bug303.
15062 (verilog-auto-inst-port): Support parameter expansion in
15063 multidimensional arrays.
15064 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
15065 after "assert property". Reported by Julian Gorfajn.
15066 (verilog-simplify-range-expression): Fix "couldn't merge" errors
15067 with multiplication, bug303.
15068 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
15069 Reported by Jan Frode Lonnum.
15070
15071 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
15072
15073 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
15074 (hfy-shell-file-name, hfy-shell):
15075 * international/fontset.el (x-decompose-font-name): Fix typos.
15076
15077 2011-11-29 Ken Brown <kbrown@cornell.edu>
15078
15079 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
15080 (gdb-version): Remove defvar.
15081 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
15082 (gdb-gud-context-command, gdb-non-stop-handler)
15083 (gdb-current-context-command, gdb-stopped): Use it.
15084 (gdb-init-1): Enable pretty printing here.
15085 (gdb-non-stop-handler): Don't enable pretty-printing here.
15086 Check to see if the target supports non-stop mode; if not, turn off
15087 non-stop mode. Use the following.
15088 (gdb-check-target-async): New defun.
15089 (gud-watch, gdb-stopped): Fix whitespace.
15090 (gdb-get-source-file): Don't try to display the source file if
15091 `gdb-main-file' is nil.
15092
15093 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15094
15095 * align.el: Try to generate fewer markers (bug#10047).
15096 (align--set-marker): New macro.
15097 (align-region): Use it.
15098
15099 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15100
15101 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
15102
15103 2011-11-29 Chong Yidong <cyd@gnu.org>
15104
15105 * indent.el (indent-for-tab-command, indent-according-to-mode):
15106 Doc fix.
15107 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
15108
15109 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
15110
15111 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
15112 aware of remote file names. (Bug#10124)
15113
15114 2011-11-29 Chong Yidong <cyd@gnu.org>
15115
15116 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
15117
15118 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15119
15120 * files.el (find-file): Don't use force-same-window (bug#10144).
15121 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
15122 use pop-to-buffer if the selected window can't be used.
15123 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
15124
15125 2011-11-28 Eli Zaretskii <eliz@gnu.org>
15126
15127 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
15128 special-mode-map.
15129
15130 2011-11-28 Chong Yidong <cyd@gnu.org>
15131
15132 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
15133
15134 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
15135
15136 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
15137 gdb-get-source-file-list on gdb-create-source-file-list.
15138
15139 2011-11-26 Eli Zaretskii <eliz@gnu.org>
15140
15141 * whitespace.el (whitespace-newline): Use a different foreground
15142 color for 16-color light-background displays.
15143
15144 2011-11-24 Chong Yidong <cyd@gnu.org>
15145
15146 * window.el (display-buffer--special-action): Doc fix.
15147
15148 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
15149
15150 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
15151 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
15152 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
15153 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
15154 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
15155 (avl-tree-stack-first):
15156 * emacs-lisp/cconv.el (cconv--analyse-use):
15157 * net/gnutls.el (gnutls-negotiate): Fix typos.
15158
15159 2011-11-24 Glenn Morris <rgm@gnu.org>
15160
15161 * lpr.el (lpr-windows-system, lpr-lp-system):
15162 * mail/binhex.el (binhex-begin-line):
15163 * progmodes/grep.el (grep-history, grep-find-history):
15164 * textmodes/flyspell.el:
15165 * vc/pcvs-defs.el (cvs-global-menu):
15166 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
15167 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
15168 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
15169
15170 * net/tls.el: Fix case of "GnuTLS".
15171
15172 * paths.el (rmail-file-name): Format doc-string for make-docfile.
15173
15174 * version.el (emacs-build-system): Give it a doc-string.
15175
15176 2011-11-24 Juri Linkov <juri@jurta.org>
15177
15178 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
15179
15180 2011-11-24 Glenn Morris <rgm@gnu.org>
15181
15182 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
15183 if called on a non-mime message just toggle the headers. (Bug#8006)
15184
15185 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
15186
15187 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
15188 (allout-lead-with-comment-string, allout-structure-deleted-hook)
15189 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
15190 (allout-rebullet-heading, allout-open-sibtopic)
15191 (allout-toggle-current-subtree-encryption)
15192 (allout-toggle-subtree-encryption, allout-encrypt-string)
15193 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
15194 (allout-distinctive-bullets-string, allout-auto-activation):
15195 * window.el (window-normalize-buffer-to-display):
15196 * progmodes/verilog-mode.el (verilog-batch-indent):
15197 * textmodes/bibtex.el (bibtex-field-braces-opt)
15198 (bibtex-field-strings-opt):
15199 * vc/cvs-status.el (cvs-tree-merge):
15200 Fix typos.
15201
15202 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
15203
15204 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
15205 `non-essential' to t, in order to avoid remote connections.
15206
15207 2011-11-23 Eli Zaretskii <eliz@gnu.org>
15208
15209 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15210 On MS-DOS and MS-Windows, compare with loaddefs.el
15211 case-insensitively.
15212
15213 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15214
15215 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
15216
15217 2011-11-23 Glenn Morris <rgm@gnu.org>
15218
15219 * paths.el (rmail-file-name): Reformat the doc-string so that it
15220 is picked up.
15221
15222 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
15223 (rmail-auto-file): Ignore case in the "special" field names,
15224 as mail-fetch-field does for all others.
15225
15226 * mail/rmail.el (rmail-forward):
15227 * mail/rmailkwd.el (rmail-set-label):
15228 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
15229 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
15230
15231 * mail/rmail.el (rmail-current-message): Doc fix.
15232
15233 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
15234
15235 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15236
15237 * server.el (server-eval-and-print): Allow C-g (bug#6585).
15238
15239 2011-11-22 Glenn Morris <rgm@gnu.org>
15240
15241 * mail/rmailmm.el (test-rmail-mime-handler)
15242 (test-rmail-mime-bulk-handler)
15243 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
15244
15245 2011-11-21 Juri Linkov <juri@jurta.org>
15246
15247 * calc/calc.el (calc-read-key-sequence):
15248 Let-bind `input-method-function' to nil. (Bug#10018)
15249
15250 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15251
15252 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15253 Tell the caller that the next line needs recomputation, even
15254 though it doesn't start a sexp (bug#10094).
15255
15256 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15257
15258 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
15259
15260 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15261
15262 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15263 Use force-same-window.
15264
15265 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15266
15267 * descr-text.el (describe-char-unicode-data):
15268 * json.el (json-string-escape):
15269 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
15270 (Footnote-unicode, Footnote-style-p):
15271 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
15272
15273 2011-11-20 Chong Yidong <cyd@gnu.org>
15274
15275 * window.el (replace-buffer-in-windows): Restore interactive spec.
15276
15277 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15278
15279 * electric.el (electric-indent-mode): Fix last change (too optimistic).
15280
15281 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
15282 (byte-compile-global-not-obsolete-vars): New var.
15283 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
15284 Use it.
15285 (byte-compile-warn-obsolete): Align text with the one in *Help*.
15286
15287 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15288
15289 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
15290 * progmodes/pascal.el (electric-pascal-equal):
15291 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
15292 * xml.el (xml-substitute-special): Fix typos.
15293
15294 2011-11-20 Glenn Morris <rgm@gnu.org>
15295
15296 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
15297 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
15298 Doc fixes.
15299 (rmail-decode-mime-charset): Mark as obsolete.
15300
15301 * mail/rmailsum.el (rmail-message-regexp-p-1):
15302 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
15303 Before using mime functions, check they are set. (Bug#10077)
15304
15305 2011-11-19 Juri Linkov <juri@jurta.org>
15306
15307 * info.el (Info-finder-find-node): Use `package--builtins' instead
15308 of `package-alist'. Use node names formed by the pattern "Keyword "
15309 and the keyword name.
15310
15311 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15312
15313 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
15314
15315 2011-11-19 Juri Linkov <juri@jurta.org>
15316
15317 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
15318 that calls `revert-buffer' on all Info buffers. (Bug#9915)
15319 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
15320 `old-history', `old-history-forward'. Add let-binding
15321 `window-selected'. Remove calls to `kill-buffer',
15322 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
15323 before calling `Info-find-node', so `Info-find-node-2' will reread
15324 the Info file. Restore window positions only when `window-selected'
15325 is non-nil.
15326
15327 2011-11-19 Juri Linkov <juri@jurta.org>
15328
15329 * isearch.el (isearch-lazy-highlight-new-loop):
15330 Remove condition `(not isearch-error)'. (Bug#9918)
15331
15332 * misearch.el (multi-isearch-search-fun): Add condition
15333 `(not bound)' to ignore lazy-highlighting search.
15334 Add the search-failed message "end of multi" when the end of
15335 multi-sequence is reached. Uncapitalize the search-failed
15336 message "Repeat for next buffer".
15337
15338 * info.el (Info-search): Add the search-failed message
15339 "end of the manual" when the end of the manual is reached
15340 in Isearch mode.
15341
15342 2011-11-19 Juri Linkov <juri@jurta.org>
15343
15344 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
15345 Use non-destructive `remove' instead of `delete' because
15346 `Info-history-list' stored to `Info-isearch-initial-history-list' in
15347 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
15348
15349 2011-11-19 Juri Linkov <juri@jurta.org>
15350
15351 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
15352 to nil instead of binding `search-ring' and `regexp-search-ring'.
15353 (Bug#9185)
15354
15355 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15356
15357 * simple.el (line-move): Force movement by logical lines for any
15358 hscrolled window, not only when auto-hscroll-mode is on.
15359 (line-move-visual): Update doc string to that effect. (Bug#10076)
15360
15361 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15362
15363 * language/european.el (macintosh): Define as alias for mac-roman.
15364
15365 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15366
15367 * mail/rmailmm.el (rmail-mime-display-header)
15368 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
15369 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
15370 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
15371 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
15372 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
15373 of a raw aref.
15374 (rmail-mime-entity-segment): To get past the tagline, move forward
15375 2 more lines, to account for the 2 empty lines that precede and
15376 follow the line with the buttons.
15377 (rmail-mime-update-tagline): Move one more line, to get past the
15378 empty line that follows the buttons in the tagline. (Bug#9520)
15379
15380 2011-11-19 Martin Rudalics <rudalics@gmx.at>
15381
15382 * window.el (window-max-delta-1, window-min-delta-1)
15383 (window-min-size-1, window-state-get-1, window-state-put-1)
15384 (window-state-put-2): Use "window--" prefix.
15385
15386 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15387
15388 * emacs-lisp/smie.el: Improve warnings and conflict detection.
15389 (smie-warning-count): New var.
15390 (smie-set-prec2tab): Use it.
15391 (smie-bnf->prec2): Improve warnings. Add docstring.
15392 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
15393 (smie-bnf--set-class): New function.
15394 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
15395 corner case.
15396
15397 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
15398 (compilation-error-properties, compilation-move-to-column):
15399 Handle compilation-first-column while in the target buffer.
15400
15401 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
15402 Don't hardcode point-min==1.
15403
15404 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
15405 (eshell-rewrite-for-command): Remove workaround.
15406 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
15407 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
15408 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
15409
15410 * files-x.el (modify-file-local-variable): Obey commenting conventions.
15411
15412 2011-11-17 Glenn Morris <rgm@gnu.org>
15413
15414 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15415 Ignore buffer-local generated-autoload-file if it is the same
15416 as the global value. (Bug#10049)
15417
15418 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
15419
15420 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
15421 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
15422 (reftex-toc-previous-heading, reftex-toc-max-level)
15423 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
15424 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
15425 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15426 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15427 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
15428 (reftex-toc-rename-label, reftex-toc-visit-location)
15429 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
15430 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
15431 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
15432 leaving "*toc*" only for references to the buffer.
15433
15434 2011-11-17 Martin Rudalics <rudalics@gmx.at>
15435
15436 * window.el (window-resize, delete-window, split-window):
15437 Replace window-splits by window-combination-resize.
15438 * cus-start.el (window-splits): Replace by window-combination-resize.
15439
15440 2011-11-17 Glenn Morris <rgm@gnu.org>
15441
15442 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15443 Make bash entry derive from sh entry, not shell entry.
15444
15445 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
15446
15447 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
15448 local file name.
15449
15450 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15451
15452 * menu-bar.el (menu-bar-file-menu):
15453 * printing.el (pr-ps-utility):
15454 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
15455 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
15456 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
15457 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
15458 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
15459 (icalendar--convert-cyclic-to-ical)
15460 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
15461 (icalendar--convert-ical-to-diary)
15462 (icalendar--convert-recurring-to-diary)
15463 (icalendar--convert-non-recurring-all-day-to-diary)
15464 (icalendar-import-format-sample):
15465 * progmodes/idlw-shell.el (idlwave-shell-mode):
15466 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
15467 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
15468 (vhdl-ps-print-init): Fix typos.
15469
15470 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
15471
15472 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
15473 FSF and collapse date sequence, obscure author/maintainer email address
15474 better, remove extra version line, track relocation of author's webpage.
15475
15476 * progmodes/python.el (python-pdbtrack-input-prompt)
15477 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
15478 regular python pdb prompts. Adjustments shamelessly taken exactly as
15479 suggested in EmacsWiki page (tiny change):
15480 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
15481
15482 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15483
15484 * expand.el (expand-pos, expand-index, expand-point):
15485 Remove redundant info from docstring.
15486 (expand-add-abbrevs): Doc fix.
15487 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
15488 (expand-sample-perl-mode-expand-list): Fix typos.
15489
15490 * net/dbus.el (dbus-event-member-name):
15491 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
15492 * term/pc-win.el (msdos-create-frame-with-faces):
15493 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
15494
15495 2011-11-16 Martin Rudalics <rudalics@gmx.at>
15496
15497 * window.el (split-window, window-state-get-1)
15498 (window-state-put-1, window-state-put-2): Rename occurrences of
15499 window-nest to window-combination-limit.
15500 * cus-start.el (window-nest): Rename to window-combination-limit.
15501
15502 2011-11-16 Chong Yidong <cyd@gnu.org>
15503
15504 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
15505 regexp (Bug#10033).
15506
15507 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15508
15509 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
15510 `completing-read' will remove *Completions* and will preserve
15511 current-buffer for us.
15512 (tmm-add-prompt): Users of *Completions* will always (re)set its
15513 major mode.
15514 (tmm-old-comp-map): Remove.
15515
15516 2011-11-16 Glenn Morris <rgm@gnu.org>
15517
15518 * mail/rmailedit.el: Require rmailmm when compiling.
15519 (rmail-old-mime-state): New declaration.
15520 (rmail-edit-current-message): If editing a mime message,
15521 edit the "raw" message from the mbox buffer.
15522 (rmail-cease-edit): Handle mime messages. (Bug#9840)
15523
15524 2011-11-15 Glenn Morris <rgm@gnu.org>
15525
15526 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
15527 which wasn't being used. Add optional arg to force given state.
15528 (rmail-mime): Add optional arg to force given state.
15529
15530 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15531
15532 * allout.el (allout-encryption-plaintext-sanitization-regexps):
15533 * frame.el (display-mm-dimensions-alist):
15534 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
15535 (outline-move-subtree-down):
15536 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
15537 (newsticker--treeview-do-get-node):
15538 * net/quickurl.el (quickurl-list-buffer-name):
15539 * progmodes/dcl-mode.el (dcl-mode):
15540 * progmodes/gdb-mi.el (gdb-mapcar*):
15541 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
15542
15543 2011-11-15 Glenn Morris <rgm@gnu.org>
15544
15545 * mail/rmail.el (rmail-file-coding-system): It's only ever used
15546 in a boolean sense, so just make it a boolean, and fix the doc.
15547 (rmail-show-mime-function, rmail-mime-feature)
15548 (rmail-require-mime-maybe): Doc fixes.
15549 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
15550
15551 * mail/rmailmm.el (rmail-show-mime): Doc fix.
15552
15553 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15554
15555 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
15556 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
15557 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
15558 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
15559
15560 2011-11-15 Glenn Morris <rgm@gnu.org>
15561
15562 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
15563 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
15564 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
15565 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
15566 (rmail-mime, rmail-show-mime): Doc fixes.
15567
15568 * term/ns-win.el (mode-line-frame-identification):
15569 Leave it alone. (Bug#10051)
15570
15571 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
15572
15573 * mail/rmailout.el (rmail-output-to-rmail-buffer):
15574 Handle empty buffers. (Bug#9978)
15575
15576 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
15577
15578 * international/mule.el (define-charset):
15579 * mail/rmailmm.el (rmail-mime-find-header-encoding):
15580 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
15581 * progmodes/verilog-mode.el (verilog-backward-token):
15582 * textmodes/ispell.el (lookup-words):
15583 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
15584
15585 2011-11-14 Glenn Morris <rgm@gnu.org>
15586
15587 * progmodes/executable.el
15588 (executable-make-buffer-file-executable-if-script-p):
15589 Handle file-modes returning nil.
15590
15591 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
15592 message - not necessary, and causes problems. (Bug#9831)
15593
15594 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
15595
15596 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
15597
15598 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
15599 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
15600 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
15601
15602 2011-11-12 Martin Rudalics <rudalics@gmx.at>
15603
15604 * window.el (window-resize, delete-window): Use window-splits
15605 variable instead of function.
15606 (window-state-get-1, window-state-put-2, window-state-put):
15607 Don't deal with windows' splits status.
15608
15609 2011-11-12 Glenn Morris <rgm@gnu.org>
15610
15611 * apropos.el (apropos-do-all, apropos-library, apropos-value)
15612 (apropos-documentation): Doc fixes.
15613
15614 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
15615
15616 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
15617 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
15618
15619 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15620
15621 * electric.el (electric-indent-post-self-insert-function): Make it
15622 possible for a char to only indent in some circumstances.
15623 (electric-indent-mode): Simplify.
15624
15625 2011-11-11 Martin Rudalics <rudalics@gmx.at>
15626
15627 * window.el (windows-with-parameter): Remove unused function.
15628 (windows-at-side): Rename to window-at-side-list.
15629 (window-check, window-atom-check, window-atom-check-1)
15630 (window-side-check, window-size-ignore, window-size-fixed-1)
15631 (window-in-direction-2): Prefix with "window--".
15632 (window-tree-1): Rename to window--subtree, fix doc-string.
15633
15634 2011-11-11 Glenn Morris <rgm@gnu.org>
15635
15636 * subr.el (eval-after-load): If FILE is already loaded,
15637 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
15638
15639 2011-11-10 Glenn Morris <rgm@gnu.org>
15640
15641 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
15642 Call svn via vc-svn-command rather than vc-do-command.
15643 (vc-svn-command): Add --non-interactive. (Bug#9993)
15644 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
15645
15646 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15647 Add toggle-read-only. (Bug#7292)
15648 * files.el (toggle-read-only): Mention that it should only
15649 be used interactively. (Bug#10006)
15650
15651 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15652
15653 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15654 Adjust regexp for OCaml warnings.
15655
15656 * electric.el (electric-pair-post-self-insert-function): Let user
15657 turn it off buffer-locally (bug#9932).
15658
15659 * progmodes/python.el (python-beginning-of-statement):
15660 Rewrite (bug#2703).
15661
15662 * progmodes/compile.el: Better handle TABs (bug#9749).
15663 (compilation-internal-error-properties)
15664 (compilation-next-error-function): Obey the target buffer's
15665 compilation-error-screen-columns.
15666
15667 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
15668
15669 * progmodes/meta-mode.el: Remove obsolete comments.
15670 (meta-right-comment-regexp, meta-ignore-comment-regexp):
15671 Fix typos in docstrings.
15672
15673 2011-11-09 Martin Rudalics <rudalics@gmx.at>
15674
15675 * window.el (window-size-fixed-p): Rewrite doc-string.
15676 (window-resizable-p): Rename to window--resizable-p. Update callers.
15677 (window--resizable): New function. Make all callers of
15678 window-resizable call window--resizable instead.
15679 (window-resizable): Rewrite in terms of window--resizable.
15680
15681 2011-11-08 Glenn Morris <rgm@gnu.org>
15682
15683 * progmodes/delphi.el (delphi-mode-syntax-table):
15684 Let define-derived-mode define a proper syntax table. (Bug#9994)
15685
15686 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15687
15688 * window.el: Stay away from defsubst.
15689 (window-list-no-nils): Remove.
15690 (window-state-get-1, window-state-get): Use backquote instead.
15691
15692 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15693
15694 * emacs-lisp/find-func.el (find-function-read):
15695 Fix incorrect use of default argument in `completing-read'.
15696
15697 2011-11-08 Martin Rudalics <rudalics@gmx.at>
15698
15699 * window.el (display-buffer-function, special-display-function):
15700 Mention display-buffer-record-window but do not mention
15701 help-setup parameter in doc-strings.
15702 (window-min-delta): Fix doc-string typo.
15703
15704 2011-11-08 Chong Yidong <cyd@gnu.org>
15705
15706 * window.el (window-total-height, window-total-width): Doc fix.
15707 (window-body-size): Move from C.
15708 (window-body-height, window-body-width): Move to C.
15709
15710 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15711
15712 * window.el: Make special-display like display-buffer-alist (bug#9532).
15713 (display-buffer--special-action): New function, morphed
15714 from display-buffer--special.
15715 (display-buffer): Use it to handle special-display-buffers at higher
15716 priority (just after display-buffer-alist).
15717 (display-buffer-fallback-action, display-buffer--other-frame-action)
15718 (pop-to-buffer-same-window): Remove display-buffer--special.
15719
15720 2011-11-07 Glenn Morris <rgm@gnu.org>
15721
15722 * calendar/cal-menu.el (cal-menu-set-date-title):
15723 Do nothing if not in a calendar. (Bug#9976)
15724
15725 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15726
15727 * files.el (find-file): Always use selected-window.
15728
15729 2011-11-07 Martin Rudalics <rudalics@gmx.at>
15730
15731 * window.el (window-combinations): Make WINDOW argument
15732 mandatory. Rewrite doc-string.
15733 (walk-window-subtree, window-atom-check, window-min-delta)
15734 (window-max-delta, window--resize-this-window)
15735 (window--resize-root-window-vertically, window-tree)
15736 (balance-windows, window-state-put): Rewrite doc-strings as to
15737 not mention the term "subwindow".
15738 (window--resize-subwindows-skip-p): Rename to
15739 window--resize-child-windows-skip-p.
15740 (window--resize-subwindows-normal): Rename to
15741 window--resize-child-windows-normal.
15742 (window--resize-subwindows): Rename to
15743 window--resize-child-windows.
15744 (window-or-subwindow-p): Rename to window--in-subtree-p.
15745
15746 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15747
15748 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
15749 Ensure that mbox format messages end in two newlines (Bug#9974).
15750
15751 2011-11-06 Chong Yidong <cyd@gnu.org>
15752
15753 * window.el (window-combination-p): Function deleted; its
15754 side-effect is not used in any existing code.
15755 (window-combinations, window-combined-p): Call window-*-child
15756 directly.
15757
15758 2011-11-05 Chong Yidong <cyd@gnu.org>
15759
15760 * window.el (window-valid-p): Rename from window-any-p.
15761 (window-size-ignore, window-state-get): Callers changed.
15762 (window-normalize-window): Rename from window-normalize-any-window.
15763 New arg LIVE-ONLY, replacing window-normalize-live-window.
15764 (window-normalize-live-window): Delete.
15765 (window-combination-p, window-combined-p, window-combinations)
15766 (walk-window-subtree, window-atom-root, window-min-size)
15767 (window-sizable, window-sizable-p, window-size-fixed-p)
15768 (window-min-delta, window-max-delta, window-resizable)
15769 (window-resizable-p, window-full-height-p, window-full-width-p)
15770 (window-current-scroll-bars, window-point-1, set-window-point-1)
15771 (window-at-side-p, window-in-direction, window-resize)
15772 (adjust-window-trailing-edge, maximize-window, minimize-window)
15773 (window-deletable-p, delete-window, delete-other-windows)
15774 (record-window-buffer, unrecord-window-buffer)
15775 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
15776 (quit-window, split-window, window-state-put)
15777 (set-window-text-height, fit-window-to-buffer)
15778 (shrink-window-if-larger-than-buffer): Callers changed.
15779
15780 2011-11-04 Eli Zaretskii <eliz@gnu.org>
15781
15782 * mail/rmail.el (rmail-simplified-subject): Decode subject with
15783 rfc2047-decode-string.
15784 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
15785 warnings.
15786
15787 * window.el (window-body-height, window-body-width): Mention in
15788 the doc string that the return values are in frame's canonical
15789 units. (Bug#9949)
15790
15791 2011-11-03 Alan Mackenzie <acm@muc.de>
15792
15793 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
15794 change in cc-engine.el.
15795
15796 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
15797
15798 * window.el (switch-to-buffer): Use `force-same-window' interactively.
15799
15800 2011-11-02 Martin Rudalics <rudalics@gmx.at>
15801
15802 * window.el (quit-window): Call unrecord-window-buffer after
15803 showing another buffer in the window. (Bug#9937)
15804 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
15805
15806 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
15807
15808 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
15809 Accept status with more than 9 shelves. (Bug#9935)
15810 Reported by Colin D Bennett <colin@gibibit.com>.
15811
15812 2011-11-01 Martin Rudalics <rudalics@gmx.at>
15813
15814 * help.el (with-help-window): Don't reference
15815 temp-buffer-show-specifiers in doc-string.
15816
15817 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
15818
15819 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
15820 menu-item.
15821
15822 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15823
15824 * whitespace.el: New version 13.2.2.
15825 (whitespace-newline-mode): Disable properly. Reported by Sarah
15826 <EmacsWiki>.
15827
15828 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
15829
15830 * net/newst-treeview.el: Remove "Time-stamp".
15831 (newsticker--group-manage-orphan-feeds): Do not call
15832 newsticker--treeview-tree-update.
15833 (newsticker-treeview-update, newsticker-treeview):
15834 Call newsticker--treeview-tree-update if necessary.
15835
15836 2011-10-30 Martin Rudalics <rudalics@gmx.at>
15837
15838 * window.el (window-iso-combination-p, window-iso-combined-p)
15839 (window-iso-combinations): Remove "iso-" infix.
15840 Suggested by Chong Yidong.
15841 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
15842 (window-max-delta-1, window-resize, window--resize-siblings)
15843 (window--resize-this-window, adjust-window-trailing-edge)
15844 (split-window, balance-windows-1)
15845 (shrink-window-if-larger-than-buffer):
15846 * calendar/calendar.el (calendar-generate-window):
15847 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
15848
15849 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15850
15851 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
15852 in place (bug#9907).
15853 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
15854 (eshell-rewrite-if-command, eshell-rewrite-for-command)
15855 (eshell-structure-basic-command, eshell-rewrite-while-command)
15856 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
15857 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
15858 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
15859 (eshell-do-pipelines-synchronously, eshell-eval-command):
15860 Use backquotes and prefer setq to set.
15861 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
15862 (eshell-macrop): Use functionp.
15863 (eshell-do-eval): Handle multiple expressions in `while' body.
15864
15865 2011-10-30 Chong Yidong <cyd@gnu.org>
15866
15867 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
15868 instead of set-mark (Bug#9810).
15869
15870 2011-10-30 Chong Yidong <cyd@gnu.org>
15871
15872 * window.el (split-window-below, split-window-right): Rename from
15873 split-window-above-each-other and split-window-side-by-side
15874 respectively. All callers changed.
15875 (split-window-sensibly, split-window-sensibly): Use them.
15876 (split-window-keep-point): Doc fix.
15877
15878 * isearch.el: Add isearch-scroll property to split-window-below
15879 and split-window-right.
15880
15881 * follow.el (follow-mode):
15882 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15883 * progmodes/ada-xref.el (ada-gdb-application):
15884 * emulation/vip.el (vip-buffer-in-two-windows):
15885 * image-dired.el (image-dired-dired-with-window-configuration):
15886 * dired-x.el (dired-do-find-marked-files):
15887 * dired.el (dired-pop-to-buffer):
15888 * bs.el (bs--show-with-configuration):
15889 * vc/emerge.el (emerge-setup-windows):
15890 * textmodes/two-column.el (2C-two-columns):
15891 * textmodes/reftex-toc.el (reftex-toc):
15892 * progmodes/gdb-mi.el (gdb-setup-windows):
15893 * progmodes/fortran.el (fortran-window-create):
15894 * net/newst-treeview.el (newsticker--treeview-window-init):
15895 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
15896 * emulation/tpu-edt.el (tpu-gold-map):
15897 * emulation/crisp.el (crisp-mode-map):
15898 * calendar/calendar.el (calendar-basic-setup): Callers changed.
15899
15900 2011-10-29 Chong Yidong <cyd@gnu.org>
15901
15902 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
15903
15904 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
15905
15906 * textmodes/flyspell.el (flyspell-word): Fix char offset for
15907 forged Ispell output (Bug#7904).
15908
15909 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
15910
15911 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15912
15913 * doc-view.el: Avoid ugly errors about not finding nil.
15914 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15915 (doc-view-dvipdf-program, doc-view-unoconv-program)
15916 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
15917 Avoid nil or absolute file name as default value.
15918 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
15919
15920 2011-10-28 Alan Mackenzie <acm@muc.de>
15921
15922 * progmodes/cc-defs.el (c-version): -> 5.32.2.
15923
15924 2011-10-28 Alan Mackenzie <acm@muc.de>
15925
15926 Amend the handling of c-beginning/end-of-defun in nested declaration
15927 scopes.
15928
15929 * progmodes/cc-vars.el (c-defun-tactic): Move here from
15930 cc-langs.el. Change it to a defcustom.
15931
15932 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
15933 cc-vars.el.
15934
15935 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15936 Prevent "class foo : bar" being spuriously recognized as a label.
15937
15938 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
15939 Add parameter `inclusive' (to include enclosing braces in the region).
15940 (c-widen-to-enclosing-decl-scope): New function.
15941 (c-while-widening-to-decl-block): New macro.
15942 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
15943 outward for defun boundaries, and correspondingly change symbol
15944 `respect-enclosure' to `go-outward'.
15945 (c-declaration-limits): Change algorithm to report only the "innermost"
15946 defun's boundaries.
15947
15948 2011-10-28 Deniz Dogan <deniz@dogan.se>
15949
15950 * net/rcirc.el (rcirc-mode): Use hard newlines.
15951
15952 2011-10-28 Alan Mackenzie <acm@muc.de>
15953
15954 Amend to indent and fontify macros "which include their own semicolon"
15955 correctly, using the "virtual semicolon" mechanism.
15956
15957 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
15958
15959 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
15960 Recode to scan one line at a time rather than having \n and \r
15961 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
15962 (c-forward-label): Amend for virtual semicolons.
15963 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
15964
15965 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
15966 of the new C macros.
15967
15968 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
15969 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
15970 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
15971 (c-opt-cpp-macro-define): Make into a full language variable.
15972 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
15973 AWK Mode (including \n, \r) removed, no longer needed.
15974
15975 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
15976 Invoke c-make-macro-with-semi-re.
15977
15978 * progmodes/cc-vars.el (c-macro-with-semi-re):
15979 (c-macro-names-with-semicolon): New variables.
15980 (c-make-macro-with-semi-re): New function.
15981
15982 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15983
15984 * vc/log-edit.el: Fill empty field rather than adding new one.
15985 (log-edit-add-field): New function.
15986 (log-edit-insert-changelog): Use it.
15987
15988 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15989
15990 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
15991
15992 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15993
15994 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
15995 (gdb--check-interpreter): New function.
15996 (gdb): Use it.
15997
15998 2011-10-27 Glenn Morris <rgm@gnu.org>
15999
16000 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
16001 (least-positive-float, least-negative-float)
16002 (least-positive-normalized-float, least-negative-normalized-float)
16003 (float-epsilon, float-negative-epsilon):
16004 Remove unnecessary declarations.
16005
16006 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
16007 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
16008 (least-positive-float, least-negative-float)
16009 (least-positive-normalized-float, least-negative-normalized-float)
16010 (float-epsilon, float-negative-epsilon): Add doc-strings,
16011 based on those in cl.texi.
16012
16013 * files.el (set-visited-file-name): If the major-mode changed,
16014 reload the local variables. (Bug#9796)
16015
16016 2011-10-27 Chong Yidong <cyd@gnu.org>
16017
16018 * subr.el (change-major-mode-after-body-hook): New hook.
16019 (run-mode-hooks): Run it.
16020
16021 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16022 Use change-major-mode-before-body-hook.
16023
16024 * simple.el (fundamental-mode):
16025 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
16026 change introducing fundamental-mode-hook.
16027
16028 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
16029
16030 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
16031
16032 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
16033
16034 * ido.el (ido-file-name-all-completions-1): Do not require
16035 tramp.el explicitly. (Bug#7583)
16036
16037 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16038
16039 * progmodes/octave-mod.el:
16040 * progmodes/octave-inf.el: Update maintainer.
16041
16042 2011-10-26 Chong Yidong <cyd@gnu.org>
16043
16044 * subr.el (with-wrapper-hook): Rewrite doc.
16045
16046 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
16047
16048 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
16049 filenames "/method:foo:". (Bug#9793)
16050
16051 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16052
16053 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
16054 (bug#9865).
16055
16056 2011-10-24 Glenn Morris <rgm@gnu.org>
16057
16058 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
16059
16060 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
16061
16062 * notifications.el: Add the requirement of a running D-Bus session
16063 bus to the Commentary.
16064
16065 2011-10-24 Juri Linkov <juri@jurta.org>
16066
16067 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16068 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
16069 (Bug#9364)
16070
16071 2011-10-24 Juri Linkov <juri@jurta.org>
16072
16073 * info.el (Info-following-node-name-re): Add newline to the list
16074 of allowed characters for leading space. (Bug#9824)
16075
16076 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16077
16078 * progmodes/octave-inf.el (inferior-octave-mode-map):
16079 Fix C-c C-h binding.
16080 * progmodes/octave-mod.el (octave-help): Remove.
16081
16082 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
16083
16084 Sync with Tramp 2.2.3.
16085
16086 * net/tramp-cache.el (top): Pacify byte-compiler using
16087 `init-file-user' and `site-run-file'.
16088
16089 * net/trampver.el: Update release number.
16090
16091 2011-10-23 Chong Yidong <cyd@gnu.org>
16092
16093 * files.el (toggle-read-only): Remove obsolete comment about
16094 version control.
16095
16096 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
16097 for toggle-read-only. Note that this hasn't called vc-next-action
16098 since 2008-05-02, though it wasn't documented at the time.
16099
16100 * vc/ediff-init.el (ediff-toggle-read-only-function):
16101 Use toggle-read-only.
16102
16103 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
16104
16105 Fix bug #9560, sporadic wrong indentation; improve instrumentation
16106 of c-parse-state.
16107
16108 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
16109 correct faulty logical expression.
16110 (c-parse-state-state, c-record-parse-state-state):
16111 (c-replay-parse-state-state): New defvar/defuns.
16112 (c-debug-parse-state): Use new functions.
16113
16114 2011-10-22 Martin Rudalics <rudalics@gmx.at>
16115
16116 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
16117 last fix. Use window-in-direction correctly.
16118
16119 2011-10-21 Chong Yidong <cyd@gnu.org>
16120
16121 * progmodes/idlwave.el (idlwave-mode):
16122 * progmodes/vera-mode.el (vera-mode): No need to set
16123 require-final-newline; that's done in prog-mode.
16124 Suggested by Stefan Monnier.
16125
16126 2011-10-21 Martin Rudalics <rudalics@gmx.at>
16127
16128 * mouse.el (mouse-drag-window-above)
16129 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
16130 (mouse-drag-mode-line-1, mouse-drag-header-line)
16131 (mouse-drag-vertical-line-rightward-window): Remove.
16132 (mouse-drag-line): New function.
16133 (mouse-drag-mode-line, mouse-drag-header-line)
16134 (mouse-drag-vertical-line): Call mouse-drag-line.
16135 * window.el (window-at-side-p, windows-at-side): New functions.
16136
16137 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
16138
16139 * tar-mode.el (tar-grind-file-mode):
16140 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
16141
16142 2011-10-21 Chong Yidong <cyd@gnu.org>
16143
16144 * progmodes/idlwave.el (idlwave-mode):
16145 * progmodes/vera-mode.el (vera-mode):
16146 Use mode-require-final-newline.
16147
16148 2011-10-20 Glenn Morris <rgm@gnu.org>
16149
16150 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
16151
16152 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
16153
16154 * emulation/cua-base.el (cua-set-mark): Fix case of string.
16155
16156 2011-10-20 Chong Yidong <cyd@gnu.org>
16157
16158 * emulation/cua-base.el (cua-mode):
16159 * mail/footnote.el (footnote-mode):
16160 * mail/mailabbrev.el (mail-abbrevs-mode):
16161 * net/xesam.el (xesam-minor-mode):
16162 * progmodes/bug-reference.el (bug-reference-mode):
16163 * progmodes/cap-words.el (capitalized-words-mode):
16164 * progmodes/compile.el (compilation-minor-mode)
16165 (compilation-shell-minor-mode):
16166 * progmodes/gud.el (gud-tooltip-mode):
16167 * progmodes/hideif.el (hide-ifdef-mode):
16168 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16169 * progmodes/subword.el (subword-mode):
16170 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16171 * progmodes/which-func.el (which-function-mode):
16172 * term/tvi970.el (tvi970-set-keypad-mode):
16173 * term/vt100.el (vt100-wide-mode):
16174 * textmodes/flyspell.el (flyspell-mode):
16175 * textmodes/ispell.el (ispell-minor-mode):
16176 * textmodes/nroff-mode.el (nroff-electric-mode):
16177 * textmodes/paragraphs.el (use-hard-newlines):
16178 * textmodes/refill.el (refill-mode):
16179 * textmodes/reftex.el (reftex-mode):
16180 * textmodes/rst.el (rst-minor-mode):
16181 * textmodes/sgml-mode.el (html-autoview-mode)
16182 (sgml-electric-tag-pair-mode):
16183 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
16184 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
16185 * emulation/crisp.el (crisp-mode):
16186 * emacs-lisp/eldoc.el (eldoc-mode):
16187 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
16188 minor mode behavior.
16189
16190 2011-10-19 Juri Linkov <juri@jurta.org>
16191
16192 * descr-text.el (describe-char): Add #x2010 and #x2011 to
16193 the list of hard-coded chars with escape-glyph face.
16194
16195 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16196
16197 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
16198
16199 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
16200
16201 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
16202 running process.
16203
16204 2011-10-19 Glenn Morris <rgm@gnu.org>
16205
16206 * vc/vc-bzr.el (vc-bzr-after-dir-status):
16207 Ignore ignored files. (Bug#9726)
16208
16209 2011-10-19 Chong Yidong <cyd@gnu.org>
16210
16211 Doc fix for minor modes, stating that an omitted argument enables
16212 the mode unconditionally when called from Lisp.
16213
16214 * abbrev.el (abbrev-mode):
16215 * allout.el (allout-mode):
16216 * autoinsert.el (auto-insert-mode):
16217 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16218 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16219 (global-auto-revert-mode):
16220 * battery.el (display-battery-mode):
16221 * composite.el (global-auto-composition-mode)
16222 (auto-composition-mode):
16223 * delsel.el (delete-selection-mode):
16224 * desktop.el (desktop-save-mode):
16225 * dired-x.el (dired-omit-mode):
16226 * dirtrack.el (dirtrack-mode):
16227 * doc-view.el (doc-view-minor-mode):
16228 * double.el (double-mode):
16229 * electric.el (electric-indent-mode, electric-pair-mode):
16230 * emacs-lock.el (emacs-lock-mode):
16231 * epa-hook.el (auto-encryption-mode):
16232 * follow.el (follow-mode):
16233 * font-core.el (font-lock-mode):
16234 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
16235 * help.el (temp-buffer-resize-mode):
16236 * hilit-chg.el (highlight-changes-mode)
16237 (highlight-changes-visible-mode):
16238 * hi-lock.el (hi-lock-mode):
16239 * hl-line.el (hl-line-mode, global-hl-line-mode):
16240 * icomplete.el (icomplete-mode):
16241 * ido.el (ido-everywhere):
16242 * image-file.el (auto-image-file-mode):
16243 * image-mode.el (image-minor-mode):
16244 * iswitchb.el (iswitchb-mode):
16245 * jka-cmpr-hook.el (auto-compression-mode):
16246 * linum.el (linum-mode):
16247 * longlines.el (longlines-mode):
16248 * master.el (master-mode):
16249 * mb-depth.el (minibuffer-depth-indicate-mode):
16250 * menu-bar.el (menu-bar-mode):
16251 * minibuf-eldef.el (minibuffer-electric-default-mode):
16252 * mouse-sel.el (mouse-sel-mode):
16253 * msb.el (msb-mode):
16254 * mwheel.el (mouse-wheel-mode):
16255 * outline.el (outline-minor-mode):
16256 * paren.el (show-paren-mode):
16257 * recentf.el (recentf-mode):
16258 * reveal.el (reveal-mode, global-reveal-mode):
16259 * rfn-eshadow.el (file-name-shadow-mode):
16260 * ruler-mode.el (ruler-mode):
16261 * savehist.el (savehist-mode):
16262 * scroll-all.el (scroll-all-mode):
16263 * scroll-bar.el (scroll-bar-mode):
16264 * server.el (server-mode):
16265 * shell.el (shell-dirtrack-mode):
16266 * simple.el (auto-fill-mode, transient-mark-mode)
16267 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
16268 (line-number-mode, column-number-mode, size-indication-mode)
16269 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
16270 * strokes.el (strokes-mode):
16271 * time.el (display-time-mode):
16272 * t-mouse.el (gpm-mouse-mode):
16273 * tool-bar.el (tool-bar-mode):
16274 * tooltip.el (tooltip-mode):
16275 * type-break.el (type-break-mode-line-message-mode)
16276 (type-break-query-mode):
16277 * view.el (view-mode):
16278 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16279 (global-whitespace-mode, global-whitespace-newline-mode):
16280 * xt-mouse.el (xterm-mouse-mode): Doc fix.
16281
16282 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16283 Fix autogenerated docstring.
16284
16285 2011-10-19 Juri Linkov <juri@jurta.org>
16286
16287 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
16288 by checking environment variables "DESKTOP_SESSION" and
16289 "XDG_CURRENT_DESKTOP". (Bug#9779)
16290
16291 2011-10-19 Juri Linkov <juri@jurta.org>
16292
16293 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
16294 (browse-url-chromium-program, browse-url-chromium-arguments):
16295 New defcustoms.
16296 (browse-url-default-browser): Check for `browse-url-chromium' and
16297 call `browse-url-chromium-program'.
16298 (browse-url-chromium): New command. (Bug#9779)
16299
16300 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
16301
16302 * facemenu.el (list-colors-duplicates): On Windows, detect more
16303 duplicates by assuming that only colors matching "^System" are
16304 special "system colors". (Bug#9722)
16305
16306 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16307
16308 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
16309 to distinguish the author from the committer.
16310
16311 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
16312
16313 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
16314
16315 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
16316
16317 * international/mule.el (sgml-html-meta-auto-coding-function):
16318 Add support for detecting encoding in HTML5 specified only as
16319 <meta charset="UTF-8">. Implementation just makes http-equiv and
16320 content-type parts from HTML4 encoding string optional. (Bug#9716)
16321
16322 2011-10-18 Glenn Morris <rgm@gnu.org>
16323
16324 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
16325
16326 2011-10-18 Chong Yidong <cyd@gnu.org>
16327
16328 * faces.el (cursor): Doc fix.
16329
16330 2011-10-17 Chong Yidong <cyd@gnu.org>
16331
16332 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
16333
16334 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
16335
16336 * dirtrack.el (dirtrack): Support shell buffers with path
16337 prefixes, e.g. tramp-based remote shells. (Bug#9647)
16338
16339 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
16340
16341 * json.el: Bump version to 1.3 and note change in History.
16342 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
16343
16344 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16345
16346 * comint.el (comint-insert-input, comint-send-input)
16347 (comint-get-old-input-default, comint-backward-matching-input)
16348 (comint-next-prompt): Use nil instead of `input' for field property of
16349 past user input (bug#114).
16350
16351 * minibuffer.el (completion--replace): Inherit surrounding properties
16352 (bug#114).
16353 (minibuffer-complete-and-exit): Use it.
16354
16355 * comint.el (comint--table-subvert): Quote the all-completions output
16356 (bug#9160).
16357
16358 2011-10-17 Martin Rudalics <rudalics@gmx.at>
16359
16360 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
16361
16362 * menu-bar.el (menu-bar-file-menu): Add entry for making new
16363 window on right of selected. (Bug#9350) Reword other window
16364 entries and separate them from frame entries.
16365
16366 2011-10-15 Glenn Morris <rgm@gnu.org>
16367
16368 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
16369 Doc fixes.
16370
16371 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
16372
16373 * net/network-stream.el (network-stream-open-starttls):
16374 Improve detection of failure due to lack of TLS support.
16375
16376 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
16377 putting the input text in front and in bold.
16378
16379 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16380
16381 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
16382
16383 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
16384 empty buffer.
16385
16386 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
16387 unread-command-events rather than pushing yet-another event.
16388
16389 2011-10-14 Eli Zaretskii <eliz@gnu.org>
16390
16391 * mail/sendmail.el (sendmail-query-once): Improve the wording of
16392 the explanation of the possible choices. Make the options passed
16393 to completing-read shorter.
16394
16395 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16396
16397 * textmodes/flyspell.el (flyspell-large-region): Make sure
16398 extended character mode is used if defined (Bug#1339).
16399
16400 2011-10-13 Eli Zaretskii <eliz@gnu.org>
16401
16402 * simple.el (what-cursor-position): Fix the display of the
16403 character info for LRE, LRO, RLE, and RLO characters by appending
16404 an invisible PDF.
16405
16406 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
16407
16408 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
16409 even in case of error; add debug spec; simplify data flow.
16410 (with-timeout-handler): Remove.
16411
16412 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
16413
16414 Fix Bug#6019, Bug#9315.
16415
16416 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
16417 complete `buffer-file-name', the local file name part could look
16418 remotely (for example on VMS).
16419
16420 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
16421 `tramp-run-real-handler'.
16422 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
16423 already quoted by '"'.
16424
16425 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
16426 Let `file-name-handler-alist' be nil, the local file name part
16427 could look remotely (for example on VMS).
16428
16429 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16430
16431 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
16432 from here...
16433 (flyspell-post-command-hook): ...to here.
16434
16435 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16436
16437 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
16438 if not needed.
16439 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
16440 using completion. Protect against "slow" callers.
16441 Remove the "message hack".
16442
16443 2011-10-11 Juri Linkov <juri@jurta.org>
16444
16445 * isearch.el (isearch-lazy-highlight-word): New variable.
16446 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
16447 Use it. (Bug#9727)
16448
16449 2011-10-11 Glenn Morris <rgm@gnu.org>
16450
16451 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
16452 like f90-previous-statement does.
16453
16454 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16455
16456 * eshell/eshell.el (eshell-command): History should be saved
16457 only in interactive use, to avoid error.
16458
16459 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16460
16461 * minibuffer.el (completion-file-name-table): Fix last change,
16462 i.e. ignore normal errors but not the other ones.
16463
16464 2011-10-10 Martin Rudalics <rudalics@gmx.at>
16465
16466 * window.el (special-display-buffer-names)
16467 (special-display-regexps): Remove some remnants of earlier
16468 changes from doc-strings.
16469 (quit-windows-on): New function.
16470
16471 * vc/vc.el (vc-revert, vc-rollback):
16472 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
16473 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
16474 (Bug#6183) (Bug#7074) (Bug#7447)
16475
16476 2011-10-09 Martin Rudalics <rudalics@gmx.at>
16477
16478 * window.el (frame-auto-hide-function): Add version tag.
16479 (Bug#9699)
16480
16481 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
16482
16483 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
16484 condition.
16485
16486 2011-10-09 Leo Liu <sdl.web@gmail.com>
16487
16488 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
16489 (Bug#9701)
16490
16491 2011-10-08 Glenn Morris <rgm@gnu.org>
16492
16493 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
16494 before the first code statement zero indent. (Bug#9690)
16495
16496 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
16497
16498 * simple.el (count-words-region): Always count in the region.
16499 Report the number of lines and characters too.
16500 (count-words): New command, which counts in the buffer if the
16501 region is inactive, as count-words-region used to.
16502 (count-words--message): New function. Handle plurals.
16503 (count-lines-region): Make it an alias for count-words-region.
16504
16505 * bindings.el (esc-map): Replace count-lines-region with
16506 count-words-region.
16507
16508 2011-10-08 Martin Rudalics <rudalics@gmx.at>
16509
16510 * window.el (window--delete): Delete dedicated frame
16511 unconditionally when argument KILL is non-nil. (Bug#9699)
16512 (switch-to-buffer): Fix doc-string typo.
16513
16514 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16515
16516 * eshell/eshell.el (eshell-command): Avoid using hooks.
16517
16518 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
16519
16520 * bindings.el ([M-left],[M-right]): Bind to left-word and
16521 right-word respectively.
16522
16523 2011-10-07 Glenn Morris <rgm@gnu.org>
16524
16525 * cus-start.el (debug-on-quit): Fix custom type.
16526
16527 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16528
16529 * subr.el (define-key-after): Clarify that the function is not
16530 useful for non-menu keymaps.
16531
16532 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
16533
16534 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16535
16536 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
16537 in current minibuffer (Fix bug with recursive minibuffers).
16538
16539 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
16540
16541 * progmodes/gdb-mi.el (gdb): Doc fix.
16542
16543 2011-10-05 Martin Rudalics <rudalics@gmx.at>
16544
16545 * window.el (frame-auto-hide-function): New option replacing
16546 frame-auto-delete. Suggested by Stefan Monnier.
16547 (window--delete): Call frame-auto-hide-function instead of
16548 investigating frame-auto-delete.
16549 (window-point-1, set-window-point-1): New functions.
16550 (window-in-direction, record-window-buffer, window-state-get-1)
16551 (display-buffer-record-window): Use window-point-1 instead of
16552 window-point.
16553 (set-window-buffer-start-and-point): Use set-window-point-1.
16554
16555 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16556
16557 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
16558
16559 2011-10-05 Glenn Morris <rgm@gnu.org>
16560
16561 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
16562 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
16563
16564 2011-10-05 Leo Liu <sdl.web@gmail.com>
16565
16566 * subr.el (read-char-choice): Fix argument to buffer-live-p which
16567 works with buffer object.
16568
16569 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16570
16571 * mpc.el (mpc-tool-bar-map): Add labels.
16572
16573 2011-10-04 Glenn Morris <rgm@gnu.org>
16574
16575 * calendar/holidays.el (calendar-check-holidays): Doc fix.
16576
16577 2011-10-04 Martin Rudalics <rudalics@gmx.at>
16578
16579 * window.el (window--delete): New function.
16580 (frame-auto-delete): Resuscitate option.
16581 (bury-buffer, replace-buffer-in-windows)
16582 (quit-window): Rewrite using window--delete.
16583 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16584 Pass display-buffer-mark-dedicated to window--display-buffer-2
16585 (Bug#9639).
16586
16587 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16588
16589 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
16590 returns a list (bug#9554). Add remote file name completion.
16591 * comint.el (comint--table-subvert): Curry and get quote&unquote
16592 functions as arguments.
16593 (comint--complete-file-name-data): Adjust call accordingly.
16594 * pcomplete.el (pcomplete--table-subvert): Remove.
16595 (pcomplete-completions-at-point): Use comint--table-subvert instead.
16596
16597 * minibuffer.el (completion-table-case-fold): Use currying.
16598 (completion--styles-type, completion--cycling-threshold-type):
16599 New constants.
16600 (completion-styles, completion-category-overrides)
16601 (completion-cycle-threshold): Use them.
16602 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
16603 completion-table-case-fold.
16604
16605 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
16606
16607 * minibuffer.el (completion-category-overrides): Fix type of styles
16608 and add more user friendly tags (bug#9660).
16609
16610 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16611
16612 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
16613 (mule-input-method-string): New widget.
16614 (default-input-method, language-info-custom-alist): Use it.
16615
16616 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16617
16618 * pcomplete.el: Require comint.
16619 (pcomplete--common-suffix): Remove.
16620 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
16621 (pcomplete--table-subvert): Sync with comint--table-subvert.
16622 (pcomplete--entries): Use comint-completion-file-name-table.
16623 * comint.el (comint-unquote-filename): Simplify.
16624 (comint-completion-file-name-table): New function (bug#9616).
16625 (comint--complete-file-name-data): Use it.
16626
16627 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
16628 (pcmpl-gnu-tar-buffer): Remove.
16629 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
16630 around. Make sure pcomplete-suffix-list is only changed temporarily.
16631 Don't look inside the tar's file if it's too large.
16632
16633 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
16634
16635 * cus-edit.el (custom-mode-map):
16636 * epa.el (epa-key-list-mode-map):
16637 * man.el (Man-mode-map):
16638 * startup.el (splash-screen-keymap):
16639 * simple.el (special-mode-map): Use scroll-up-command and
16640 scroll-down-command.
16641
16642 * progmodes/idlw-help.el (idlwave-help-mode-map):
16643 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
16644 * net/newst-plainview.el (newsticker-mode-map):
16645 * emulation/ws-mode.el (wordstar-mode-map):
16646 * emulation/vi.el (vi-com-map):
16647 * calc/calc-graph.el (calc-graph-show-dumb):
16648 * term/sun.el (terminal-init-sun):
16649 * term/ns-win.el (global-map):
16650 * progmodes/grep.el (grep-mode-map):
16651 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
16652 * mail/rmail.el (rmail-mode-map):
16653 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
16654
16655 * custom.el (custom-safe-themes, load-theme): Treat value of t for
16656 custom-safe-themes as special.
16657
16658 2011-10-01 Julien Danjou <julien@danjou.info>
16659
16660 * notifications.el (notifications-notify): Fix docstring.
16661
16662 2011-10-01 Per Starbäck <per@starback.se>
16663
16664 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
16665
16666 2011-09-30 Martin Rudalics <rudalics@gmx.at>
16667
16668 * startup.el (command-line-1): Fix last fix by inserting
16669 initial-scratch-message into *scratch* before displaying it.
16670 (Bug#9605) and (Bug#9636)
16671
16672 2011-09-29 Eli Zaretskii <eliz@gnu.org>
16673
16674 * simple.el (line-move): If auto-hscroll-mode is disabled and the
16675 window is hscrolled, move by logical lines. (Bug#9607)
16676 (line-move-visual): Update the doc string to the above effect.
16677
16678 2011-09-29 Martin Rudalics <rudalics@gmx.at>
16679
16680 * window.el (display-buffer-record-window): When WINDOW is the
16681 selected window use `point' instead of `window-point'. (Bug#9626)
16682
16683 * startup.el (command-line-1): Use insert-before-markers when
16684 inserting initial-scratch-message. (Bug#9605)
16685
16686 * help.el (help-window): Remove variable.
16687
16688 2011-09-29 Glenn Morris <rgm@gnu.org>
16689
16690 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
16691
16692 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
16693
16694 * descr-text.el (describe-char-categories): Accept category
16695 descriptions more than one line long.
16696
16697 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16698
16699 * simple.el (delete-trailing-whitespace): Fix last change.
16700
16701 * progmodes/perl-mode.el (perl-syntax-propertize-function):
16702 Don't confuse "y => 3" as the beginning of a `y' operation.
16703
16704 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
16705 object has more than 4 slots (bug#9613).
16706
16707 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
16708
16709 * subr.el (with-output-to-temp-buffer):
16710 * net/quickurl.el (quickurl, quickurl-browse-url):
16711 Fix typos in docstrings.
16712
16713 2011-09-27 Eli Zaretskii <eliz@gnu.org>
16714
16715 * minibuffer.el (completion-styles)
16716 (completion-category-overrides): Cross reference each other in doc
16717 strings.
16718
16719 2011-09-27 Glenn Morris <rgm@gnu.org>
16720
16721 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
16722 to split-string. (Bug#9606)
16723
16724 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16725
16726 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
16727 (bug#9615).
16728
16729 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
16730
16731 * emacs-lisp/package.el (list-packages): Fix echo area message.
16732
16733 2011-09-27 Leo Liu <sdl.web@gmail.com>
16734
16735 * ido.el (ido-read-internal): Accept cons cell HIST arg.
16736
16737 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
16738
16739 * net/dbus.el (dbus-unregister-object): Don't release services for
16740 registered signals. (Bug#9581)
16741
16742 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
16743
16744 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
16745 function that picks between cfengine 2 and 3 support
16746 automatically. Update docs accordingly.
16747
16748 2011-09-22 Kenichi Handa <handa@m17n.org>
16749
16750 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
16751 ZERO.
16752 (indian-itrans-v5-table-for-tamil): New variable.
16753 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
16754
16755 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
16756
16757 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
16758 that's true if the current command involved collapsing of text.
16759 It's reset to false at the beginning of the next command.
16760 (allout-post-command-business): Move the cursor to the beginning
16761 of entry if the cursor is hidden and collapsing activity just
16762 happened.
16763
16764 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
16765
16766 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
16767 tracking (Bug#9541).
16768
16769 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
16770
16771 * net/newst-reader.el (newsticker-html-renderer)
16772 (newsticker-show-news): Automatically load html rendering package
16773 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
16774 because w3m-fill-column is let-bound" and the error "Symbol's value
16775 as variable is void: w3m-fill-column".
16776
16777 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
16778
16779 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
16780 Release services only if they are defined. (Bug#9581)
16781
16782 2011-09-23 Richard Stallman <rms@gnu.org>
16783
16784 * textmodes/paragraphs.el (forward-sentence): For backwards case,
16785 distinguish start of paragraph from start of its text.
16786
16787 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
16788
16789 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
16790 (rmail-generate-viewer-buffer): Put that hook on view buffer.
16791 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
16792
16793 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
16794
16795 * international/mule-diag.el (mule-diag): Insert a newline after
16796 each fontset description.
16797
16798 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16799
16800 * simple.el (delete-trailing-whitespace):
16801 Document last change; simplify.
16802
16803 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
16804
16805 * simple.el (delete-trailing-whitespace): Also delete
16806 extra newlines at the end of the buffer.
16807
16808 * textmodes/picture.el: Make motion commands obey shift-select-mode.
16809 (picture-newline): Use forward-line so as to ignore fields.
16810
16811 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16812
16813 * subr.el (with-wrapper-hook): Fix edebug spec.
16814
16815 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16816
16817 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
16818 (bug#4538).
16819
16820 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
16821
16822 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
16823 Fix nasty bug using wrong cached values.
16824
16825 2011-09-23 Alan Mackenzie <acm@muc.de>
16826
16827 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
16828
16829 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
16830
16831 * window.el (pop-to-buffer): Ensure right window is selected if we
16832 chose another frame.
16833
16834 2011-09-22 Eli Zaretskii <eliz@gnu.org>
16835
16836 * simple.el (what-cursor-position): Use get-char-property-change
16837 and next-single-char-property-change, to be able to show display
16838 properties that come from overlays as well as text properties.
16839
16840 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
16841
16842 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
16843
16844 * cmuscheme.el (run-scheme, switch-to-scheme):
16845 * cus-edit.el (customize-group, custom-buffer-create)
16846 (customize-browse):
16847 * info.el (info):
16848 * shell.el (shell):
16849 * mail/sendmail.el (mail):
16850 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
16851
16852 2011-09-22 Richard Stallman <rms@gnu.org>
16853
16854 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
16855 move back only to line beg, don't move back over blank lines.
16856
16857 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
16858
16859 * files.el (copy-directory): Set directory attributes only in case
16860 they could be retrieved from the source directory. (Bug#9565)
16861
16862 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
16863
16864 * progmodes/hideshow.el (hs-looking-at-block-start-p)
16865 (hs-find-block-beginning, hs-hide-level-recursive):
16866 Ignore strings as well as comments. (Bug#9502)
16867
16868 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
16869
16870 * progmodes/sql.el (sql-comint-postgres):
16871 Convert port number to a string. (Bug#9566)
16872
16873 2011-09-22 Martin Rudalics <rudalics@gmx.at>
16874
16875 * window.el (quit-window): Undedicate window when switching to
16876 previous buffer. Reported by Thierry Volpiatto
16877 <thierry.volpiatto@gmail.com>.
16878 (special-display-popup-frame): When popping up a new frame reset
16879 its previous buffers to nil. Simplify code.
16880
16881 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
16882
16883 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
16884 and process filter, as done also in `shell-command'.
16885
16886 2011-09-21 Martin Rudalics <rudalics@gmx.at>
16887
16888 * window.el (set-window-buffer-start-and-point):
16889 Call set-window-start with NOFORCE argument t.
16890 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16891 (quit-window): Reword doc-string. Handle new format of
16892 quit-restore parameter. Don't delete window if it has a
16893 previous buffer we can show instead of the present one.
16894 (display-buffer-record-window): Rewrite using a new format for
16895 the quit-restore window parameter
16896 (special-display-popup-frame, display-buffer-same-window)
16897 (display-buffer-reuse-window, display-buffer-pop-up-frame)
16898 (display-buffer-pop-up-window, display-buffer-use-some-window):
16899 Adapt symbol passed to display-buffer-record-window.
16900 * help.el (help-window-setup): Handle new format of quit-restore
16901 parameter.
16902
16903 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16904
16905 * faces.el (face-list): Fix docstring (bug#9564).
16906
16907 * window.el (display-buffer--action-function-custom-type):
16908 Don't include internal functions in the Custom interface.
16909
16910 2011-09-20 Juri Linkov <juri@jurta.org>
16911
16912 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
16913 (Info-forward-node, Info-backward-node, Info-next-preorder)
16914 (Info-last-preorder): Use it. (Bug#9528)
16915
16916 2011-09-20 Juri Linkov <juri@jurta.org>
16917
16918 * info.el (Info-last-preorder): Visit last menu item only when
16919 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
16920
16921 2011-09-20 Julien Danjou <julien@danjou.info>
16922
16923 * password-cache.el (password-cache-remove): Remove entries even if the
16924 value is nil, so that password with a nil value (negative caching) is
16925 possible to invalidate.
16926
16927 2011-09-20 Lawrence Mitchell <wence@gmx.li>
16928
16929 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
16930 all whitespace around breakpoint. (Bug#9553)
16931 (f90-find-breakpoint): Only break at whitespace inside a comment.
16932
16933 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16934
16935 * minibuffer.el (completion-file-name-table): Keep track of errors.
16936 (completion-table-with-predicate): Handle the case where pred1 is nil.
16937 * pcomplete.el (pcomplete-completions-at-point): Simplify.
16938
16939 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16940
16941 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
16942 (debugger-return-value): Signal an error if the debugging context does
16943 not await any return value.
16944
16945 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
16946 * image-mode.el (image-toggle-display-text)
16947 (image-toggle-display-image): Stay away from evil `intangible'.
16948
16949 2011-09-19 Leo Liu <sdl.web@gmail.com>
16950
16951 * replace.el (occur-revert-arguments): Make it permanent-local.
16952 (occur-mode): Don't call font-lock-defontify.
16953
16954 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
16955
16956 * net/ldap.el (ldap-search-internal): Don't push empty search
16957 result (Bug#9508).
16958
16959 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16960
16961 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
16962
16963 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
16964
16965 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
16966 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
16967
16968 2011-09-18 Juri Linkov <juri@jurta.org>
16969
16970 * buff-menu.el (Buffer-menu-mode-map):
16971 * dired.el (dired-mode-map):
16972 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
16973 (lisp-interaction-mode-map):
16974 * emacs-lisp/package.el (package-menu-mode-map):
16975 * epa.el (epa-key-list-mode-map):
16976 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
16977 (menu-bar-options-menu):
16978 * outline.el (outline-mode-menu-bar-map):
16979 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
16980 * vc/vc-dir.el (vc-dir-menu-map):
16981 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
16982 Capitalize non-function content words in menu item strings.
16983
16984 * dired.el (dired-mode-map): Add menu item for
16985 `image-dired-dired-toggle-marked-thumbs'.
16986
16987 2011-09-18 Juri Linkov <juri@jurta.org>
16988
16989 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
16990 to `isearch-case-fold-search' and restore its original value
16991 after the `isearch-mode' call.
16992
16993 2011-09-18 Juri Linkov <juri@jurta.org>
16994
16995 * progmodes/grep.el (grep-process-setup): Don't check code for 1
16996 because `zgrep' returns 1 for successful matches (bug#9226).
16997
16998 2011-09-18 Juri Linkov <juri@jurta.org>
16999
17000 * info.el (Info-extract-menu-node-name): Check the second match
17001 for empty string (second test-case of bug#9528).
17002 (Info-last-preorder): Let-bind `Info-history' to nil to not add
17003 intermediate nodes to the history (first test-case of bug#9528).
17004
17005 2011-09-18 Juri Linkov <juri@jurta.org>
17006
17007 * info.el (Info-mode-syntax-table): New variable.
17008 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
17009
17010 2011-09-18 Juri Linkov <juri@jurta.org>
17011
17012 * info.el (Info-file-supports-index-cookies):
17013 Increment line-beginning-position's arg from 3 to 4 because makeinfo
17014 outputs one more line for long file names (bug#4142).
17015
17016 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17017
17018 * newcomment.el (comment-normalize-vars): If prompting for
17019 comment-start, set comment-start-skip too (Bug#8424).
17020
17021 2011-09-18 Johan Bockgård <bojohan@gnu.org>
17022
17023 * icomplete.el: Fix previous fix of Bug#5849.
17024 (icomplete-mode): Don't set completion-show-inline-help.
17025 (icomplete-minibuffer-setup): Set completion-show-inline-help
17026 locally during icompletion.
17027
17028 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17029
17030 * woman.el (woman2-process-escapes): Don't delete unrecognized
17031 escapes (Bug#7843).
17032
17033 * files.el (inhibit-first-line-modes-regexps): Add image files.
17034 (hack-local-variables-prop-line): Return nil for malformed
17035 prop-lines (Bug#9044).
17036
17037 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
17038
17039 * net/tramp.el (top): Don't require 'shell.
17040 (tramp-methods): Fix docstring.
17041 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
17042 Return complete remote file name. Handle "smb" case.
17043 Use `tramp-tmpdir', if defined for the respective method.
17044 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
17045
17046 * net/tramp-compat.el (top): Require 'shell.
17047
17048 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
17049 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
17050 `tramp-current-host'.
17051 (tramp-get-remote-tmpdir): Remove.
17052
17053 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
17054 `tramp-tmpdir' entries.
17055 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
17056 (tramp-smb-handle-file-attributes): Ignore errors.
17057 (tramp-smb-wait-for-output): Check also for process end.
17058
17059 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17060
17061 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
17062 when sending QUIT (bug#9312).
17063
17064 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
17065
17066 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
17067 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
17068 occur-mode-display-occurrence.
17069 (occur-edit-mode): Add usage message.
17070 (occur-cease-edit): New command.
17071 (occur-after-change-function): Use text properties to find the
17072 position of the prefix text.
17073 (occur-engine): Set stickiness of prefix text properties.
17074
17075 2011-09-17 Glenn Morris <rgm@gnu.org>
17076
17077 * progmodes/etags.el (complete-tag):
17078 Fix call to completion-in-region. (Bug#9526)
17079
17080 2011-09-17 Juri Linkov <juri@jurta.org>
17081
17082 * textmodes/ispell.el (ispell-word): Add to the error message
17083 the word, ispell program name and current dictionary (bug#9121).
17084 (ispell-tex-arg-end): Capitalize "error" in the error message.
17085
17086 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
17087
17088 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
17089 check. (Bug#4251)
17090
17091 2011-09-17 Juri Linkov <juri@jurta.org>
17092
17093 * window.el (window-safe-min-height, window-safe-min-width):
17094 Fix typos (followup to bug#9522).
17095
17096 2011-09-17 Sven Joachim <svenjoac@gmx.de>
17097
17098 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
17099
17100 2011-09-16 Eli Zaretskii <eliz@gnu.org>
17101
17102 * simple.el (line-move): If goal-column is set, move by logical
17103 lines, not by display lines. (Bug#971)
17104 (next-line, previous-line, goal-column, line-move-visual): Doc fix
17105 to reflect the above change.
17106
17107 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17108
17109 * image.el (imagemagick-register-types): Use regexp-opt.
17110
17111 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17112
17113 * window.el (display-buffer-base-action): Rename from
17114 display-buffer-default-action. Make default value empty.
17115 (display-buffer-overriding-action): Convert to defvar.
17116 (display-buffer-fallback-action): New var.
17117
17118 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17119
17120 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
17121 declaration.
17122 (package--add-to-archive-contents): If there is a duplicate entry
17123 with an older version, remove it.
17124 (package-menu-mark-delete, package-menu-mark-install)
17125 (package-menu-mark-unmark): Make unused args optional.
17126 (package-menu-mark-obsolete-for-deletion):
17127 Use package-menu-get-status instead of a regexp search.
17128 (package-menu-get-status): Use tabulated-list-entry.
17129 (package-menu-mark-upgrades): New command.
17130 (package-menu-mode-map): Bind it to U. Add it to menu bar.
17131 (package-menu-execute): Do installation before deletion.
17132 (package-menu-refresh, package-menu-execute): Use derived-mode-p
17133 instead of checking major-mode.
17134 (package-menu--find-upgrades): New function.
17135
17136 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17137
17138 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
17139 passwords in the log buffer.
17140 (smtpmail-process-filter): Update the process marker so that the
17141 "broken by peer" status message is inserted in the right place.
17142
17143 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17144
17145 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
17146 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
17147 bibtex-completion-at-point-function.
17148 (bibtex-completion-at-point-function): Use them.
17149
17150 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
17151
17152 * mpc.el (mpc-constraints-tag-lookup): New function.
17153 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
17154 also to browser "album|playlist".
17155
17156 2011-09-14 Juri Linkov <juri@jurta.org>
17157
17158 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
17159 (isearch-edit-string): Use length of `isearch-string' when
17160 `isearch-fail-pos' returns nil.
17161 (isearch-message): Remove duplicate code and call
17162 `isearch-fail-pos' with arg `t'.
17163
17164 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
17165
17166 * replace.el (occur-mode-goto-occurrence): Don't force using other
17167 window (Bug#9499).
17168
17169 * dired-aux.el (dired-do-chmod): Don't provide initial input.
17170
17171 2011-09-14 Martin Rudalics <rudalics@gmx.at>
17172
17173 * window.el (display-buffer-window): Remove.
17174 (display-buffer-record-window): Use help-setup window parameter
17175 instead of variable display-buffer-window.
17176 (display-buffer-function, special-display-buffer-names)
17177 (special-display-function): Mention help-setup parameter instead
17178 of display-buffer-window in doc-string.
17179 * help.el (help-window-setup): New argument help-window.
17180 Use help-window-setup parameter instead of display-buffer-window.
17181 Reword some messages.
17182 (with-help-window): Pass window used for displaying the buffer
17183 to help-window-setup. Don't set display-buffer-window.
17184
17185 2011-09-13 Glenn Morris <rgm@gnu.org>
17186
17187 * emacs-lisp/debug.el (debugger-make-xrefs):
17188 Preserve point. (Bug#9462)
17189
17190 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17191
17192 * window.el (window-deletable-p): Use next-frame.
17193
17194 2011-09-13 Martin Rudalics <rudalics@gmx.at>
17195
17196 * window.el (window-auto-delete): Remove.
17197 (window-deletable-p): Remove argument FORCE. Don't deal with
17198 dedication and previous buffers.
17199 (switch-to-prev-buffer): Don't delete window.
17200 (delete-windows-on): Delete a window's frame if and only if the
17201 window is dedicated.
17202 (replace-buffer-in-windows): Delete buffer's window or frame if
17203 and only if window is dedicated.
17204 (quit-window): Handle quit-restore as before last change.
17205 (bury-buffer): Delete window only if window-deletable-p returns t.
17206
17207 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17208
17209 * window.el (window-deletable-p): Never delete the last frame on a
17210 given terminal.
17211
17212 2011-09-13 Glenn Morris <rgm@gnu.org>
17213
17214 * help.el (describe-key-briefly): Copy previous standard-output change.
17215
17216 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
17217
17218 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
17219
17220 2011-09-13 Glenn Morris <rgm@gnu.org>
17221
17222 * emacs-lisp/lisp-mode.el (lisp-indent-function):
17223 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
17224
17225 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
17226
17227 * dired-aux.el (dired-mark-read-string): Don't return default
17228 value on empty input (Bug#9361).
17229 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
17230 Omit initial minibuffer contents.
17231 (dired-do-chmod): Signal an error on empty input.
17232 (dired-mark-read-string): Don't return default on empty input.
17233
17234 * files.el (file-modes-symbolic-to-number): Doc fix.
17235
17236 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17237
17238 * international/mule-cmds.el (ucs-completions): Remove.
17239 (read-char-by-name): Use complete-with-action instead; add metadata.
17240
17241 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17242
17243 * window.el (display-buffer--action-function-custom-type)
17244 (display-buffer--action-custom-type): New vars.
17245 (display-buffer-alist, display-buffer-default-action)
17246 (display-buffer-overriding-action): Add defcustom types.
17247
17248 * frame.el (delete-other-frames): Doc fix (Bug#276).
17249
17250 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17251
17252 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
17253
17254 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17255
17256 Change modes that used same-window-* vars to use switch-to-buffer.
17257
17258 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
17259 Use switch-to-buffer.
17260
17261 * cus-edit.el (customize-group, custom-buffer-create)
17262 (customize-browse, custom-buffer-create-other-window):
17263 Use switch-to-buffer or switch-to-buffer-other-window.
17264
17265 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
17266 (Info-prev, Info-up, Info-speedbar-goto-node)
17267 (info-display-manual): Use switch-to-buffer.
17268 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
17269
17270 * mail/sendmail.el (mail): Use switch-to-buffer.
17271 (mail-recover): Use switch-to-buffer-other-window.
17272
17273 * cmuscheme.el (run-scheme, switch-to-scheme):
17274 * ielm.el (ielm):
17275 * shell.el (shell):
17276 * net/rlogin.el (rlogin):
17277 * net/telnet.el (telnet, rsh):
17278 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
17279
17280 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
17281
17282 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
17283
17284 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17285
17286 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
17287 so don't mention it (bug#9301).
17288 (dired-sort-toggle-or-edit): Clarify string further.
17289
17290 * faces.el (face-spec-set-match-display): Make `(type graphic)'
17291 match `x', `w32' and `ns', like the manual says (bug#9029).
17292
17293 * subr.el (eval-after-load): Doc string clarification (bug#9125).
17294 (process-kill-buffer-query-function): Mention the buffer name in
17295 the query.
17296
17297 * image-mode.el (image-next-line): The line parameter is mandatory
17298 (bug#9258).
17299
17300 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
17301 which can be useful (bug#9301).
17302
17303 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
17304
17305 * subr.el (match-string): Mention that the current buffer should
17306 be the same as the search was done in (bug#9282).
17307
17308 * facemenu.el: Disable the remove-* commands if the mark isn't
17309 active (bug#9162).
17310
17311 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17312
17313 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
17314 of display-buffer.
17315 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
17316
17317 * replace.el (occur-mode-goto-occurrence)
17318 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
17319 and display-buffer.
17320
17321 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
17322 display-buffer.
17323
17324 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
17325 special-display and same-window variables.
17326 (mail-other-window): Use switch-to-buffer-other-window.
17327 (mail-other-frame): USe switch-to-buffer-other-frame.
17328
17329 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
17330 Use display-buffer-other-frame.
17331 (gdb-display-gdb-buffer): Use pop-to-buffer.
17332
17333 * progmodes/gud.el (gud-goto-info): Use info-other-window.
17334
17335 * progmodes/python.el: Don't set same-window-buffer-names.
17336
17337 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
17338
17339 * window.el (display-buffer-alist): Add *Python*.
17340
17341 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17342
17343 * window.el (display-buffer-alist): Add entry for buffers
17344 previously handled same-window-*.
17345 (display-buffer-alist, display-buffer-default-action)
17346 (display-buffer-overriding-action): Mark as risky.
17347 (display-buffer-alist): Document action function changes.
17348 (display-buffer--same-window-action)
17349 (display-buffer--other-frame-action): New variables.
17350 (switch-to-buffer, display-buffer-other-frame): Use them.
17351 (display-buffer): Rename reuse-frame entry to reusable-frames.
17352 (display-buffer-reuse-selected-window): Function deleted.
17353 (display-buffer-reuse-window): Handle reusable-frames alist entry.
17354 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
17355 (display-buffer-special): New function.
17356 (display-buffer--maybe-pop-up-frame-or-window): Rename from
17357 display-buffer-reuse-or-pop-window. Split off special-display
17358 part into display-buffer-special.
17359 (display-buffer-use-some-window): Don't perform any special
17360 pop-up-frames handling.
17361 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
17362 (display-buffer--maybe-same-window): Rename from
17363 display-buffer-maybe-same-window.
17364
17365 * info.el: Don't set same-window-regexps.
17366 (info-setup): New function.
17367 (info-other-window, info): Call it.
17368
17369 * cus-edit.el: Don't set same-window-regexps.
17370 (customize-group): New argument.
17371 (customize-group-other-window): Use it.
17372 (customize-face, customize-face-other-window): Likewise.
17373 (custom-buffer-create-other-window): Use pop-to-buffer directly.
17374
17375 * net/rlogin.el:
17376 * net/telnet.el:
17377 * progmodes/gud.el: Don't set same-window-regexps.
17378
17379 * cmuscheme.el:
17380 * ielm.el:
17381 * shell.el:
17382 * mail/sendmail.el:
17383 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
17384
17385 2011-09-10 Juri Linkov <juri@jurta.org>
17386
17387 * isearch.el (isearch-edit-string): Remove obsolete mention of
17388 `C-w' (`isearch-yank-word-or-char') from docstring.
17389 (isearch-query-replace): Fix typo in docstring (bug#9466).
17390
17391 2011-09-10 Juri Linkov <juri@jurta.org>
17392
17393 * paren.el (show-paren-function): Don't show escaped parens.
17394 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
17395
17396 2011-09-10 Eli Zaretskii <eliz@gnu.org>
17397
17398 * mail/sendmail.el (mml-to-mime, mml-attach-file)
17399 (mm-default-file-encoding): Remove autoload forms, they are
17400 replaced with autoload cookies in mml.el and mm-encode.el.
17401 (mail-add-attachment): New command.
17402 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
17403 (mail-mode): Mention mail-insert-file and mail-add-attachment in
17404 the doc string.
17405 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
17406
17407 2011-09-10 Reuben Thomas <rrt@sc3d.org>
17408
17409 * simple.el (count-words-region): Use buffer if there's no region
17410 (bug#9429).
17411
17412 2011-09-09 Juri Linkov <juri@jurta.org>
17413
17414 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
17415 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
17416 (wdired-isearch-filter-read-only): New function. (Bug#6362)
17417
17418 2011-09-09 Alan Mackenzie <acm@muc.de>
17419
17420 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
17421 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
17422
17423 2011-09-09 Eli Zaretskii <eliz@gnu.org>
17424
17425 Fix for Savannah bug#9392.
17426 * simple.el (mail-encode-mml): New defvar.
17427
17428 * mail/rmail.el (mail-encode-mml): Add a defvar.
17429 (rmail-enable-mime-composing): Default to t.
17430 (rmail-forward): Use MIME method of forwarding only if both
17431 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
17432 Set mail-encode-mml non-nil if the MIME method was used.
17433
17434 * mail/sendmail.el (mml-to-mime): Add autoload form.
17435 (mail-encode-mml): Add a defvar.
17436 (mail-mode): Make mail-encode-mml buffer-local and initialize it
17437 to nil.
17438 (mail-send): If mail-encode-mml is non-nil, run the outgoing
17439 message through mml-to-mime, and reset mail-encode-mml to nil.
17440
17441 2011-09-09 Glenn Morris <rgm@gnu.org>
17442
17443 * woman.el (woman-if-body): When processing an .el block,
17444 do not delete the next .el block as well. (Bug#9447)
17445 (woman-special-characters): Add oq, cq, and hy characters.
17446
17447 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17448
17449 * window.el (window-deletable-p): Make sure window is live before
17450 invoking window-prev-buffers.
17451
17452 2011-09-08 Leo Liu <sdl.web@gmail.com>
17453
17454 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
17455
17456 2011-09-08 Juri Linkov <juri@jurta.org>
17457
17458 * progmodes/compile.el (compilation-environment): Make it
17459 a defcustom (bug#8340).
17460
17461 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17462
17463 * window.el (frame-auto-delete): Rename to window-auto-delete.
17464 Make it control auto-deletion of windows and/or frames.
17465 (window-deletable-p): New argument FORCE. Rewrite conditions
17466 for deleting window/frame. (Bug#9419)
17467 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
17468 Rewrite handling of case when window/frame can be deleted.
17469 (delete-windows-on): Call window-deletable-p with new FORCE
17470 argument t. (Bug#9456)
17471
17472 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
17473
17474 * help-mode.el (help-mode): Restore autoload.
17475
17476 2011-09-07 Juri Linkov <juri@jurta.org>
17477
17478 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
17479 `compilation-environment'. Set buffer-local
17480 `compilation-environment' to `thisenv' later after (funcall mode).
17481 (Bug#8340)
17482
17483 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
17484 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
17485 instead of replacing its value. (Bug#8340)
17486
17487 2011-09-07 Juri Linkov <juri@jurta.org>
17488
17489 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
17490 based on text properties put by `grep-filter' instead of matching
17491 escape sequences.
17492 (grep-mode): Set buffer-local `compilation-error-screen-columns'
17493 to the value of `grep-error-screen-columns' (bug#9438).
17494
17495 2011-09-07 Juri Linkov <juri@jurta.org>
17496
17497 * simple.el (next-error-highlight, next-error-highlight-no-select):
17498 Doc fix (bug#9432).
17499
17500 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
17501
17502 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17503 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
17504
17505 2011-09-07 Leo Liu <sdl.web@gmail.com>
17506
17507 * net/rcirc.el (rcirc-mode): Conditionally initialize
17508 rcirc-input-ring.
17509
17510 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17511
17512 * emacs-lisp/find-func.el (find-function-C-source): Only set
17513 find-function-C-source-directory after checking that we found a source
17514 file there (bug#9440).
17515
17516 2011-09-06 Alan Mackenzie <acm@muc.de>
17517
17518 * isearch.el (isearch-other-meta-char): Wherever a key list is
17519 unread, "unread" the prefix arg, too. This fixes bug #8901.
17520
17521 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
17522
17523 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
17524
17525 2011-09-05 Juri Linkov <juri@jurta.org>
17526
17527 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
17528
17529 2011-09-05 Juri Linkov <juri@jurta.org>
17530
17531 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
17532 keeping point where processing of grep matches begins, and
17533 continue to delete remaining escape sequences from the same point.
17534 (grep-filter): Make leading zero optional in "0?1;31m" because
17535 git-grep emits "\033[1;31m" escape sequences unlike expected
17536 "\033[01;31m" as GNU Grep does (bug#9408).
17537 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
17538
17539 2011-09-05 Juri Linkov <juri@jurta.org>
17540
17541 * subr.el (y-or-n-p): Capitalize "yes".
17542
17543 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
17544
17545 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
17546 `tramp-cache-unload-hook' where appropriate.
17547 (tramp-methods): Rename `tramp-remote-sh' to
17548 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
17549 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
17550
17551 * net/tramp-sh.el (top): Don't require 'shell.
17552 (tramp-methods): Add `tramp-remote-shell' and
17553 `tramp-remote-shell-args' entries.
17554 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
17555 (tramp-sh-handle-shell-command): Remove.
17556 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17557 Use `tramp-remote-shell'.
17558
17559 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
17560
17561 * mail/sendmail.el (sendmail-query-once-function): Delete.
17562 (sendmail-query-once): Save directly to send-mail-function.
17563 Update message-send-mail-function too.
17564
17565 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
17566
17567 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17568
17569 * progmodes/python.el (python-mode-map): Use correct function to
17570 start python interpreter from menu-bar (as reported by Geert
17571 Kloosterman).
17572 (inferior-python-mode-map): Fix typo.
17573 (python-shell-map): Remove.
17574
17575 2011-09-03 Deniz Dogan <deniz@dogan.se>
17576
17577 * net/rcirc.el (rcirc-print): Simplify code for
17578 rcirc-scroll-show-maximum-output. There is no need to walk
17579 through all windows to find the right one.
17580
17581 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17582
17583 * help.el (help-return-method): Doc fix.
17584
17585 2011-09-03 Martin Rudalics <rudalics@gmx.at>
17586
17587 * window.el (window-deletable-p): Don't return a non-nil value
17588 when there's a buffer that was shown in the window before.
17589 (Bug#9419)
17590 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17591 Set window's previous buffers to nil.
17592
17593 2011-09-03 Eli Zaretskii <eliz@gnu.org>
17594
17595 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
17596 newline before and after the tag line, so it doesn't interfere
17597 with determining the paragraph direction of bidirectional text.
17598
17599 2011-09-03 Leo Liu <sdl.web@gmail.com>
17600
17601 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
17602
17603 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17604
17605 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
17606 (pop-to-buffer): Change interactive spec. Pass second argument
17607 directly to display-buffer.
17608 (display-buffer): Fix interactive spec. Use functionp to
17609 distinguish between a function and a list of functions.
17610
17611 * abbrev.el (edit-abbrevs):
17612 * arc-mode.el (archive-extract):
17613 * autoinsert.el (auto-insert):
17614 * bookmark.el (bookmark-bmenu-list):
17615 * files.el (find-file):
17616 * view.el (view-buffer):
17617 * progmodes/compile.el (compilation-goto-locus):
17618 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
17619
17620 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17621
17622 * window.el (display-buffer-alist): Doc fix.
17623 (display-buffer): Add docstring. Don't treat
17624 display-buffer-default specially.
17625 (display-buffer-reuse-selected-window)
17626 (display-buffer-same-window, display-buffer-maybe-same-window)
17627 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17628 (display-buffer-pop-up-window)
17629 (display-buffer-reuse-or-pop-window)
17630 (display-buffer-use-some-window): New functions.
17631 (display-buffer-default-action): Use them.
17632 (display-buffer-default): Delete.
17633 (pop-to-buffer-1): Fix choice of actions.
17634
17635 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
17636
17637 * minibuffer.el (completion--insert-strings): Don't get confused by
17638 completion entries that end with an LF char.
17639
17640 2011-09-01 Eli Zaretskii <eliz@gnu.org>
17641
17642 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
17643
17644 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
17645
17646 * window.el (display-buffer): Restore interactive spec.
17647 (display-buffer-same-window, display-buffer-other-window):
17648 New functions.
17649 (pop-to-buffer-1): New function. Use the above.
17650 (pop-to-buffer, pop-to-buffer-same-window): Use it.
17651 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
17652
17653 * view.el (view-buffer-other-window, view-buffer-other-frame):
17654 Just use pop-to-buffer.
17655
17656 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17657
17658 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
17659
17660 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
17661
17662 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
17663
17664 2011-08-31 Richard Stallman <rms@gnu.org>
17665
17666 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
17667 of the separation of rmail-view-buffer from rmail-buffer.
17668 If you say no to "replace original", the decrypt is in the
17669 view buffer. If you say yes, the decrypt goes into the
17670 rmail buffer also.
17671
17672 2011-08-31 Martin Rudalics <rudalics@gmx.at>
17673
17674 * window.el (display-buffer-window): Rewrite doc-string.
17675 (display-buffer-record-window): New function.
17676 (display-buffer-macro-specifiers)
17677 (display-buffer-even-window-sizes, display-buffer-set-height)
17678 (display-buffer-set-width, display-buffer-in-window)
17679 (display-buffer-reuse-window, display-buffer-split-specifiers)
17680 (display-buffer-side-specifiers, display-buffer-split-window-1)
17681 (display-buffer-split-window, display-buffer-split-atom-window)
17682 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
17683 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
17684 (display-buffer-other-window-means-other-frame)
17685 (display-buffer-normalize-special)
17686 (display-buffer-normalize-default)
17687 (display-buffer-normalize-argument)
17688 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
17689 (display-buffer-normalize-specifiers, display-buffer-frame)
17690 (display-buffer-same-window, display-buffer-same-frame)
17691 (display-buffer-other-window)
17692 (display-buffer-same-frame-other-window)
17693 (display-buffer-other-frame, pop-to-buffer-same-window)
17694 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
17695 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
17696 (switch-to-buffer-same-frame)
17697 (switch-to-buffer-other-window-same-frame)
17698 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
17699 (display-buffer-alist-set-1, display-buffer-alist-set-2)
17700 (display-buffer-alist-set): Remove.
17701 (display-buffer-function, special-display-buffer-names)
17702 (special-display-regexps, special-display-function):
17703 In doc-string refer to display-buffer-window and quit-restore
17704 parameter.
17705 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
17706 (special-display-frame-alist, special-display-popup-frame)
17707 (same-window-buffer-names, same-window-regexps, same-window-p)
17708 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17709 (split-window-preferred-function, split-height-threshold)
17710 (split-width-threshold, window-splittable-p)
17711 (split-window-sensibly, window--try-to-split-window)
17712 (window--frame-usable-p, even-window-heights)
17713 (window--even-window-heights, window--display-buffer-1)
17714 (window--display-buffer-2, display-buffer-other-frame):
17715 Restore old Emacs 23 code, order and doc-strings where applicable.
17716 (display-buffer-default, display-buffer-assq-regexp): New functions.
17717 (display-buffer-alist): Rewrite doc-string.
17718 (display-buffer-default-action)
17719 (display-buffer-overriding-action): New variables.
17720 (display-buffer, switch-to-buffer): Rewrite.
17721 (pop-to-buffer): Restore Emacs 23 behavior but use
17722 window-normalize-buffer-to-display.
17723 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
17724 Restore Emacs 23 behavior but use
17725 window-normalize-buffer-to-switch-to.
17726 (pop-to-buffer-same-window): Rewrite.
17727 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
17728 Rewrite using Emacs 23 options.
17729
17730 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
17731
17732 * net/tramp.el (tramp-root-regexp): Remove.
17733 (tramp-completion-file-name-regexp-unified)
17734 (tramp-completion-file-name-regexp-separate)
17735 (tramp-completion-file-name-regexp-url): Don't use leading volume
17736 letter on w32 systems. (Bug#5303, Bug#9311)
17737 (tramp-drop-volume-letter): Simplify definition.
17738 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17739
17740 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17741
17742 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
17743 (bug#9356).
17744
17745 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
17746
17747 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
17748
17749 2011-08-29 Juri Linkov <juri@jurta.org>
17750
17751 * isearch.el (isearch-done): Don't display message "Mark saved"
17752 when arg `edit' is non-nil to prevent its flicker in the echo area.
17753
17754 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17755
17756 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
17757 obsolete packages for deletion.
17758
17759 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
17760
17761 * help-mode.el (help-mode-map): Add special-mode-map to parent.
17762 (help-mode): Derive help-mode from special-mode. Don't invoke
17763 view-mode from help-mode.
17764 (help-xref-override-view-map): Remove.
17765 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
17766 view-mode is not used anymore.
17767
17768 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17769
17770 * server.el (server-port): Doc fix.
17771
17772 * cus-theme.el (custom-theme-choose-mode): Inherit from
17773 special-mode (Bug#9124).
17774 (custom-theme-choose-mode-map): Add special-mode to parent.
17775
17776 2011-08-28 Alan Mackenzie <acm@muc.de>
17777
17778 * progmodes/cc-fonts.el
17779 (c-make-font-lock-BO-decl-search-function): New function.
17780 (c-basic-matchers-after - "Fontify the clauses after various
17781 keywords"): Extract the three keyword lists for the 3 erroneous
17782 constructs from the list of four, and use the new function above
17783 in place of an old one.
17784
17785 2011-08-28 Deniz Dogan <deniz@dogan.se>
17786
17787 * net/rcirc.el (rcirc-insert-prev-input)
17788 (rcirc-insert-next-input): Remove unused argument.
17789
17790 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17791
17792 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
17793
17794 2011-08-27 Alan Mackenzie <acm@muc.de>
17795
17796 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
17797 handle function pointer parameters properly.
17798
17799 2011-08-27 Martin Rudalics <rudalics@gmx.at>
17800
17801 * window.el (display-buffer-reuse-window): Fix case where
17802 selected window was reused with non-nil OTHER-WINDOW argument.
17803 (Bug#9381)
17804
17805 2011-08-27 Deniz Dogan <deniz@dogan.se>
17806
17807 * net/rcirc.el (rcirc-check-auth-status): Adding support for
17808 oftc's NickServ messages.
17809
17810 2011-08-27 Glenn Morris <rgm@gnu.org>
17811
17812 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
17813
17814 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
17815
17816 * emacs-lisp/package.el (package-install): Call package-initialize
17817 if called interactively.
17818
17819 2011-08-26 Leo Liu <sdl.web@gmail.com>
17820
17821 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
17822
17823 2011-08-25 Juri Linkov <juri@jurta.org>
17824
17825 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17826 `search-whitespace-regexp' (bug#9364).
17827
17828 2011-08-25 Juri Linkov <juri@jurta.org>
17829
17830 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
17831 `regexp-search-ring' to their global values to protect from
17832 updating by `read-from-minibuffer' (bug#9185).
17833
17834 2011-08-25 Juri Linkov <juri@jurta.org>
17835
17836 * textmodes/ispell.el (ispell-command-loop): Add newline
17837 at the end of the "Use option `i'..." line.
17838
17839 2011-08-25 Juri Linkov <juri@jurta.org>
17840
17841 * battery.el (display-battery-mode): If `battery-status-function'
17842 or `battery-mode-line-format' is nil, display the message and set
17843 `display-battery-mode' to nil (bug#9363).
17844
17845 2011-08-25 Eli Zaretskii <eliz@gnu.org>
17846
17847 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
17848 bidi-string-mark-left-to-right; they are unnecessary now.
17849
17850 2011-08-25 Deniz Dogan <deniz@dogan.se>
17851
17852 * net/quickurl.el: Documentation typo fixes.
17853
17854 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
17855
17856 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
17857
17858 2011-08-25 Glenn Morris <rgm@gnu.org>
17859
17860 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17861
17862 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
17863 (smtpmail-via-smtp): Handle nil response from smtp.
17864
17865 2011-08-24 Juri Linkov <juri@jurta.org>
17866
17867 * proced.el (proced-marked): Inherit from `error' instead of
17868 `font-lock-warning-face'.
17869
17870 * ibuffer.el (ibuffer-marked-face): Change default face from
17871 `font-lock-warning-face' to `warning'.
17872 (ibuffer-deletion-face): Change default face from
17873 `font-lock-type-face' to `error'.
17874
17875 * battery.el (battery-update): Use the face `error' instead of
17876 `font-lock-warning-face' (bug#6117).
17877
17878 2011-08-24 Juri Linkov <juri@jurta.org>
17879
17880 * faces.el (success): Change face color from "Green3" to
17881 "ForestGreen" on light background (bug#9353).
17882
17883 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
17884
17885 * window.el (quit-window): Rename from quit-restore-window.
17886 Use same arglist as old quit-window.
17887 (frame-auto-delete): Doc fix.
17888
17889 * view.el (view-mode-exit): Use quit-window.
17890
17891 2011-08-24 Juri Linkov <juri@jurta.org>
17892
17893 * isearch.el (isearch-ring-adjust1): Start visiting previous
17894 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
17895 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
17896 for empty search string (when the last search string is reused
17897 automatically) to adjust the isearch ring to the last element and
17898 prepare the correct index for further M-p commands (bug#9185).
17899
17900 2011-08-24 Kenichi Handa <handa@m17n.org>
17901
17902 * international/ucs-normalize.el: If decomposition property of
17903 CHAR is the default one (i.e. a list of CHAR itself), treat it as
17904 nil.
17905 (nfd, nfkd): Likewise.
17906
17907 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
17908
17909 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
17910 from process filters aren't reliably transmitted to the surrounding
17911 accept-process-output.
17912 (mpc-proc-check): New function.
17913 (mpc-proc-sync): Use it (bug#8293)
17914
17915 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
17916
17917 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
17918 Add compatibility functions (bug#9313).
17919
17920 2011-08-23 Eli Zaretskii <eliz@gnu.org>
17921
17922 * cus-start.el (all): Add entry for bidi-paragraph-direction.
17923
17924 * international/uni-bidi.el: Regenerate.
17925
17926 2011-08-23 Kenichi Handa <handa@m17n.org>
17927
17928 * international/charprop.el:
17929 * international/uni-bidi.el:
17930 * international/uni-category.el:
17931 * international/uni-combining.el:
17932 * international/uni-comment.el:
17933 * international/uni-decimal.el:
17934 * international/uni-decomposition.el:
17935 * international/uni-digit.el:
17936 * international/uni-lowercase.el:
17937 * international/uni-mirrored.el:
17938 * international/uni-name.el:
17939 * international/uni-numeric.el:
17940 * international/uni-old-name.el:
17941 * international/uni-titlecase.el:
17942 * international/uni-uppercase.el: Regenerate.
17943
17944 2011-08-23 Martin Rudalics <rudalics@gmx.at>
17945
17946 * help.el (help-window-setup): Fix message displayed when other
17947 window is reused. (Bug#9341)
17948
17949 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
17950
17951 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
17952 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
17953
17954 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
17955 Mark obsolete.
17956 * shell.el (shell-parse-pcomplete-arguments): New function.
17957 (shell-completion-vars): Use it instead (bug#9160).
17958
17959 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17960
17961 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
17962 strings and comments (bug#9333).
17963
17964 * emacs-lisp/debug.el (debug-arglist): New function.
17965 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
17966 (debug-on-entry-1): Handle interpreted closures (bug#9120).
17967
17968 2011-08-22 Juri Linkov <juri@jurta.org>
17969
17970 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17971 Revert regexp that highlights output switches to its old
17972 pre-2010-10-28 value and remove one `?' from it (bug#9319).
17973
17974 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
17975 to check for empty output (bug#9226).
17976
17977 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
17978
17979 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
17980 symbol-constituent as the default, as that stops font-lock from
17981 working properly (Bug#8843).
17982
17983 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17984
17985 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
17986 `coding-system-for-*' around the process open call to avoid
17987 auth-source side effects.
17988 (smtpmail-try-auth-methods): Expand the secret password.
17989 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
17990 probe hangs.
17991
17992 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
17993
17994 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
17995
17996 * emacs-lisp/find-func.el (find-function-noselect): New arg
17997 lisp-only.
17998
17999 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
18000 signal an error for built-in functions (Bug#6664).
18001
18002 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18003
18004 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
18005 (smtpmail-try-auth-methods): Use it.
18006
18007 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18008
18009 * font-lock.el (font-lock-fontify-region)
18010 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
18011 (font-lock-default-unfontify-buffer)
18012 (font-lock-default-fontify-region)
18013 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
18014
18015 * progmodes/compile.el (compilation-error-properties):
18016 Fix confusion between file struct and message struct (Bug#9319).
18017 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
18018 `ant' regexp.
18019
18020 * net/browse-url.el (browse-url-firefox): Don't call
18021 browse-url-firefox-sentinel unless using -remote (Bug#9328).
18022
18023 2011-08-20 Glenn Morris <rgm@gnu.org>
18024
18025 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
18026
18027 * tutorial.el (tutorial--default-keys): Update some default bindings.
18028
18029 * files.el (hack-local-variables): Fully ignore case for "mode:".
18030
18031 2011-08-20 Alan Mackenzie <acm@muc.de>
18032
18033 Resolve invalid use of a regexp in regexp-opt.
18034
18035 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
18036 detection for a java annotation.
18037
18038 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
18039 detection for a java annotation.
18040
18041 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
18042 handling for java.
18043 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
18044
18045 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
18046
18047 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
18048 (Bug#9274).
18049
18050 2011-08-20 Alan Mackenzie <acm@muc.de>
18051
18052 Fontify CPP expressions correctly when starting in the middle of
18053 such a construct. Mainly for when jit-lock etc. starts a chunk
18054 here.
18055
18056 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
18057 variable.
18058 (c-make-font-lock-search-form): New function, extracted from
18059 c-make-font-lock-search-function.
18060 (c-make-font-lock-search-function): Use the above function.
18061 (c-make-font-lock-context-search-function): New function.
18062 (c-cpp-matchers): Enhance the preprocessor expression case with
18063 the above function
18064 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
18065 which takes an expression.
18066
18067 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
18068
18069 2011-08-20 Martin Rudalics <rudalics@gmx.at>
18070
18071 * window.el (display-buffer-reuse-window)
18072 (display-buffer-pop-up-window): Don't reuse or split a side
18073 window.
18074
18075 2011-08-19 Glenn Morris <rgm@gnu.org>
18076
18077 * files.el (hack-local-variables-prop-line, hack-local-variables):
18078 Downcase "Mode:". (Bug#9331)
18079
18080 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
18081
18082 * international/characters.el: Add L and R categories.
18083
18084 * subr.el (bidi-string-mark-left-to-right): Rename from
18085 string-mark-left-to-right. Use category search.
18086
18087 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
18088
18089 2011-08-18 Juri Linkov <juri@jurta.org>
18090
18091 * faces.el (error, warning, success): New faces with definitions
18092 copied from old default values of `font-lock-warning-face',
18093 `compilation-warning', `compilation-info' (bug#6117).
18094
18095 * font-lock.el (font-lock-warning-face): Inherit from `error'.
18096
18097 * progmodes/compile.el (compilation-error): Inherit from `error'.
18098 (compilation-warning): Inherit from `warning'.
18099 (compilation-info): Inherit from `success'.
18100
18101 * dired.el (dired-marked): Inherit from `warning'.
18102 (dired-flagged): Inherit from `error'.
18103
18104 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18105
18106 * mail/smtpmail.el (auth-source): Require to avoid problems with
18107 binding variables (bug#9298). Also clean up some unused
18108 autoloads.
18109
18110 * net/network-stream.el (network-stream-open-starttls):
18111 Support using starttls.el without using gnutls-cli.
18112
18113 2011-08-17 Juri Linkov <juri@jurta.org>
18114
18115 * progmodes/grep.el (rgrep): Handle the case when
18116 `grep-find-command' is a cons cell (bug#9278).
18117
18118 2011-08-17 Martin Rudalics <rudalics@gmx.at>
18119
18120 * window.el (display-buffer-pop-up-frame): Run frame creation
18121 function with BUFFER current (as special-display-popup-frame
18122 does). Reported by Drew Adams.
18123
18124 2011-08-17 Daiki Ueno <ueno@unixuser.org>
18125
18126 * epa-mail.el: Simplify GnuPG group expansion using
18127 epg-expand-group.
18128 (epa-mail-group-alist, epa-mail-group-modtime)
18129 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
18130 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
18131 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
18132 Remove.
18133
18134 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
18135
18136 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
18137
18138 2011-08-16 Alan Mackenzie <acm@muc.de>
18139
18140 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
18141 Correct, to avoid the inside of macros.
18142
18143 2011-08-16 Richard Stallman <rms@gnu.org>
18144
18145 * epa-mail.el: Handle GnuPG group definitions.
18146 (epa-mail-group-alist, epa-mail-group-modtime)
18147 (epa-mail-gnupg-conf-file): New variables.
18148 (epa-mail-parse-groups, epa-mail-sync-groups)
18149 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
18150 (epa-mail-expand-recipients): New functions.
18151 (epa-mail-encrypt): Call epa-mail-expand-recipients.
18152
18153 * mail/rmail.el (rmail-epa-decrypt): New command.
18154
18155 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
18156 Don't bind buffer-read-only, just inhibit-read-only.
18157 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
18158 (epa-decrypt-armor-in-region): Make error message clearer.
18159
18160 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18161
18162 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
18163 and "a2b" to "ab" for `prefix'.
18164
18165 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
18166
18167 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
18168 filter groups.
18169 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
18170 Fourquet (Bug#8804).
18171
18172 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
18173
18174 * startup.el (argi): Declare as global variable (bug#9275).
18175
18176 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
18177
18178 * subr.el (string-mark-left-to-right): Search the entire string
18179 for RTL script, not just the terminating character. Doc fix.
18180
18181 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
18182
18183 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
18184 New function.
18185 (js--regexp-literal, js-syntax-propertize-function): Remove.
18186 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
18187 (js-mode-map): Don't rebind electric keys.
18188 (js-insert-and-indent): Remove.
18189 (js-mode): Setup electric-layout and electric-indent instead.
18190
18191 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
18192
18193 2011-08-12 Daiki Ueno <ueno@unixuser.org>
18194
18195 * epa.el (epa-progress-callback-function): Fix the logic of
18196 displaying progress.
18197 * epa-file.el (epa-file-insert-file-contents): Make progress
18198 display more user-friendly.
18199 (epa-file-write-region): Ditto.
18200
18201 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
18202
18203 * subr.el (string-mark-left-to-right): New function.
18204
18205 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
18206 Use string-mark-left-to-right.
18207 (list-buffers-noselect): Caller changed.
18208
18209 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18210 Use string-mark-left-to-right.
18211 (tabulated-list-print): Recenter after moving point.
18212
18213 2011-08-10 Juri Linkov <juri@jurta.org>
18214
18215 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
18216 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
18217 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
18218
18219 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
18220
18221 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
18222 (Bug#7554).
18223
18224 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
18225
18226 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
18227 character. (Bug#6594)
18228
18229 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
18230
18231 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
18232 (image-dired--with-db-file): New macro.
18233 (image-dired-write-tags, image-dired-remove-tag)
18234 (image-dired-create-gallery-lists, image-dired-write-comments)
18235 (image-dired-get-comment, image-dired-mark-tagged-files)
18236 (image-dired-list-tags, image-dired-gallery-generate): Use it.
18237 (image-dired-gallery-generate): Use insert-file-contents.
18238
18239 * time.el (display-time-world-list, display-time-world-display):
18240 * time-stamp.el (time-stamp-string):
18241 * vc/add-log.el (add-change-log-entry): Use setenv instead of
18242 set-time-zone-rule (Bug#7337).
18243
18244 2011-08-08 Daiki Ueno <ueno@unixuser.org>
18245
18246 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
18247 (epg-error-to-string, epg-errors-to-string): New function.
18248 (epg-wait-for-completion): Reverse errors list.
18249 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
18250 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
18251 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
18252 (epg-sign-keys, epg-generate-key-from-file)
18253 (epg-generate-key-from-string): Format errors by using
18254 epg-errors-to-string (bug#9255).
18255 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
18256
18257 2011-08-07 Juri Linkov <juri@jurta.org>
18258
18259 * faces.el (list-faces-display): Remove extra angle bracket
18260 from `help-mode-map'.
18261
18262 * info.el (Info-history-toc-nodes): Doc fix.
18263
18264 * longlines.el (longlines-mode): Doc fix.
18265
18266 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
18267
18268 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
18269 of statements and in a few more cases (bug#9183).
18270
18271 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
18272 New functions.
18273 (cl-transform-lambda): Use them (bug#9239).
18274
18275 2011-08-05 Martin Rudalics <rudalics@gmx.at>
18276
18277 * window.el (display-buffer-same-window)
18278 (display-buffer-same-frame, display-buffer-other-window)
18279 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18280 (pop-to-buffer-other-window)
18281 (pop-to-buffer-same-frame-other-window)
18282 (pop-to-buffer-other-frame): Make them defuns.
18283 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
18284
18285 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18286
18287 * subr.el (make-composed-keymap): Move from C. Change calling
18288 convention, and improve docstring to bring attention to a subtle point.
18289 * minibuffer.el (completing-read-default): Adjust accordingly.
18290
18291 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
18292
18293 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18294 (tramp-open-shell): Use `tramp-shell-quote-argument'.
18295
18296 * net/trampver.el: Update release number.
18297
18298 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18299
18300 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
18301 "in" (bug#9190).
18302
18303 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18304
18305 * mail/sendmail.el (sendmail-query-once): Restore the current
18306 buffer after querying (bug#9074).
18307
18308 * dired.el (dired-flagged): Use different faces for marked and
18309 flagged files (bug#6117).
18310
18311 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
18312 (bug#4433).
18313
18314 * ido.el (ido-mode): Switch off the message if called
18315 non-interactively.
18316
18317 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
18318 before 587, since it appears that that's more likely to work for
18319 more people.
18320
18321 * cus-edit.el (custom-file): When running under emacs -q, always
18322 refuse to save the customizations, even if the .emacs file doesn't
18323 exist.
18324
18325 * info.el: Remove the `Info-beginning-of-buffer' function
18326 (bug#8325).
18327
18328 * net/network-stream.el (network-stream-open-starttls):
18329 Use `starttls-available-p' to see whether starttls.el can be used.
18330
18331 2011-08-01 Martin Rudalics <rudalics@gmx.at>
18332
18333 * window.el (display-buffer-in-window): Don't set dedicated status
18334 of window here (Bug#9215).
18335 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18336 (display-buffer-pop-up-side-window)
18337 (display-buffer-in-side-window): Set dedicated status of window here.
18338
18339 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
18340
18341 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
18342 before binding generated-autoload-file.
18343
18344 2011-08-01 Deniz Dogan <deniz@dogan.se>
18345
18346 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
18347
18348 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
18349
18350 Sync with Tramp 2.2.2.
18351
18352 * net/trampver.el: Update release number.
18353
18354 2011-07-30 Juri Linkov <juri@jurta.org>
18355
18356 * dired-aux.el (dired-touch-initial): Remove function.
18357 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
18358 current time, and `default' to the last modification time of the
18359 current marked file (bug#6887).
18360
18361 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
18362
18363 * simple.el (goto-line): Use string-to-number to provide a
18364 numeric argument to read-number (bug#9163).
18365
18366 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
18367
18368 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
18369 connection process, it could be nil.
18370
18371 2011-07-27 Leo Liu <sdl.web@gmail.com>
18372
18373 Simplify url handling in rcirc-mode.
18374
18375 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
18376 (rcirc-browse-url-at-mouse): Remove.
18377 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
18378
18379 2011-07-26 Alan Mackenzie <acm@muc.de>
18380
18381 Fontify bitfield declarations properly.
18382
18383 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
18384 (c-symbol-chars): Now exported as a lang variable.
18385 (c-not-primitive-type-keywords): New lang variable.
18386
18387 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
18388 QT keyword "more" to prevent "more slots: ...." being spuriously
18389 parsed as a bitfield declaration.
18390
18391 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18392 Refactor and enhance to handle bitfield declarations.
18393 (c-punctuation-in): New function.
18394 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
18395 declarations properly.
18396
18397 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
18398
18399 * calendar/icalendar.el (icalendar--all-events): Take care of
18400 multiple vcalendars in a single file.
18401 (icalendar--convert-float-to-ical): Checkdoc fixes.
18402
18403 2011-07-25 Deniz Dogan <deniz@dogan.se>
18404
18405 * image.el (insert-image): Clarifying docstring.
18406
18407 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
18408
18409 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
18410 `tramp-send-command-and-check' if there is no error.
18411 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
18412
18413 2011-07-22 Alan Mackenzie <acm@muc.de>
18414
18415 Prevent cc-langs.elc being loaded at run time.
18416
18417 * progmodes/cc-mode.el: Remove two autoload forms which loaded
18418 cc-langs.
18419
18420 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
18421 "(require 'cc-langs)". Quote a form so it will evaluate at
18422 (cc-mode's) compilation time.
18423
18424 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
18425
18426 * net/tramp.el (tramp-file-name-handler): Avoid recursive
18427 loading. (Bug#9114)
18428
18429 2011-07-21 Martin Rudalics <rudalics@gmx.at>
18430
18431 * window.el (display-buffer-pop-up-window)
18432 (display-buffer-pop-up-side-window)
18433 (display-buffer-in-side-window): Call display-buffer-set-height
18434 and display-buffer-set-width after setting the new window's
18435 buffer so `fit-window-to-buffer' and friends work on the right buffer.
18436
18437 2011-07-20 Sam Steingold <sds@gnu.org>
18438
18439 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
18440 (etags-tags-included-tables): Call `convert-standard-filename' on
18441 the file names contained in TAGS so that windows Emacs can handle
18442 TAGS files created by cygwin ctags.
18443
18444 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18445
18446 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
18447 which apparently didn't work.
18448
18449 2011-07-19 Roland Winkler <winkler@gnu.org>
18450
18451 * proced.el (proced-send-signal): For *Marked Processes* buffer
18452 put point at beginning of buffer.
18453
18454 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
18455
18456 * proced.el (proced-format): Make header lines align with the text
18457 (bug#1779).
18458
18459 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18460
18461 * view.el (view-buffer): Allow running in `special' modes if we're
18462 visiting a file (bug#8615).
18463
18464 2011-07-19 Martin Rudalics <rudalics@gmx.at>
18465
18466 * window.el (display-buffer-alist-of-strings-p)
18467 (display-buffer-alist-set-1, display-buffer-alist-set-2):
18468 New functions.
18469 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
18470 more accurately.
18471
18472 2011-07-18 Alan Mackenzie <acm@muc.de>
18473
18474 Fontify declarators properly when, e.g., a jit-lock chunk begins
18475 inside a declaration.
18476
18477 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
18478
18479 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18480 New function.
18481 (c-complex-decl-matchers): Insert reference to
18482 c-font-lock-enclosing-decls.
18483
18484 * progmodes/cc-engine.el (c-backward-single-comment):
18485 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
18486 to nil around calls to (forward-comment -1).
18487
18488 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18489
18490 * image.el (put-image): Doc typo fix.
18491
18492 * progmodes/etags.el (tags-search): Doc typo fix.
18493
18494 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
18495 password if we get errors 550 to 554.
18496
18497 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18498
18499 * net/gnutls.el (gnutls-log-level): Remove.
18500
18501 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
18502 indentation character (bug#6380).
18503
18504 * files.el (buffer-offer-save): Made permanently local (bug#6241).
18505
18506 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
18507 to clarify what the problem is (bug#4291).
18508
18509 * simple.el (current-kill): Clarify what
18510 `interprogram-paste-function' does (bug#7500).
18511 (auto-fill-mode): Document `auto-fill-function' in relation to
18512 `auto-fill-mode' (bug#2470).
18513
18514 2011-07-16 Lawrence Mitchell <wence@gmx.li>
18515
18516 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
18517 method if slot is read-only (bug#9035).
18518
18519 2011-07-16 Martin Rudalics <rudalics@gmx.at>
18520
18521 * frame.el (select-frame-set-input-focus): New argument NORECORD.
18522 * window.el (pop-to-buffer): Select window used even if it was
18523 selected before, see discussion of (Bug#8615), (Bug#6954).
18524 Pass argument NORECORD on to select-frame-set-input-focus.
18525
18526 2011-07-15 Glenn Morris <rgm@gnu.org>
18527
18528 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
18529 Respect help-form.
18530
18531 2011-07-09 Lawrence Mitchell <wence@gmx.li>
18532
18533 * net/gnutls.el (gnutls-min-prime-bits): New variable.
18534 (gnutls-negotiate): Use it.
18535
18536 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18537
18538 * net/gnutls.el (gnutls-negotiate):
18539 Upcase `gnutls-algorithm-priority'.
18540
18541 2011-07-15 Glenn Morris <rgm@gnu.org>
18542
18543 * jka-compr.el (jka-compr-verbose): Move from here...
18544 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
18545 Add missing :version tag.
18546 * info.el: No need to require jka-compr when compiling.
18547
18548 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18549
18550 * net/gnutls.el (gnutls-algorithm-priority): New variable.
18551 (gnutls-negotiate): Use it.
18552
18553 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
18554
18555 * info.el (Info-beginning-of-buffer): New command.
18556 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
18557 announcing `b' as the key (bug#8325).
18558 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
18559
18560 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
18561
18562 * international/mule-cmds.el
18563 (describe-specified-language-support): Make the error message
18564 clearer (bug#8905).
18565
18566 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
18567
18568 * isearch.el (isearch-barrier): Add a doc string, since it's
18569 mentioned in a function doc string (bug#8678).
18570
18571 2011-07-15 Martin Rudalics <rudalics@gmx.at>
18572
18573 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
18574 buffer argument (Bug#9083) and self-identifying label argument.
18575
18576 2011-07-15 Glenn Morris <rgm@gnu.org>
18577
18578 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
18579
18580 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18581
18582 * man.el (Man-fontify-manpage): Fix message when formatting the
18583 man page (bug#7929).
18584
18585 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18586
18587 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
18588 argument LRM; if non-nil, append an invisible LRM character to the
18589 buffer name.
18590 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
18591 last argument non-nil, when formatting buffer names.
18592 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
18593 paragraph direction.
18594
18595 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18596
18597 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
18598 the man page name (bug#7929).
18599
18600 * image.el (put-image): Mention the `put-image' overlay property
18601 (bug#7834).
18602
18603 * scroll-bar.el (set-scroll-bar-mode): Mention that
18604 `scroll-bar-mode' lists the values (bug#7772).
18605
18606 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
18607 command (bug#7729).
18608
18609 * rect.el (apply-on-rectangle): Return the point after the last
18610 operation.
18611 (string-rectangle): Go to the point after the last operation
18612 (bug#7522).
18613
18614 * printing.el (pr-toggle-region): Clarify the documentation
18615 slightly (bug#7493).
18616
18617 * time.el (display-time-update):
18618 Allow `display-time-mail-function' to return nil (bug#7158).
18619 Fix suggested by Detlev Zundel.
18620
18621 * vc/diff.el (diff): Clarify the order the file names are read
18622 (bug#7111).
18623
18624 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
18625 the doc string (bug#7015).
18626
18627 * font-lock.el (font-lock-maximum-decoration): Mention what
18628 numeric levels mean (bug#6935).
18629
18630 * startup.el (initial-buffer-choice): Don't mention the `none'
18631 selection, which is against policy.
18632
18633 2011-07-14 Martin Rudalics <rudalics@gmx.at>
18634
18635 * window.el (display-buffer-normalize-special):
18636 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
18637
18638 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18639
18640 * subr.el (version<, version<=, version=): Mention "-CVS" and
18641 "-12345" alpha version numbers.
18642
18643 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18644
18645 * bindings.el: Add advertised binding for set-mark-command
18646 (Bug#5772).
18647
18648 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18649
18650 * bindings.el (mode-line-other-buffer):
18651 * bookmark.el (bookmark-bmenu-2-window):
18652 * bs.el (bs-cycle-next, bs-cycle-previous):
18653 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
18654 switch-to-buffer.
18655
18656 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
18657 Delete.
18658
18659 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
18660
18661 * follow.el (follow-debug-message, follow-redisplay):
18662 * jka-cmpr-hook.el (with-auto-compression-mode):
18663 Fix typos in docstrings.
18664
18665 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18666
18667 * subr.el (with-silent-modifications): Clarify somewhat what the
18668 macro inhibits (bug#6525).
18669
18670 * simple.el (eval-expression): Note what it does if called
18671 interactively (bug#6495).
18672
18673 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18674
18675 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
18676 Use pop-to-buffer buffer-or-name if it is nil.
18677
18678 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18679 Remove switch-to-buffer.
18680
18681 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18682
18683 * files.el (make-directory): Clarify that an error will be raised
18684 if there's an error (bug#6397).
18685
18686 * startup.el (initial-buffer-choice): Add `none' as a choice
18687 (bug#6234).
18688
18689 * subr.el (add-hook): Clarify section about buffer-local hooks
18690 (bug#6218).
18691
18692 * dired.el (dired-flagged): Clarify doc string (bug#6117).
18693
18694 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18695
18696 * tabify.el (untabify): Preserve the current column so that point
18697 doesn't move (bug#6032).
18698
18699 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18700
18701 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
18702 Rewrite to avoid awkward possessive "s" (bug#5986).
18703
18704 2011-07-13 Glenn Morris <rgm@gnu.org>
18705
18706 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
18707 (dired-insert-directory): Give a message the first time
18708 if ls is found not to support --dired.
18709
18710 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18711
18712 * simple.el (toggle-truncate-lines): Clarify what is toggled
18713 (bug#5580). Text by Drew Adams.
18714
18715 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18716
18717 * simple.el (blink-matching-open): Make the error message from the
18718 last change less verbose.
18719
18720 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
18721
18722 * font-lock.el (font-lock-comment-face): Use the high contrast
18723 "yellow" color for font-lock-comment-face on low color terminals
18724 using a dark background color (bug#4221).
18725
18726 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18727
18728 * dired.el (dired-insert-set-properties): Make the doc string
18729 reflect what it does now (bug#5325).
18730
18731 * simple.el (blink-matching-open): Say that we were unable to find
18732 the match within the limit, if we're limited (bug#5122).
18733
18734 * international/mule-cmds.el (prefer-coding-system): Add an
18735 example (bug#4869).
18736
18737 * progmodes/etags.el (tags-search): Document `file-list-form'
18738 (bug#4731).
18739
18740 2011-07-13 Lawrence Mitchell <wence@gmx.li>
18741
18742 * net/browse-url.el (browse-url-default-browser)
18743 (browse-url-browser-function): Make the default browser choice a
18744 bit more logical (bug#4300). Also clean up the doc string.
18745
18746 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18747
18748 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
18749 binary endings (bug#4440).
18750
18751 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18752
18753 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
18754 which can be pretty annoying (bug#8971).
18755
18756 * jka-compr.el (jka-compr-verbose): New variable, and use
18757 throughout (bug#8971).
18758
18759 * info.el (Info-find-file): Fall back on the installation
18760 directory if we can't find the info node anywhere else.
18761
18762 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
18763
18764 * vc/vc.el (vc-revert-file):
18765 Don't set file time-stamp in the past. (Bug#5181)
18766
18767 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18768
18769 * files.el (after-find-file): Give a better error message when
18770 trying to find a symlink that points to a file that doesn't exist
18771 (bug#4398).
18772
18773 * progmodes/cc-vars.el: Remove (probably) misleading comment
18774 (bug#4396).
18775
18776 2011-07-12 Johan Bockgård <bojohan@gnu.org>
18777
18778 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
18779
18780 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
18781
18782 * mouse-sel.el: Hack restoring functionality, while keeping
18783 compatibility with 2010-07-03 changes to mouse selection.
18784 (mouse-sel-primary-overlay): New var.
18785 (mouse-sel-selection-alist): Use it.
18786 (mouse-sel-mode): Doc fix; remove points that are default features
18787 of mouse.el.
18788
18789 2011-07-12 Johan Bockgård <bojohan@gnu.org>
18790
18791 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18792 Fix previous fix (bug#2490).
18793
18794 2011-07-12 Roland Winkler <winkler@gnu.org>
18795
18796 * textmodes/bibtex.el (bibtex-initialize):
18797 Use pop-to-buffer-same-window.
18798 (bibtex-search-entries): Fix interactive call.
18799
18800 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18801
18802 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18803 Fontise bytecomp Error lines more correctly (bug#2490).
18804 Fix suggested by Johan Bockgård.
18805
18806 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
18807
18808 * dired-x.el (dired-guess-default): Use `delete-dups'.
18809
18810 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
18811
18812 * dired.el (dired-mark-prompt):
18813 * dired-aux.el (dired-read-shell-command): Doc fix.
18814
18815 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18816
18817 * mail/sendmail.el (sendmail-query-once):
18818 Use `customize-save-variable' unconditionally, now that it works under
18819 emacs -Q.
18820
18821 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18822
18823 * cus-edit.el (custom-file): Take an optional no-error variable.
18824 (customize-save-variable): Set the variable, and give a warning if
18825 running under "emacs -q".
18826
18827 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
18828
18829 * loadhist.el (unload-feature-special-hooks):
18830 Add `auto-coding-functions', `fill-nobreak-predicate' and
18831 `find-directory-functions' (bug#5327).
18832
18833 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18834
18835 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
18836
18837 * cus-edit.el (custom-guess-name-alist): -alist variables should
18838 use the `alist' type (bug#3120). Suggested by Drew Adams.
18839
18840 * printing.el: Add documentation to all the `pr-toggle-' commands.
18841
18842 2011-07-11 Leo Liu <sdl.web@gmail.com>
18843
18844 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
18845 backends where it makes sense (bug#2623).
18846
18847 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18848
18849 * dired-x.el (dired-guess-default): Remove duplicate shell command
18850 entries (bug#2028).
18851 (dired-guess-default): Fix grammar in doc string (bug#2028).
18852 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
18853
18854 * subr.el (remove-duplicates): New conveniency function.
18855
18856 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18857
18858 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
18859 (bug#1526).
18860
18861 2011-07-10 Martin Rudalics <rudalics@gmx.at>
18862
18863 * window.el (display-buffer-normalize-default): Don't invert
18864 meaning of even-window-heights. Reported by Eli Zaretskii
18865 <eliz@gnu.org>.
18866
18867 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
18868
18869 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
18870
18871 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
18872
18873 * window.el (display-buffer): Fix arguments to
18874 display-buffer-reuse-window in last change.
18875
18876 * faces.el (link): Use a less saturated blue on light backgrounds.
18877
18878 * startup.el (fancy-startup-text, fancy-about-text)
18879 (fancy-startup-tail): Use font-lock faces, for background safety.
18880
18881 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
18882
18883 * emulation/viper-cmd.el (viper-change-state-to-vi):
18884 Limit triggering of abbrev expansion (Bug#9038).
18885
18886 2011-07-09 Martin Rudalics <rudalics@gmx.at>
18887
18888 * window.el (display-buffer-default-specifiers): Remove.
18889 (display-buffer-macro-specifiers): Remove default specifiers.
18890 (display-buffer-alist): Default to nil.
18891 (display-buffer-reuse-window): New optional argument other-window.
18892 (display-buffer-pop-up-window): Allow splitting internal
18893 windows. Check whether a live window was created.
18894 (display-buffer-other-window-means-other-frame)
18895 (display-buffer-normalize-arguments): Rename to
18896 display-buffer-normalize-argument and rewrite. Set the
18897 other-window specifier.
18898 (display-buffer-normalize-special): New function.
18899 (display-buffer-normalize-options): Rename to
18900 display-buffer-normalize-default and rewrite.
18901 (display-buffer-normalize-options-inhibit): Remove.
18902 (display-buffer-normalize-specifiers): Rewrite.
18903 (display-buffer): Process other-window specifier and call
18904 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
18905 more faithfully.
18906 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
18907 (display-buffer-alist-set): Don't handle 'unset default values.
18908 (display-buffer-in-window, display-buffer-alist-set):
18909 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
18910 <tassilo@member.fsf.org>.
18911
18912 2011-07-09 Leo Liu <sdl.web@gmail.com>
18913
18914 * register.el (insert-register): Restore accidental change on
18915 2011-06-26. (Bug#9028)
18916
18917 2011-07-09 Glenn Morris <rgm@gnu.org>
18918
18919 * subr.el (remq): Handle the empty list. (Bug#9024)
18920
18921 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
18922
18923 * mail/sendmail.el (send-mail-function): No longer delay custom
18924 initialization.
18925 * custom.el (custom-initialize-delay): Doc fix.
18926
18927 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
18928
18929 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
18930
18931 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
18932
18933 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
18934 human-friendly prompt.
18935
18936 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
18937
18938 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
18939 provided by a particular plugin.
18940
18941 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
18942
18943 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
18944 save customizations (with "emacs -Q"), just set the variable
18945 instead of erroring out.
18946
18947 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18948
18949 2011-07-08 Juri Linkov <juri@jurta.org>
18950
18951 * arc-mode.el (archive-zip-expunge, archive-zip-update)
18952 (archive-zip-update-case): Use 7z if found by `executable-find'.
18953 The order of searching the available programs is the same as in
18954 `archive-zip-extract' (bug#8968).
18955
18956 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
18957
18958 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
18959 (menu-bar-options-menu): Tweak descriptions.
18960
18961 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18962
18963 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
18964 menu items into verb phrases (bug#1421). Also refill to fit under
18965 80 columns.
18966
18967 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
18968
18969 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
18970 (Info-read-node-name): Doc fix (Bug#1084).
18971
18972 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
18973 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
18974 (end-of-sexp, beginning-of-sexp)
18975 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
18976 (forward-symbol, forward-same-syntax, word-at-point)
18977 (sentence-at-point): Doc fix (Bug#1144).
18978
18979 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18980
18981 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
18982 should cover it (bug#1281).
18983
18984 * cus-edit.el (custom-show): Mark as obsolete.
18985
18986 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
18987 negotiation fails, then possibly try again with a non-encrypted
18988 connection (bug#9017).
18989
18990 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
18991 be used.
18992
18993 2011-07-07 Richard Stallman <rms@gnu.org>
18994
18995 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
18996 property, and handle its changed format.
18997 Look for the correct line number.
18998 Use file's line contents (but not past first =) to find
18999 correct line in message.
19000
19001 2011-07-07 Kenichi Handa <handa@m17n.org>
19002
19003 * international/characters.el (build-unicode-category-table):
19004 Delete it.
19005 (unicode-category-table): Set it by unicode-property-table-internal.
19006
19007 * international/mule-cmds.el (char-code-property-alist): Move to
19008 to src/chartab.c.
19009 (get-char-code-property): Call unicode-property-table-internal to
19010 load a file. Call get-unicode-property-internal where necessary.
19011 (put-char-code-property): Call unicode-property-table-internal to
19012 load a file. Call put-unicode-property-internal where necessary.
19013 put-unicode-property-internal where necessary.
19014 (char-code-property-description):
19015 Call unicode-property-table-internal to load a file.
19016
19017 * international/charprop.el:
19018 * international/uni-bidi.el:
19019 * international/uni-category.el:
19020 * international/uni-combining.el:
19021 * international/uni-comment.el:
19022 * international/uni-decimal.el:
19023 * international/uni-decomposition.el:
19024 * international/uni-digit.el:
19025 * international/uni-lowercase.el:
19026 * international/uni-mirrored.el:
19027 * international/uni-name.el:
19028 * international/uni-numeric.el:
19029 * international/uni-old-name.el:
19030 * international/uni-titlecase.el:
19031 * international/uni-uppercase.el: Regenerate.
19032
19033 * loadup.el: Load international/charprop.el before
19034 international/characters.
19035
19036 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19037
19038 * window.el (next-buffer, previous-buffer): Signal an error if
19039 called from a minibuffer window.
19040
19041 * bindings.el: Revert 2011-07-04 change.
19042
19043 2011-07-06 Richard Stallman <rms@gnu.org>
19044
19045 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
19046 (rmail-mime-insert-bulk, rmail-mime-insert-text):
19047 Treat markers like ints.
19048 (rmail-mime-entity): Doc fix.
19049
19050 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19051
19052 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
19053 defcustom again for backwards compatibility.
19054
19055 * simple.el (shell-command-on-region): Fill.
19056
19057 * dired-aux.el (dired-kill-line): Add a doc string.
19058
19059 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
19060 to "\\sw\\|\\s_" (bug#358).
19061
19062 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
19063 (dired-unmark-backward): Ditto.
19064 (dired-flag-backup-files): Ditto.
19065
19066 * dired-x.el (dired-mark-sexp): Ditto.
19067
19068 2011-07-06 Richard Stallman <rms@gnu.org>
19069
19070 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
19071 (rmail-mime-entity): New arg TRUNCATED.
19072 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
19073 New functions.
19074 (rmail-mime-save): Warn if entity is truncated.
19075 (rmail-mime-toggle-hidden): Likewise, for showing.
19076 (rmail-mime-process-multipart): Record when an entity is truncated.
19077
19078 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
19079 if ENTITY is a string.
19080
19081 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19082
19083 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
19084 of faces when `M-C-x'-ing their definitions (bug#8378).
19085 Also clean up the code slightly.
19086
19087 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
19088 because that makes the colors go away.
19089
19090 * mail/sendmail.el (send-mail-function): Change the default to
19091 `sendmail-query-once'.
19092 (sendmail-query-once): Add an autoload cookie.
19093
19094 * net/network-stream.el (network-stream-open-starttls): Try using
19095 a plain connection even if the server offered STARTTLS, and we
19096 kinda wanted to use it, if Emacs doesn't have any STARTTLS
19097 capability. This should make smtpmail.el work in slightly more
19098 configurations.
19099
19100 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
19101
19102 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19103 New defun.
19104 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
19105
19106 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
19107
19108 * progmodes/sql.el: Version 3.0
19109 (sql-product-alist): Add product :completion-object,
19110 :completion-column, and :statement attributes.
19111 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
19112 (sql-mode-syntax-table): Mark all punctuation.
19113 (sql-font-lock-keywords-builder): Temporarily remove fallback on
19114 ansi keywords.
19115 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
19116 (sql-mode-oracle-font-lock-keywords): Improve.
19117 (sql-oracle-show-reserved-words): New function for development.
19118 (sql-product-font-lock): Simplify for source code buffers.
19119 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
19120 New functions.
19121 (sql-highlight-product): Set product specific syntax table.
19122 (sql-mode-map): Add statement movement functions.
19123 (sql-ansi-statement-starters, sql-oracle-statement-starters):
19124 New variable.
19125 (sql-statement-regexp, sql-beginning-of-statement)
19126 (sql-end-of-statement, sql-signum): New functions.
19127 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
19128 (sql-show-sqli-buffer): Bug fix.
19129 (sql-interactive-mode): Store connection data as buffer local.
19130 (sql-connect): Add NEW-NAME parameter. Redesign interaction
19131 with sql-interactive-mode.
19132 (sql-save-connection): Save buffer local settings.
19133 (sql-connection-menu-filter): Change menu entry name.
19134 (sql-product-interactive): Bug fix.
19135 (sql-preoutput-hold): New variable.
19136 (sql-interactive-remove-continuation-prompt): Bug fixes.
19137 (sql-debug-redirect): New variable.
19138 (sql-str-literal): New function.
19139 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
19140 Redesign.
19141 (sql-oracle-save-settings, sql-oracle-restore-settings)
19142 (sql-oracle-list-all, sql-oracle-list-table): New functions.
19143 (sql-completion-object, sql-completion-column)
19144 (sql-completion-sqlbuf): New variables.
19145 (sql-build-completions-1, sql-build-completions)
19146 (sql-try-completion): New functions.
19147 (sql-read-table-name): Use them.
19148 (sql-contains-names): New buffer local variable.
19149 (sql-list-all, sql-list-table): Use it.
19150 (sql-oracle-completion-types): New variable.
19151 (sql-oracle-completion-object, sql-sqlite-completion-object)
19152 (sql-postgres-completion-object): New functions.
19153
19154 2011-07-06 Glenn Morris <rgm@gnu.org>
19155
19156 * window.el (pop-to-buffer): Doc fix.
19157
19158 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
19159
19160 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
19161
19162 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
19163
19164 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
19165
19166 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
19167
19168 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
19169
19170 * button.el (button): Inherit from link face. Suggested by Dan
19171 Nicolaescu.
19172
19173 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19174
19175 * progmodes/gdb-mi.el: Fit in 80 columns.
19176 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
19177 switch-to-buffer.
19178
19179 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
19180 if imenu is simply not configured (bug#8941).
19181
19182 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
19183
19184 * allout.el (allout-post-undo-hook): New allout outline-change
19185 event hook to signal undo activity.
19186 (allout-post-command-business): Run allout-post-undo-hook if an
19187 undo just occurred.
19188 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
19189 * allout-widgets.el (allout-widgets-after-undo-function):
19190 Ensure the integrity of the current item's decoration after it has been
19191 in the vicinity of an undo.
19192 (allout-widgets-mode): Include allout-widgets-after-undo-function
19193 on the new allout-post-undo-hook.
19194
19195 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19196
19197 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
19198 Let define-derived-mode define it.
19199 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
19200 cycles of abbrev-table inheritance (bug#8998).
19201
19202 2011-07-05 Roland Winkler <winkler@gnu.org>
19203
19204 * textmodes/bibtex.el: Add support for biblatex.
19205 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
19206 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
19207 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
19208 (bibtex-entry-alist, bibtex-field-alist): New variables.
19209 (bibtex-entry-field-alist): Obsolete alias for
19210 bibtex-BibTeX-entry-alist.
19211 (bibtex-entry-alist, bibtex-field-alist): New widgets.
19212 (bibtex-set-dialect): New command.
19213 (bibtex-entry-type, bibtex-entry-head)
19214 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
19215 Bind via bibtex-set-dialect.
19216 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
19217 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
19218 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
19219 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
19220 Define via bibtex-set-dialect.
19221 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
19222 Obey bibtex-no-opt-remove-re.
19223 (bibtex-vec-push, bibtex-vec-incr): New functions.
19224 (bibtex-format-entry, bibtex-field-list)
19225 (bibtex-print-help-message, bibtex-validate)
19226 (bibtex-search-entries): Use new format of bibtex-entry-alist.
19227
19228 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19229
19230 * progmodes/compile.el (compilation-goto-locus):
19231 * net/tramp-cmds.el (tramp-append-tramp-buffers):
19232 * bs.el (bs-cycle-next, bs-cycle-previous):
19233 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
19234 * bindings.el (mode-line-other-buffer):
19235 * autoinsert.el (auto-insert):
19236 * arc-mode.el (archive-extract):
19237 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
19238
19239 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19240
19241 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
19242 Fix check of `emacs-lock-unlockable-modes'.
19243 Coerce true values of `emacs-lock--try-unlocking' to t.
19244
19245 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19246
19247 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
19248 * emacs-lock.el: New file.
19249
19250 2011-07-05 Julien Danjou <julien@danjou.info>
19251
19252 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
19253 than `boundp' to check if face is set.
19254
19255 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19256
19257 * register.el (registerv-make):
19258 * window.el (window-min-height): Fix typos in docstrings.
19259
19260 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
19261
19262 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
19263 Update doc string.
19264
19265 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19266
19267 * server.el (server-execute): Catch quit and call
19268 `server-return-error' to pass the error back to emacsclient and
19269 close the connection (bug#8942).
19270
19271 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
19272
19273 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
19274 insecure exception for current topic. Also note that auto-saves
19275 are handled differently.
19276
19277 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
19278 State variables for tracking auto-save inhibition situation.
19279
19280 (allout-write-contents-hook-handler): Rename from
19281 'allout-write-file-hook-handler', and describe how it depends on
19282 write-contents-functions sensitivity to non-nil value to prevent
19283 file write.
19284
19285 (allout-auto-save-hook-handler): Remove. auto-save does not check
19286 this in individual buffers, only in the starting buffer, so this
19287 is not the right way for us to inhibit auto-save in a buffer
19288 according to its condition.
19289
19290 (allout-mode): Use new allout-write-contents-hook-handler, and
19291 only with write-contents-functions. Remove auto-save provisions -
19292 they're implemented elsewhere.
19293
19294 (allout-before-change-handler): If undo is in progress, note that
19295 for attention of allout-post-command-business.
19296
19297 (allout-post-command-business): If the command we're following was
19298 an undo, check for change in the status of encrypted items and
19299 adjust auto-save inhibitions accordingly.
19300
19301 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
19302 according to whether there are or aren't any plain-text topics
19303 pending encryption.
19304
19305 (allout-inhibit-auto-save-info-for-decryption):
19306 Adjust buffer-saved-size and some allout state to inhibit auto-saves
19307 if there are plain-text topics pending encryption.
19308
19309 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
19310 buffer-saved-size and some allout state to not inhibit auto-saves
19311 if there are no longer any plain-text topics pending encryption.
19312
19313 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
19314 No longer provide for exemption of the current topic.
19315
19316 2011-07-04 Juri Linkov <juri@jurta.org>
19317
19318 Add 7z operations to delete and save changed members (bug#8968).
19319 * arc-mode.el (archive-7z-expunge, archive-7z-update):
19320 New defcustoms.
19321 (archive-7z-write-file-member): New function.
19322 (archive-7z-summarize): Fix the number of dashes in the
19323 listing output.
19324
19325 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19326
19327 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
19328 (bug#8958).
19329
19330 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
19331
19332 * bindings.el: Ignore next-buffer and previous-buffer in
19333 minibuffer-local-map.
19334
19335 * font-lock.el (font-lock-builtin-face): Change light background
19336 color to dark slate blue (Bug#6693).
19337
19338 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
19339
19340 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
19341
19342 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19343
19344 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
19345 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19346 Add switch-to-buffer.
19347
19348 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19349
19350 * isearch.el (isearch-search-fun-function): Clarify further the
19351 meaning of the function returned.
19352
19353 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
19354
19355 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
19356
19357 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
19358 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
19359 Use it.
19360 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
19361 `tramp-default-remote-path' does not exist.
19362 (tramp-send-command-and-read): New optional argument NOERROR.
19363 (tramp-open-connection-setup-interactive-shell)
19364 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
19365 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
19366 (tramp-process-sentinel): Flush also process' connection property.
19367 (tramp-sh-handle-start-file-process): Do not set process
19368 sentinel. It is done now ...
19369 (tramp-maybe-open-connection): ... here. (Bug#8929)
19370
19371 2011-07-04 MON KEY <monkey@sandpframing.com>
19372
19373 * play/animate.el (animate-string): Doc fixes and allow changing
19374 the buffer name (bug#5417).
19375
19376 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19377
19378 * play/animate.el (animation-buffer-name): Rename from *animate*.
19379
19380 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
19381
19382 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
19383 This is simpler and helps future-proof the code.
19384 (timer-until): Use time-subtract and float-time.
19385 (timer--time-less-p): Use time-less-p.
19386
19387 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19388
19389 * type-break.el (timep): Use the value of `float-time' to avoid a
19390 byte-compiler warning.
19391
19392 * server.el (server-eval-and-print): Return any result, even nil.
19393
19394 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
19395
19396 * type-break.el: Accept time formats that the builtins accept.
19397 (timep, type-break-time-difference): Accept any format that
19398 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
19399 This is simpler and helps future-proof the code.
19400 (type-break-time-difference): Round rather than ignoring
19401 subseconds components.
19402
19403 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19404
19405 * info.el (Info-apropos-matches): Make non-interactive, since it
19406 doesn't seem to do anything useful as a command (bug#8829).
19407
19408 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
19409
19410 * frame.el (frame-background-mode, frame-set-background-mode):
19411 Move from faces.el.
19412 (frame-default-terminal-background): New function.
19413
19414 * custom.el (custom-push-theme): Don't record faces in `changed'
19415 theme; this doesn't work correctly for per-frame face settings.
19416 (disable-theme): Use face-set-after-frame-default to reset faces.
19417 (custom--frame-color-default): New function.
19418
19419 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19420
19421 * dired.el (dired-flagging-regexp): Remove unused variable
19422 (bug#8769).
19423
19424 2011-03-29 Kevin Ryde <user42@zip.com.au>
19425
19426 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19427 `perl-Test2' extend to match possible "fail #N" rep count
19428 (bug#8377).
19429
19430 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19431
19432 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
19433 `smtpmail-via-smtp' now returns the error instead of nil.
19434
19435 * isearch.el (isearch-search-fun-function): Clarify the doc string
19436 (bug#8101).
19437
19438 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
19439
19440 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
19441 unnecessary spaces (bug#8987).
19442
19443 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19444
19445 * net/network-stream.el (open-network-stream): Use the
19446 :end-of-capability command thoughout.
19447
19448 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19449
19450 * net/network-stream.el (open-network-stream): Add the
19451 :end-of-capability command parameter, used by pop3.el.
19452
19453 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19454
19455 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
19456
19457 * fringe.el (fringe-query-style): Remove redundant text " (type ?
19458 for list)" (bug#6475).
19459
19460 * files.el (file-expand-wildcards): Ignore non-readable
19461 sub-directories while trying to find matches instead of signaling
19462 an error (bug#6297).
19463
19464 * man.el (Man-reference-regexp): Allow matching possible
19465 word-wrapped references (bug#6289).
19466
19467 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
19468 for consistency with the other vc buffers (bug#6197).
19469 (vc-checkin): Ditto.
19470
19471 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
19472
19473 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
19474
19475 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19476
19477 * custom.el (defcustom): Clarify that :set is only used in the
19478 Customize user interface (bug#6089).
19479
19480 * progmodes/flymake.el (flymake-mode): If the buffer isn't
19481 associated with a file, refuse to run instead of erroring out
19482 (bug#6084).
19483
19484 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
19485 the doc string, since it appears that using `fill-column' always
19486 controls the width (bug#7845).
19487
19488 * simple.el (shell-command-on-region): Say where the error output
19489 went if `shell-command-default-error-buffer' is set (bug#6857).
19490
19491 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
19492
19493 * allout.el (allout-yank-processing): Adjust cursor position for
19494 backwards-deleted space.
19495
19496 (allout-rebullet-heading): Register changes with
19497 allout-exposure-changed-hook, so the modified topic is properly
19498 decorated.
19499
19500 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19501
19502 * minibuffer.el (completion-in-region): Document PREDICATE
19503 (bug#7136).
19504
19505 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
19506 of keyword/argument pairs (bug#6904).
19507
19508 * replace.el (multi-occur):
19509 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
19510
19511 2011-07-02 Drew Adams <drew.adams@oracle.com>
19512
19513 * dired.el (dired-mark-if): Make the message about whether it's
19514 marking or unmarking clearer (bug#8523).
19515
19516 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19517
19518 * disp-table.el (display-table-print-array): New function.
19519 (describe-display-table): Use it to print the vectors more pretty
19520 (Bug#8859).
19521
19522 2011-07-02 Martin Rudalics <rudalics@gmx.at>
19523
19524 * window.el (window-state-get-1): Don't assign clone numbers.
19525 Add clone-of item to list of window parameters.
19526 (window-state-put-2): Don't process clone numbers.
19527 (display-buffer-alist): Fix doc-string.
19528
19529 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19530
19531 * subr.el (remq): Don't allocate if it's not needed.
19532 (keymap--menu-item-binding, keymap--menu-item-with-binding)
19533 (keymap--merge-bindings): New functions.
19534 (keymap-canonicalize): Use them to refine the canonicalization.
19535 * minibuffer.el (minibuffer-local-completion-map)
19536 (minibuffer-local-must-match-map): Move initialization from C.
19537 (minibuffer-local-filename-completion-map): Move initialization from C;
19538 don't inherit from anything here.
19539 (minibuffer-local-filename-must-match-map): Make obsolete.
19540 (completing-read-default): Use make-composed-keymap to combine
19541 minibuffer-local-filename-completion-map with either
19542 minibuffer-local-must-match-map or
19543 minibuffer-local-filename-completion-map.
19544
19545 2011-07-01 Glenn Morris <rgm@gnu.org>
19546
19547 * type-break.el (type-break-time-sum): Use dolist.
19548
19549 * textmodes/flyspell.el (flyspell-word-search-backward):
19550 Replace CL function.
19551
19552 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19553
19554 * mouse.el (mouse--strip-first-event): New function.
19555 (function-key-map): Use it to map fringe clicks to normal clicks
19556 by default.
19557
19558 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
19559 (vc-bzr-revision-completion-table): Add support for annotate and date.
19560
19561 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
19562 inherit from parent.
19563
19564 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19565
19566 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
19567 (dired-show-file-type): Doc fixup (bug#8818).
19568
19569 * dired.el (dired-mode): Fix up the doc string as suggested by
19570 Drew Adams (bug#8817).
19571
19572 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
19573 cookie, since the manual says that it should be possible to add
19574 this function to `find-file-hook' (bug#8709).
19575
19576 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19577
19578 * progmodes/cfengine.el: Moved all cfengine3.el functionality
19579 here. Noted Ted Zlatanov as the maintainer.
19580 (cfengine-common-settings, cfengine-common-syntax): New functions
19581 to set up common things between `cfengine-mode' and
19582 `cfengine3-mode'.
19583 (cfengine3-mode): New mode.
19584 (cfengine3-defuns cfengine3-defuns-regex
19585 (cfengine3-class-selector-regex cfengine3-category-regex)
19586 (cfengine3-vartypes cfengine3-font-lock-keywords)
19587 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
19588 (cfengine3-indent-line): Add from cfengine3.el.
19589
19590 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
19591
19592 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
19593
19594 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
19595
19596 2011-07-01 Martin Rudalics <rudalics@gmx.at>
19597
19598 * window.el (same-window-buffer-names, same-window-regexps)
19599 (same-window-p, special-display-frame-alist)
19600 (special-display-popup-frame, special-display-function)
19601 (special-display-buffer-names, special-display-regexps)
19602 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
19603 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19604 (split-window-preferred-function, split-height-threshold)
19605 (split-width-threshold, even-window-heights)
19606 (display-buffer-mark-dedicated, window-splittable-p)
19607 (split-window-sensibly, window-safely-shrinkable-p):
19608 Un-obsolete.
19609 (display-buffer): Don't spread args with function specifier
19610 because special-display-popup-frame won't like it.
19611
19612 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
19613
19614 Time-stamp simplifications and fixes.
19615 These improve accuracy slightly, and future-proof the code
19616 against some potential changes to current-time format.
19617
19618 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
19619 by using time-since and float-time.
19620
19621 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
19622 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
19623 + NNN microseconds".
19624
19625 * type-break.el (type-break-time-sum): Rewrite using time-add.
19626
19627 * play/hanoi.el (hanoi-current-time-float): Remove.
19628 All uses replaced by float-time.
19629
19630 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
19631 This yields a more-accurate answer.
19632 (rng-time-to-float): Remove; no longer needed.
19633
19634 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
19635
19636 * calendar/timeclock.el (timeclock-seconds-to-time):
19637 Defalias to seconds-to-time, since they're the same thing.
19638
19639 * emacs-lisp/elp.el (elp-elapsed-time):
19640 * emacs-lisp/benchmark.el (benchmark-elapse):
19641 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
19642
19643 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19644
19645 * window.el (bury-buffer): Don't iconify the only frame.
19646 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
19647 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
19648
19649 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
19650
19651 * eshell/em-smart.el (eshell-smart-display-navigate-list):
19652 Add mouse-yank-primary.
19653
19654 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19655
19656 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
19657
19658 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19659
19660 * emacs-lisp/find-func.el (find-library--load-name): New fun.
19661 (find-library-name): Use it to find relative load names when provided
19662 absolute file name (bug#8803).
19663
19664 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19665
19666 * textmodes/flyspell.el (flyspell-word): Consider words that
19667 differ only in case as potential doublons (bug#5687).
19668
19669 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
19670 Remove two rather uninteresting debugging-like messages to make
19671 debbugs.el more silent.
19672
19673 * comint.el (comint-password-prompt-regexp): Accept "Response" as
19674 a password-like phrase.
19675
19676 2011-06-30 Masatake YAMATO <yamato@redhat.com>
19677
19678 * progmodes/cc-guess.el: New file.
19679
19680 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
19681
19682 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
19683 derived from `c-basic-common-init'.
19684
19685 * progmodes/cc-mode.el (top-level): Require cc-guess.
19686 (c-basic-common-init): Use `cc-choose-style-for-mode'.
19687
19688 2011-06-30 Lawrence Mitchell <wence@gmx.li>
19689
19690 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
19691
19692 2011-06-30 Alan Mackenzie <acm@muc.de>
19693
19694 * progmodes/cc-engine.el (c-guess-continued-construct):
19695 Correct the handling of template-args-cont, particularly for when font
19696 lock is disabled. Name this case as "CASE G".
19697
19698 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
19699
19700 * allout.el (allout-yank-processing): Fix injection of extra space
19701 between bullet and non-whitespace character in first topic when
19702 pasting, ensuring that the actual spacing in the pasted topic
19703 following the bullet char is preserved. This extra space was
19704 causing pasted encrypted topics to get a decrypted status even
19705 when the content was actually still encrypted. Now the decryption
19706 status from before the paste is preserved.
19707
19708 (allout-flag-region): Set all allout overlays so they evaporate
19709 when reduced to zero length (evanescent), to prevent overlay
19710 leakage.
19711
19712 2011-06-30 Glenn Morris <rgm@gnu.org>
19713
19714 * w32-fns.el (w32-charset-info-alist): Declare.
19715
19716 * find-dired.el (find-grep-options): Simplify.
19717
19718 * term/ns-win.el (ns-set-resource): Declare.
19719
19720 * ses.el (row, col): Declare dynamic variables honestly.
19721
19722 * textmodes/reftex-parse.el (index-tags): Declare.
19723
19724 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
19725
19726 * cus-edit.el (customize-push-and-save): New function.
19727
19728 * files.el (hack-local-variables-confirm): Use it.
19729
19730 * custom.el (load-theme): New arg NO-CONFIRM.
19731 Use customize-push-and-save (Bug#8720).
19732 (custom-enabled-themes): Doc fix.
19733
19734 * cus-theme.el (customize-create-theme)
19735 (custom-theme-merge-theme): Callers to load-theme changed.
19736
19737 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19738
19739 * thingatpt.el (thing-at-point-short-url-regexp): Require that
19740 short URLs have at least one dot in them (bug #7614).
19741
19742 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
19743 nil, because using a pty is apparently too slow (bug #895).
19744
19745 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
19746
19747 * mail/sendmail.el (sendmail-query-once): New function.
19748 (sendmail-query-once-function): New variable.
19749
19750 2011-06-29 Glenn Morris <rgm@gnu.org>
19751
19752 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
19753
19754 * ses.el (top-level): Require cl when compiling.
19755 (ses-set-localvars): Fix error statement.
19756 Call it at compile time to silence a storm of warnings.
19757
19758 2011-06-29 Martin Rudalics <rudalics@gmx.at>
19759
19760 * window.el (normalize-live-buffer): Rename to
19761 window-normalize-buffer.
19762 (normalize-live-frame): Rename to window-normalize-frame.
19763 (normalize-any-window): Rename to window-normalize-any-window.
19764 (normalize-live-window): Rename to window-normalize-live-window.
19765 (make-window-atom): Rename to window-make-atom.
19766 (window-resize-reset): Rename to window--resize-reset.
19767 (window-resize-reset-1): Rename to window--resize-reset-1.
19768 (resize-mini-window): Rename to window--resize-mini-window.
19769 (resize-subwindows-skip-p): Rename to
19770 window--resize-subwindows-skip-p.
19771 (resize-subwindows-normal): Rename to
19772 window--resize-subwindows-normal.
19773 (resize-subwindows): Rename to window--resize-subwindows.
19774 (resize-other-windows): Rename to window--resize-siblings.
19775 (resize-this-window): Rename to window--resize-this-window.
19776 (resize-root-window): Rename to window--resize-root-window.
19777 (resize-root-window-vertically): Rename to
19778 window--resize-root-window-vertically.
19779 (normalize-buffer-to-display): Rename to
19780 window-normalize-buffer-to-display.
19781 (normalize-buffer-to-switch-to): Rename to
19782 window-normalize-buffer-to-switch-to.
19783 Correspondingly update all callers of the functions listed
19784 above.
19785 (display-buffer-alist, display-buffer-normalize-arguments)
19786 (display-buffer-normalize-options, display-buffer)
19787 (display-buffer-alist-set): Use "function" instead of
19788 "fun-with-args".
19789
19790 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
19791
19792 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
19793 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
19794 debbugs.gnu.org. Mention acknowledgment email.
19795
19796 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
19797
19798 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
19799 buffer multibyteness, since it shouldn't matter.
19800
19801 2011-06-28 Martin Rudalics <rudalics@gmx.at>
19802
19803 * window.el (display-buffer-in-side-window): Handle dedicated
19804 windows as in display-buffer-reuse-window.
19805 (display-buffer-normalize-alist): Use value of override
19806 specifier.
19807 (display-buffer-normalize-specifiers): Use value of
19808 other-window-means-other-frame specifier.
19809 (display-buffer-alist): Rewrite some texts in widgets.
19810 (display-buffer): Spread arguments when calling function
19811 specified by fun-with-args.
19812
19813 2011-06-28 Deniz Dogan <deniz@dogan.se>
19814
19815 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19816 Unnest `let'.
19817
19818 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
19819 selectors (Bug#5732).
19820 (css-proprietary-nmstart-re): Use `regexp-opt'.
19821
19822 2011-06-27 Jari Aalto <jari.aalto@cante.net>
19823
19824 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
19825 (eshell-ls-date-format): New defcustom.
19826 (eshell-ls-file): Use it.
19827
19828 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19829
19830 * help-fns.el (describe-variable): Fix message for terminal-local vars.
19831
19832 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
19833
19834 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
19835 (ange-ftp-make-tmp-name): New arg.
19836 (ange-ftp-file-local-copy): Use it.
19837
19838 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
19839
19840 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
19841 no-conversion (Bug#8870).
19842
19843 2011-06-27 Martin Rudalics <rudalics@gmx.at>
19844
19845 * window.el (window-right, window-left, window-child)
19846 (window-child-count, window-last-child)
19847 (window-iso-combination-p, walk-window-tree-1)
19848 (window-atom-check-1, window-tree-1, delete-window)
19849 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
19850 new naming conventions - window-vchild, window-hchild,
19851 window-next and window-prev are now called window-top-child,
19852 window-left-child, window-next-sibling and window-prev-sibling
19853 respectively.
19854 (resize-window-reset): Rename to window-resize-reset.
19855 (resize-window-reset-1): Rename to window-resize-reset-1.
19856 (resize-window): Rename to window-resize.
19857 (window-min-height, window-min-width)
19858 (resize-mini-window, resize-this-window, resize-root-window)
19859 (resize-root-window-vertically, adjust-window-trailing-edge)
19860 (enlarge-window, shrink-window, maximize-window)
19861 (minimize-window, delete-window, quit-restore-window)
19862 (split-window, balance-windows, balance-windows-area-adjust)
19863 (balance-windows-area, window-state-put-2)
19864 (display-buffer-even-window-sizes, display-buffer-set-height)
19865 (display-buffer-set-width, set-window-text-height)
19866 (fit-window-to-buffer): Rename all "resize-window" prefixed
19867 calls to use the "window-resize" prefix convention.
19868 (display-buffer-alist): Fix symbol for label specifier.
19869 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
19870 corresponding specifier.
19871 Reported by Juanma Barranquero <lekktu@gmail.com>.
19872
19873 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
19874
19875 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
19876 convention.
19877 (ses-call-printer): Does not pass an empty string to formatter when the
19878 cell is empty to keep from barking printer Calc math-format-value.
19879
19880 2011-06-27 Richard Stallman <rms@gnu.org>
19881
19882 * battery.el (battery-mode-line-limit): New variable.
19883 (battery-update): Handle it.
19884
19885 * mail/rmailmm.el (rmail-mime-process-multipart):
19886 Handle truncated messages.
19887
19888 2011-06-27 Glenn Morris <rgm@gnu.org>
19889
19890 * progmodes/flymake.el (flymake-err-line-patterns):
19891 Allow for column numbers in the ant/javac pattern. (Bug#8866)
19892
19893 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
19894
19895 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
19896 (ses--clean-!, ses--clean-_): New functions.
19897 (ses-range): Add configurability of readout order, and conversion
19898 to Calc vector.
19899
19900 * ses.el (ses-repair-cell-reference-all): New function.
19901 (ses-cell-symbol): Set macro as safe, so that it can be used in
19902 formulas.
19903
19904 * ses.el: Update cycle detection algorithm.
19905 (ses-localvars): Add ses--Dijkstra-attempt-nb and
19906 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
19907 (ses-set-localvars): New function.
19908 (ses-make-cell): Add property-list as a cell element.
19909 (ses-cell-property-get-fun, ses-cell-property-get)
19910 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
19911 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
19912 New functions.
19913 (ses-cell-property-set, ses-cell-property-pop)
19914 (ses-cell-property-get-handle): New macro.
19915 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
19916 New aliases, used for code readability.
19917 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
19918 cycle detection.
19919 (ses-self-reference-early-detection): New defcustom.
19920 (ses-formula-references): Robustify against self-referring cells.
19921 (ses-mode): Use ses-set-localvars.
19922 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
19923 before lauching the update processing.
19924 (ses-initialize-Dijkstra-attempt): New function.
19925 (ses-recalculate-cell): Update for cycle detection based on
19926 Dijkstra algorithm.
19927
19928 * ses.el: Fix commenting and indenting convention.
19929
19930 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19931
19932 * bs.el (bs-cycle-next): Complete last change.
19933
19934 2011-06-27 Drew Adams <drew.adams@oracle.com>
19935
19936 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
19937
19938 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19939
19940 * net/network-stream.el (network-stream-open-starttls):
19941 Don't re-get capabilities unless we've reestablished connection.
19942 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
19943
19944 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
19945 to binary to possibly avoid line encoding issues on Windows (among
19946 other things).
19947
19948 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
19949
19950 * net/network-stream.el (open-network-stream): Return an :error
19951 saying what the problem was, if possible.
19952
19953 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
19954 server.
19955
19956 * net/network-stream.el (network-stream-open-starttls): If we
19957 wanted to use STARTTLS, and the server offered it, but we weren't
19958 able to because we had no STARTTLS support, then close the connection.
19959 (open-network-stream): Return an :error element, if present.
19960
19961 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
19962
19963 * hl-line.el (hl-line-sticky-flag): Doc fix.
19964 (global-hl-line-sticky-flag): New option (Bug#8323).
19965 (global-hl-line-highlight): Obey it.
19966
19967 * vc/vc.el (vc-revert-show-diff): Default to t.
19968
19969 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
19970
19971 * allout-widgets.el (allout-widgets-post-command-business):
19972 Stop decorating intermediate isearch matches. They're not being
19973 undecorated when an isearch is continued past, and isearch
19974 automatically collapses them. This leads to "widget leaks", where
19975 decorated items accumulate in collapsed areas. Lines with lots of
19976 hidden widgets can slow down cursor travel, substantially.
19977 Too much complicated machinery would be needed to ensure undecoration,
19978 so we're doing without this nicety.
19979
19980 (allout-widgets-tally-string): Don't try to do a hash-table-count
19981 of allout-widgets-tally when it's nil. This eliminates spurious "Error
19982 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
19983 *Messages* when allout-widgets-maintain-tally is t.
19984
19985 2011-06-26 Martin Rudalics <rudalics@gmx.at>
19986
19987 * window.el (display-buffer-normalize-argument): Rename to
19988 display-buffer-normalize-arguments. Handle special meaning of
19989 LABEL argument. Respect special-display-function when popping up
19990 a new frame. Fix code searching for a window showing the buffer
19991 on another frame.
19992 (display-buffer-normalize-specifiers):
19993 Call display-buffer-normalize-arguments.
19994 (display-buffer-in-window): Don't undedicate the window if its
19995 buffer remains the same.
19996 Reported by Drew Adams <drew.adams@oracle.com>.
19997 (display-buffer-alist): Add choice for same-window macro
19998 specfier.
19999 (display-buffer): Mention special meaning of LABEL argument in
20000 doc-string. Fix quoting. Don't pop up a new frame even as
20001 fallback.
20002
20003 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
20004
20005 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
20006 avoid deleting the current window in some cases (bug#8911).
20007
20008 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
20009
20010 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
20011 (Bug#8934)
20012
20013 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20014
20015 * net/network-stream.el (network-stream-open-starttls):
20016 Use built-in TLS support if `gnutls-available-p' is true.
20017 (network-stream-open-tls): Ditto.
20018
20019 2011-06-26 Leo Liu <sdl.web@gmail.com>
20020
20021 * register.el (registerv): New struct.
20022 (registerv-make): New function.
20023 (jump-to-register, describe-register-1, insert-register):
20024 Support the jump-func, print-func and insert-func slot of a registerv
20025 struct. (Bug#8415)
20026
20027 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20028
20029 * vc/vc.el (vc-revert-show-diff): New defcustom.
20030 (vc-diff-internal): New arg specifying diff buffer.
20031 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
20032 reuse an existing *vc-diff* buffer (Bug#8927).
20033
20034 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
20035
20036 2011-06-26 Glenn Morris <rgm@gnu.org>
20037
20038 * progmodes/f90.el (f90-critical-indent): New option.
20039 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
20040 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
20041 (f90-mode): Doc fix.
20042 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
20043 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
20044 (f90-beginning-of-block, f90-next-block, f90-indent-region)
20045 (f90-match-end): Handle block, critical.
20046
20047 2011-06-25 Glenn Morris <rgm@gnu.org>
20048
20049 * calendar/diary-lib.el (diary-included-files): Doc fix.
20050 (diary-include-files): New function, extracted from
20051 diary-include-other-diary-files and diary-mark-included-diary-files.
20052 (diary-include-other-diary-files, diary-mark-included-diary-files):
20053 Just call diary-include-files.
20054 (diary-mark-entries): Reset diary-included-files on first call.
20055
20056 * calendar/diary-lib.el (diary-mark-entries)
20057 (diary-mark-included-diary-files):
20058 Visit included diary-files in temp buffers.
20059
20060 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
20061 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
20062 (f90-start-block-re, f90-imenu-generic-expression)
20063 (f90-looking-at-program-block-start, f90-no-block-limit):
20064 Add support for submodules.
20065
20066 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
20067 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
20068
20069 2011-06-25 Eli Zaretskii <eliz@gnu.org>
20070
20071 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
20072 buffer-file-type before setting its value, to avoid disastrous
20073 global effects on decoding files for DOS/Windows systems. (Bug#8780)
20074
20075 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20076
20077 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
20078
20079 * ses.el (ses-unload-function):
20080 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
20081
20082 * proced.el (proced-unload-function):
20083 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
20084
20085 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
20086
20087 * server.el (server-create-window-system-frame): Add parameters arg.
20088 (server-process-filter): Doc fix. Handle frame-parameters.
20089
20090 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20091
20092 Fix bug#8730, bug#8781.
20093
20094 * loadhist.el (unload--set-major-mode): New function.
20095 (unload-feature): Use it.
20096
20097 * progmodes/python.el (python-after-info-look): Add autoload cookie.
20098 (python-unload-function): New function.
20099
20100 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20101
20102 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
20103
20104 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
20105
20106 * net/browse-url.el (browse-url-firefox-program): Add icecat to
20107 the candidates list.
20108
20109 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
20110
20111 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
20112
20113 2011-06-23 Richard Stallman <rms@gnu.org>
20114
20115 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
20116 (rmail-variables): Set next-error-move-function.
20117 (rmail-what-message): Take argument POS.
20118 (rmail-next-error-move): New function.
20119
20120 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
20121
20122 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
20123 messages for adjacent non-terminals.
20124
20125 2011-06-23 Richard Stallman <rms@gnu.org>
20126
20127 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
20128 (rmail-show-message-1): Preserve buffer modified flag.
20129 (rmail-start-mail): Don't specify use of rmail-mail-return;
20130 that's done by mail-bury now.
20131 (rmail-mail-return): Handle arg NEWBUF.
20132
20133 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
20134
20135 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
20136 SIZE is a number.
20137
20138 2011-06-23 Martin Rudalics <rudalics@gmx.at>
20139
20140 * window.el (get-lru-window, get-mru-window)
20141 (get-largest-window): Never return a minibuffer window.
20142 (display-buffer-pop-up-window): Fix a bug that could lead to
20143 reusing the minibuffer window.
20144 (display-buffer): Pass original specifier argument to
20145 display-buffer-function instead of the normalized one.
20146 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20147
20148 2011-06-22 Leo Liu <sdl.web@gmail.com>
20149
20150 * minibuffer.el (completing-read-function)
20151 (completing-read-default): Move from minibuf.c.
20152
20153 2011-06-22 Richard Stallman <rms@gnu.org>
20154
20155 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
20156 to Rmail even if not started by a special Rmail command.
20157
20158 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
20159 Copy the buffer currently showing just one message.
20160
20161 2011-06-22 Roland Winkler <winkler@gnu.org>
20162
20163 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
20164 (bibtex-clean-entry): First delete the old key so that a
20165 customized algorithm for generating the new key does not get
20166 confused by the old key.
20167 (bibtex-url): Obey regexp of first step.
20168 (bibtex-search-entries): Do not use add-to-list with local
20169 list-var.
20170
20171 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20172
20173 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
20174 stored a user name, then query for the password first, instead of
20175 waiting for SMTP to give an error message and the trying again.
20176
20177 2011-06-22 Lawrence Mitchell <wence@gmx.li>
20178
20179 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
20180 BUFFER in call-process.
20181
20182 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20183
20184 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
20185 QUIT twice.
20186 (smtpmail-try-auth-methods): Require user name and password from
20187 auth-source.
20188
20189 2011-06-22 Martin Rudalics <rudalics@gmx.at>
20190
20191 * window.el (display-buffer-default-specifiers)
20192 (display-buffer-alist): Remove entries for pop-up-frame-alist.
20193 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
20194 (split-window): Normalize SIDE argument (Bug#8916).
20195
20196 * frame.el (pop-up-frame-alist, pop-up-frame-function)
20197 (special-display-frame-alist, special-display-popup-frame):
20198 Remove duplicate declarations. These are now in window.el.
20199
20200 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20201
20202 * mail/smtpmail.el (smtpmail-via-smtp):
20203 Set :use-starttls-if-possible so that we always use STARTTLS if the
20204 server supports it. SMTP servers that support STARTTLS commonly
20205 require it.
20206
20207 * net/network-stream.el (network-stream-open-starttls): Support
20208 upgrading to STARTTLS always, even if we don't have built-in support.
20209 (open-network-stream): Add the :always-query-capabilities keyword.
20210
20211 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
20212 upgrades with `open-network-stream', and rely solely on
20213 auth-source for all credentials. Big changes throughout the file,
20214 but in particular:
20215 (smtpmail-auth-credentials): Remove.
20216 (smtpmail-starttls-credentials): Remove.
20217 (smtpmail-via-smtp): Check for servers saying they want AUTH after
20218 MAIL FROM, too.
20219
20220 * net/network-stream.el (network-stream-open-starttls):
20221 Provide support for client certificates both for external and built-in
20222 STARTTLS.
20223 (auth-source): Require.
20224 (open-network-stream): Document the :client-certificate keyword.
20225 (network-stream-certificate): Change cert-cert to cert and
20226 cert-key to key.
20227
20228 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
20229
20230 * net/tramp-cache.el (top): Don't load the persistency file when
20231 "emacs -Q" has been called.
20232
20233 2011-06-21 Tim Harper <timcharper@gmail.com>
20234
20235 * term/ns-win.el (ns-initialize-window-system):
20236 Set application-specific `ApplePressAndHoldEnabled' system
20237 resource to NO as it is not yet supported by the NS port.
20238
20239 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
20240
20241 * misc.el (list-dynamic-libraries--refresh): Compute header here...
20242 (list-dynamic-libraries): ...not here.
20243
20244 2011-06-21 Leo Liu <sdl.web@gmail.com>
20245
20246 * subr.el (sha1): Implement sha1 using secure-hash.
20247
20248 2011-06-21 Martin Rudalics <rudalics@gmx.at>
20249
20250 * window.el (display-buffer-alist): In default value do not
20251 enforce searching a window on any but the selected frame.
20252 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20253 (display-buffer-select-window): Remove function.
20254 (display-buffer-in-window): When a window on another frame gets
20255 reused, do not select it any more but just raise its frame if
20256 necessary (Bug#8851) and (Bug#8856).
20257 (display-buffer-normalize-options): Handle pop-up-frames related
20258 options more faithfully.
20259 (pop-to-buffer): Don't rely on `display-buffer' selecting the
20260 window if it is on another frame.
20261 (display-buffer-alist, display-buffer-default-specifiers):
20262 Don't make new frame unsplittable by default.
20263 (display-buffer-normalize-argument): Fix doc-string typo and use
20264 'same-frame-other-window instead of 'other-window when associating
20265 with display-buffer-macro-specifiers.
20266
20267 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
20268
20269 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
20270 New functions.
20271 (5x5-mode-map, 5x5-mode-menu): Bind them.
20272 (5x5-draw-grid): Tweak the solver's rendering.
20273
20274 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20275
20276 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
20277 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
20278
20279 2011-06-21 Drew Adams <drew.adams@oracle.com>
20280
20281 * menu-bar.el: Use function variable instead of switch-to-buffer.
20282 (menu-bar-select-buffer-function): New variable.
20283 (menu-bar-update-buffers): Use it (bug#8876).
20284
20285 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20286
20287 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
20288 variable's status.
20289
20290 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
20291
20292 * x-dnd.el (x-dnd-version-from-flags)
20293 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
20294 and long as number (Bug#8899).
20295 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
20296
20297 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20298
20299 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
20300 (completion-try-completion, completion-all-completions): Compute the
20301 metadata argument if it's missing; make it optional (bug#8795).
20302
20303 * wid-edit.el: Use lex-bind and move towards completion-at-point.
20304 (widget-complete): Use new :completion-function property.
20305 (widget-completions-at-point): New function.
20306 (default): Use :completion-function instead of :complete.
20307 (widget-default-completions): Rename from widget-default-complete;
20308 Rewrite.
20309 (widget-string-complete, widget-file-complete, widget-color-complete):
20310 Remove functions.
20311 (file, symbol, function, variable, coding-system, color):
20312 * international/mule-cmds.el (default-input-method, charset)
20313 (language-info-custom-alist):
20314 * cus-edit.el (face): Use new property :completions.
20315
20316 * progmodes/pascal.el (pascal-completions-at-point): New function.
20317 (pascal-mode): Use it.
20318 (pascal-mode-map): Use completion-at-point.
20319 (pascal-toggle-completions): Make obsolete.
20320 (pascal-complete-word, pascal-show-completions):
20321 * progmodes/octave-mod.el (octave-complete-symbol):
20322 Redefine as obsolete alias.
20323 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
20324 Signal absence of completion info for old Octave,
20325 (inferior-octave-complete): Redefine as obsolete alias.
20326 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
20327 (meta-completions-at-point): Rename from meta-complete-symbol and
20328 adapt it for use on completion-at-point-functions.
20329 (meta-common-mode): Use it.
20330 (meta-looking-at-backward, meta-match-buffer): Remove.
20331 (meta-complete-symbol): Redefine as obsolete alias.
20332 (meta-common-mode-map): Use completion-at-point.
20333 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
20334 (makefile-mode-map): Use completion-at-point.
20335 (makefile-completions-at-point): Rename from makefile-complete and
20336 adapt it for use on completion-at-point-functions.
20337 (makefile-mode): Use it.
20338 (makefile-complete): Redefine as obsolete alias.
20339
20340 2011-06-20 Deniz Dogan <deniz@dogan.se>
20341
20342 * net/rcirc.el: Delete trailing whitespaces once and for all.
20343
20344 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
20345
20346 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
20347
20348 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
20349
20350 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
20351
20352 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
20353
20354 2011-06-19 Martin Rudalics <rudalics@gmx.at>
20355
20356 * window.el (display-buffer-other-window-means-other-frame):
20357 Call display-buffer-normalize-alist.
20358 (display-buffer-normalize-specifiers-1): Rename to
20359 display-buffer-normalize-argument. New argument other-frame.
20360 Rewrite.
20361 (display-buffer-normalize-specifiers-2): Rename to
20362 display-buffer-normalize-options.
20363 (display-buffer-normalize-alist-1): New function.
20364 (display-buffer-normalize-specifiers-3): Rename to
20365 display-buffer-normalize-alist.
20366 Call display-buffer-normalize-alist-1.
20367 (display-buffer-normalize-options-inhibit): New variable.
20368 (display-buffer-normalize-specifiers): Rewrite calling
20369 display-buffer-normalize-alist,
20370 display-buffer-normalize-argument, and
20371 display-buffer-normalize-options. Don't call the latter if
20372 display-buffer-normalize-options-inhibit is non-nil.
20373 (frame-auto-delete): New option.
20374 (window-deletable-p): Use frame-auto-delete.
20375 (window-list-no-nils, window-state-ignored-parameters)
20376 (window-state-get-1, window-state-get, window-state-put-list)
20377 (window-state-put-1, window-state-put-2, window-state-put):
20378 New functions.
20379 (display-buffer-normalize-options): Move special-display-p group
20380 after pop-up-frame group (Bug#8851) and (Bug#8856).
20381
20382 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
20383
20384 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
20385 groups (Bug#8776).
20386 (rx-submatch-n): New function.
20387 (rx): Document it.
20388
20389 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
20390 (Bug#8768).
20391
20392 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
20393
20394 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
20395
20396 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
20397 anytime existing face settings are present (Bug#8889).
20398
20399 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
20400 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
20401 Remove unused argument.
20402
20403 2011-06-18 Martin Rudalics <rudalics@gmx.at>
20404
20405 * window.el (display-buffer-default-specifiers):
20406 Remove pop-up-frame. Add pop-up-window-min-height,
20407 pop-up-window-min-width, and another reuse-window specifier
20408 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
20409 (display-buffer-normalize-specifiers-2):
20410 Handle split-height-threshold and split-width-threshold also when
20411 pop-up-windows is unset. Add a reuse-window specifier for the
20412 case popping up a new window fails.
20413 (special-display-popup-frame): Remove double quoting.
20414 (display-buffer-normalize-specifiers-1): Fix thinko.
20415
20416 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
20417
20418 * shell.el (shell-completion-vars): Set pcomplete-termination-string
20419 according to comint-completion-addsuffix.
20420
20421 * pcomplete.el: Convert to lexical binding and fix bug#8819.
20422 (pcomplete-suffix-list): Mark as obsolete.
20423 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
20424 pcomplete-seen in the closure.
20425 (pcomplete-comint-setup): Setup completion-at-point as well.
20426 (pcomplete--entries): New function.
20427 (pcomplete--env-regexp): New var.
20428 (pcomplete-entries): Rewrite to work with partial-completion and
20429 without relying on pcomplete-suffix-list.
20430 (pcomplete-pare-list): Remove, unused.
20431
20432 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20433
20434 * window.el (display-buffer-alist): Set pop-up-window-min-height
20435 and pop-up-window-min-width in default value. Reported by
20436 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
20437 other-window-means-other-frame.
20438 (display-buffer-macro-specifiers): Comment out entry for
20439 other-window specifier.
20440 (display-buffer-other-window-means-other-frame): New function.
20441 (display-buffer-normalize-specifiers-1): New arguments
20442 buffer-name and label. Treat other-window case specially.
20443 (display-buffer-normalize-specifiers-2): Treat other-window case
20444 specially.
20445 (display-buffer-normalize-specifiers-3): New function.
20446 (display-buffer-normalize-specifiers):
20447 Call display-buffer-normalize-specifiers-3.
20448
20449 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20450
20451 * window.el (same-window-p): Fix two typos introduced when
20452 adding with-no-warnings.
20453 (display-buffer-normalize-specifiers-1): Don't check
20454 pop-up-frames for 'unset initialization.
20455 (display-buffer-normalize-specifiers-2): Major rewrite using
20456 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
20457 (pop-up-frames, display-buffer-reuse-frames)
20458 (display-buffer-mark-dedicated): Don't initialize to 'unset.
20459 Suggested by David Engster <deng@randomsample.de>.
20460 (even-window-heights): Initialize to 'unset.
20461 (display-buffer-alist-set): Handle new 'unset initializations.
20462 (display-buffer-macro-specifiers): Don't pop up a new frame in the
20463 other window case.
20464
20465 2011-06-16 Martin Rudalics <rudalics@gmx.at>
20466
20467 * window.el (display-buffer-normalize-specifiers-1):
20468 Respect current value of pop-up-frames for most reasonable values of
20469 second argument of display-buffer (Bug#8865).
20470 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
20471 (switch-to-buffer-other-window-same-frame)
20472 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
20473 Adams (Bug#8875).
20474 (display-buffer): Don't check noninteractive when calling
20475 display-buffer-pop-up-frame.
20476 (display-buffer-pop-up-frame): Never pop up a frame in
20477 noninteractive mode (Bug#8857).
20478 (enlarge-window, shrink-window): Don't report an error when the
20479 window can't be resized as requested (Bug#8862).
20480
20481 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20482
20483 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
20484
20485 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
20486
20487 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
20488
20489 2011-06-15 Alan Mackenzie <acm@muc.de>
20490
20491 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
20492 for declarators, disable knr checking to speed up for normal files.
20493 2: Refactor, replacing a sequence of nested if forms by a cond form.
20494
20495 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20496
20497 * net/network-stream.el (open-network-stream): Add the keyword
20498 :always-query-capabilities for the case where you want to force a
20499 `plain' network connection, but the protocol still requires the
20500 capabilitiy command (i.e., SMTP and EHLO).
20501
20502 * subr.el (process-live-p): Rename from `process-alive-p' for
20503 consistency with other `-live-p' functions.
20504
20505 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20506
20507 * window.el (same-window-buffer-names, same-window-regexps)
20508 (special-display-frame-alist, special-display-popup-frame)
20509 (special-display-function, special-display-buffer-names)
20510 (special-display-regexps, pop-up-frame-alist)
20511 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
20512 (pop-up-windows, split-window-preferred-function)
20513 (split-height-threshold, split-width-threshold, even-window-heights)
20514 (display-buffer-mark-dedicated): Don't encourage the use of
20515 display-buffer-alist from Elisp code.
20516
20517 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
20518
20519 * progmodes/python.el (python-mode): Derive from prog-mode.
20520 * progmodes/ps-mode.el (ps-mode):
20521 * progmodes/mixal-mode.el (mixal-mode):
20522 * progmodes/cfengine.el (cfengine-mode):
20523 * progmodes/ld-script.el (ld-script-mode): Likewise.
20524
20525 2011-06-15 Martin Rudalics <rudalics@gmx.at>
20526
20527 * window.el (display-buffer-alist): Trim default value to avoid
20528 popping up a new frame (Bug#8857) or reusing an arbitrary window
20529 on another frame.
20530 (display-buffer): Do not fall back on popping up a new frame in
20531 batch mode (Bug#8857).
20532
20533 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
20534
20535 * cus-theme.el (describe-theme-1): Use custom-theme-p.
20536 (custom-theme-summary): New function.
20537 (customize-themes): Use it.
20538
20539 2011-06-13 Glenn Morris <rgm@gnu.org>
20540
20541 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
20542
20543 2011-06-13 Martin Rudalics <rudalics@gmx.at>
20544
20545 * help.el (help-window): Remove variable.
20546 (help-window-point-marker, temp-buffer-max-height)
20547 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
20548 (help-print-return-message): Don't set help-window.
20549 (resize-temp-buffer-window): Rewrite cod eand doc-string.
20550 (help-window-setup-finish): Remove.
20551 (help-window-display-message, help-window-setup)
20552 (with-help-window): Major rewrite based on new
20553 display-buffer-window variable.
20554
20555 * help-mode.el (help-mode-finish): Remove help-window related
20556 code.
20557
20558 * view.el (view-exits-all-viewing-windows): Remove reference to
20559 view-return-to-alist in doc-string.
20560 (view-return-to-alist): Make obsolete.
20561 (view-buffer): Call pop-to-buffer-same-window and remove
20562 undo-window code.
20563 (view-buffer-other-window): Call pop-to-buffer-other-window and
20564 simplify code. Ignore second argument.
20565 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
20566 simplify code. Ignore second argument.
20567 (view-return-to-alist-update): Make obsolete.
20568 (view-mode-enter): Rename second argument to QUIT-RESTORE.
20569 Rewrite using quit-restore window parameters.
20570 (view-mode-exit): Rename second argument to EXIT-ONLY.
20571 Rewrite using quit-restore-window.
20572 (View-exit, View-exit-and-edit, View-leave, View-quit)
20573 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
20574 appropriate arguments.
20575 (view-end-message): Use quit-restore window parameter.
20576
20577 * window.el (display-buffer-function): Rewrite doc-string.
20578 (display-buffer-window, display-buffer-alist): New variables.
20579 (display-buffer-split-specifiers)
20580 (display-buffer-side-specifiers)
20581 (display-buffer-macro-specifiers): New constants.
20582 (display-buffer-even-window-sizes, display-buffer-set-height)
20583 (display-buffer-set-width, display-buffer-select-window)
20584 (display-buffer-in-window, display-buffer-reuse-window)
20585 (display-buffer-split-window-1, display-buffer-split-window)
20586 (display-buffer-split-atom-window, display-buffer-pop-up-window)
20587 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
20588 (display-buffer-in-side-window, normalize-buffer-to-display)
20589 (display-buffer-normalize-specifiers-1)
20590 (display-buffer-normalize-specifiers-2)
20591 (display-buffer-normalize-specifiers, display-buffer-frame):
20592 New functions.
20593 (display-buffer): Major rewrite.
20594 (display-buffer-other-window, display-buffer-other-frame)
20595 (pop-to-buffer, switch-to-buffer-other-window)
20596 (switch-to-buffer-other-frame): Rewrite.
20597 (display-buffer-same-window, display-buffer-same-frame)
20598 (display-buffer-same-frame-other-window)
20599 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20600 (pop-to-buffer-other-window)
20601 (pop-to-buffer-same-frame-other-window)
20602 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
20603 (switch-to-buffer-other-window-same-frame): New functions.
20604 (same-window-p, special-display-p): Rewrite disabling warnings.
20605 Make obsolete.
20606 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20607 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
20608 Make obsolete
20609 (same-window-buffer-names, same-window-regexps)
20610 (special-display-frame-alist, special-display-popup-frame)
20611 (special-display-function, special-display-buffer-names)
20612 (special-display-regexps, pop-up-frame-alist)
20613 (pop-up-frame-function, split-window-preferred-function)
20614 (split-height-threshold, split-width-threshold)
20615 (even-window-heights): Make obsolete.
20616
20617 2011-06-12 Glenn Morris <rgm@gnu.org>
20618
20619 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
20620 Misc simplifications.
20621
20622 2011-06-12 Martin Rudalics <rudalics@gmx.at>
20623
20624 * window.el (window-safely-shrinkable-p): Restore function which
20625 was inadvertently removed in change from 2011-06-11. Declare as
20626 obsolete.
20627
20628 * calendar/calendar.el (calendar-generate-window):
20629 Use window-iso-combined-p instead of combination of one-window-p and
20630 window-safely-shrinkable-p.
20631
20632 2011-06-12 Glenn Morris <rgm@gnu.org>
20633
20634 * progmodes/fortran.el (fortran-mode-syntax-table):
20635 * progmodes/f90.el (f90-mode-syntax-table):
20636 Set % to punctuation. (Bug#8820)
20637 (f90-find-tag-default): Remove, no longer needed.
20638
20639 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
20640
20641 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
20642
20643 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
20644
20645 * image.el (image-animated-p): Return animation delay in seconds.
20646 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
20647 (image-animate-timeout): Remove DELAY argument. Don't assume
20648 every subimage has the same delay; get it from image-animated-p.
20649 (image-animate): Caller changed.
20650
20651 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
20652
20653 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
20654 to ignored backtrace functions.
20655
20656 2011-06-11 Glenn Morris <rgm@gnu.org>
20657
20658 * calendar/appt.el (appt-disp-window-function): Doc fix.
20659 (appt-check): Handle overlapping appointments. (Bug#8337)
20660
20661 2011-06-11 Martin Rudalics <rudalics@gmx.at>
20662
20663 * window.el (window-tree-1, window-tree): New functions, moving
20664 the latter to window.el.
20665 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20666 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20667 (bw-refresh-edges): Remove.
20668 (balance-windows-1, balance-windows-2): New functions.
20669 (balance-windows): Rewrite in terms of window tree functions,
20670 balance-windows-1 and balance-windows-2.
20671 (bw-adjust-window): Remove.
20672 (balance-windows-area-adjust): New function with functionality of
20673 bw-adjust-window but using resize-window.
20674 (set-window-text-height): Rewrite doc-string.
20675 Use normalize-live-window and resize-window.
20676 (enlarge-window-horizontally, shrink-window-horizontally):
20677 Rename argument to DELTA.
20678 (window-buffer-height): New function.
20679 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
20680 Rewrite using new window resize routines.
20681 (kill-buffer-and-window, mouse-autoselect-window-select):
20682 Use ignore-errors instead of condition-case.
20683 (quit-window): Call delete-frame instead of delete-windows-on
20684 for the only buffer on frame.
20685
20686 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20687
20688 * loadup.el (top-level): Load window before files for the sake
20689 of replace-buffer-in-windows.
20690
20691 * files.el (read-buffer-to-switch)
20692 (switch-to-buffer-other-window)
20693 (switch-to-buffer-other-frame, display-buffer-other-frame):
20694 Move to window.el.
20695
20696 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
20697 (previous-buffer): Move to window.el.
20698
20699 * bindings.el (unbury-buffer): Move to window.el.
20700
20701 * window.el (delete-other-windows-vertically): Move after
20702 definition of delete-other-windows.
20703 (other-window, delete-windows-on, replace-buffer-in-windows):
20704 Move here from window.c.
20705 (record-window-buffer, unrecord-window-buffer)
20706 (set-window-buffer-start-and-point, switch-to-prev-buffer)
20707 (switch-to-next-buffer): New functions.
20708 (get-next-valid-buffer, last-buffer, next-buffer): Move here
20709 from simple.el. Call switch-to-next-buffer.
20710 (previous-buffer): Move here from simple.el.
20711 Call switch-to-prev-buffer.
20712 (bury-buffer): Move here from buffer.c. Switch to previous
20713 buffer when window cannot be deleted.
20714 (unbury-buffer): Move here from bindings.el.
20715 (ctl-x-map): Move binding for other-window from window.c to
20716 here.
20717 (read-buffer-to-switch, switch-to-buffer-other-window)
20718 (switch-to-buffer-other-frame): Move here from files.el.
20719 (normalize-buffer-to-switch-to): New functions.
20720 (switch-to-buffer): Move here from buffer.c.
20721 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
20722
20723 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20724
20725 * window.el (window-min-height, window-min-width): Move here
20726 from window.c. Add defcustoms and rewrite doc-strings.
20727 (resize-mini-window, resize-window): New functions.
20728 (adjust-window-trailing-edge, enlarge-window, shrink-window):
20729 Move here from window.c.
20730 (maximize-window, minimize-window): New functions.
20731 (delete-window, delete-other-windows, split-window): Move here
20732 from window.c.
20733 (window-split-min-size): New function.
20734 (split-window-keep-point): Mention split-window-above-each-other
20735 instead of split-window-vertically.
20736 (split-window-above-each-other, split-window-vertically):
20737 Rename split-window-vertically to split-window-above-each-other
20738 and provide defalias for old definition.
20739 (split-window-side-by-side, split-window-horizontally):
20740 Rename split-window-horizontally to split-window-side-by-side
20741 and provide defalias for the old definition.
20742 (ctl-x-map): Move bindings for delete-window,
20743 delete-other-windows and enlarge-window here from window.c.
20744 Replace bindings for split-window-vertically and
20745 split-window-horizontally by bindings for
20746 split-window-above-each-other and split-window-side-by-side.
20747
20748 * cus-start.el (all): Remove entries for window-min-height and
20749 window-min-width. Add entries for window-splits and
20750 window-nest.
20751
20752 2011-06-09 Glenn Morris <rgm@gnu.org>
20753
20754 * calendar/appt.el (appt-mode-line): New function.
20755 (appt-check, appt-disp-window): Use it.
20756
20757 * files.el (hack-one-local-variable-eval-safep):
20758 Allow minor-modes with explicit +/-1 arguments.
20759
20760 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
20761
20762 * term/xterm.el (xterm): Add defgroup.
20763 (xterm-extra-capabilities): Add defcustom to supply known xterm
20764 capabilities, skip querying them, or query them (default).
20765 (terminal-init-xterm): Use it.
20766 (terminal-init-xterm-modify-other-keys): New function to set up
20767 modifyOtherKeys support to simplify `terminal-init-xterm'.
20768
20769 2011-06-09 Martin Rudalics <rudalics@gmx.at>
20770
20771 * window.el (resize-window-reset, resize-window-reset-1)
20772 (resize-subwindows-skip-p, resize-subwindows-normal)
20773 (resize-subwindows, resize-other-windows, resize-this-window)
20774 (resize-root-window, resize-root-window-vertically)
20775 (window-deletable-p, window-or-subwindow-p)
20776 (frame-root-window-p): New functions.
20777
20778 2011-06-09 Glenn Morris <rgm@gnu.org>
20779
20780 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
20781 (ange-ftp-get-files): Use it.
20782
20783 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20784
20785 * mail/sendmail.el (mail-recover-1, mail-recover):
20786 * files.el (recover-file, recover-session):
20787 Handle dired-listing-switches not being just a single short option.
20788
20789 2011-06-09 Glenn Morris <rgm@gnu.org>
20790
20791 * calendar/appt.el (appt-display-message, appt-disp-window):
20792 Handle lists of appointments.
20793
20794 2011-06-08 Martin Rudalics <rudalics@gmx.at>
20795
20796 * window.el (one-window-p): Move down in code.
20797 Rewrite doc-string.
20798 (window-current-scroll-bars): Rewrite doc-string.
20799 Normalize live window argument.
20800 (walk-windows, get-window-with-predicate, count-windows):
20801 Rewrite doc-string. Use window-list-1.
20802 (window-in-direction-2, window-in-direction, get-mru-window):
20803 New functions.
20804
20805 2011-06-08 Reuben Thomas <rrt@sc3d.org>
20806
20807 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
20808 Doc fix (Bug#8713).
20809
20810 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
20811
20812 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
20813
20814 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
20815
20816 * loadhist.el (unload-feature-special-hooks):
20817 Add `comint-output-filter-functions'.
20818
20819 2011-06-08 Ivan Kanis <gnu@kanis.fr>
20820
20821 * calendar/appt.el (appt-check): Move some initializations into the let.
20822
20823 2011-06-08 Martin Rudalics <rudalics@gmx.at>
20824
20825 * window.el (window-height): Defalias to window-total-height.
20826 (window-width): Defalias to window-body-width.
20827
20828 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
20829
20830 * image-mode.el (image-toggle-animation): New command.
20831 (image-mode-map): Bind it to RET.
20832 (image-mode): Update message.
20833 (image-toggle-display-image): Avoid a spurious cache flush.
20834 (image-transform-rotation): Doc fix.
20835 (image-transform-properties): Return quickly in the normal case.
20836 (image-animate-loop): Rename from image-animate-max-time.
20837
20838 * image.el (image-animate-max-time): Move to image-mode.el.
20839 (create-animated-image): Remove unnecessary function.
20840 (image-animate): Rename from image-animate-start. New arg.
20841 (image-animate-stop): Remove; just use image-animate-timer.
20842 (image-animate-timer): Use car-safe.
20843 (image-animate-timeout): Rename argument.
20844
20845 2011-06-07 Martin Rudalics <rudalics@gmx.at>
20846
20847 * window.el (get-lru-window, get-largest-window): Move here from
20848 window.c. Rename first argument to ALL-FRAMES.
20849 Rephrase doc-strings.
20850 (get-buffer-window-list): Rewrite using window-list-1.
20851 Rephrase doc-string.
20852 (window-safe-min-height, window-safe-min-width): New constants.
20853 (window-size-ignore, window-min-size, window-min-size-1)
20854 (window-sizable, window-sizable-p, window-size-fixed-1)
20855 (window-size-fixed-p, window-min-delta-1, window-min-delta)
20856 (window-max-delta-1, window-max-delta, window-resizable)
20857 (window-resizable-p, window-total-height, window-total-width)
20858 (window-body-width): New functions.
20859 (window-full-height-p, window-full-width-p): Rewrite using
20860 window-total-size.
20861 (window-body-height): Rewrite using window-body-size.
20862
20863 2011-06-06 Martin Rudalics <rudalics@gmx.at>
20864
20865 * window.el (window-right, window-left, window-child)
20866 (window-child-count, window-last-child, window-any-p)
20867 (normalize-live-buffer, normalize-live-frame)
20868 (normalize-any-window, normalize-live-window)
20869 (window-iso-combination-p, window-iso-combined-p)
20870 (window-iso-combinations)
20871 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
20872 (windows-with-parameter, window-with-parameter)
20873 (window-atom-root, make-window-atom, window-atom-check-1)
20874 (window-atom-check, window-side-check, window-check):
20875 New functions.
20876 (ignore-window-parameters, window-sides, window-sides-vertical)
20877 (window-sides-slots): New variables.
20878 (window-size-fixed): Move down in code. Minor doc-string fix.
20879
20880 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
20881
20882 * comint.el (comint-dynamic-complete-as-filename)
20883 (comint-dynamic-complete-filename): Correctly call
20884 completion-in-region.
20885
20886 2011-06-05 Deniz Dogan <deniz@dogan.se>
20887
20888 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
20889 in last change.
20890
20891 2011-06-05 Deniz Dogan <deniz@dogan.se>
20892
20893 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
20894 (rcirc): Use it to prompt for encryption.
20895
20896 2011-06-05 Roland Winkler <winkler@gnu.org>
20897
20898 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
20899 (bibtex-search-entries): New command bound to C-c C-a.
20900 (bibtex-display-entries): New function.
20901
20902 2011-06-05 Roland Winkler <winkler@gnu.org>
20903
20904 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
20905 (bibtex-insert-kill): After yanking insert newline if necessary.
20906 (bibtex-initialize): Call bibtex-string-files-init only once.
20907 (bibtex-mode): Do not call easy-menu-add.
20908 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
20909 (bibtex-yank): Set arg properly if nil.
20910
20911 2011-06-05 Roland Winkler <winkler@gnu.org>
20912
20913 * textmodes/bibtex.el (bibtex-search-entry-globally):
20914 New variable.
20915 (bibtex-search-entry): Use it.
20916
20917 2011-06-05 Roland Winkler <winkler@gnu.org>
20918
20919 * textmodes/bibtex.el (bibtex-entry-format): New option
20920 sort-fields.
20921 (bibtex-format-entry, bibtex-reformat): Honor this option.
20922 (bibtex-parse-entry): Return fields in proper order.
20923
20924 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
20925
20926 * doc-view.el (doc-view-remove-if): Move computation of result out
20927 of `dolist' to silence misleading lexical-binding warning.
20928
20929 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
20930
20931 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
20932 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
20933
20934 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
20935
20936 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
20937 "SunOS 5.10".
20938
20939 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
20940
20941 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
20942 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
20943 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
20944 (tramp-parse-putty):
20945 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
20946 (tramp-completion-function-alist-ssh)
20947 (tramp-completion-function-alist-telnet)
20948 (tramp-completion-function-alist-su)
20949 (tramp-completion-function-alist-putty): Set `tramp-autoload'
20950 cookie.
20951
20952 * net/tramp-ftp.el:
20953 * net/tramp-sh.el:
20954 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
20955 load "tramp.el" `tramp-set-completion-function'.
20956
20957 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
20958
20959 * shell.el: Require and use pcomplete.
20960 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
20961 (shell-completion-vars): Set pcomplete-default-completion-function.
20962
20963 2011-06-04 Deniz Dogan <deniz@dogan.se>
20964
20965 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
20966 `memq' (Bug#8799).
20967
20968 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
20969
20970 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
20971
20972 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
20973
20974 * bs.el (bs--mark-unmark, bs--nth-wrapper):
20975 * mpc.el (mpc-select-extend, mpc-songpointer-context):
20976 * vc/log-view.el (log-view-beginning-of-defun):
20977 * vc/smerge-mode.el (smerge-apply-resolution-patch)
20978 (smerge-refine-forward, smerge-refine-chopup-region):
20979 Silence warning for unused `dotimes' counter variables.
20980
20981 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
20982
20983 * net/tramp.el (tramp-with-progress-reporter): Rename from
20984 with-progress-reporter. Use `declare'.
20985 * net/tramp-smb.el:
20986 * net/tramp-sh.el:
20987 * net/tramp-gvfs.el: Update all uses.
20988
20989 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
20990
20991 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
20992 buffer isn't killed before making it current.
20993
20994 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20995
20996 Silence various byte-compiler warnings.
20997 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
20998 `access-type' and new obsolescence format.
20999 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
21000 new format.
21001 (byte-compile-check-variable): New `access-type' argument.
21002 Only warn if the access-type is obsolete.
21003 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21004 (byte-compile-variable-set): Adjust callers.
21005 * help-fns.el (describe-variable): Adjust to new obsolescence format.
21006 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
21007 setting it as obsolete.
21008 * simple.el (minibuffer-completing-symbol):
21009 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
21010 access as obsolete.
21011 * minibuffer.el (minibuffer-completing-file-name): Don't make it
21012 obsolete yet.
21013 * international/quail.el (quail-mouse-choose-completion): Remove unused
21014 code referring to obsolete var.
21015 (quail-choose-completion-string): Remove.
21016 * server.el (server-clients-with, server-kill-buffer-query-function)
21017 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
21018 * proced.el (proced-send-signal):
21019 * emacs-lisp/lisp.el (lisp-complete-symbol):
21020 Replace completion-annotate-function with completion-extra-properties.
21021
21022 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21023
21024 * simple.el (goto-line): Use read-number.
21025 (overriding-map-is-bound): Remove.
21026 (saved-overriding-map): Change default.
21027 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
21028 Take the map as argument.
21029 (universal-argument, negative-argument, digit-argument): Use it.
21030 (restore-overriding-map): Adjust.
21031 (do-auto-fill): Use fill-forward-paragraph.
21032 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
21033
21034 * minibuffer.el (minibuffer-inactive-mode-map): New var.
21035 (minibuffer-inactive-mode): New major mode.
21036 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
21037 the *Messages* buffer" hack.
21038 (mouse-popup-menubar): Don't burp if the event is a normal key.
21039
21040 Miscellaneous tweaks.
21041 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
21042 lexical scoping as in subr.el's dolist and dotimes.
21043 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
21044 Silence compiler warning.
21045 * thingatpt.el (forward-whitespace): Trivial coding style fix.
21046 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
21047 * international/ccl.el (ccl-compile): Trivial simplification.
21048 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
21049 * emacs-lisp/testcover.el (testcover-end): Remove spurious
21050 `printflag' argument.
21051 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
21052 Purecopy the whole obsolescence data.
21053
21054 2011-06-01 Leo Liu <sdl.web@gmail.com>
21055
21056 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
21057 improve doc-string as suggested by Marco Pessotto
21058 <melmothx@gmail.com>.
21059 (rcirc-print): Fix last change.
21060
21061 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21062
21063 * minibuffer.el (complete-with-action): Return nil for the metadata and
21064 boundaries of non-functional tables.
21065 (completion-table-dynamic): Return nil for the metadata.
21066 (completion-table-with-terminator): Add default case, using
21067 complete-with-action.
21068 (completion--metadata): New function.
21069 (completion-all-sorted-completions, minibuffer-completion-help): Use it
21070 to try and avoid pathological performance problems.
21071 (completion--embedded-envvar-table): Return `category' metadata.
21072
21073 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
21074
21075 * subr.el (process-alive-p): New tiny convenience function.
21076
21077 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21078
21079 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
21080 content but also its previous major mode.
21081
21082 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
21083
21084 * emacs-lisp/debug.el (debug): Restore the previous content of the
21085 *Backtrace* buffer when we exit with C-M-c.
21086
21087 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21088
21089 * minibuffer.el: Add metadata method to completion tables.
21090 (completion-category-overrides): New defcustom.
21091 (completion-metadata, completion--field-metadata)
21092 (completion-metadata-get, completion--styles)
21093 (completion--cycle-threshold): New functions.
21094 (completion-try-completion, completion-all-completions):
21095 Add `metadata' argument to choose completion-styles.
21096 (completion--do-completion): Use metadata to choose cycling.
21097 (completion-all-sorted-completions): Use metadata for sorting.
21098 Remove :completion-cycle-penalty which is not needed any more.
21099 (completion--try-word-completion): Add `metadata' argument.
21100 (minibuffer-completion-help): Check metadata for annotation function
21101 and sorting.
21102 (completion-file-name-table): Return `category' metadata.
21103 (minibuffer-completing-file-name): Make obsolete.
21104 * simple.el (minibuffer-completing-symbol): Make obsolete.
21105 * icomplete.el (icomplete-completions): Pass new `metadata' param to
21106 completion-try-completion.
21107
21108 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21109
21110 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
21111
21112 2011-05-30 Leo Liu <sdl.web@gmail.com>
21113
21114 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
21115 (rcirc-print): Decode all incoming messages (bug#8744).
21116 (rcirc-decode-coding-system): Allow value nil for automatic coding
21117 system detection.
21118
21119 2011-06-01 Glenn Morris <rgm@gnu.org>
21120
21121 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
21122
21123 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21124
21125 * image.el (image-animate-max-time): Allow nil and t values.
21126 Default to nil.
21127 (create-animated-image): Doc fix.
21128 (image-animate-start): Remove second arg; just use
21129 image-animate-max-time.
21130 (image-animate-timeout): Doc fix. Args changed.
21131
21132 * image-mode.el (image-toggle-display-image): Ensure that the
21133 image spec passed to the animate timer is the same object as in
21134 the buffer's display property (Bug#6981).
21135 (image-transform-properties): Doc fix.
21136
21137 * image.el (image-animate-max-time): Default to nil.
21138
21139 2011-05-29 Martin Rudalics <rudalics@gmx.at>
21140
21141 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
21142 entire buffer list (Bug#8184).
21143
21144 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21145
21146 * image.el (imagemagick-types-inhibit)
21147 (imagemagick-register-types): Doc fix.
21148
21149 2011-05-29 Deniz Dogan <deniz@dogan.se>
21150
21151 * net/rcirc.el (rcirc): Use the user's stored encryption method by
21152 default.
21153
21154 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21155
21156 * select.el: Don't perform clipboard-manager saving in hooks;
21157 leave the hooks empty.
21158
21159 2011-05-28 Leo Liu <sdl.web@gmail.com>
21160
21161 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
21162 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
21163 (occur-edit-mode): New major mode (Bug#8463).
21164 (occur-after-change-function): New function.
21165 (occur-engine): Give Occur tags a read-only property.
21166
21167 2011-05-28 Kevin Ryde <user42@zip.com.au>
21168
21169 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
21170
21171 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21172
21173 * bindings.el (help-echo): Make the initial non-indicator dash
21174 empty on graphical terminals (Bug#7295).
21175
21176 * files.el (auto-mode-alist): Move config rule after the
21177 in-stripping one (Bug#8547).
21178
21179 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
21180
21181 * startup.el (normal-splash-screen): Remove gratuitous mode-line
21182 setting (Bug#8740).
21183
21184 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
21185
21186 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
21187 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
21188 (Bug#8539).
21189
21190 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21191
21192 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
21193
21194 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
21195
21196 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
21197 (hs-hide-block-at-point, hs-find-block-beginning)
21198 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
21199 (Bug#8279).
21200
21201 2011-05-28 Glenn Morris <rgm@gnu.org>
21202
21203 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
21204
21205 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21206
21207 * help-fns.el (describe-function-1): If the function is a derived
21208 major mode, print the parent mode.
21209
21210 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
21211 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
21212
21213 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
21214
21215 * minibuffer.el (completion--capf-wrapper): Check applicability before
21216 returning non-nil for non-exclusive completion data.
21217 * progmodes/etags.el (tags-completion-at-point-function):
21218 * info-look.el (info-lookup-completions-at-point): Mark as
21219 non-exclusive.
21220 (info-complete): Adjust accordingly.
21221
21222 * info-look.el: Convert to lexical-binding and completion-at-point.
21223 (info-lookup-completions-at-point): New function.
21224 (info-complete): Use it and completion-in-region.
21225
21226 2011-05-28 Drew Adams <drew.adams@oracle.com>
21227
21228 * isearch.el: Let M-e start with point at the first mismatched char.
21229 (isearch-fail-pos): New function.
21230 (isearch-edit-string): Use it.
21231
21232 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21233
21234 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21235
21236 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
21237
21238 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
21239 traversal functions for avl-trees.
21240 (avl-tree--stack): New struct.
21241 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
21242 (avl-tree-enter): Add optional `updatefun' arg.
21243 (avl-tree--do-enter): Add optional `updatefun' arg.
21244 Change return value.
21245 (avl-tree-delete): Add optional `test' and `nilflag' args.
21246 (avl-tree--do-delete): Add `test' and `nilflag' args.
21247 Change return value.
21248 (avl-tree-member): Add optional `nilflag'
21249 (avl-tree-member-p): New function.
21250 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
21251 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
21252 (avl-tree-stack-empty-p): New functions.
21253
21254 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
21255 avl-tree--del-balance1 and make it work both ways.
21256 (avl-tree--del-balance2): Remove.
21257 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
21258 make it work both ways.
21259 (avl-tree--enter-balance2): Remove.
21260 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
21261 New macros.
21262 (avl-tree--mapc, avl-tree-map): Add direction argument.
21263
21264 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
21265
21266 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
21267
21268 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
21269
21270 * select.el: Support clipboard managers with built-in function
21271 x-clipboard-manager-save, via delete-frame-functions and
21272 kill-emacs-hook.
21273 (xselect-convert-to-targets): Add MULTIPLE target to list.
21274 (xselect-convert-to-save-targets): New function.
21275
21276 2011-05-27 Kenichi Handa <handa@m17n.org>
21277
21278 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
21279 let-binding rfc2047-encode-encoded-words to nil.
21280
21281 2011-05-27 Glenn Morris <rgm@gnu.org>
21282
21283 * mail/emacsbug.el: Don't require url-util.
21284
21285 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
21286
21287 * files.el (set-auto-mode):
21288 Also respect mode: entries at the end of the file. (Bug#8586)
21289
21290 2011-05-26 Glenn Morris <rgm@gnu.org>
21291
21292 * files.el (hack-local-variables-prop-line, hack-local-variables):
21293 Downcase mode names, as seems to be traditional.
21294 (hack-local-variables, hack-local-variables-apply): Doc fixes.
21295
21296 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
21297 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
21298
21299 2011-05-25 Julien Danjou <julien@danjou.info>
21300
21301 * textmodes/rst.el (rst-define-level-faces): Do not define face
21302 symbol if it is already defined.
21303
21304 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
21305
21306 * play/5x5.el (5x5-new-game, 5x5-randomize):
21307 Reset 5x5-solver-output to nil when a new grid is cast.
21308 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
21309 these debugging traces, as defmacro breaks the compiled code.
21310
21311 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21312
21313 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21314
21315 2011-05-24 Leo Liu <sdl.web@gmail.com>
21316
21317 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
21318 (vc-bzr-sha1): Adapt.
21319
21320 * sha1.el: Remove. Function `sha1' is now builtin.
21321
21322 * bindings.el: Provide sha1 feature.
21323
21324 2011-05-24 Kenichi Handa <handa@m17n.org>
21325
21326 * mail/sendmail.el: Require `rfc2047'.
21327 (mail-insert-from-field): Do not perform RFC2047 encoding.
21328 (mail-encode-header): New function.
21329 (sendmail-send-it): Set buffer-file-coding-system of the work
21330 buffer to the return value of select-message-coding-system.
21331 Call mail-encode-header.
21332
21333 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
21334
21335 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
21336
21337 * mail/supercite.el (sc-default-cite-frame):
21338 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
21339
21340 2011-05-24 Glenn Morris <rgm@gnu.org>
21341
21342 * progmodes/python.el (brm-menu): Declare.
21343
21344 * emulation/viper.el (viper-set-hooks): Declare.
21345
21346 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
21347 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
21348 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
21349 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
21350 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
21351 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
21352
21353 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
21354
21355 Add an :exit-function for completion-at-point.
21356
21357 * minibuffer.el (completion--done): New fun.
21358 (completion--do-completion): Use it. New arg `expect-exact'.
21359 (minibuffer-complete, minibuffer-complete-word): Don't output message,
21360 since completion--do-completion does it for us now.
21361 (minibuffer-force-complete): Use completion--done and
21362 completion--replace. Handle sole-completion case with more care.
21363 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
21364 (completion-extra-properties): New var.
21365 (completion-annotate-function): Make obsolete.
21366 (minibuffer-completion-help): Adjust accordingly.
21367 Use completion-list-insert-choice-function.
21368 (completion-at-point, completion-help-at-point):
21369 Bind completion-extra-properties.
21370 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
21371 * simple.el (completion-list-insert-choice-function): New var.
21372 (completion-setup-function): Preserve it.
21373 (choose-completion): Pay attention to it, shuffle the code a bit.
21374 (choose-completion-string): New arg `insert-function'.
21375
21376 * textmodes/bibtex.el: Convert to lexical binding.
21377 (bibtex-mode-map): Use completion-at-point.
21378 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
21379 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
21380 (bibtex-complete): Define as obsolete alias.
21381 (bibtex-complete-internal): Remove.
21382 (bibtex-format-entry): Remove unused sub-group in regexp.
21383 * shell.el (shell--command-completion-data)
21384 (shell-environment-variable-completion):
21385 * pcomplete.el (pcomplete-completions-at-point):
21386 * comint.el (comint--complete-file-name-data): Use :exit-function
21387 instead of completion-table-with-terminator so it also works for
21388 choose-completion.
21389
21390 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21391
21392 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
21393
21394 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
21395 (bug#8710).
21396
21397 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
21398
21399 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
21400
21401 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
21402 customization variable and implement: If non-nil, auto-fill will
21403 be inhibited while on topic's header line.
21404
21405 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
21406
21407 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
21408 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
21409 always have a solution in grid size = 5 cases.
21410 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
21411 (5x5-solver-output, 5x5-log-buffer): New vars.
21412 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
21413 Make these variables buffer local to achieve 5x5 multi-session-ness.
21414 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
21415 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
21416 (5x5-solve-suggest): New funs.
21417 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
21418 randomize a grid so that we ensure that there is always a solution.
21419 (5x5-make-random-grid): Allow other movement than flipping.
21420
21421 2011-05-23 Kevin Ryde <user42@zip.com.au>
21422
21423 * emacs-lisp/advice.el (ad-read-advised-function):
21424 Use `function-called-at-point' as the default, if it has
21425 advice and passes PREDICATE.
21426
21427 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21428
21429 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
21430 byte-compile-lambda if it's actually a lambda.
21431
21432 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
21433 Fix function quoting. Use backquote better.
21434
21435 2011-05-22 Yuanle Song <sylecn@gmail.com>
21436
21437 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
21438 matching (Bug#8516).
21439
21440 2011-05-22 Jari Aalto <jari.aalto@cante.net>
21441
21442 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
21443 different face (Bug#8178).
21444
21445 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
21446
21447 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
21448 defface (Bug#8144).
21449
21450 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21451
21452 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
21453 funcall as well (bug#8712). Warn when performing those conversions.
21454 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
21455
21456 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
21457
21458 2011-05-22 Glenn Morris <rgm@gnu.org>
21459
21460 * files.el (hack-local-variables-prop-line): Small simplifications.
21461 (hack-local-variables, hack-local-variables-prop-line):
21462 If MODE-ONLY, return the mode, rather than just `t'.
21463
21464 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
21465
21466 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
21467
21468 2011-05-21 Glenn Morris <rgm@gnu.org>
21469
21470 * files.el (hack-local-variables-prop-line, hack-local-variables):
21471 If only interested in the mode, don't bother doing the other stuff.
21472
21473 * image-mode.el (image-after-revert-hook):
21474 Redraw all frames on which the image is visible. (Bug#8567)
21475
21476 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
21477
21478 * wid-edit.el (widget-checklist-match-inline):
21479 Fix 2011-04-19 change. (Bug#8649)
21480
21481 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21482
21483 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
21484 Also allow singlespace after single-letter capitals followed by a dot.
21485
21486 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
21487 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
21488
21489 2011-05-20 Nix <nix@esperi.org.uk>
21490
21491 * files.el (basic-save-buffer-2):
21492 Fix handling of break-hardlink-on-save with non-existent files.
21493
21494 2011-05-19 Deniz Dogan <deniz@dogan.se>
21495
21496 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
21497 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
21498
21499 2011-05-19 Glenn Morris <rgm@gnu.org>
21500
21501 * progmodes/f90.el (f90-type-def-re):
21502 Handle "type, bind(c)". (Bug#8691)
21503
21504 * emacs-lisp/autoload.el (batch-update-autoloads):
21505 Set autoload-excludes by parsing loadup.el rather than Makefiles.
21506
21507 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
21508
21509 * net/tramp.el (tramp-process-actions): Set "first-password-request"
21510 property for the correct connection in case of multihops.
21511
21512 2011-05-18 Glenn Morris <rgm@gnu.org>
21513
21514 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
21515 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
21516
21517 Rationalize calendar handling of day and month abbrev-arrays.
21518 * calendar/calendar.el (calendar-customized-p): New function.
21519 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
21520 (calendar-day-name-array, calendar-month-name-array): Doc fix.
21521 Add :set function.
21522 (calendar-abbrev-length, calendar-day-abbrev-array)
21523 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
21524 (calendar-day-abbrev-array, calendar-month-abbrev-array):
21525 Elements may no longer be nil.
21526 (calendar-day-name, calendar-month-name):
21527 Update for changed nature of abbrev arrays.
21528 * calendar/diary-lib.el (diary-name-pattern):
21529 Update for changed nature of abbrev arrays.
21530 (diary-mark-entries-1): Update calendar-make-alist calls.
21531 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
21532 * calendar/cal-html.el (cal-html-day-abbrev-array):
21533 Simply inherit from calendar-day-abbrev-array.
21534
21535 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
21536
21537 * progmodes/grep.el (grep-mode): Disable default
21538 compilation-directory-matcher setting (bug#8684).
21539
21540 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
21541
21542 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
21543 instead of "head" and "tail". There were problems with SunOS 5.9,
21544 and it performs better.
21545
21546 2011-05-17 Glenn Morris <rgm@gnu.org>
21547
21548 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
21549
21550 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
21551 Replace obsolete function.
21552
21553 * shell.el (pcomplete-parse-arguments-function): Declare.
21554
21555 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
21556 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
21557 (appt-check): Doc fixes.
21558 (appt-disp-window-function, appt-delete-window-function):
21559 Remove needless special case in custom :type.
21560 (appt-display-count): Default to 0, not nil.
21561 (appt-check): Reset appt-display-count to 0, not nil.
21562
21563 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
21564
21565 * progmodes/python.el (python-font-lock-keywords):
21566 Add the Python 3.X keyword "nonlocal" (bug#8639).
21567
21568 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
21569
21570 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
21571
21572 2011-05-16 Kevin Ryde <user42@zip.com.au>
21573
21574 * info-look.el (makefile-automake-mode): New setups, looking in
21575 automake manual, then makefile-mode.
21576 (makefile-mode): Remove automake manual, have it just in
21577 makefile-automake-mode since there's various things different or
21578 not relevant to plain make.
21579 (makefile-mode): Remove "other-modes" non-existent automake-mode,
21580 believe a hypothetical automake-mode would go to makefile-mode,
21581 not the other way around.
21582
21583 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
21584
21585 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
21586 hunk-end tags (Bug#8672).
21587
21588 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
21589 vc-annotate-show-diff-revision-at-line (Bug#8671).
21590
21591 2011-05-14 Glenn Morris <rgm@gnu.org>
21592
21593 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
21594 in the middle of an existing one with multiple authors. (Bug#8645)
21595 (change-log-font-lock-keywords): Also handle multiple author lines
21596 with leading tabs. (Bug#8644)
21597
21598 * calendar/appt.el (appt-check): Rename some local variables.
21599 Some simplification/reordering.
21600
21601 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
21602 (feedmail-sendmail-f-doesnt-sell-me-out)
21603 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21604 (feedmail-debug-sit-for, feedmail-queue-express-hook)
21605 (feedmail-queue-runner-message-sender): Set :version.
21606 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
21607 (bbdb-dwim-net-address, vm-mail): Declare.
21608 (feedmail-binmail-gnulinuxish-template):
21609 Rename from feedmail-binmail-linuxish-template.
21610 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
21611 Use insert-buffer-substring.
21612
21613 2011-05-14 Bill Carpenter <bill@carpenter.org>
21614
21615 * mail/feedmail.el (feedmail-patch-level): Increase.
21616 (feedmail-debug): New custom group.
21617 (feedmail-confirm-outgoing-timeout)
21618 (feedmail-sendmail-f-doesnt-sell-me-out)
21619 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21620 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
21621 (feedmail-sender-line, feedmail-from-line)
21622 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
21623 (feedmail-spray-this-address)
21624 (feedmail-spray-address-fiddle-plex-list)
21625 (feedmail-queue-use-send-time-for-date)
21626 (feedmail-queue-use-send-time-for-message-id)
21627 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
21628 (feedmail-buffer-eating-function):
21629 Doc fixes.
21630 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
21631 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
21632 (feedmail-message-action-scroll-down): New functions.
21633 (feedmail-queue-directory, feedmail-queue-draft-directory):
21634 Use expand-file-name.
21635 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
21636 Remove C-v help entry.
21637 (feedmail-queue-buffer-file-name): New variable.
21638 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
21639 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
21640 (feedmail-message-action-send-strong, feedmail-message-action-edit)
21641 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
21642 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
21643 (feedmail-message-action-toggle-spray)
21644 (feedmail-run-the-queue-no-prompts)
21645 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
21646 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
21647 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
21648 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
21649 (feedmail-envelope-deducer, feedmail-fiddle-from)
21650 (feedmail-fiddle-sender, feedmail-default-date-generator)
21651 (feedmail-fiddle-date, feedmail-fiddle-message-id)
21652 (feedmail-fiddle-spray-address)
21653 (feedmail-fiddle-list-of-spray-fiddle-plexes)
21654 (feedmail-fiddle-list-of-fiddle-plexes)
21655 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
21656 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
21657 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
21658 Change default. Doc fix.
21659 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
21660 (feedmail-binmail-linuxish-template): New constant.
21661 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
21662 Respect feedmail-sendmail-f-doesnt-sell-me-out.
21663 (feedmail-send-it): Add debug call.
21664 Use feedmail-queue-buffer-file-name, and
21665 feedmail-send-it-immediately-wrapper.
21666 (feedmail-message-action-send): Add debug call.
21667 Use feedmail-send-it-immediately-wrapper.
21668 (feedmail-queue-express-to-queue): Add debug call.
21669 Run feedmail-queue-express-hook.
21670 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
21671 (feedmail-message-action-help-blat):
21672 Rename from feedmail-queue-send-edit-prompt-help-first.
21673 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
21674 Check line-endings. Handle errors better.
21675 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
21676 Doc fix. Add debug call.
21677 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
21678 Use feedmail-queue-send-edit-prompt-inner.
21679 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
21680 (feedmail-queue-send-edit-prompt-inner): New function, extracted
21681 from feedmail-queue-send-edit-prompt.
21682 (feedmail-queue-send-edit-prompt-help)
21683 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
21684 (feedmail-tidy-up-slug): Add debug call.
21685 Respect feedmail-queue-slug-suspect-regexp.
21686 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
21687 (feedmail-dump-message-to-queue): Add debug call.
21688 Expand queue-directory.
21689 (feedmail-dump-message-to-queue): Change message slightly.
21690 Use feedmail-say-chatter.
21691 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
21692 (feedmail-send-it-immediately-wrapper): New function.
21693 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
21694 Insert empty string rather than newline. Handle full-frame case.
21695 Use catch/throw. Use feedmail-say-chatter.
21696 (feedmail-fiddle-from): Try mail-host-address.
21697 (feedmail-default-message-id-generator): Doc fix.
21698 Bind system-time-locale. Handle missing end.
21699 (feedmail-fiddle-x-mailer): Add debug call.
21700 Handle feedmail-x-mailer-line being nil.
21701 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
21702 Add debug call. Use buffer-substring-no-properties.
21703 (feedmail-say-debug, feedmail-say-chatter): New functions.
21704 (feedmail-find-eoh): Give an explicit error.
21705
21706 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
21707
21708 * net/newst-treeview.el (newsticker-treeview-face): Change default
21709 family from helvetica to sans.
21710 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
21711 etc/images/newsticker.
21712
21713 * net/newst-reader.el (newsticker-feed-face): Change default
21714 family from helvetica to sans.
21715
21716 * net/newst-plainview.el (newsticker-new-item-face)
21717 (newsticker-old-item-face, newsticker-immortal-item-face)
21718 (newsticker-obsolete-item-face, newsticker-date-face)
21719 (newsticker-statistics-face): Change default family from
21720 helvetica to sans.
21721 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
21722 etc/images/newsticker.
21723
21724 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
21725 (newsticker--process-auto-mark-filter-match): Tell user about
21726 auto-marking.
21727
21728 2011-05-13 Didier Verna <didier@xemacs.org>
21729
21730 Common Lisp indentation improvements on defmethod and lambda-lists.
21731 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
21732 TODO entries.
21733 (lisp-lambda-list-keyword-parameter-indentation)
21734 (lisp-lambda-list-keyword-parameter-alignment)
21735 (lisp-lambda-list-keyword-alignment): New customizable user options.
21736 (lisp-indent-defun-method): Improve docstring.
21737 (extended-loop-p): Fix comment.
21738 (lisp-indent-lambda-list-keywords-regexp): New variable.
21739 (lisp-indent-lambda-list): New function.
21740 (lisp-indent-259): Use it.
21741 (lisp-indent-defmethod): Support for more than one
21742 method qualifier and properly indent methods lambda-lists.
21743 (defgeneric): Provide a missing common-lisp-indent-function property.
21744
21745 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
21746
21747 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
21748 bounds for the empty string (bug#8667).
21749
21750 2011-05-13 Glenn Morris <rgm@gnu.org>
21751
21752 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
21753
21754 * mail/sendmail.el (sendmail-program): Try executable-find first.
21755 (sendmail-send-it): `sendmail-program' cannot be unbound.
21756
21757 * calendar/appt.el (appt-make-list): Simplify.
21758 (appt-time-msg-list): Doc fix.
21759 (appt-check): Change mode-line message at the time of the appointment.
21760
21761 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
21762
21763 * progmodes/ld-script.el (ld-script-keywords)
21764 (ld-script-builtins): Update keywords list.
21765
21766 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21767
21768 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
21769
21770 * shell.el (shell-completion-vars): New function.
21771 (shell-mode):
21772 * simple.el (read-shell-command): Use it.
21773 (blink-matching-open): No need for " [...]" in minibuffer-message.
21774
21775 2011-05-12 Glenn Morris <rgm@gnu.org>
21776
21777 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
21778 (appt-check): Simplify.
21779
21780 2011-05-12 Eli Zaretskii <eliz@gnu.org>
21781
21782 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
21783 literal "/dev/null".
21784
21785 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21786
21787 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
21788 Fix typo.
21789
21790 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
21791
21792 * progmodes/which-func.el (which-function):
21793 Use add-log-current-defun instead of add-log-current-defun-function,
21794 which might not be defined (Bug#8260).
21795
21796 2011-05-12 Glenn Morris <rgm@gnu.org>
21797
21798 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
21799 Let byte-compile-initial-macro-environment always take precedence.
21800
21801 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21802
21803 * net/rcirc.el: Add support for SSL/TLS connections.
21804 (rcirc-server-alist): New field `encryption'.
21805 (rcirc): Check `encryption' settings.
21806 (rcirc-connect): New arg `encryption'. Use open-network-stream.
21807 Merge make-local-variable into `set'.
21808 (rcirc--connection-open-p): New function.
21809 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
21810 the process is not a network process (e.g. running gnutls-cli).
21811 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
21812 Make rcirc-(en|de)code-coding-system local here.
21813 (rcirc-mode): Merge make-local-variable into `set'.
21814 (rcirc-parent-buffer): Make permanent buffer-local.
21815 (rcirc-multiline-minor-mode): Don't do it here.
21816 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
21817 there's no server buffer.
21818
21819 2011-05-11 Glenn Morris <rgm@gnu.org>
21820
21821 * newcomment.el (comment-kill): Prefix "unused" local.
21822
21823 * term/w32console.el (get-screen-color): Declare.
21824
21825 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
21826 Handle symbol elements of byte-compile-initial-macro-environment.
21827
21828 2011-05-10 Leo Liu <sdl.web@gmail.com>
21829
21830 * bookmark.el (bookmark-bmenu-mode-map):
21831 Bind bookmark-bmenu-search to `/'.
21832
21833 * mail/footnote.el: Convert to utf-8 encoding.
21834 (footnote-unicode-string, footnote-unicode-regexp): New variable.
21835 (Footnote-unicode): New function.
21836 (footnote-style-alist): Add unicode style to the list.
21837 (footnote-style): Doc fix.
21838
21839 2011-05-10 Jim Meyering <meyering@redhat.com>
21840
21841 Fix doubled-word typos.
21842 * international/quail.el (quail-insert-kbd-layout): and and -> and
21843 * kermit.el: and and -> and
21844 * net/ldap.el (ldap-search-internal): to to -> to
21845 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
21846 * progmodes/js.el (js-mode): and and -> and
21847 * textmodes/artist.el (artist-move-to-xy): at at -> at
21848 (artist-draw-region-trim-line-endings): if if -> if
21849 And Safetyc -> Safety.
21850 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
21851
21852 2011-05-10 Glenn Morris <rgm@gnu.org>
21853 Stefan Monnier <monnier@iro.umontreal.ca>
21854
21855 * files.el (hack-one-local-variable-eval-safep):
21856 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
21857
21858 2011-05-10 Glenn Morris <rgm@gnu.org>
21859
21860 * calendar/diary-lib.el (diary-list-entries-hook)
21861 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
21862 (diary-nongregorian-marking-hook, diary-list-entries)
21863 (diary-include-other-diary-files, diary-mark-entries)
21864 (diary-mark-included-diary-files): Doc fixes.
21865
21866 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
21867
21868 * misc.el: Require tabulated-list.el during compilation.
21869
21870 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
21871
21872 * progmodes/compile.el (compilation-start):
21873 Run compilation-filter-hook for the async case too.
21874 (compilation-filter-hook): Doc fix.
21875
21876 2011-05-09 Deniz Dogan <deniz@dogan.se>
21877
21878 * wdired.el: Remove outdated installation comment. Fix usage
21879 comment.
21880
21881 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
21882
21883 * misc.el: Implement new command `list-dynamic-libraries'.
21884 (list-dynamic-libraries--loaded-only-p): New variable.
21885 (list-dynamic-libraries--refresh): New function.
21886 (list-dynamic-libraries): New command.
21887
21888 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
21889
21890 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21891 Fix the ant regexp to handle end-line and end-column info from jikes.
21892 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
21893 higher priority to avoid clobbering by gnu.
21894
21895 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
21896
21897 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
21898 if the face has existing theme settings (Bug#8454).
21899
21900 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
21901
21902 * progmodes/perl-mode.el (perl-imenu-generic-expression):
21903 Only match variables declared via `my' or `our' (Bug#8261).
21904
21905 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
21906 special file names `.' and `..' (Bug#8259).
21907
21908 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
21909
21910 * progmodes/grep.el (grep-mode-font-lock-keywords):
21911 Remove buffer-changing entries.
21912 (grep-filter): New function.
21913 (grep-mode): Add it to compilation-filter-hook.
21914
21915 * progmodes/compile.el (compilation-filter-hook)
21916 (compilation-filter-start): New defvars.
21917 (compilation-filter): Call compilation-filter-hook prior to
21918 updating the process mark.
21919
21920 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
21921
21922 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
21923
21924 2011-05-07 Eli Zaretskii <eliz@gnu.org>
21925
21926 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
21927 mailclient-send-it even if window-system is nil. (Bug#8595)
21928
21929 * term/w32console.el (terminal-init-w32console):
21930 Call get-screen-color and use its output to set the frame
21931 background-mode. (Bug#8597)
21932
21933 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21934
21935 Make bytecomp.el understand that defmethod defines funs (bug#8631).
21936 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
21937 New functions.
21938 (defgeneric, eieio--defmethod): Use them.
21939 (eieio-defgeneric): Remove.
21940 (defmethod): Call defgeneric in a way visible to the byte-compiler.
21941
21942 2011-05-07 Glenn Morris <rgm@gnu.org>
21943
21944 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
21945 Use let rather than let*.
21946 (timeclock-find-discrep): Remove unused local.
21947
21948 * calendar/diary-lib.el (diary-comment-start): Doc fix.
21949
21950 * calendar/appt.el (appt-time-msg-list): Doc fix.
21951
21952 2011-05-06 Noah Friedman <friedman@splode.com>
21953
21954 * apropos.el (apropos-print-doc): Only use
21955 emacs-lisp-docstring-fill-column when it is bound to an integer,
21956 per that variable's documentation.
21957
21958 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21959
21960 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
21961 and warnings are not silently discarded (e.g. use -d instead of -P).
21962
21963 2011-05-06 Glenn Morris <rgm@gnu.org>
21964
21965 * calendar/appt.el (appt-message-warning-time): Doc fix.
21966 (appt-warning-time-regexp): New option.
21967 (appt-make-list): Respect appt-message-warning-time.
21968
21969 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
21970 New options.
21971 (diary-add-to-list): Strip comments from the displayed string.
21972 (diary-mode): Set comment-start and comment-end.
21973
21974 * vc/diff-mode.el (smerge-refine-subst): Declare.
21975 (diff-refine-hunk): Don't require smerge-mode when compiling.
21976
21977 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
21978
21979 * simple.el (list-processes): Return nil as the docstring says.
21980
21981 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
21982
21983 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
21984 to "".
21985 (ange-ftp-write-region, ange-ftp-insert-file-contents)
21986 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
21987 determining of binary transfer. (Bug#7383)
21988
21989 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
21990
21991 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21992 Fix port computation bug. (Bug#8618)
21993
21994 2011-05-05 Glenn Morris <rgm@gnu.org>
21995
21996 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
21997
21998 * simple.el (shell-dynamic-complete-functions)
21999 (comint-dynamic-complete-functions): Declare.
22000
22001 * net/network-stream.el (gnutls-negotiate):
22002 * simple.el (tabulated-list-print): Fix declarations.
22003
22004 * progmodes/gud.el (syntax-symbol, syntax-point):
22005 Remove unnecessary and incorrect declarations.
22006
22007 * emacs-lisp/check-declare.el (check-declare-scan):
22008 Handle byte-compile-initial-macro-environment in bytecomp.el.
22009
22010 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22011
22012 Fix earlier half-done eieio-defmethod change (bug#8338).
22013 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
22014 Streamline and change calling convention.
22015 (defmethod): Adjust accordingly and simplify.
22016 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
22017 new eieio--defmethod.
22018 (slot-boundp): Minor CSE simplification.
22019
22020 2011-05-05 Milan Zamazal <pdm@zamazal.org>
22021
22022 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
22023 (glasses-make-readable): Use glasses-separate-capital-groups.
22024
22025 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
22026
22027 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
22028 (warning-series): Doc fix.
22029 (display-warning): Don't try to create the buffer if we just found it.
22030
22031 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
22032
22033 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
22034 (autoload-find-generated-file): New function.
22035 (generate-file-autoloads): Bind generated-autoload-file to
22036 buffer-file-name.
22037 (update-file-autoloads, update-directory-autoloads):
22038 Use autoload-find-generated-file. If called interactively, prompt for
22039 output file (Bug#7989).
22040 (batch-update-autoloads): Doc fix.
22041
22042 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
22043
22044 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
22045
22046 2011-05-04 Glenn Morris <rgm@gnu.org>
22047
22048 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
22049 function, so it follows changes in calendar-date-style.
22050 (diary-fancy-date-matcher): New function.
22051 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
22052 (diary-fancy-font-lock-fontify-region-function):
22053 Use diary-fancy-date-pattern as a function.
22054
22055 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
22056 non-numbers for `year' etc pseudo-variables. (Bug#8583)
22057
22058 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
22059
22060 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
22061 instead of positional arguments. Allow :keylist and :crlfiles
22062 arguments.
22063 (open-gnutls-stream): Call it.
22064
22065 * net/network-stream.el (network-stream-open-starttls): Adjust to
22066 call `gnutls-negotiate' with :process and :hostname arguments.
22067
22068 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
22069
22070 * minibuffer.el (completion--message): New function.
22071 (completion--do-completion, minibuffer-complete)
22072 (minibuffer-force-complete, minibuffer-complete-word): Use it.
22073 (completion--do-completion): Don't ignore completion-auto-help when in
22074 icomplete-mode.
22075
22076 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
22077 internal encoding (e.g. tibetan zero is not whitespace).
22078 (global-whitespace-mode): Prefer save-current-buffer.
22079 (whitespace-trailing-regexp): Remove useless save-match-data.
22080 (whitespace-empty-at-bob-regexp): Minor simplification.
22081
22082 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
22083
22084 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
22085
22086 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
22087
22088 * textmodes/ispell.el (ispell-add-per-file-word-list):
22089 Use `concat' to create string for insertion.
22090
22091 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22092
22093 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
22094 Avoid open-line which runs post-self-insert-hook.
22095 (bibtex-fill-entry): Remove unused `end' var.
22096
22097 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
22098
22099 * textmodes/ispell.el (ispell-add-per-file-word-list):
22100 Protect against `nil' value of `comment-start' (Bug#8579).
22101
22102 2011-05-03 Leo Liu <sdl.web@gmail.com>
22103
22104 * isearch.el (isearch-yank-pop): New command.
22105 (isearch-mode-map): Bind it to `M-y'.
22106 (isearch-forward): Mention it.
22107
22108 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22109
22110 * simple.el (minibuffer-complete-shell-command): Remove.
22111 (minibuffer-local-shell-command-map): Use completion-at-point.
22112 (read-shell-command): Setup completion vars here instead.
22113 (read-expression-map): Bind TAB to symbol completion.
22114
22115 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
22116 error directly rather via storing it into `results'.
22117
22118 2011-05-02 Leo Liu <sdl.web@gmail.com>
22119
22120 * vc/diff.el: Fix description.
22121
22122 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22123
22124 * server.el (server-eval-at): New function.
22125
22126 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22127
22128 * net/network-stream.el (open-network-stream): Take a :nowait
22129 parameter and pass it on to `make-network-process'.
22130 (network-stream-open-plain): Ditto.
22131
22132 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
22133
22134 * faces.el (face-spec-set-match-display): Don't match toolkit
22135 options on terminal frames.
22136
22137 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22138
22139 * progmodes/pascal.el: Use lexical binding.
22140 (pascal-mode-map): Remove author preferences.
22141
22142 * pcomplete.el (pcomplete-std-complete): Don't abuse
22143 completion-at-point.
22144
22145 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22146
22147 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
22148 removing code that has been dead since 1991 or so.
22149
22150 * startup.el (command-line): When warning about "_emacs", use a
22151 delayed warning to allow the user to filter it out.
22152
22153 2011-04-28 Deniz Dogan <deniz@dogan.se>
22154
22155 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
22156 user has not joined.
22157
22158 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22159
22160 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
22161 aren't any completions at point.
22162
22163 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22164
22165 * subr.el (display-delayed-warnings): New function.
22166 (delayed-warnings-hook): New variable.
22167
22168 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22169
22170 * minibuffer.el (completion-at-point, completion-help-at-point):
22171 Don't presume that a given completion-at-point-function will always
22172 use the same calling convention.
22173
22174 * pcomplete.el (pcomplete-completions-at-point):
22175 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
22176 pcomplete-seen is non-nil.
22177 (pcomplete-comint-setup): Also recognize the new comint/shell
22178 completion functions.
22179 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
22180 pcomplete-seen is non-nil.
22181
22182 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
22183
22184 * calendar/icalendar.el (diary-lib): Add require statement.
22185 (icalendar--create-uid): Read out a uid from a text-property on
22186 the first character in the entry. This allows for code to add its
22187 own uid to the entry.
22188 (icalendar--convert-float-to-ical): Add export of
22189 `diary-float'-entries save for those with the optional DAY
22190 argument.
22191
22192 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
22193
22194 * subr.el (shell-quote-argument): Use alternate escaping strategy
22195 when we spot a variable reference in a string.
22196
22197 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22198
22199 * cus-start.el (all): Define customization for debug-on-event.
22200
22201 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22202
22203 * subr.el (shell-quote-argument): Escape correctly under Windows.
22204
22205 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22206
22207 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
22208
22209 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
22210
22211 * net/tramp.el (tramp-process-actions): Add POS argument.
22212 Delete region between POS and (pos).
22213
22214 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22215 Use `nil' position in `tramp-process-actions' call.
22216 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
22217
22218 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
22219 position in `tramp-process-actions' call.
22220
22221 * net/trampver.el: Update release number.
22222
22223 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22224
22225 * custom.el (defcustom): Obey lexical-binding.
22226
22227 Fix octave-inf completion problems reported by Alexander Klimov.
22228 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
22229 Inherit from octave-mode-syntax-table.
22230 (inferior-octave-mode): Set info-lookup-mode.
22231 (inferior-octave-completion-at-point): New function.
22232 (inferior-octave-complete): Use it and completion-in-region.
22233 (inferior-octave-dynamic-complete-functions): Use it as well, and use
22234 comint-filename-completion.
22235 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
22236 symbol elements which shouldn't be word elements.
22237 (octave-font-lock-keywords, octave-beginning-of-defun)
22238 (octave-function-header-regexp): Adjust regexps accordingly.
22239 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
22240
22241 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
22242
22243 * net/gnutls.el (gnutls-errorp): Declare before first use.
22244
22245 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
22246
22247 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
22248 verify-error, and verify-hostname-error parameters. Check whether
22249 default trustfile exists before going to use it. Add missing
22250 argument to gnutls-message-maybe call. Return value.
22251 Reported by Claudio Bley <claudio.bley@gmail.com>.
22252 (open-gnutls-stream): Add usage example.
22253
22254 * net/network-stream.el (network-stream-open-starttls): Give host
22255 parameter to `gnutls-negotiate'.
22256 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
22257 * subr.el (shell-quote-argument): Escape correctly under Windows.
22258
22259 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
22260
22261 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
22262 Use correct match group (bug#8438).
22263
22264 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22265
22266 * emacs-lisp/package.el (package-built-in-p): Fix typo.
22267 (package-menu--generate): New arg specifying packages to show.
22268 (package-menu-refresh, package-menu-execute, list-packages):
22269 Callers changed.
22270 (package-show-package-list): New function, replacing deleted
22271 package--list-packages (renamed because it is non-internal).
22272
22273 * finder.el (finder-list-matches): Use package-show-package-list
22274 instead of deleted package--list-packages.
22275
22276 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
22277 Based on a previous implementation by Juanma Barranquero (Bug#8366).
22278 (vc-annotate-mode-map): Bind it to RET.
22279
22280 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
22281
22282 * progmodes/etags.el (next-file): Don't use set-buffer to change
22283 buffers (Bug#8478).
22284
22285 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22286
22287 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
22288
22289 * apropos.el (apropos-label-face): Avoid variable-pitch face.
22290 (apropos-accumulator): Doc fix.
22291 (apropos-function, apropos-macro, apropos-command)
22292 (apropos-variable, apropos-face, apropos-group, apropos-widget)
22293 (apropos-plist): Add face property.
22294 (apropos-symbols-internal): Fix indentation.
22295 (apropos-print): Simplify help, and recognize apropos-multi-type.
22296 (apropos-print-doc): Use button-type-get to extract the button's
22297 face property. Fill docstring (Bug#8352).
22298
22299 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
22300
22301 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
22302
22303 * play/mpuz.el (mpuz-silent): Doc fix.
22304 (mpuz-mode-map): Use mapc.
22305 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
22306 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
22307 Fix typos in docstrings.
22308
22309 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
22310 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
22311
22312 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
22313
22314 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
22315
22316 * minibuffer.el (completion--do-completion): Avoid the "Next char
22317 not unique" prompt if icomplete-mode is enabled (Bug#5849).
22318
22319 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
22320 mouse-2 into unread-command-events, it is interpreted correctly.
22321
22322 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
22323 (image-toggle-display): Doc fix.
22324
22325 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
22326
22327 * textmodes/page.el (what-page): Use line-number-at-pos to
22328 calculate line number (Bug#6825).
22329
22330 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22331
22332 * eshell/esh-mode.el (find-tag-interactive): Declare function.
22333 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
22334 Pass argument NO-DEFAULT to `find-tag-interactive'.
22335
22336 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22337
22338 Lexical-binding cleanup.
22339
22340 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
22341 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
22342 * progmodes/ada-prj.el (ada-prj-initialize-values)
22343 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
22344 (ada-prj-show-value):
22345 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
22346 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
22347 (antlr-invalidate-context-cache, antlr-options-menu-filter)
22348 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
22349 * progmodes/bug-reference.el (bug-reference-push-button):
22350 * progmodes/fortran.el (fortran-line-length):
22351 * progmodes/glasses.el (glasses-change):
22352 * progmodes/octave-mod.el (octave-fill-paragraph):
22353 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
22354 (python-pdbtrack-grub-for-buffer, python-sentinel):
22355 * progmodes/sql.el (sql-save-connection):
22356 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
22357 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
22358 Mark unused parameters.
22359
22360 * progmodes/compile.el (compilation--flush-directory-cache)
22361 (compilation--flush-parse, compile-internal): Mark unused parameters.
22362 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
22363 (compilation-next-error-function): Remove unused variable `timestamp'.
22364
22365 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
22366 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
22367
22368 * progmodes/dcl-mode.el (dcl-end-of-command):
22369 Remove unused variable `start'.
22370 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
22371 (dcl-option-value-basic, dcl-option-value-offset)
22372 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
22373 Mark unused parameters.
22374 (dcl-save-local-variable): Remove unused variable `val'.
22375 (mode): Declare.
22376
22377 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
22378 Mark unused parameters.
22379 (delphi-ignore-changes): Move before first use.
22380 (delphi-charset-token-at): Remove unused variable `start'.
22381 (delphi-else-start): Remove unused variable `if-count'.
22382 (delphi-comment-block-start, delphi-comment-block-end):
22383 Remove unused variable `kind'.
22384 (delphi-indent-line): Remove unused variable `new-point'.
22385
22386 * progmodes/ebrowse.el (ebrowse-files-list)
22387 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
22388 Mark unused parameters. Don't quote `lambda'.
22389 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
22390 Don't quote `lambda'.
22391 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
22392 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
22393 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
22394 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
22395 Use `ignore-errors'.
22396 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
22397 (ebrowse-view/find-file-and-search-pattern)
22398 (ebrowse-view/find-member-declaration/definition):
22399 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
22400 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
22401 Rename parameter PREFIX-ARG to PREFIX.
22402 (ebrowse-tags-read-name): Remove unused variables `start' and
22403 `member-info'.
22404 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
22405 to `tags-file'.
22406
22407 * progmodes/etags.el (local-find-tag-hook): Declare.
22408 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
22409 Mark unused parameters.
22410
22411 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
22412 (executable-interpret): Mark unused parameter.
22413
22414 * progmodes/flymake.el (flymake-process-sentinel)
22415 (flymake-after-change-function)
22416 (flymake-create-temp-with-folder-structure)
22417 (flymake-get-include-dirs-dot): Mark unused parameters.
22418 (flymake-safe-delete-directory): Remove unused variable `err'.
22419
22420 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
22421 (speedbar-timer-fn, speedbar-line-text)
22422 (speedbar-change-expand-button-char, speedbar-delete-subblock)
22423 (speedbar-center-buffer-smartly): Declare functions.
22424 (gdb-find-watch-expression): Remove unused variable `array'.
22425 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
22426 (gdb-starting): Mark unused parameters.
22427 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
22428 (gdb-table-string): Remove unused variable `res'.
22429 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
22430 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
22431 (gdb-display-buffer): Remove unused variable `cur-size'.
22432
22433 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
22434 allow lexical-binding compilation.
22435 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
22436 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
22437 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
22438 Mark unused parameters.
22439 (gud-gdb-marker-filter): Remove unused variable `match'.
22440 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
22441 lambda expressions and funcall them, instead of using `fset'.
22442
22443 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
22444 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
22445
22446 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
22447 variable `header-beg'; use `let'.
22448
22449 * progmodes/icon.el (indent-icon-exp): Remove unused variables
22450 `restart', `last-sexp' and `at-do'.
22451
22452 * progmodes/js.el (js--debug): Mark unused parameter.
22453 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
22454 (js--splice-into-items): Remove unused variable `item'.
22455 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
22456
22457 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
22458 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
22459 (makefile-complete): Remove unused variable `try'.
22460 (makefile-fill-paragraph, makefile-match-function-end):
22461 Mark unused parameters.
22462
22463 * progmodes/octave-inf.el (inferior-octave-complete):
22464 Remove unused variable `proc'.
22465 (inferior-octave-output-digest): Mark unused parameter.
22466
22467 * progmodes/perl-mode.el (perl-calculate-indent):
22468 Remove unused variable `err'.
22469
22470 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
22471 (prolog-indent-line): Mark unused parameters.
22472 (prolog-indent-line): Remove unused variable `beg'.
22473
22474 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
22475 (reporter-dont-compact-list): Declare.
22476
22477 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
22478 Remove unused variable `char'.
22479 (sh-debug): Mark unused parameter.
22480 (sh-get-indent-info): Remove unused variable `start'.
22481 (sh-calculate-indent): Remove unused variable `var'.
22482
22483 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
22484 (simula-electric-keyword): Remove unused variable `null'.
22485 (simula-search-backward, simula-search-forward): Remove unused
22486 variables `begin' and `end'.
22487
22488 * progmodes/vera-mode.el (vera-guess-basic-syntax):
22489 Remove unused variable `pos'.
22490 (vera-electric-tab, vera-comment-uncomment-region):
22491 Mark unused parameters.
22492 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
22493
22494 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
22495
22496 * emacs-lisp/package.el (package--builtins, package-alist)
22497 (package-load-descriptor, package-built-in-p, package-activate)
22498 (define-package, package-installed-p)
22499 (package-compute-transaction, package-buffer-info)
22500 (package--push): Doc fix. Distinguish more clearly between
22501 version strings and version lists.
22502
22503 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
22504
22505 Lexical-binding cleanup.
22506
22507 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
22508 (5x5-make-mutate-best):
22509 * play/fortune.el (fortune-in-buffer):
22510 * play/gomoku.el (gomoku-init-display):
22511 * play/solitaire.el (solitaire, solitaire-do-check):
22512 * play/tetris.el (tetris-default-update-speed-function):
22513 Mark unused parameters.
22514
22515 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
22516 (bubbles--shift): Remove unused variable `char-org'.
22517 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
22518 (bubbles--show-images): Remove unused variable `char'.
22519
22520 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
22521 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
22522 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
22523 (decipher-analyze-buffer): Use ?\s.
22524 (decipher-make-checkpoint): Remove unused variable `mapping'.
22525
22526 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
22527
22528 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
22529 Remove unused variable `result'; use `let'.
22530
22531 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
22532 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
22533 (gametree-children-shown-p, gametree-compute-reduced-score):
22534 Use `ignore-errors'.
22535
22536 * play/handwrite.el (ps-lpr-switches): Declare.
22537 (handwrite): Remove unused variables `pmin' and `lastp'.
22538
22539 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
22540
22541 * play/landmark.el (landmark-init-display)
22542 (landmark-update-naught-weights): Mark unused parameters.
22543 (landmark-y): Remove unused variable `noise'. Simplify.
22544 (landmark-human-plays): Remove unused variable `score'.
22545
22546 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
22547 (mpuz-try-proposal): Remove unused variable `game'.
22548
22549 * play/zone.el (life-patterns): Declare.
22550
22551 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
22552
22553 * vc/vc.el (ediff-vc-internal): Declare function.
22554
22555 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22556
22557 * shell.el: Use lexical-binding and std completion UI.
22558 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
22559 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
22560 comint-preoutput-filter-functions rather than on
22561 comint-output-filter-functions.
22562 (shell-command-completion, shell--command-completion-data)
22563 (shell-filename-completion, shell-environment-variable-completion)
22564 (shell-c-a-p-replace-by-expanded-directory): New functions.
22565 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
22566 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
22567 (shell-dynamic-complete-environment-variable): Use them.
22568 (shell-dynamic-complete-as-environment-variable)
22569 (shell-dynamic-complete-as-command): Remove.
22570 (shell-match-partial-variable): Match past point.
22571 * comint.el: Clean up use of completion-at-point-functions.
22572 (comint-completion-at-point): New function.
22573 (comint-mode): Use it completion-at-point-functions.
22574 (comint-dynamic-complete): Make it obsolete.
22575 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
22576 (comint-c-a-p-replace-by-expanded-history): New function.
22577 (comint-dynamic-complete-functions)
22578 (comint-replace-by-expanded-history): Use it.
22579 * minibuffer.el (completion-table-with-terminator): Allow dynamic
22580 termination strings. Try harder to avoid second try-completion.
22581 (completion-in-region-mode-map): Disable bindings that don't work yet.
22582
22583 * comint.el: Use lexical-binding. Require CL.
22584 (comint-dynamic-complete-functions): Use comint-filename-completion.
22585 (comint-completion-addsuffix): Tweak custom type.
22586 (comint-filename-completion, comint--common-suffix)
22587 (comint--common-quoted-suffix, comint--table-subvert)
22588 (comint--complete-file-name-data): New functions.
22589 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
22590 (comint-dynamic-list-filename-completions): Use them.
22591 (comint-dynamic-simple-complete): Make obsolete.
22592
22593 * minibuffer.el (completion-in-region-mode):
22594 Keep completion-in-region-mode--predicate global.
22595 (completion-in-region--postch):
22596 Assume completion-in-region-mode--predicate is not null.
22597
22598 * progmodes/flymake.el (flymake-start-syntax-check-process):
22599 Obey `dir'. Simplify.
22600
22601 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
22602 we're in VC after all.
22603
22604 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
22605
22606 * vc/vc.el (vc-diff-build-argument-list-internal)
22607 (vc-version-ediff, vc-ediff): New commands.
22608 (vc-version-diff): Use vc-diff-build-argument-list-internal.
22609
22610 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22611
22612 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
22613 add sanity check.
22614
22615 * obsolete/erc-hecomplete.el: Make obsolete.
22616 * obsolete/: Standardize obsolescence info in the header.
22617
22618 2011-04-20 Glenn Morris <rgm@gnu.org>
22619
22620 * calendar/solar.el (solar-horizontal-coordinates):
22621 Use the longitude argument rather than `calendar-longitude'.
22622 (solar-date-next-longitude): Remove unused locals.
22623
22624 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22625
22626 * whitespace.el: New version 13.2.1.
22627
22628 2011-04-20 felix <EmacsWiki> (tiny change)
22629
22630 * whitespace.el (global-whitespace-mode): Keep highlight when
22631 switching between major modes on a file.
22632
22633 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22634
22635 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
22636 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
22637 multi-line comments as well.
22638
22639 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
22640
22641 Lexical-binding cleanup.
22642
22643 * arc-mode.el (archive-mode-revert):
22644 * cmuscheme.el (scheme-interactively-start-process):
22645 * custom.el (custom-initialize-delay):
22646 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
22647 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
22648 * emacs-lock.el (emacs-lock-clear-sentinel):
22649 * ezimage.el (defezimage):
22650 * follow.el (follow-avoid-tail-recenter):
22651 * fringe.el (set-fringe-mode-1):
22652 * generic-x.el (bat-generic-mode-compile):
22653 * help-mode.el (help-info-variable, help-do-xref)
22654 (help-mode-revert-buffer):
22655 * help.el (view-emacs-todo):
22656 * iswitchb.el (iswitchb-completion-help):
22657 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
22658 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
22659 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
22660 * locate.el (locate-update):
22661 * longlines.el (longlines-encode-region)
22662 (longlines-after-change-function):
22663 * outline.el (outline-isearch-open-invisible):
22664 * ps-def.el (declare-function, charset-dimension, char-width)
22665 (encode-char):
22666 * ps-mule.el (ps-mule-plot-string):
22667 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
22668 (recentf-edit-list-select, recentf-edit-list-validate)
22669 (recentf-open-files-action):
22670 * rect.el (delete-whitespace-rectangle-line)
22671 (rectangle-number-line-callback):
22672 * register.el (window-configuration-to-register)
22673 (frame-configuration-to-register):
22674 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
22675 * select.el (xselect-convert-to-string, xselect-convert-to-length)
22676 (xselect-convert-to-targets, xselect-convert-to-delete)
22677 (xselect-convert-to-filename, xselect-convert-to-charpos)
22678 (xselect-convert-to-lineno, xselect-convert-to-colno)
22679 (xselect-convert-to-os, xselect-convert-to-host)
22680 (xselect-convert-to-user, xselect-convert-to-class)
22681 (xselect-convert-to-name, xselect-convert-to-integer)
22682 (xselect-convert-to-atom, xselect-convert-to-identity):
22683 * subr.el (declare, ignore, process-kill-without-query)
22684 (text-clone-maintain):
22685 * terminal.el (te-get-char, te-tic-sentinel):
22686 * tool-bar.el (tool-bar-make-keymap):
22687 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
22688 * type-break.el (type-break-mode, type-break-noninteractive-query):
22689 * view.el (View-back-to-mark):
22690 * wid-browse.el (widget-browse-action, widget-browse-widget)
22691 (widget-browse-widgets, widget-browse-sexp):
22692 * widget.el (define-widget-keywords):
22693 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
22694 Mark unused parameters.
22695
22696 * align.el (align-adjust-col-for-rule): Mark unused parameter.
22697 (align-areas): Remove unused variable `look'.
22698 (align-region): Remove unused variables `real-end' and `pos-list'.
22699
22700 * apropos.el (apropos-score-doc): Remove unused variable `i'.
22701
22702 * bindings.el (mode-line-modified, mode-line-remote):
22703 Mark unused parameters.
22704 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
22705
22706 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
22707 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
22708
22709 * comint.el (comint-history-isearch-pop-state)
22710 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
22711 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
22712 (comint-substitute-in-file-name): Doc fix.
22713
22714 * completion.el (cmpl-statistics-block): Mark unused parameter.
22715 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
22716 (save-completions-to-file, load-completions-from-file):
22717 Remove unused local variable `e'.
22718
22719 * composite.el (compose-chars): Remove unused variable `len'.
22720 (lgstring-insert-glyph): Remove unused variable `g'.
22721 (compose-glyph-string): Remove unused variables `ascent',
22722 `descent', `lbearing' and `rbearing'.
22723 (compose-glyph-string-relative): Remove unused variables
22724 `lbearing', `rbearing' and `wadjust'.
22725 (compose-gstring-for-graphic): Remove unused variables `header',
22726 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
22727 (compose-gstring-for-terminal): Remove unused variables `header'
22728 and `nchars'. Use `let', not `let*'.
22729
22730 * cus-edit.el (Custom-set, Custom-save, custom-reset)
22731 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
22732 (Custom-buffer-done, custom-buffer-create-internal)
22733 (custom-browse-visibility-action, custom-browse-group-tag-action)
22734 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
22735 (widget-magic-mouse-down-action, custom-toggle-parent)
22736 (custom-add-parent-links, custom-toggle-hide-variable)
22737 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
22738 (custom-toggle-hide-face, face, hook, custom-group-link-action)
22739 (custom-face-menu-create, custom-variable-menu-create, get)
22740 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
22741 (custom-reset-standard-save-and-update): Remove unused variable `value'.
22742 (customize-apropos): Remove unused variable `tests'.
22743 (custom-group-value-create): Remove unused variable `hidden-p'.
22744 (sort-fold-case): Declare.
22745
22746 * cus-theme.el (custom-reset-standard-faces-list)
22747 (custom-reset-standard-variables-list): Declare.
22748 (customize-create-theme, custom-theme-revert, custom-theme-write)
22749 (custom-theme-choose-mode, customize-themes, custom-theme-save):
22750 Mark unused parameters.
22751
22752 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
22753
22754 * delim-col.el (delimit-columns-max): Move defvar before first use.
22755
22756 * descr-text.el (describe-char-categories): Don't quote `lambda'.
22757 (describe-char): Don't quote `lambda'. Mark unused parameter.
22758
22759 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
22760 (auto-insert): Declare.
22761 (desktop-restore-file-buffer): Rename desktop-* parameters;
22762 mark unused ones.
22763 (desktop-create-buffer): Rename desktop-* parameters and bind them.
22764 (desktop-buffer): Rename desktop-* parameters.
22765
22766 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
22767 (dframe-reposition-frame-xemacs, dframe-help-echo)
22768 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
22769 Mark unused parameters.
22770
22771 * dired-aux.el (backup-extract-version-start, overwrite-query)
22772 (overwrite-backup-query, rename-regexp-query)
22773 (rename-non-directory-query): Declare.
22774 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
22775 (dired-add-entry): Remove unused variable `orig-file-name'.
22776 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
22777 Use parameter PRESERVE-TIME instead of accessing dynamic variable
22778 `dired-copy-preserve-time' directly.
22779 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
22780 (dired-insert-subdir-newpos): Rename unused variable `pos'.
22781
22782 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
22783 (dired-virtual-revert, dired-make-relative-symlink):
22784 Mark unused parameters.
22785 (manual-program): Declare.
22786 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
22787 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
22788 wrapped in `with-no-warnings' to avoid replacing one warning by another.
22789
22790 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
22791
22792 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
22793
22794 * echistory.el (electric-history-in-progress, Helper-return-blurb):
22795 Declare.
22796
22797 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
22798
22799 * electric.el (Electric-command-loop): Rename parameter
22800 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
22801
22802 * expand.el (expand-in-literal): Remove unused variable `here'.
22803
22804 * facemenu.el (facemenu-add-new-color):
22805 Remove unused variable `docstring'.
22806
22807 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
22808 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
22809 (face-attr-construct): Mark unused parameter. Doc fix.
22810 (read-color): Remove unused variable `hex-string'.
22811
22812 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
22813 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
22814 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
22815 (display-buffer-other-frame): Remove unused variable `old-window'.
22816 (kill-buffer-hook): Declare.
22817 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
22818 Mark unused parameters.
22819 (after-find-file): Pass 1 to `auto-save-mode', not t.
22820
22821 * files-x.el (auto-insert): Declare.
22822 (modify-file-local-variable-prop-line): Remove unused variable `val'.
22823
22824 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
22825 variable `buf'. Mark unused parameter.
22826 (find-lisp-insert-directory): Mark unused parameter.
22827
22828 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
22829 (format-encode-region): Remove unused variables `cur-buf' and `result'.
22830 (format-common-tail): Remove, unused.
22831 (format-deannotate-region): Remove unused variable `loc'.
22832 (format-annotate-region): Remove unused variable `p'.
22833 (format-annotate-single-property-change): Remove unused variables
22834 `default' and `tail'.
22835
22836 * forms.el (read-file-filter): Declare.
22837 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
22838
22839 * frame.el (frame-creation-function-alist): Mark unused parameter.
22840 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
22841
22842 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
22843 Remove unused parameters.
22844 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
22845 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
22846
22847 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
22848 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
22849 (hfy-prepare-tag-map): Mark unused parameters.
22850 (htmlfontify-buffer): Use `called-interactively-p'.
22851
22852 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
22853 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
22854 (ibuffer-do-occur): Mark unused parameters.
22855 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
22856 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
22857
22858 * ibuffer.el: Don't quote `lambda'.
22859 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
22860 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
22861 Mark unused parameters.
22862
22863 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
22864 (ido-completing-read): Mark unused parameters.
22865 (ido-copy-current-word): Mark unused parameters;
22866 remove unused variable `name'.
22867 (ido-sort-merged-list): Remove unused parameter `dirs'.
22868
22869 * ielm.el (ielm-input-sender): Mark unused parameter.
22870 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
22871 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
22872 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
22873 `ielm-string' as a dynamic variable accessible from the IELM prompt.
22874 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
22875
22876 * image-dired.el (image-dired-display-thumbs): Remove unused
22877 variables `curr-file' and `count'.
22878 (image-dired-remove-tag): Remove unused variable `start'.
22879 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
22880 variable `curr-file'
22881 (image-dired-rotate-original): Remove unused variable `temp-file'.
22882 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
22883 Remove unused variable `file'.
22884 (image-dired-gallery-generate): Remove unused variable `curr'.
22885 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
22886
22887 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
22888
22889 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
22890
22891 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
22892
22893 * isearch.el (minibuffer-history-symbol): Declare.
22894 (isearch-edit-string): Remove unused variable `err'.
22895 (isearch-message-prefix, isearch-message-suffix):
22896 Mark unused parameters.
22897
22898 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
22899
22900 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
22901
22902 * makesum.el (double-column): Remove unused variable `cnt'.
22903
22904 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
22905 (ido-ignore-item-temp-list): Declare.
22906
22907 * mouse-drag.el (mouse-drag-throw): Remove unused variables
22908 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
22909 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
22910 (mouse-drag-drag): Remove unused variables `mouse-delta' and
22911 `mouse-col-delta'.
22912
22913 * mouse-sel.el (mouse-extend-internal):
22914 Remove unused variable `orig-window-frame'.
22915
22916 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
22917 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
22918 Move declarations before first use.
22919 (pcomplete-opt): Mark unused parameters; doc fix.
22920
22921 * proced.el (proced-revert): Mark unused parameter.
22922 (proced-send-signal): Remove unused variable `err'.
22923
22924 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
22925 Rename parameter PREFIX-ARG to ARG.
22926 (ps-basic-plot-string, ps-basic-plot-whitespace):
22927 Mark unused parameters.
22928
22929 * replace.el (replace-count): Define.
22930 (occur-revert-function): Mark unused parameters.
22931 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
22932 (isearch-case-fold-search, isearch-string): Declare.
22933 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
22934 bind `case-fold-search'. Remove unused variables `beg' and `end',
22935 and simplify.
22936 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
22937 COUNT and bind `replace-count'.
22938 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
22939 to COUNT.
22940
22941 * savehist.el (print-readably, print-string-length): Declare.
22942
22943 * shadowfile.el (shadow-expand-cluster-in-file-name):
22944 Remove unused variable `cluster'.
22945 (shadow-copy-file): Remove unused variable `i'.
22946 (shadow-noquery, shadow-clusters, shadow-site-cluster)
22947 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
22948 (shadow-define-literal-group, shadow-define-regexp-group)
22949 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
22950
22951 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
22952 (shell): Use `called-interactively-p'.
22953 (shell-directory-tracker): Remove unused variable `chdir-failure'.
22954
22955 * simple.el (compilation-context-lines, comint-file-name-quote-list)
22956 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
22957 (delete-backward-char): Remove unused variable `ocol'.
22958 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
22959 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
22960 (event-apply-hyper-modifier, event-apply-shift-modifier)
22961 (event-apply-control-modifier, event-apply-meta-modifier):
22962 Mark unused parameters.
22963 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
22964 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
22965
22966 * speedbar.el (speedbar-ignored-directory-expressions)
22967 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
22968 (speedbar-find-file, speedbar-dir-follow)
22969 (speedbar-directory-buttons-follow, speedbar-tag-find)
22970 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
22971 (speedbar-buffers-line-directory, speedbar-buffer-click):
22972 Mark unused parameters.
22973 (speedbar-tag-file): Remove unused variable `mode'.
22974 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
22975
22976 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
22977
22978 * talk.el (talk): Remove unused variable `display'.
22979
22980 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
22981 (tar-write-region-annotate): Mark unused parameter.
22982
22983 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
22984 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
22985 Declare them, wrapped in `with-no-warnings' to avoid replacing one
22986 warning by another.
22987
22988 * time-stamp.el (time-stamp-string-preprocess):
22989 Remove unused variable `require-padding'.
22990
22991 * tree-widget.el (widget-glyph-enable): Declare.
22992 (tree-widget-action): Mark unused parameter.
22993
22994 * w32-fns.el (x-get-selection): Mark unused parameter.
22995 (autoload-make-program, generated-autoload-file): Declare.
22996
22997 * wdired.el (wdired-revert): Mark unused parameters.
22998 (wdired-xcase-word): Remove unused variable `err'.
22999
23000 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
23001 (whitespace-help-scroll): Remove unused variable `data-help'.
23002
23003 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
23004 (widget-image-insert, widget-after-change, default)
23005 (widget-default-format-handler, widget-default-notify)
23006 (widget-default-prompt-value, widget-info-link-action)
23007 (widget-url-link-action, widget-function-link-action)
23008 (widget-variable-link-action, widget-file-link-action)
23009 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
23010 (widget-field-prompt-internal, widget-field-action, widget-field-match)
23011 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
23012 (widget-insert-button-action, widget-delete-button-action, visibility)
23013 (widget-documentation-link-action, widget-documentation-string-action)
23014 (widget-const-prompt-value, widget-regexp-match, symbol)
23015 (widget-coding-system-prompt-value)
23016 (widget-key-sequence-value-to-external, sexp)
23017 (widget-sexp-value-to-internal, character, vector, cons)
23018 (widget-choice-prompt-value, widget-boolean-prompt-value)
23019 (widget-color--choose-action): Mark unused parameters.
23020 (widget-item-match-inline, widget-choice-match-inline)
23021 (widget-checklist-match, widget-checklist-match-inline)
23022 (widget-group-match): Rename parameter VALUES to VALS.
23023 (widget-field-value-set): Remove unused variable `size'.
23024 (widget-color-action): Remove unused variables `value' and `start'.
23025
23026 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
23027 variable `dir'. Doc fix.
23028 (windmove-find-other-window): Don't pass it.
23029
23030 * window.el (count-windows): Mark unused parameter.
23031 (bw-adjust-window): Remove unused variable `err'.
23032
23033 * woman.el (woman-file-name): Remove unused variable `default'.
23034 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
23035 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
23036 (global-font-lock-mode): Declare.
23037 (woman-decode-region): Mark unused parameter.
23038 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
23039
23040 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
23041 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
23042 (x-dnd-handle-moz-url): Remove unused variable `title'.
23043 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
23044
23045 * xml.el (xml-parse-tag, xml-parse-attlist):
23046 Remove unused variable `pos'.
23047
23048 2011-04-19 Glenn Morris <rgm@gnu.org>
23049
23050 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
23051 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
23052 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
23053 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
23054 * calendar/cal-html.el (cal-html-insert-minical):
23055 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
23056 (calendar-mark-date-pattern):
23057 Prefix "unused" locals.
23058
23059 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
23060 optional argument `style'.
23061
23062 * calendar/appt.el (appt-make-list):
23063 * calendar/cal-china.el (calendar-chinese-date-string):
23064 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
23065 (diary-hebrew-yahrzeit):
23066 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
23067 * calendar/calendar.el (calendar-generate-window):
23068 * calendar/time-date.el (time-to-days):
23069 Remove unused local variables.
23070
23071 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
23072
23073 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
23074 glyphless-char-display table.
23075 (tabulated-list-glyphless-char-display): New var.
23076
23077 2011-04-18 Sam Steingold <sds@gnu.org>
23078
23079 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
23080 to acknowledgments.
23081
23082 2011-04-17 Glenn Morris <rgm@gnu.org>
23083
23084 * calendar/diary-lib.el (diary-sexp-entry):
23085 * calendar/holidays.el (holiday-sexp):
23086 Set debug-on-error rather than the removed stack-trace-on-error.
23087
23088 2011-04-16 Glenn Morris <rgm@gnu.org>
23089
23090 * progmodes/f90.el: Use lexical-binding.
23091 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
23092
23093 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23094
23095 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
23096 (mail-mode): Setup mailalias completion here instead.
23097 * mail/mailalias.el: Use lexical-binding.
23098 (pattern, mailalias-done): Declare dynamic.
23099 (mail-completion-at-point-function): New function, from mail-complete.
23100 (mail-complete): Use it.
23101 (mail-completion-expand): New function.
23102 (mail-get-names): Use it.
23103 (mail-directory, mail-directory-process, mail-directory-stream):
23104 Don't use `pattern' for lexically bound arg.
23105
23106 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
23107
23108 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
23109 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
23110 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
23111
23112 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
23113 (byte-save-window-excursion, byte-temp-output-buffer-setup)
23114 (byte-interactive-p): Define them again, for use when inlining
23115 old code.
23116
23117 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
23118
23119 * loadup.el: Use `string-to-number', not `string-to-int'.
23120
23121 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23122
23123 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
23124 gud-gdb-complete-command.
23125 (gud-gdb-completions): New function, from gud-gdb-complete-command.
23126 (gud-gdb-completion-at-point): New function.
23127 (gud-gdb-completions): Remove.
23128
23129 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
23130
23131 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
23132 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
23133 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
23134 whether `executable-find' is bound.
23135
23136 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
23137
23138 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
23139
23140 * minibuffer.el (completion-in-region-mode-predicate)
23141 (completion-in-region-mode--predicate): New vars.
23142 (completion-in-region, completion-in-region--postch)
23143 (completion-in-region-mode): Use them.
23144 (completion--capf-wrapper): Also return the hook function.
23145 (completion-at-point, completion-help-at-point):
23146 Adjust and provide a predicate.
23147
23148 Preserve arg names for advice of subr and lexical functions (bug#8457).
23149 * help-fns.el (help-function-arglist): Consolidate the subr and
23150 new-byte-code cases. Add argument `preserve-names' to extract names
23151 from the docstring when needed.
23152 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
23153 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
23154 (ad-arglist): Use help-function-arglist's new arg.
23155 (ad-definition-type): Use cond.
23156
23157 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
23158
23159 * autorevert.el (auto-revert-handler):
23160 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
23161 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
23162 Don't quote lambda.
23163
23164 * image-mode.el (image-transform-set-scale):
23165 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
23166
23167 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23168
23169 * net/network-stream.el (network-stream-open-starttls): Only do
23170 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
23171 Upgrades via gnutls-cli are too slow to be done opportunistically.
23172
23173 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
23174
23175 * dframe.el (dframe-current-frame): Remove spurious quote.
23176
23177 2011-04-12 Glenn Morris <rgm@gnu.org>
23178
23179 * calendar/cal-tex.el (cal-tex-end-document):
23180 Try to automatically use latin1 input if needed.
23181
23182 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
23183 Don't try to cons a mark onto an empty element.
23184
23185 2011-04-11 Leo Liu <sdl.web@gmail.com>
23186
23187 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
23188 buffers.
23189 (ido-kill-buffer-at-head): Support killing virtual buffers.
23190
23191 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
23192
23193 * minibuffer.el (completion-show-inline-help): New var.
23194 (completion--do-completion, minibuffer-complete)
23195 (minibuffer-force-complete, minibuffer-complete-word):
23196 Inhibit minibuffer messages if completion-show-inline-help is nil.
23197
23198 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
23199 to avoid interference from inline help (Bug#5849).
23200
23201 2011-04-10 Leo Liu <sdl.web@gmail.com>
23202
23203 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
23204 Fix typo.
23205
23206 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
23207
23208 * image-mode.el (image-toggle-display-image): Signal an error if
23209 not in Image mode.
23210 (image-transform-mode, image-transform-resize)
23211 (image-transform-set-rotation): Doc fix.
23212 (image-transform-set-resize): Delete.
23213 (image-transform-set-scale, image-transform-fit-to-height)
23214 (image-transform-fit-to-width): Handle image-toggle-display-image
23215 and image-transform-resize directly.
23216
23217 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
23218
23219 * doc-view.el (doc-view-fit-width-to-window)
23220 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
23221 New functions for fitting the shown image to the Emacs window size.
23222 (doc-view-mode-map): Add bindings for the new functions.
23223
23224 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
23225
23226 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
23227 Fix typo in docstring.
23228
23229 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23230
23231 * files.el (file-size-human-readable): Produce one digit after
23232 decimal, like "ls -lh" does.
23233
23234 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
23235 the file size representation.
23236
23237 * simple.el (list-processes): If async subprocesses are not
23238 available, error out with a clear error message.
23239
23240 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
23241
23242 * help.el (help-form-show): New function, to be called from C.
23243 Put help-form output in a buffer named differently than *Help*.
23244
23245 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23246
23247 * files.el (file-size-human-readable): New function.
23248
23249 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
23250 computing the representation inline. Don't require `cl'.
23251
23252 2011-04-08 Glenn Morris <rgm@gnu.org>
23253
23254 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
23255
23256 * net/browse-url.el (browse-url-firefox):
23257 Test system-type, not system-configuration.
23258
23259 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
23260 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
23261 Use log-edit-empty-buffer-p. (Bug#7598)
23262
23263 * net/rlogin.el (rlogin-process-connection-type): Simplify.
23264 (rlogin-mode-map): Initialize in the defvar.
23265 (rlogin): Use ignore-errors.
23266
23267 * replace.el (occur-mode-map): Some fixes for menu items.
23268
23269 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
23270
23271 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
23272
23273 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23274
23275 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
23276 issuing unused warnings.
23277
23278 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
23279 macro directly.
23280
23281 * simple.el: Lisp reimplement of list-processes. Based on an
23282 earlier reimplementation by Leo Liu, but using tabulated-list.el.
23283 (process-menu-mode): New major mode.
23284 (list-processes--refresh, list-processes):
23285 (process-menu-visit-buffer): New functions.
23286
23287 * files.el (save-buffers-kill-emacs): Don't assume any return
23288 value of list-processes, which is undocumented anyway.
23289
23290 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23291
23292 * emacs-lisp/tabulated-list.el: New file.
23293
23294 * emacs-lisp/package.el: Use Tabulated List mode.
23295 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
23296 (package-menu-mode): Derive from tabulated-list-mode. Set up the
23297 table format using Tabulated List mode variables.
23298 (package--push): New macro, replacing package-list-maybe-add.
23299 (package-menu--generate): Use package--push. Renamed from
23300 package--generate-package-list.
23301 (package-menu-refresh, list-packages): Use it.
23302 (package-menu--print-info): Rename from package-print-package.
23303 Return insertion data instead of inserting it directly.
23304 (package-menu-describe-package, package-menu-execute):
23305 Use tabulated-list-get-id.
23306 (package-menu-mark-delete, package-menu-mark-install)
23307 (package-menu-mark-unmark, package-menu-backup-unmark)
23308 (package-menu-mark-obsolete-for-deletion):
23309 Use tabulated-list-put-tag.
23310 (package--list-packages, package-menu-revert)
23311 (package-menu-get-package, package-menu-get-version)
23312 (package-menu-sort-by-column): Functions deleted.
23313 (package-menu-package-list, package-menu-sort-key): Vars deleted.
23314 (package-menu--status-predicate, package-menu--version-predicate)
23315 (package-menu--name-predicate)
23316 (package-menu--description-predicate): Handle arguments in the
23317 Tabulated List format.
23318 (package-list-packages-no-fetch): Call list-packages.
23319
23320 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
23321
23322 * files.el (after-find-file-from-revert-buffer): Remove variable.
23323 (after-find-file): Don't bind it.
23324 (revert-buffer-in-progress-p): New variable.
23325 (revert-buffer): Bind it.
23326 Pass nil for `after-find-file-from-revert-buffer'.
23327
23328 * saveplace.el (save-place-find-file-hook): Use new variable
23329 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
23330
23331 2011-04-06 Glenn Morris <rgm@gnu.org>
23332
23333 * Makefile.in (AUTOGEN_VCS): New variable.
23334 (autoloads): Use $AUTOGEN_VCS.
23335
23336 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
23337 * calendar/calendar.el (calendar-mode-map):
23338 Check for toolkit scroll bars. (Bug#8305)
23339
23340 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23341
23342 * minibuffer.el (completion-in-region--postch)
23343 (completion-in-region-mode): Remove unnecessary messages.
23344
23345 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
23346
23347 * font-lock.el (font-lock-refresh-defaults):
23348 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
23349 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
23350
23351 * info.el (Info-directory-list, Info-read-node-name-2)
23352 (Info-split-parameter-string): Doc fixes.
23353 (Info-virtual-nodes): Reflow docstring.
23354 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
23355 (Info-apropos-toc-nodes, info-finder, Info-get-token)
23356 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
23357 Fix typos in docstrings.
23358 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
23359 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
23360 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
23361 (Info-restore-desktop-buffer): Mark unused parameters.
23362 (Info-directory-find-file, Info-directory-find-node)
23363 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
23364 (Info-virtual-index-find-node, Info-apropos-find-file)
23365 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
23366 Mark unused parameters; fix typos in docstrings.
23367 (Info-virtual-index): Remove unused local variable `nodename'.
23368
23369 2011-04-05 Deniz Dogan <deniz@dogan.se>
23370
23371 * net/rcirc.el: Update my e-mail address.
23372 (rcirc-mode-map): Remove M-o binding.
23373
23374 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23375
23376 * startup.el (command-line): Save the cursor's theme-face
23377 directly, instead of using face-override-spec.
23378
23379 * custom.el (load-theme): Minor optimization in assigning faces.
23380
23381 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23382
23383 * help-fns.el (describe-variable): Complete all variables having
23384 documentation, including keywords.
23385 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
23386
23387 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23388
23389 Convert to lexical-binding.
23390
23391 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
23392 (bs--get-marked-string, bs--get-modified-string)
23393 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
23394 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
23395 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
23396
23397 * ehelp.el (electric-help-execute-extended)
23398 (electric-help-ctrl-x-prefix):
23399 * hexl.el (hexl-revert-buffer-function):
23400 * linum.el (linum-after-change, linum-after-scroll):
23401 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
23402
23403 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
23404
23405 2011-04-04 Daiki Ueno <ueno@unixuser.org>
23406
23407 * epa-dired.el:
23408 * epa-mail.el:
23409 * epa-hook.el:
23410 * epa-file.el:
23411 * epa.el:
23412 * epg.el: Use lexical binding.
23413
23414 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
23415
23416 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
23417
23418 * textmodes/flyspell.el (flyspell-word): Recognize default
23419 dictionary case for flyspell-mark-duplications-exceptions.
23420 Use regexp matching for languages.
23421 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
23422 default dictionary (Bug#7926).
23423
23424 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
23425
23426 * emacs-lisp/package.el (package--with-work-buffer):
23427 Recognize https URLs.
23428
23429 * net/network-stream.el: Move from gnus/proto-stream.el.
23430 Change prefix to network-stream throughout.
23431 (open-protocol-stream): Merge into open-network-stream, leaving
23432 open-protocol-stream as an alias. Handle nil BUFFER args.
23433
23434 * subr.el (open-network-stream): Move to net/network-stream.el.
23435
23436 2011-04-02 Glenn Morris <rgm@gnu.org>
23437
23438 * find-dired.el (find-exec-terminator): New option.
23439 (find-ls-option): Test for -ls support.
23440 (find-ls-subdir-switches): Test for -b in find-ls-option.
23441 (find-dired, find-grep-dired): Doc fixes.
23442 (find-dired): Use find-exec-terminator.
23443
23444 * find-dired.el (find-ls-option, find-ls-subdir-switches)
23445 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
23446 (find-name-arg): Remove purecopy.
23447
23448 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
23449 (grep-compute-defaults): Check for `-exec COMMAND +' support.
23450 Set grep-find-use-xargs, grep-find-command, and grep-find-template
23451 accordingly. Don't add the null-device if not needed.
23452
23453 * files.el (save-some-buffers): Doc fix.
23454
23455 2011-04-02 Eli Zaretskii <eliz@gnu.org>
23456
23457 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
23458
23459 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
23460
23461 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
23462 Use `dolist' rather than `mapcar'.
23463
23464 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23465
23466 Add lexical binding.
23467
23468 * subr.el (apply-partially): Use new closures rather than CL.
23469 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
23470 (dolist, dotimes): Use slightly different expansion for lexical code.
23471 (functionp): Move to C.
23472 (letrec): New macro.
23473 (with-wrapper-hook): Use it and apply-partially instead of CL.
23474 (eval-after-load): Preserve lexical-binding.
23475 (save-window-excursion, with-output-to-temp-buffer): Turn them
23476 into macros.
23477
23478 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
23479
23480 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
23481 than the arglist.
23482 (help-add-fundoc-usage): Don't add `Not documented'.
23483 (help-function-arglist): Handle closures, subroutines, and new
23484 byte-code-functions.
23485 (help-make-usage): Remove leading underscores.
23486 (describe-function-1): Handle closures.
23487 (describe-variable): Use special-variable-p for completion.
23488
23489 * files.el (lexical-binding): Declare safe.
23490
23491 * emacs-lisp/pcase.el: Don't use destructuring-bind.
23492 (pcase--memoize): Rename from pcase-memoize. Change weakness.
23493 (pcase): Add `let' pattern.
23494 Change memoization so it actually works.
23495 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
23496 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
23497 <let>: New case.
23498
23499 * emacs-lisp/macroexp.el: Use lexical binding.
23500 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
23501 Don't convert ' to #' without checking that it's indeed quoting
23502 a lambda.
23503
23504 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
23505 Use eval-sexp-add-defvars.
23506 (eval-sexp-add-defvars): New fun.
23507
23508 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
23509
23510 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
23511 Don't autoload.
23512 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
23513 than the internal `byte-compile-lambda'.
23514 (defmethod): Don't hide code under quotes.
23515 (eieio-defmethod): New `code' argument.
23516
23517 * emacs-lisp/eieio-comp.el: Remove.
23518
23519 * emacs-lisp/edebug.el (edebug-eval-defun)
23520 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
23521 (edebug-toggle): Avoid `eval'.
23522
23523 * emacs-lisp/disass.el (disassemble-internal): Handle new
23524 `closure' objects.
23525 (disassemble-1): Handle new byte codes.
23526
23527 * emacs-lisp/cl.el (pushnew): Silence warning.
23528
23529 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
23530 (cl-byte-compile-throw): Remove.
23531 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
23532
23533 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
23534 closures.
23535
23536 * emacs-lisp/cconv.el: New file.
23537
23538 * emacs-lisp/bytecomp.el: Use lexical binding instead of
23539 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
23540 (byte-compile-initial-macro-environment):
23541 Handle declare-function here.
23542 (byte-compile--lexical-environment): New var.
23543 (byte-stack-ref, byte-stack-set, byte-discardN)
23544 (byte-discardN-preserve-tos): New lap codes.
23545 (byte-interactive-p): Don't use any more.
23546 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
23547 New macros.
23548 (byte-compile-lapcode): Use them and handle new lap codes.
23549 (byte-compile-obsolete): Remove.
23550 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
23551 (byte-compile-arglist-warn): Check late def of inlinable funs.
23552 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
23553 since they should have been expanded by now.
23554 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
23555 (byte-compile-from-buffer): Remove unused second arg.
23556 (byte-compile-preprocess): New function.
23557 (byte-compile-toplevel-file-form): New function to distinguish
23558 file-form calls from outside from file-form calls from hunk-handlers.
23559 (byte-compile-file-form): Simplify.
23560 (byte-compile-file-form-defsubst): Remove.
23561 (byte-compile-file-form-defmumble): Simplify now that
23562 byte-compile-lambda always returns a byte-code-function.
23563 (byte-compile): Preprocess.
23564 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
23565 Remove, not used any more.
23566 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
23567 (byte-compile-make-args-desc): New funs.
23568 (byte-compile-lambda): Handle lexical functions. Always return
23569 a byte-code-function.
23570 (byte-compile-reserved-constants): New var, to make up room for
23571 closed-over variables.
23572 (byte-compile-constants-vector): Obey it.
23573 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
23574 (byte-compile-macroexpand-declare-function): New function.
23575 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
23576 byte-code-functions.
23577 (byte-compile-form): Check obsolescence here.
23578 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
23579 (byte-compile-variable-ref): Remove.
23580 (byte-compile-dynamic-variable-op): New fun.
23581 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23582 (byte-compile-variable-set): New funs.
23583 (byte-compile-discard): Add 2 args.
23584 (byte-compile-stack-ref, byte-compile-stack-set)
23585 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
23586 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
23587 macroexpand-all instead.
23588 (byte-compile-quote-form): Remove.
23589 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
23590 (byte-compile-bind, byte-compile-unbind): New funs.
23591 (byte-compile-let): Handle let* and lexical binding.
23592 (byte-compile-let*): Remove.
23593 (byte-compile-catch, byte-compile-unwind-protect)
23594 (byte-compile-track-mouse, byte-compile-condition-case):
23595 Handle a new :fun-body form, used for lexical scoping.
23596 (byte-compile-save-window-excursion)
23597 (byte-compile-with-output-to-temp-buffer): Remove.
23598 (byte-compile-defun): Simplify.
23599 (byte-compile-stack-adjustment): New fun.
23600 (byte-compile-out): Use it.
23601 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
23602
23603 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
23604 handler any more.
23605
23606 * emacs-lisp/byte-opt.el: Use lexical binding.
23607 (byte-inline-lapcode): Remove (to bytecomp).
23608 (byte-compile-inline-expand): Pay attention to inlining to/from
23609 lexically bound code.
23610 (byte-compile-unfold-lambda): Don't handle byte-code-functions
23611 any more.
23612 (byte-optimize-form-code-walker): Don't handle save-window-excursion
23613 any more and don't call compiler-macros.
23614 (byte-compile-splice-in-already-compiled-code): Remove.
23615 (byte-code): Don't inline any more.
23616 (disassemble-offset): Receive `bytes' as argument rather than via
23617 dynamic scoping.
23618 (byte-compile-tag-number): Declare before first use.
23619 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
23620 `return' even if make-spliceable.
23621 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
23622 obsolete interactive-p.
23623 (byte-optimize-lapcode): Optimize new lap-codes.
23624 Don't trip up on new form of `byte-constant' lap code.
23625
23626 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
23627
23628 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
23629
23630 * custom.el (custom-initialize-default, custom-declare-variable):
23631 Use `defvar'.
23632
23633 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
23634 New variables.
23635 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
23636 (COMPILE_FIRST): Add macroexp and cconv.
23637 * makefile.w32-in: Mirror changes in Makefile.in.
23638
23639 * vc/cvs-status.el:
23640 * vc/diff-mode.el:
23641 * vc/log-edit.el:
23642 * vc/log-view.el:
23643 * vc/smerge-mode.el:
23644 * textmodes/bibtex-style.el:
23645 * textmodes/css-mode.el:
23646 * startup.el:
23647 * uniquify.el:
23648 * minibuffer.el:
23649 * newcomment.el:
23650 * reveal.el:
23651 * server.el:
23652 * mpc.el:
23653 * emacs-lisp/smie.el:
23654 * doc-view.el:
23655 * dired.el:
23656 * abbrev.el: Use lexical binding.
23657
23658 2011-04-01 Eli Zaretskii <eliz@gnu.org>
23659
23660 * info.el (info-display-manual): New function.
23661
23662 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23663
23664 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
23665
23666 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
23667
23668 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
23669 an entry for that server in rcirc-authinfo. (Bug#8385)
23670
23671 2011-03-31 Glenn Morris <rgm@gnu.org>
23672
23673 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
23674
23675 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
23676
23677 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
23678
23679 * progmodes/python.el (python-default-interpreter)
23680 (python-python-command-args, python-jython-command-args)
23681 (python-which-shell, python-which-args, python-which-bufname)
23682 (python-file-queue, python-comint-output-filter-function)
23683 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
23684 variables and functions.
23685
23686 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
23687
23688 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
23689 (completion-in-region-mode): New minor mode.
23690 (completion-in-region): Use it.
23691 (completion-in-region--data, completion-in-region-mode-map): New vars.
23692 (completion-in-region--postch): New function.
23693 (completion--capf-misbehave-funs, completion--capf-safe-funs):
23694 New vars.
23695 (completion--capf-wrapper): New function.
23696 (completion-at-point): Use it to track well-behavedness of
23697 hook functions.
23698 (completion-help-at-point): New command.
23699
23700 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
23701
23702 * vc/add-log.el (add-change-log-entry): Don't use whitespace
23703 syntax class to search for whitespace on a single line
23704 (Message-ID: <4D938140.4030905@redhat.com>).
23705
23706 2011-03-30 Leo Liu <sdl.web@gmail.com>
23707
23708 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
23709 New commands.
23710 (edit-abbrevs-map): Bind them here.
23711 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
23712
23713 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
23714
23715 * allout.el (allout-hide-by-annotation, allout-flag-region):
23716 Reduce possibility of overlay leakage by making them volatile.
23717
23718 * allout-widgets.el (allout-widgets-tally): Define as nil so the
23719 hash is not shared between buffers. Mode initialization is
23720 responsible for giving it a useful starting value.
23721 (allout-item-span): Reduce possibility of overlay leakage by
23722 making them volatile.
23723 (allout-widgets-count-buttons-in-region): Add diagnostic function
23724 for tracking down button overlay leaks.
23725
23726 2011-03-29 Leo Liu <sdl.web@gmail.com>
23727
23728 * ido.el (ido-read-internal): Use the default history var
23729 minibuffer-history if no HISTORY is specified.
23730
23731 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
23732
23733 * net/imap.el (imap-shell-open, imap-process-connection-type):
23734 Use imap-process-connection-type for 'shell' streams as well as
23735 Kerberos, SSL, other subprocesses.
23736
23737 2011-03-28 Leo Liu <sdl.web@gmail.com>
23738
23739 * abbrev.el (abbrev-table-empty-p): New function.
23740 (prepare-abbrev-list-buffer): Place empty abbrev tables after
23741 nonempty ones. (Bug#5937)
23742
23743 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
23744
23745 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
23746
23747 2011-03-27 Leo Liu <sdl.web@gmail.com>
23748
23749 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
23750 for foreground and background colors.
23751 (ansi-color-make-color-map): Adapt.
23752
23753 2011-03-25 Leo Liu <sdl.web@gmail.com>
23754
23755 * midnight.el (midnight-time-float): Remove. Note it calculates
23756 the microsecond component incorrectly and seconds-to-time does the
23757 same job.
23758 Remove redundant (require 'timer).
23759
23760 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
23761 (ido-completions): Remove unused arguments. (Bug#8329)
23762
23763 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23764
23765 * minibuffer.el (completion--flush-all-sorted-completions):
23766 Remove itself from hook.
23767 (completion-at-point): Let the functions perform the completion
23768 immediately and return nil or t.
23769 * comint.el (comint-dynamic-complete-functions): Now identical to
23770 completion-at-point-functions.
23771 (comint-dynamic-list-input-ring): Remove unused var `index'.
23772 (comint--match-partial-filename, comint--unquote&expand-filename):
23773 New funs, split from comint-match-partial-filename.
23774 (comint-dynamic-complete): Use completion-at-point.
23775 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
23776
23777 2011-03-24 Drew Adams <drew.adams@oracle.com>
23778
23779 * thingatpt.el: Support `defun'.
23780
23781 2011-03-23 Leo Liu <sdl.web@gmail.com>
23782
23783 * abbrevlist.el: Move to obsolete/abbrevlist.el.
23784
23785 * help-mode.el (help-mode-finish): Tweak regexp.
23786
23787 2011-03-23 Glenn Morris <rgm@gnu.org>
23788
23789 * eshell/esh-opt.el (eshell-eval-using-options):
23790 Do not bind unused local variable `eshell-option-stub'.
23791
23792 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
23793
23794 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
23795
23796 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
23797 keymap variable in `with-no-warnings' to avoid a warning when the
23798 keymap has been already `defconst'ed.
23799
23800 2011-03-22 Leo Liu <sdl.web@gmail.com>
23801
23802 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
23803 encode all chars in abbrevs; otherwise use emacs-mule or
23804 utf-8-emacs. (Bug#8308)
23805
23806 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
23807
23808 * simple.el (backward-delete-char-untabify):
23809 Avoid warning about using `delete-backward-char'.
23810
23811 * image.el (image-type-file-name-regexps): Make it variable.
23812 `imagemagick-register-types' modifies it, and the user may want
23813 to add new extensions for known image types.
23814 (imagemagick-register-types): Throw error if not using ImageMagick.
23815
23816 2011-03-22 Leo Liu <sdl.web@gmail.com>
23817
23818 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
23819 located before rcirc-prompt-end-marker.
23820 (rcirc-complete): Error if point is not after rcirc prompt.
23821 Handle the case when table is nil.
23822 (rcirc-user-authenticated): Define to fix compiler warning.
23823
23824 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
23825
23826 * custom.el (custom--inhibit-theme-enable): Make it affect only
23827 custom-theme-set-variables and custom-theme-set-faces.
23828 (provide-theme): Ignore custom--inhibit-theme-enable.
23829 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
23830 (custom-enabling-themes): Delete variable.
23831 (enable-theme): Accept only loaded themes as arguments.
23832 Ignore the special custom-enabled-themes variable.
23833 (custom-enabled-themes): Forbid themes from setting this.
23834 Eliminate use of custom-enabling-themes.
23835 (custom-push-theme): Quote "changed" custom var entry.
23836
23837 2011-03-21 Leo Liu <sdl.web@gmail.com>
23838
23839 * ido.el (ido-read-internal): Add ido-selected to history instead
23840 of user input.
23841
23842 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23843
23844 * subr.el (deferred-action-list, deferred-action-function):
23845 Mark obsolete.
23846
23847 2011-03-21 Leo Liu <sdl.web@gmail.com>
23848
23849 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
23850 change on 2011-02-13 (bug#8309).
23851
23852 * minibuffer.el (read-file-name-function): Change default value.
23853 (read-file-name--defaults): Rename from read-file-name-defaults.
23854 (read-file-name-default): Rename from read-file-name.
23855 (read-file-name): Call read-file-name-function.
23856
23857 2011-03-21 Glenn Morris <rgm@gnu.org>
23858
23859 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
23860 Doc fixes.
23861
23862 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
23863
23864 * cus-theme.el: Add missing provide statement.
23865 (customize-create-theme): Extract theme value correctly.
23866 (custom-theme-visit-theme): Autoload.
23867 (customize-create-theme): Prompt before inserting default faces.
23868
23869 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
23870
23871 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
23872 units and musical notes.
23873
23874 2011-03-20 Leo Liu <sdl.web@gmail.com>
23875
23876 * ido.el (ido-read-internal): Use completing-read-default.
23877 (ido-completing-read): Fix compatibility with completing-read.
23878
23879 2011-03-20 Christian Ohler <ohler@gnu.org>
23880
23881 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
23882 (ert-delete-all-tests): Use `called-interactively-p' rather than
23883 `interactive-p'.
23884 (ert--make-xrefs-region): Respect END.
23885
23886 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
23887
23888 * dired-aux.el (dired-create-directory): Signal an error if the
23889 directory already exists (Bug#8246).
23890
23891 * facemenu.el (list-colors-display): Call list-faces-display
23892 inside with-help-window.
23893 (list-colors-print): Use display property to align the final
23894 column, instead of checking window-width.
23895
23896 2011-03-19 Eli Zaretskii <eliz@gnu.org>
23897
23898 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
23899 windows-nt systems.
23900 (emerge-protect-metachars): Quote correctly for ms-dos and
23901 windows-nt systems.
23902
23903 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
23904
23905 * info.el (info-initialize): Replace all uses of `:' with
23906 path-separator for compatibility with non-Unix systems.
23907 Cache quoting of path-separator. (Bug#8258)
23908
23909 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
23910
23911 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
23912 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
23913 (mouse-avoidance-mode): Fix typos in docstrings.
23914
23915 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
23916
23917 * startup.el (package-subdirectory-regexp): Move from package.el.
23918 Omit \\` and \\', and let callers add them.
23919
23920 * emacs-lisp/package.el (package-strip-version)
23921 (package-load-all-descriptors): Add \\` and \\' to
23922 package-subdirectory-regexp before using it.
23923 (package-untar-buffer): New arg DIR; ensure that file untars only
23924 into this expected directory. Remove superfluous delete-region.
23925 (package-unpack): Caller changed.
23926 (package-tar-file-info): Use package-subdirectory-regexp.
23927
23928 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
23929
23930 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
23931 diff-mode-shared-map (bug#8284).
23932 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
23933
23934 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23935
23936 * calendar/time-date.el (format-seconds): Use assoc instead of
23937 assoc-string, since assoc-string doesn't exist in XEmacs.
23938
23939 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
23940
23941 * custom.el (custom-known-themes): Reflow docstring.
23942 (custom-theme-load-path): Fix typo in docstring.
23943 (load-theme): Fix typo in error message.
23944 (custom-available-themes, custom-variable-theme-value):
23945 Use `let', not `let*'.
23946
23947 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
23948
23949 * calc/README: Mention inclusion of musical notes.
23950
23951 * calc/calc-units.el (calc-lu-quant): Rename from
23952 `calc-logunits-quantity'.
23953 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
23954 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
23955 (calc-db): Rename from `calc-dblevel'.
23956 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
23957 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
23958 (calc-np): Rename from `calc-nplevel'.
23959 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
23960 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
23961 (calc-lu-plus): Rename from `calc-logunits-add'.
23962 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
23963 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
23964 (calc-lu-minus): Rename from `calc-logunits-sub'.
23965 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
23966 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
23967 (calc-lu-times): Rename from `calc-logunits-mul'.
23968 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
23969 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
23970 (calc-lu-divide): Rename from `calc-logunits-div'.
23971 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
23972 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
23973
23974 * calc/calc-ext.el (calc-init-extensions): Update the names of the
23975 functions being autoloaded.
23976
23977 * calc/calc.el (calc-lu-power-reference): Rename from
23978 `calc-logunits-power-reference'.
23979 (calc-lu-field-reference): Rename from
23980 `calc-logunits-field-reference'.
23981
23982 * calc/calc-help.el (calc-l-prefix-help):
23983 Mention musical note functions.
23984
23985 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
23986
23987 * minibuffer.el (completion-all-sorted-completions):
23988 Use :completion-cycle-penalty text property if present.
23989
23990 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
23991
23992 * allout.el (allout-yank-processing): Adjust for new rebulleting
23993 regime so bullet being yanked is used without prompting the user
23994 for a choice.
23995
23996 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
23997
23998 * startup.el (command-line): Warn the user that _emacs is deprecated.
23999
24000 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24001
24002 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
24003 (delphi-verbose, delphi-comment-face, delphi-string-face)
24004 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
24005 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
24006 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
24007 (delphi-new-comment-line, delphi-font-lock-defaults)
24008 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
24009 Fix typos in docstrings.
24010
24011 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
24012
24013 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
24014 Invert the roles of character and string values for INSTEAD, so a
24015 string is used for the more common case of a defaulting prompt.
24016
24017 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24018
24019 * progmodes/ruby-mode.el (ruby-backward-sexp):
24020 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
24021 * play/gamegrid.el (gamegrid-make-face):
24022 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
24023 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
24024 * notifications.el (notifications-notify):
24025 * net/xesam.el (xesam-search-engines):
24026 * net/quickurl.el (quickurl-list-insert):
24027 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
24028
24029 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
24030
24031 * startup.el (command-line): Update package subdirectory regexp.
24032
24033 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24034
24035 * allout.el (allout-abbreviate-flattened-numbering)
24036 (allout-mode-deactivate-hook): Fix up obsolescence "date".
24037
24038 * subr.el (read-char-choice): Only show the cursor after the prompt,
24039 not after the answer.
24040
24041 2011-03-15 Kevin Ryde <user42@zip.com.au>
24042
24043 * help-fns.el (variable-at-point): Skip leading quotes, if any
24044 (bug#8253).
24045
24046 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24047
24048 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
24049 warning message.
24050
24051 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
24052
24053 * shell.el (shell): When called interactively, offer to change the
24054 shell file name on remote hosts.
24055
24056 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
24057
24058 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
24059 integration for LDAP parameters. The host, base, user or binddn,
24060 and secret tokens can be specified in a netrc file, for instance.
24061 This is optional because an `auth-source' parameter must be
24062 specified in the search attributes.
24063
24064 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
24065
24066 * help.el (describe-mode): Link to the mode's definition (bug#8185).
24067
24068 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24069
24070 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
24071 into declaration. Remove redundant and harmful binding.
24072
24073 2011-03-12 Eli Zaretskii <eliz@gnu.org>
24074
24075 * files.el (file-ownership-preserved-p): Pass `integer' as an
24076 explicit 2nd argument to `file-attributes'. If the file's owner
24077 is the Administrators group on Windows, and the current user is
24078 Administrator, consider that a match.
24079
24080 * server.el (server-ensure-safe-dir): Consider server directory
24081 safe on MS-Windows if its owner is the Administrators group while
24082 the current Emacs user is Administrator. Use `=' to compare
24083 numerical UIDs, since they could be integers or floats.
24084
24085 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
24086
24087 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
24088
24089 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
24090
24091 Sync with Tramp 2.2.1.
24092
24093 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
24094
24095 * net/trampver.el: Update release number.
24096
24097 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24098
24099 * progmodes/compile.el (compilation--previous-directory): Fix up
24100 various nil/dead-marker mismatches (bug#8014).
24101 (compilation-directory-properties, compilation-error-properties):
24102 Don't call it at a position past the one we're about to change.
24103
24104 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
24105 Disable obsolescence warnings in the file that declares it.
24106
24107 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
24108
24109 * allout-widgets.el (allout-widgets-tally):
24110 Initialize allout-widgets-tally as a hash table rather than nil to
24111 prevent mode-line redisplay warnings. Also, clarify the module
24112 description and fix a comment typo.
24113
24114 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
24115
24116 * help-fns.el (describe-variable): Don't complete keywords.
24117 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
24118
24119 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
24120
24121 * emacs-lisp/package.el (package-version-join): Impose a standard
24122 string representation for pre/alpha/beta version lists.
24123 (package-unpack-single): Standardize the directory name by passing
24124 it through package-version-join.
24125 (package-strip-rcs-id): Accept any version string that does not
24126 signal an error in version-to-list.
24127
24128 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
24129
24130 * simple.el (delete-trailing-whitespace): Return nil for the
24131 benefit of `write-file-functions'.
24132
24133 2011-03-10 Glenn Morris <rgm@gnu.org>
24134
24135 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
24136
24137 * vc/vc-git.el (vc-git-program): New option.
24138 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
24139 (vc-git--call): Use it.
24140
24141 * eshell/esh-util.el (eshell-condition-case): Doc fix.
24142
24143 * cus-edit.el (Custom-newline): If no button at point, look
24144 for a subgroup button at start-of-line. (Bug#2298)
24145
24146 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
24147
24148 2011-03-10 Julien Danjou <julien@danjou.info>
24149
24150 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
24151 `cursor-type' is nil.
24152
24153 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
24154
24155 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
24156
24157 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
24158
24159 * allout.el: Change so yank of distinctive-bullet items
24160 preserves the existing header prefix, rebulleting it if necessary,
24161 rather than replacing it. This is necessary for proper operation
24162 of cooperative addons like allout-widgets.
24163 (allout-make-topic-prefix, allout-rebullet-heading):
24164 Change SOLICIT arg to INSTEAD, and interpret additionally a string
24165 value as alternate bullet to be used, instead of prompting the user
24166 for a bullet character.
24167
24168 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
24169
24170 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24171 Do not use `tramp-file-name-port', because this returns also
24172 `tramp-default-port'.
24173
24174 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
24175
24176 * net/rcirc.el (rcirc-handler-001): Remove useless
24177 with-rcirc-process-buffer.
24178 (rcirc-check-auth-status): Swap arguments to string-match.
24179
24180 2011-03-09 Glenn Morris <rgm@gnu.org>
24181
24182 * shell.el (shell-mode):
24183 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
24184
24185 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
24186 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
24187
24188 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24189
24190 * emacs-lisp/package.el (package-refresh-contents)
24191 (package-menu-execute): Use condition-case-no-debug.
24192
24193 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
24194
24195 * simple.el (shell-command-to-string): Use `process-file'.
24196
24197 * emacs-lisp/package.el (package-tar-file-info): Handle also
24198 remote files.
24199
24200 * emacs-lisp/package-x.el (package-upload-buffer-internal):
24201 Use `equal' for upload base check.
24202
24203 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
24204
24205 * textmodes/texinfo.el (texinfo-environments):
24206 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
24207
24208 2011-03-08 Glenn Morris <rgm@gnu.org>
24209
24210 * cus-start.el (cursor-in-non-selected-windows):
24211 Fix :set quoting oddness. (Bug#8192)
24212
24213 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
24214 in some setf expressions. (Bug#2159)
24215
24216 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24217
24218 * custom.el (custom-available-themes): Return themes in
24219 alphabetical order.
24220
24221 See ChangeLog.15 for earlier changes.
24222
24223 ;; Local Variables:
24224 ;; coding: utf-8
24225 ;; End:
24226
24227 Copyright (C) 2011-2013 Free Software Foundation, Inc.
24228
24229 This file is part of GNU Emacs.
24230
24231 GNU Emacs is free software: you can redistribute it and/or modify
24232 it under the terms of the GNU General Public License as published by
24233 the Free Software Foundation, either version 3 of the License, or
24234 (at your option) any later version.
24235
24236 GNU Emacs is distributed in the hope that it will be useful,
24237 but WITHOUT ANY WARRANTY; without even the implied warranty of
24238 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24239 GNU General Public License for more details.
24240
24241 You should have received a copy of the GNU General Public License
24242 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.