* vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
[bpt/emacs.git] / lisp / ChangeLog
1 2013-02-06 Glenn Morris <rgm@gnu.org>
2
3 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
4 if we can't get user input. (Bug#6567)
5
6 * startup.el (command-line): If simple.el is missing,
7 test and warn about for some possible causes.
8
9 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
10
11 * cus-start.el (all): Add ns-use-native-fullscreen.
12
13 2013-02-05 Glenn Morris <rgm@gnu.org>
14
15 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
16
17 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
18 Fix directory creation in fallback case.
19
20 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
21
22 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
23 (vc-update-change-log): Use dolist.
24
25 2013-02-04 Chong Yidong <cyd@gnu.org>
26
27 * thingatpt.el: Rewrite the URL detection routines, absorbing some
28 code from ffap.el.
29 (thing-at-point-beginning-of-url-regexp): New var.
30 (thing-at-point-uri-schemes): Update list of URI schemes.
31 (thing-at-point-url-regexp): Variable deleted.
32 (thing-at-point-markedup-url-regexp): Disallow newlines.
33 (thing-at-point-newsgroup-regexp)
34 (thing-at-point-newsgroup-heads)
35 (thing-at-point-default-mail-uri-scheme): New variables.
36 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
37 method to find the possible bounds of the URI at point.
38 New optional argument to find ill-formed URIs.
39 (thing-at-point-url-at-point): Rewrite. New arguments for finding
40 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
41 the scheme-adding heuristics from ffap-url-at-point.
42 (thing-at-point--bounds-of-well-formed-url): New function.
43 Do parens matching to decide whether to include parens in the URI
44 (Bug#9153).
45
46 * ffap.el: Require thingatpt.
47 (ffap-url-at-point): Delegate URI detection to thing-at-point.
48 All URI-valid characters are now recognized (Bug#5673).
49 (ffap-string-at-point): Use use-region-p.
50 (ffap-url-regexp): Extra character is handled by thing-at-point.
51 (ffap-string-at-point-mode-alist): Allow parentheses.
52 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
53 Convert to aliases; code moved to thingatpt.el.
54 (ffap-gnus-hook): Use setq-local.
55
56 2013-02-04 Glenn Morris <rgm@gnu.org>
57
58 * emacs-lisp/ert.el (ert--explain-format-atom):
59 Don't try to print non-characters as characters. (Bug#13543)
60
61 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
62
63 * net/tramp.el (tramp-debug-message): Extend function exclude list.
64 (tramp-backtrace): New defun.
65 (tramp-handle-insert-file-contents): Use `visit' when inserting
66 the local copy.
67
68 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
69 Use `remote-file-name-inhibit-cache'.
70
71 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
72
73 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
74 (bug#13614).
75
76 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
77 current-load-list (bug#13366).
78
79 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
80
81 * progmodes/compile.el (compilation-error-regexp-alist-alist):
82 Identify g++ template instantiation trace. (Bug#12287)
83 (compilation-mode-hook, compilation-start-hook)
84 (compilation-window-height): Simplify docstrings. (Bug#13379)
85
86 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * mouse.el (mouse-drag-track): Always deactivate the mark before
89 running the final event's command since that command is in charge of
90 activating the mark if needed (bug#13523).
91
92 2013-02-02 Juri Linkov <juri@jurta.org>
93
94 * replace.el (perform-replace): Move let-bindings of isearch-*
95 variables deeper to the loop that searches for the next match.
96 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
97 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
98 (Bug#13579)
99
100 * isearch.el (isearch-search-fun-default): Check for null
101 first element of isearch-cmds as a precaution when it's used
102 with inactive isearch.
103
104 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
105
106 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
107 error when buffer in question is narrowed so position 1 is out of
108 visible part.
109
110 2013-02-02 Glenn Morris <rgm@gnu.org>
111
112 * textmodes/remember.el (remember-clipboard): Doc fix.
113
114 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
117 properties (bug#13179).
118
119 2013-02-02 Juri Linkov <juri@jurta.org>
120
121 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
122 instead of hard-coded default face `match'. (Bug#9438)
123
124 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
125
126 * vc/vc-arch.el (vc-arch-registered):
127 * vc/vc-bzr.el (vc-bzr-registered):
128 * vc/vc-cvs.el (vc-cvs-registered):
129 * vc/vc-git.el (vc-git-registered):
130 * vc/vc-hg.el (vc-hg-registered):
131 * vc/vc-mtn.el (vc-mtn-registered):
132 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
133 (Bug#13139)
134
135 * info.el (Info-next-reference, Info-prev-reference): Add numeric
136 prefix argument. (Bug#11656)
137
138 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
141
142 2013-02-01 Glenn Morris <rgm@gnu.org>
143
144 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
145 if the backend is known not to support it.
146
147 * imenu.el (imenu-default-create-index-function):
148 Tweak infinite loop test to check for forward motion as well as none.
149
150 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
151
152 * net/soap-client.el (soap-invoke): Encode the string for
153 `url-request-data' as UTF-8.
154 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
155
156 2013-02-01 Glenn Morris <rgm@gnu.org>
157
158 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
159
160 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
161
162 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
163
164 * net/tramp.el (tramp-tramp-file-p): Comment check for
165 `string-as-unibyte'. The function does not exist on XEmacs, and
166 likely we need another approach.
167
168 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
169 `tramp-gw-*' variables are bound.
170
171 2013-01-31 Glenn Morris <rgm@gnu.org>
172
173 * files.el (basic-save-buffer-2): Choose coding system for
174 writing the file before backing it up, to reduce delay between
175 backing up and writing the new version. (Bug#13522)
176
177 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
178
179 * simple.el (cycle-spacing): New command.
180 (just-one-space): Use it.
181
182 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
183
184 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
185 (opascal-newline-always-indents): Remove custom.
186 (opascal-tab, opascal-newline): Remove commands.
187 (opascal-new-comment-line): Insert "\n" instead of calling newline.
188 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
189 (opascal-save-match-data): Remove, use save-match-data instead.
190 (opascal-save-state): Use with-silent-modifications.
191
192 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
193 (bug#13585).
194
195 2013-01-30 Juri Linkov <juri@jurta.org>
196
197 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
198 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
199 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
200
201 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
202
203 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
204 column if we're just deleting the backslashes.
205 (makefile-fill-paragraph): Use eolp.
206
207 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
208
209 * autorevert.el (auto-revert-use-notify): Fix docstring.
210
211 2013-01-30 Leo Liu <sdl.web@gmail.com>
212
213 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
214
215 2013-01-30 Glenn Morris <rgm@gnu.org>
216
217 * mouse.el (mouse-drag-line): Avoid pushing same event onto
218 unread-command-events twice in some cases. This tries to implement
219 the 2012-07-26 changes in a different way. (Bug#13560)
220
221 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
222
223 * progmodes/python.el
224 (python-pdbtrack-comint-output-filter-function): Enhancements on
225 stacktrace detection. (thanks @gnovak)
226
227 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
228
229 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
230 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
231 Use defvar-local.
232 (jit-lock-register): Use setq-local.
233
234 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
235
236 * calc-units.el (math-default-units-table): Remove initial value.
237 (calc-convert-units): Treat expressions where all the units cancel as
238 if they didn't have units.
239
240 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
241
242 * net/tramp.el (tramp-process-connection-type): Fix docstring.
243 (tramp-completion-reread-directory-timeout): Fix type.
244 (tramp-connection-min-time-diff): New defcustom.
245
246 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
247
248 2013-01-30 Glenn Morris <rgm@gnu.org>
249
250 * imenu.el (imenu-default-create-index-function):
251 Put back a version of the infinite loop test removed 2013-01-23.
252
253 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
254
255 * progmodes/python.el (python-shell-parse-command):
256 Find python-shell-interpreter with modified environment.
257
258 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
261
262 2013-01-29 Alan Mackenzie <acm@muc.de>
263
264 Amend to fontify /regexp/s in actions correctly.
265 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
266 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
267 are no longer included.
268 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
269 What used to be these variables without "-line" in the name.
270 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
271 (c-awk-non-arith-op-bra-re): Now also matches {.
272 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
273 "return", and "case".
274 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
275 by /.
276 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
277 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
278
279 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
280
281 * autorevert.el (auto-revert-use-notify):
282 Use `custom-initialize-default' for initialization. (Bug#13583)
283
284 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
285
286 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
287 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
288 in `tramp-file-name-handler'.
289 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
290 compatibility.
291 (tramp-compute-multi-hops): Check, whether
292 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
293
294 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
295
296 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
297 (bug#13297).
298
299 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
300
301 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
302 checks made superfluous by the \_< operator.
303 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
304 temporarily) broken indentation.
305 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
306 Highlight nested constants, too. \_< broke that.
307
308 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
309
310 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
311 instead of "\\b".
312
313 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
314
315 * autorevert.el (auto-revert-handler): Notifications which result
316 from a saved file shall not be taken into account. (Bug#13557)
317
318 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
319
320 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
321 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
322 (lisp-mode): Pass t for it. (Bug#13556)
323
324 2013-01-25 Alan Mackenzie <acm@muc.de>
325
326 AWK Mode: Fix indentation bug at top level. Bug #12274.
327
328 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
329 just before CASE 5D.
330
331 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
332
333 * net/socks.el (socks-nslookup-host): Use string-to-number.
334
335 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
336
337 * autorevert.el (auto-revert-remote-files)
338 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
339 (auto-revert-notify-enabled, auto-revert-use-notify)
340 (auto-revert-notify-watch-descriptor-hash-list)
341 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
342 (auto-revert-notify-event-descriptor)
343 (auto-revert-notify-event-action)
344 (auto-revert-notify-event-file-name): Doc fix.
345 (global-auto-revert-mode): Reorder checks.
346 (auto-revert-notify-rm-watch): Respect changed values of
347 `auto-revert-notify-watch-descriptor-hash-list'.
348 (auto-revert-notify-add-watch): Check for
349 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
350 `inotify-add-watch'. Watch `default-directory' instead of
351 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
352 has a changed meaning now. (Bug#13540)
353 (auto-revert-notify-handler): Change implementation wrt events
354 returning from a directory.
355 (auto-revert-handler): Reorder implementation for checks of remote
356 files.
357 (auto-revert-buffers): Fix parentheses error.
358
359 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
360
361 * progmodes/python.el: Enhancements to header documentation about
362 skeletons. (Bug#5716)
363
364 * imenu.el (imenu-default-create-index-function): Remove useless
365 infinite loop check. (Bug#13438)
366
367 2013-01-25 Alan Mackenzie <acm@muc.de>
368
369 Fix a bug in the state cache mechanism. Refactor this a bit.
370
371 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
372 `cache-pos' element from the return value.
373 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
374 buffer to enable proper searching from beyond HERE. Amend the
375 test for detecting the sought brace pair. Amend the value written
376 to the "brace desert cache" when the brace isn't found.
377 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
378 and several other variables analogously.
379 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
380 parameter to a locally calculated variable.
381 (c-parse-state-1): Change the calling conventions to the two
382 defuns involving `cache-pos'.
383
384 2013-01-25 Chong Yidong <cyd@gnu.org>
385
386 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
387
388 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
389
390 * paren.el (show-paren-function): Make sure to set 'priority and
391 'face only if the overlay does exist.
392
393 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
394
395 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
396
397 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
398 basic attributes.
399 (tramp-sh-handle-set-file-acl): Improve error checking.
400
401 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
402
403 * doc-view.el (doc-view-display): Force mode line update until all
404 document is converted. Suggested by Stefan Monnier (Bug#13164).
405
406 2013-01-23 Bastien Guerry <bzg@gnu.org>
407
408 * paren.el (show-paren-function): Make sure an overlay exists
409 before trying to delete it. Also use `pos' as a position only
410 when it is an integer.
411
412 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
413
414 * play/gametree.el (gametree-break-line-here): Use point-marker.
415
416 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
417
418 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
419 Mark descriptive parts with `display' property.
420
421 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
422
423 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
424 New variable to map standard dict names to hunspell ones.
425 (ispell-set-spellchecker-params): Make sure specific dict names
426 are used for standard dicts with hunspell.
427
428 2013-01-21 Tassilo Horn <tsdh@gnu.org>
429
430 * textmodes/reftex-cite.el (reftex-format-citation): Add format
431 chars for note (%N) and url (%U).
432 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
433
434 2013-01-21 Juri Linkov <juri@jurta.org>
435
436 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
437 in addition to existing separate binding `meta f10' in `global-map'.
438 (Bug#13484)
439
440 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
441
442 Improve XEmacs compatibility.
443
444 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
445
446 * net/tramp-adb.el (top): Require `time-date'.
447 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
448 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
449 Use `tramp-file-name-handler'.
450 (tramp-adb-maybe-open-connection):
451 Use `tramp-compat-set-process-query-on-exit-flag'.
452
453 * net/tramp-sh.el (tramp-sh-handle-file-acl):
454 Use `tramp-compat-funcall'.
455
456 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
457 `tramp-compat-funcall'.
458
459 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
460
461 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
462 reimplementation using "adb shell command ..." instead of running
463 remote shell interactively.
464
465 2013-01-20 Glenn Morris <rgm@gnu.org>
466
467 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
468 Add native profiler menu entries.
469
470 * profiler.el (profiler-running-p): New function.
471 (profiler-cpu-profile): Use profiler-running-p.
472 (profiler-report-mode-map): Add some more menu entries.
473
474 2013-01-19 Glenn Morris <rgm@gnu.org>
475
476 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
477 fixes 2012-12-07 change. (Bug#13499)
478
479 2013-01-19 Leo Liu <sdl.web@gmail.com>
480
481 * dired.el (dired-get-marked-files): Prune erroneous values due to
482 last change. (Bug#13152)
483
484 2013-01-19 Glenn Morris <rgm@gnu.org>
485
486 * progmodes/etags.el (tags-table-check-computed-list):
487 Preserve point in tags buffer. (Bug#13412)
488
489 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
490
491 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
492 Chong Yidong <cyd@gnu.org>
493
494 * image-mode.el (image-next-file, image-previous-file):
495 New commands (Bug#8453).
496 (image-mode-map): Bind them to n and p.
497 (image-mode--images-in-directory): New helper function.
498
499 2013-01-19 Chong Yidong <cyd@gnu.org>
500
501 * image-mode.el (image-mode-fit-frame): Add a frame argument.
502 Suggested by Drew Adams (Bug#7730). Handle window decorations;
503 save and restore the old window configuration.
504
505 2013-01-18 Leo Liu <sdl.web@gmail.com>
506
507 * progmodes/js.el: Tweak autoload cookie for alias.
508
509 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
510
511 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
512 buffer local, again. This was lost with the fix on 2013-01-12.
513
514 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
515
516 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
517 order to support several eshell buffers in parallel.
518
519 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
520
521 * autorevert.el (auto-revert-use-notify): In the :set function, do
522 not modify `kill-buffer-hook'.
523 (auto-revert-notify-rm-watch):
524 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
525 (auto-revert-notify-add-watch): Do not call
526 `auto-revert-notify-rm-watch', but add it to a buffer local
527 `kill-buffer-hook'.
528
529 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
530
531 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
532 call to `eval' rather than a backquoted lambda.
533
534 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
537 to return an explicit nil.
538 (advice--remove-function): Change accordingly.
539
540 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
541 the use of nadvice.el.
542
543 * progmodes/which-func.el (which-function): Silence imenu errors
544 (bug#13433).
545
546 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
547
548 * progmodes/sql.el: (sql-imenu-generic-expression):
549 (sql-mode-font-lock-object-name): Match schema qualified names.
550 (sql-connect): Use string keys.
551 (sql-product-interactive): Wait for interpreter prompt.
552 (sql-comint-oracle): Set process coding based on NLS_LANG.
553
554 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
555
556 * progmodes/sql.el (sql-output-to-send): Remove, unused.
557 (sql-interactive-remove-continuation-prompt):
558 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
559
560 2013-01-14 Leo Liu <sdl.web@gmail.com>
561
562 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
563 (Bug#13420)
564
565 2013-01-14 Glenn Morris <rgm@gnu.org>
566
567 * progmodes/compile.el (compilation-error-regexp-alist-alist):
568 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
569
570 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
571
572 * progmodes/python.el (python-nav-end-of-statement):
573 Fix cornercase when handling multiline strings.
574
575 2013-01-13 Richard Stallman <rms@gnu.org>
576
577 * mail/sendmail.el (mail-position-on-field): Add doc string.
578
579 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
580 Get current message boundaries and pass them to
581 message-forward-make-body-mime. Minor style changes.
582
583 2013-01-13 Eli Zaretskii <eliz@gnu.org>
584
585 * cus-start.el (all): Avoid warnings about
586 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
587
588 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
589
590 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
591
592 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * jit-lock.el (jit-lock-debug-mode): New minor mode.
595 (jit-lock--debug-fontifying): New var.
596 (jit-lock--debug-fontify): New function.
597 * subr.el (condition-case-unless-debug): Don't prevent catching the
598 error, just let the debbugger run.
599 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
600 timer code and don't drop errors silently.
601
602 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
603
604 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
605 `permanent-local' property.
606 (auto-revert-notify-handler): Use `file-equal-p'.
607
608 2013-01-12 Eli Zaretskii <eliz@gnu.org>
609
610 * autorevert.el (auto-revert-notify-handler): Fix filtering of
611 file notification by ACTION. For filtering by file name, compare
612 only the non-directory part of the file name.
613
614 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * autorevert.el: Use cl-lib instead of cl.
617
618 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
619 (vc-bzr-checkin): Use it.
620 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
621 will preserve match-data.
622
623 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
624
625 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
626 (js--declaration-keyword-re): New var.
627 (js--multi-line-declaration-indentation): New function.
628 (js--proper-indentation): Use it.
629
630 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
631
632 * calc/calc.el (calc-highlight-selections-with-faces)
633 (calc-dispatch):
634 * comint.el (comint-history-isearch-message):
635 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
636 * ffap.el (ffap-string-at-point-region, ffap-next)
637 (ffap-string-at-point, ffap-string-around)
638 (ffap-copy-string-as-kill, ffap-highlight-overlay)
639 (ffap-literally):
640 * font-lock.el (font-lock-keywords-alist)
641 (font-lock-removed-keywords-alist):
642 * help-mode.el (help-xref-symbol-regexp):
643 * info.el (Info-find-emacs-command-nodes):
644 * international/mule.el (add-to-coding-system-list):
645 * isearch.el (isearch-message-function, isearch-fail-pos):
646 * misearch.el (multi-isearch-next-buffer-function):
647 * newcomment.el (comment-box):
648 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
649 (pr-setting-database):
650 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
651 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
652 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
653 (pike-font-lock-keywords-3):
654 * progmodes/compile.el (compile):
655 * progmodes/etags.el (tags-table-files)
656 (tags-table-files-function, tags-included-tables-function):
657 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
658 (gdb-restore-windows):
659 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
660 (ps-n-up-filling-database):
661 * server.el (server-buffer, server-log):
662 * simple.el (newline, delete-backward-char, delete-forward-char)
663 (minibuffer-history-isearch-message, kill-line, track-eol)
664 (temporary-goal-column):
665 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
666 (flyspell-default-deplacement-commands):
667 * textmodes/ispell.el (ispell-accept-output):
668 * textmodes/sgml-mode.el (html-tag-help):
669 * vc/compare-w.el (compare-ignore-whitespace)
670 (compare-ignore-case, compare-windows-dehighlight):
671 * vc/diff.el (diff):
672 * whitespace.el (whitespace-point)
673 (whitespace-font-lock-refontify, whitespace-bob-marker)
674 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
675
676 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
677
678 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
679 (auto-revert-notify-rm-watch): Ignore errors.
680 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
681 inotify, and '(size last-write-time) for w32notify.
682 Set buffer-local `auto-revert-use-notify' to nil when adding a file
683 watch fails - this is a fallback to the file modification check.
684 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
685 (auto-revert-notify-event-action)
686 (auto-revert-notify-event-file-name): New defuns.
687 (auto-revert-notify-handler): Use them. Implement first
688 plausibility checks.
689 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
690
691 2013-01-11 Julien Danjou <julien@danjou.info>
692
693 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
694 max are almost equal. Also return the correct value for V which is
695 already between 0 and 1.
696
697 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
698
699 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
700
701 2013-01-11 Eli Zaretskii <eliz@gnu.org>
702
703 * autorevert.el (auto-revert-notify-rm-watch)
704 (auto-revert-notify-add-watch): Fix typos in w32notify function
705 names.
706
707 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
708
709 * autorevert.el (auto-revert-notify-enabled): Move up.
710 (auto-revert-use-notify): New defcustom.
711 (auto-revert-mode, global-auto-revert-mode)
712 (auto-revert-notify-add-watch, auto-revert-handler)
713 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
714 `auto-revert-notify-enabled'.
715
716 2013-01-10 Elias Pipping <pipping@exherbo.org>
717
718 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
719 * doc-view.el (doc-view-document->bitmap):
720 Use doc-view-single-page-converter-function instead of
721 single-page-converter arg; adjust callers.
722
723 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
724
725 * progmodes/which-func.el (which-function): Understand Semantic's use
726 of overlays in imenu--index-alist.
727
728 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
729
730 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
731 (Man-man-k-use-anchor): New var.
732 (Man-parse-man-k): New function.
733 (Man-completion-table): Use it.
734 (man): Flush the completion cache between uses.
735
736 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
737
738 * autorevert.el: Add file watch support.
739 (auto-revert-notify-enabled): New defconst.
740 (auto-revert-notify-watch-descriptor-hash-list)
741 (auto-revert-notify-watch-descriptor)
742 (auto-revert-notify-modified-p): New defvars.
743 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
744 (auto-revert-notify-handler): New defuns.
745 (auto-revert-mode, global-auto-revert-mode): Remove file watches
746 when mode is disabled.
747 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
748 (auto-revert-buffers): Add file watches for active buffers.
749
750 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
751
752 * cus-start.el (toplevel): Only allow float values for
753 scroll-up-aggressively and scroll-down-aggressively.
754 Allow any number for line-spacing.
755
756 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
759 (doc-view-pdf->png-converter-function): Use mupdf if available.
760 (doc-view-djvu->png-converter-function)
761 (doc-view-ps->png-converter-function): Remove.
762 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
763 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
764 (doc-view-already-converted-p): Adjust accordingly.
765 (doc-view-mode-p): Simplify.
766 (doc-view-enlarge): Use setq-local.
767 (doc-view-pdf->png-converter-ghostscript)
768 (doc-view-djvu->png-converter-ddjvu)
769 (doc-view-pdf->png-converter-mupdf): Rework to call
770 doc-view-start-process directly.
771 (doc-view-pdf/ps->png): Simplify accordingly.
772 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
773 (doc-view-document->bitmap): Rename from doc-view-document->png.
774 (doc-view-convert-current-doc): Merge pdf and djvu cases.
775 (doc-view-set-slice-from-bounding-box): Fix completion table.
776 (doc-view-mode): Use add-hook for after-revert-hook.
777
778 2013-01-10 Glenn Morris <rgm@gnu.org>
779
780 * emacs-lisp/authors.el (authors-ignored-files)
781 (authors-valid-file-names, authors-renamed-files-alist):
782 Add some more entries.
783
784 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * image-mode.el (image-mode-winprops): Don't throw away the fallback
787 `t' pseudo-window entry.
788
789 2013-01-10 Alan Mackenzie <acm@muc.de>
790
791 Fix bugs in the c-parse-state mechanism. Reuse some markers
792 instead of continually generating new ones.
793
794 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
795 (c-state-old-cpp-end-marker): New variables.
796 (c-append-lower-brace-pair-to-state-cache): Start a backward
797 search for "}" definitively outside CPP constructs.
798 (c-remove-stale-state-cache): Inform the caller of a need to
799 search back for a brace pair in certain circumstances.
800 (c-state-maybe-marker): New macro.
801 (c-parse-state): Reuse markers when appropriate.
802
803 2013-01-10 Glenn Morris <rgm@gnu.org>
804
805 * simple.el (execute-extended-command): Doc fix.
806 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
807
808 2013-01-10 Chong Yidong <cyd@gnu.org>
809
810 * faces.el (read-face-name): Doc fix.
811
812 2013-01-10 Roland Winkler <winkler@gnu.org>
813
814 * emacs-lisp/crm.el: Allow any regexp for separators.
815 (crm-default-separator): All spaces around the default comma separator.
816 (crm--completion-command): New macro.
817 (crm-completion-help, crm-complete, crm-complete-word): Use it.
818 (crm-complete-and-exit): Handle non-single-char separators.
819
820 2013-01-09 Elias Pipping <pipping@lavabit.com>
821
822 * doc-view.el: Add support for DjVu (bug#13164).
823 (doc-view-djvu->png-converter-function): New config var.
824 (doc-view-single-page-converter-function, doc-view--image-type)
825 (doc-view--image-file-extension): New vars.
826 (doc-view-mode): Initialize them.
827 (doc-view-goto-page): Use them.
828 (doc-view-mode-p): Add support for ddjvu.
829 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
830 (doc-view-set-up-single-converter): New funs.
831 (doc-view-pdf/ps->png): Extend for djvu.
832 (doc-view-document->png): Rename from doc-view-pdf->png.
833 (doc-view-convert-current-doc): Handle djvu.
834 (doc-view-insert-image, doc-view-display)
835 (doc-view-already-converted-p): Don't hardcode png.
836 (doc-view-set-doc-type): Recognize djvu docs.
837
838 2013-01-09 Elias Pipping <pipping@lavabit.com>
839
840 * doc-view.el: Add support for mupdf converter (bug#13164).
841 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
842 (doc-view-ps->png-converter-function): New config vars.
843 (doc-view-pdf->png-converter-ghostscript)
844 (doc-view-ps->png-converter-ghostscript)
845 (doc-view-pdf->png-converter-mupdf): New functions.
846 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
847
848 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
849
850 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
851 first in session cache: When `tramp-own-remote-path' is in
852 `tramp-remote-path', the remote path is only set in the session
853 cache.
854
855 2013-01-09 Glenn Morris <rgm@gnu.org>
856
857 * emacs-lisp/trace.el (trace-function-foreground)
858 (trace-function-background): Doc fix.
859
860 2013-01-09 Juri Linkov <juri@jurta.org>
861
862 * international/mule-cmds.el (read-char-by-name): Move let-binding
863 of completion-ignore-case around completing-read to fix regression
864 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
865 `string-match-p' using the nil value of `case-fold-search' and
866 `completion-ignore-case' in `completion-pcm--all-completions'.
867 (Bug#12615).
868
869 2013-01-09 Glenn Morris <rgm@gnu.org>
870
871 * progmodes/compile.el (compilation-parse-errors):
872 Fix typo. (Bug#13369)
873
874 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
875
876 * comint.el (comint-send-input): Check size of buffer before
877 waiting for process output, in case already accepted. (Bug#13290)
878
879 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
880
881 Spelling fixes.
882 * net/tramp-adb.el (tramp-adb-get-toolbox):
883 Fix misspelling of 'unknown'.
884
885 2013-01-08 Juri Linkov <juri@jurta.org>
886
887 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
888 * progmodes/flymake.el (flymake-errline, flymake-warnline):
889 Use underline style wave on terminals that support it. (Bug#13000)
890
891 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
894 the predicate returns nil.
895
896 * simple.el: Use lexical-binding.
897 (primitive-undo): Use pcase.
898 (minibuffer-history-isearch-push-state): Use a closure.
899
900 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
901
902 * simple.el (primitive-undo): Move from undo.c.
903
904 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
905
906 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
907 (cvs-mode-remove-handled): Use it (bug#13380).
908
909 * emacs-lisp/nadvice.el (advice--tweak): New function.
910 (advice--remove-function, advice--subst-main): Use it.
911
912 * emacs-lisp/advice.el: Update commentary.
913
914 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
915
916 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
917 Remove spurious entry.
918
919 2013-01-08 Glenn Morris <rgm@gnu.org>
920
921 * net/tramp.el (tramp-default-host-alist): Add :version.
922
923 2013-01-08 Juri Linkov <juri@jurta.org>
924
925 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
926 single completion. (Bug#12456)
927 (info--manual-names): Expand node completions into an explicit list
928 before appending it to another list. Filter out internal buffers
929 with the leading space in the buffer name. (Bug#10771)
930
931 2013-01-08 Juri Linkov <juri@jurta.org>
932
933 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
934 that defaults to the Top node.
935 (Info-goto-node, Info-read-node-name): Doc fix to mention that
936 the short format (FILENAME) goes to the Top node.
937 (Info-build-node-completions): Rename arg `file' to `filename'.
938 (Bug#13365)
939
940 2013-01-07 Bastien Guerry <bzg@gnu.org>
941
942 * menu-bar.el (menu-bar-search-documentation-menu):
943 Use `apropos-user-option' and fix the help message.
944
945 2013-01-07 Bastien Guerry <bzg@gnu.org>
946
947 * apropos.el (apropos-do-all): Update docstring.
948 (apropos-user-option-button): New face.
949 (apropos-user-option): Rename from `apropos-variable' and update
950 docstring.
951 (apropos-variable): Rewrite, now show all variables by default.
952 (apropos-print): Mention "User option" instead of "Variable" when
953 printing doc for user options. (Bug#13276)
954
955 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
956
957 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
958 Handle filename correctly, when parsing "source -> target" symlink
959 output.
960 (tramp-adb-handle-set-file-times): New defun.
961
962 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
965 advice list when the interactive-spec of ad-Advice-* changes.
966
967 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
968
969 * wid-edit.el (widget-default-get): Work for inlined elements.
970 (Bug#12670)
971
972 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
973
974 * net/tramp.el (tramp-default-host-alist): New defcustom.
975 (tramp-find-host): Use it.
976 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
977 `eshell-directory-change-hook'.
978
979 * net/tramp-adb.el (top): Add adb specific entry in
980 `tramp-default-host-alist'.
981 (tramp-adb-file-name-host): Remove function.
982 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
983 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
984
985 * net/tramp-sh.el: Move eshell integration code to tramp.el.
986
987 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
988
989 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
990
991 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
992
993 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
994 consist of more than one digit.
995 (tramp-adb-file-name-handler-alist):
996 Use `tramp-handle-file-exists-p' consistently.
997 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
998 (tramp-adb-handle-file-exists-p): Remove function.
999 (tramp-adb-file-name-host): New defun.
1000 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1001 Use it.
1002 (tramp-adb-maybe-open-connection): Set "remote-path" property.
1003
1004 2013-01-06 Chong Yidong <cyd@gnu.org>
1005
1006 * vc/vc.el (vc-next-action): Detect buffer modifications
1007 conflicting with locking VCS operation (Bug#11490).
1008
1009 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
1010
1011 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
1012
1013 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1014 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
1015
1016 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
1017
1018 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
1019 parsing of ls output using regular expression (handle filenames
1020 with spaces). Use virtual device number.
1021 (tramp-do-parse-file-attributes-with-ls): New defun (Code
1022 cleanup).
1023
1024 2013-01-04 Daiki Ueno <ueno@gnu.org>
1025
1026 * epg.el: Silence byte-compiler warnings.
1027 (epg--start): Use delete-char instead of delete-backward-char.
1028 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
1029
1030 2013-01-04 Daiki Ueno <ueno@gnu.org>
1031
1032 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
1033 Suggested by Eli Zaretskii <eliz@gnu.org>.
1034
1035 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
1036
1037 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
1038 non-negative integers. Otherwise, the default values are used.
1039 (tramp-convert-file-attributes): Convert uid and gid to integers.
1040
1041 2013-01-04 Glenn Morris <rgm@gnu.org>
1042
1043 * term.el (term-handle-colors-array): Ensure face attributes
1044 are fully specified, not nil. (Bug#13337)
1045
1046 * term.el (term-default-fg-color, term-default-bg-color):
1047 Fix custom type.
1048
1049 * progmodes/etags.el (tags-compression-info-list): Doc fix.
1050 (tag-find-file-of-tag-noselect): Check auto-compression-mode
1051 rather than 'jka-compr being loaded. (Bug#13338)
1052
1053 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
1054
1055 * icomplete.el (icomplete-completions):
1056 Honor icomplete-prospects-height once more following
1057 2012-11-29 changes. (Bug#13224)
1058
1059 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * subr.el (internal--called-interactively-p--get-frame): Find aliases
1062 of called-interactively-p as well (bug#13237).
1063
1064 * view.el (view--enable, view--disable): Rename from view-mode-enable
1065 and view-mode-disable and assume it's called from view-mode.
1066 (view-mode-enable, view-mode-disable): Redefine as obsolete
1067 compatibility layer above view-mode.
1068 (view-mode-enter): Call `view-mode'.
1069
1070 * files.el (after-find-file): Call `view-mode'.
1071
1072 * doc-view.el (doc-view-scale-internally): New var.
1073 (doc-view-enlarge, doc-view-insert-image): Obey it.
1074
1075 2013-01-03 Daiki Ueno <ueno@gnu.org>
1076
1077 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
1078 exist. (Bug#13344)
1079
1080 2013-01-03 Glenn Morris <rgm@gnu.org>
1081
1082 * mail/rmail.el (rmail-set-header-1): Ignore case.
1083 Handle multi-line headers. (Bug#13330)
1084
1085 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
1086 Handle paragraph starting at beginning of buffer.
1087
1088 * subr.el (eval-after-load): Don't purecopy the form, so that it
1089 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
1090
1091 * emacs-lisp/byte-run.el (defun): Place cl declarations
1092 after any interactive spec. (Bug#13265)
1093
1094 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1095
1096 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
1097 defun. Don't check for DECL if DOCSTRING isn't a string.
1098 (defun): Likewise.
1099
1100 2013-01-02 Glenn Morris <rgm@gnu.org>
1101
1102 * eshell/em-cmpl.el (eshell-pcomplete):
1103 More thoroughly imitate pcomplete. (Bug#13293)
1104
1105 * files.el (parse-colon-path): Doc fix. (Bug#12351)
1106 Return nil for empty path elements. (Bug#13296)
1107
1108 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
1109
1110 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
1111 order to improve efficiency (Based on Daniel Colascione's
1112 <dancol@dancol.org> patch). (Bug#13182)
1113
1114 2013-01-02 Glenn Morris <rgm@gnu.org>
1115
1116 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
1117
1118 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1119
1120 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
1121 neither DOCSTRING nor DECL was given. (Bug#13316)
1122
1123 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
1124
1125 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
1126 `error' call.
1127 (tramp-do-copy-or-rename-file): Ignore errors when calling
1128 `set-file-extended-attributes'.
1129
1130 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1131 Add handler for `file-acl'.
1132 (tramp-smb-handle-file-acl): New defun.
1133
1134 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1135
1136 * calc/README: Mention ISO 8601 week-numbering dates.
1137
1138 2013-01-01 Martin Rudalics <rudalics@gmx.at>
1139
1140 * view.el (view-mode-enable): New argument run-view-mode-hook.
1141 Run view-mode-hook only when it's non-nil (Bug#13315).
1142 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
1143 argument t.
1144
1145 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
1146
1147 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
1148 (No device connected, invalid device name). (Bug #13299)
1149
1150 2012-12-31 Martin Rudalics <rudalics@gmx.at>
1151
1152 * window.el (window-resizable--p): Rename to window-resizable-p.
1153 (window-resize-no-error): New function.
1154
1155 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
1156 broken in fix from 2012-12-28.
1157
1158 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * subr.el (special-form-p): Don't signal errors on undef aliases.
1161
1162 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1163
1164 * calc/calc-forms.el (math-parse-date): Try using
1165 `math-parse-iso-date' when it looks like it might be needed.
1166 Allow times of 24:00.
1167 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
1168 of 24:00.
1169
1170 2012-12-30 Glenn Morris <rgm@gnu.org>
1171
1172 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
1173 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
1174 (rmail-summary-displayed, rmail-summary): Declare.
1175 (mairix-rmail-display): Just require rmail.
1176
1177 2012-12-30 Chong Yidong <cyd@gnu.org>
1178
1179 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
1180 check for the tarball contents.
1181
1182 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
1183
1184 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
1185 tarfile content listings (Bug#13136).
1186
1187 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
1188
1189 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1190 Insert the undecoded text of the message being forwarded. (Bug#9521)
1191
1192 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
1193
1194 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
1195 integers, if they are real numbers. (Bug#13282)
1196
1197 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
1198 Return `t' on success.
1199
1200 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1201 Add handler for `set-file-selinux-context'.
1202
1203 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
1204
1205 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
1206 (tramp-sh-handle-set-file-acl): Return `t' on success.
1207
1208 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1209
1210 * files.el (backup-buffer-copy, basic-save-buffer-2):
1211 If set-file-extended-attributes fails, fall back on set-file-modes
1212 instead of signaling an error. (Bug#13298)
1213 (basic-save-buffer): Likewise.
1214
1215 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1216
1217 * progmodes/python.el: Support other commands triggering
1218 python-indent-line so indentation cycling continues to work.
1219 (python-indent-trigger-commands): New defcustom.
1220 (python-indent-line): Use it.
1221
1222 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1223
1224 * progmodes/python.el (python-shell-send-region): Add blank lines
1225 for non sent code so backtraces remain correct.
1226
1227 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1228
1229 * progmodes/python.el: Remove cl dependency.
1230 (python-syntax-count-quotes): Replace incf call.
1231 (python-fill-string): Replace setf call.
1232
1233 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
1234
1235 * info.el (info-other-window): New arg, for consistency with info.
1236
1237 2012-12-28 Martin Rudalics <rudalics@gmx.at>
1238
1239 * mail/rmail.el (rmail-maybe-display-summary):
1240 Rewrite (Bug#13066).
1241
1242 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
1243
1244 * epg.el (epg--start): Modify process-environment locally.
1245
1246 2012-12-28 Daiki Ueno <ueno@gnu.org>
1247
1248 * epg.el: Support pinentry-curses.
1249 Suggested by Werner Koch in
1250 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
1251 (epg-agent-file, epg-agent-mtime): New variable.
1252 (epg--start): Record the modified time of gpg-agent socket file,
1253 to restore Emacs frame after pinentry-curses termination.
1254 (epg-wait-for-completion): Restore Emacs frame here.
1255
1256 2012-12-27 Juri Linkov <juri@jurta.org>
1257
1258 * info.el (Info-file-completions): New variable.
1259 (Info-read-node-name-1): Complete node names in the Info file
1260 when a file name is given. Call `Info-build-node-completions'
1261 with a file name.
1262 (Info-build-node-completions): Add new arg `file'. When it is
1263 non-nil, visit it in a temporary buffer and cache its completions in
1264 `Info-current-file-completions'. Move most of the function body to
1265 `Info-build-node-completions-1'.
1266 (Info-build-node-completions-1): New function with the body from
1267 `Info-build-node-completions'. (Bug#12456)
1268
1269 2012-12-27 Juri Linkov <juri@jurta.org>
1270
1271 * frame.el (frame-maximization-style): Remove user option.
1272 (cycle-frame-maximized): Remove function.
1273 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
1274 (toggle-frame-fullscreen): New command bound to <f11> instead of
1275 `toggle-frame-maximized'.
1276 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
1277
1278 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
1279
1280 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
1281
1282 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1283 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1284 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
1285 for `file-accessible-directory-p'. (Bug#13275)
1286
1287 2012-12-27 Sam Steingold <sds@gnu.org>
1288
1289 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
1290 continuations, see <http://stackoverflow.com/questions/3582436>.
1291
1292 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
1293
1294 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
1295 "module" and "def" to have indentation before them.
1296 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
1297
1298 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
1299
1300 2012-12-27 Alan Mackenzie <acm@muc.de>
1301
1302 Speed up fontification where there's large brace blocks.
1303 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
1304 to a call of c-beginning-of-decl-1.
1305
1306 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1307
1308 * comint.el (comint-adjust-window-point): New function.
1309 (comint-postoutput-scroll-to-bottom):
1310 Call comint-adjust-window-point (Bug#13248).
1311
1312 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
1313
1314 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
1315 Rakefile regexp.
1316 (auto-mode-alist): Associate .gemspec files with ruby-mode
1317 (https://bugs.ruby-lang.org/issues/5453).
1318
1319 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
1320
1321 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
1322 Suppress coloring, if possible (required for BusyBox based systems like
1323 CyanogenMod).
1324 (tramp-adb-handle-file-attributes)
1325 (tramp-adb-handle-insert-directory)
1326 (tramp-adb-handle-file-name-all-completions): Use it.
1327 (tramp-adb-get-toolbox): New defun. Check for remote shell
1328 implementation (BusyBox or Toolbox).
1329
1330 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
1331
1332 * startup.el (initial-buffer-choice): Allow function as value
1333 (Bug#13251).
1334 (command-line-1): Handle case where initial-buffer-choice
1335 specifies a function.
1336 * server.el (server-execute): Handle case where
1337 initial-buffer-choice specifies a function.
1338
1339 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1340
1341 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
1342 its own function.
1343 (smtpmail-try-auth-methods): Forget the user name/password if the
1344 login is unsuccessful (bug#12424).
1345
1346 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
1347
1348 * notifications.el (notifications-notify): Protect body with
1349 `with-demoted-errors'.
1350
1351 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1352 Check properties of remote device. Restart connection, if there is a
1353 change.
1354
1355 2012-12-21 Chong Yidong <cyd@gnu.org>
1356
1357 * sort.el (sort-subr): Doc fix (Bug#13056).
1358
1359 2012-12-21 Bastien Guerry <bzg@gnu.org>
1360
1361 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
1362
1363 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
1364
1365 * simple.el (process-file): Overwrite stderr file, if exists.
1366
1367 2012-12-21 Daiki Ueno <ueno@gnu.org>
1368
1369 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
1370 (epg-error): Set `error-message' property.
1371
1372 2012-12-21 Chong Yidong <cyd@gnu.org>
1373
1374 * international/mule-cmds.el (read-char-by-name): Signal an error
1375 if the user does not supply a valid character (Bug#13177).
1376
1377 * simple.el (transpose-subr-1): Preserve marker positions by
1378 changing the insertion sequence (Bug#13122).
1379
1380 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1381
1382 * simple.el (kill-region): Deactivate mark even for empty regions
1383 (Bug#13169).
1384
1385 2012-12-21 Chong Yidong <cyd@gnu.org>
1386
1387 * help-fns.el (describe-variable): Make sure we get the right
1388 buffer name (Bug#13105). Suggested by Kelly Dean.
1389
1390 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
1391
1392 * comint.el (comint-redirect-previous-input-string): New variable.
1393 (comint-redirect-setup, comint-redirect-cleanup)
1394 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
1395 (comint-redirect-preoutput-filter): Fix verbose message.
1396
1397 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
1398
1399 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
1400 is too long for Tramp. See discussion in
1401 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
1402
1403 * progmodes/compile.el (compilation-start): Remove line escape
1404 template.
1405
1406 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
1407
1408 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
1409 Adjust comment.
1410
1411 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1412
1413 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
1414 following non-comment text (bug#13207).
1415 (lm-header-multiline): Continuation lines need to be indented more than
1416 the first line.
1417 (lm-homepage): New function.
1418 (lm-with-file): Don't be confused if narrowing is in effect.
1419
1420 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
1421
1422 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
1423 very beginning of a hunk (e.g. killing the first line).
1424
1425 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1426
1427 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
1428 and text properties from returned ACL string.
1429 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
1430 for "setfacl" command.
1431
1432 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
1433
1434 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
1435 `tramp-cleanup-this-connection', when the process has died.
1436 (Bug#13151)
1437
1438 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1439
1440 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
1441
1442 2012-12-17 Kevin Ryde <user42@zip.com.au>
1443
1444 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
1445
1446 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
1447
1448 Add support for preserving ACL entries of files.
1449
1450 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
1451 `set-file-acl' handlers.
1452
1453 * net/tramp-adb.el (tramp-adb-handle-copy-file):
1454 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1455
1456 * net/tramp-compat.el (tramp-compat-copy-file):
1457 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1458
1459 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1460 Add `file-acl' and `set-file-acl' handlers.
1461 (tramp-gvfs-handle-copy-file):
1462 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1463 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
1464 New defuns.
1465
1466 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1467 Add `file-acl' and `set-file-acl' handlers.
1468 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
1469 (tramp-sh-handle-set-file-acl): New defuns.
1470 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
1471 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1472
1473 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1474 Add `file-acl' and `set-file-acl' handlers.
1475 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
1476
1477 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1478
1479 * help-macro.el (make-help-screen): Instead of switch-to-buffer
1480 use pop-to-buffer with NORECORD argument t. As buffer name, use
1481 *Metahelp* with a leading space (Bug#13190).
1482
1483 2012-12-16 Romain Francoise <romain@orebokech.com>
1484
1485 * files.el (file-extended-attributes)
1486 (set-file-extended-attributes): New functions.
1487 (backup-buffer): Use them to handle both SELinux context and ACL
1488 entries.
1489 (backup-buffer-copy): Work with an alist of extended attributes,
1490 rather than an SELinux context.
1491 (basic-save-buffer-2): Ditto.
1492
1493 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
1494
1495 * battery.el (battery-bsd-apm): New function.
1496
1497 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1498
1499 * calc/calc.el (calc-standard-date-formats): Adjust one of the
1500 standard date formats.
1501
1502 2012-12-15 Juri Linkov <juri@jurta.org>
1503
1504 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
1505 `isearch-insert-char-by-name'.
1506 (with-isearch-suspended): New defmacro with body mostly from
1507 `isearch-edit-string' except the part that sets
1508 `isearch-new-string' and `isearch-new-message'.
1509 (isearch-edit-string): Use new macro `with-isearch-suspended' with
1510 body that sets `isearch-new-string' and `isearch-new-message'.
1511 (isearch-insert-char-by-name): New command.
1512 * international/mule-cmds.el (read-char-by-name): Let-bind
1513 `enable-recursive-minibuffers' to t.
1514 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
1515
1516 2012-12-15 Juri Linkov <juri@jurta.org>
1517
1518 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
1519 (Bug#13175)
1520
1521 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
1522
1523 * dired-x.el (dired-guess-shell-command): Put colon at the end of
1524 the prompt. (Bug#13045)
1525
1526 2012-12-14 Glenn Morris <rgm@gnu.org>
1527
1528 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
1529 Try to include filename in non-bytecomp warning. (Bug#13132)
1530
1531 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1532
1533 Fix permissions bugs with setgid directories etc. (Bug#13125)
1534 * files.el (backup-buffer): Don't rely on 9th output of
1535 file-attributes, as it's now a placeholder. Instead, use the new
1536 optional arg of file-ownership-preserved-p.
1537 (file-ownership-preserved-p): New optional arg GROUP.
1538 Fix mishandling of setuid directories that would cause this
1539 function to return t when it should have returned nil.
1540 Document what happens if the file does not exist, and when
1541 it's not known whether the ownership will be preserved.
1542 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
1543 Likewise.
1544 (tramp-get-local-gid): Use group-gid for integer, as that's
1545 faster and more reliable.
1546
1547 2012-12-14 Julien Danjou <julien@danjou.info>
1548
1549 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
1550 Update keywords list, data type and PL/pgSQL.
1551
1552 2012-12-14 Dave Abrahams <dave@boostpro.com>
1553
1554 * vc/ediff-util.el (ediff-buffer-type): New function.
1555 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
1556 rather than taking it as as argument.
1557 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
1558
1559 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
1560
1561 * json.el: Add pretty-print option (bug#12634).
1562 (json-encoding-separator, json-encoding-default-indentation)
1563 (json--encoding-current-indentation, json-encoding-pretty-print)
1564 (json-encoding-lisp-style-closings): New vars.
1565 (json--with-indentation): New macro.
1566 (json-encode-hash-table, json-encode-alist, json-encode-plist)
1567 (json-encode-array): Use it to obey json-encoding-pretty-print.
1568 (json-pretty-print-buffer, json-pretty-print): New commands.
1569
1570 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
1571
1572 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1573 Extract `ruby-syntax-propertize-expansions'.
1574 (ruby-syntax-propertize-expansions): Only change syntax on
1575 certain string delimiters, to punctuation. This way the common
1576 functions like forward-word and thing-at-point still work.
1577 (ruby-match-expression-expansion): Improve readability.
1578 (ruby-block-contains-point): New function.
1579 (ruby-add-log-current-method): Handle several edge cases.
1580
1581 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1582
1583 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
1584 unload-feature finishes even when aborting an ongoing edebug session.
1585 Also, do not worry about edebug-mode, unload-feature takes care of it.
1586
1587 2012-12-13 Andreas Schwab <schwab@suse.de>
1588
1589 * net/tls.el (tls-program): Update customize type.
1590
1591 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1592
1593 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
1594 (edebug-setup-hook, cl-read-load-hooks): Use it.
1595 (edebug-unload-function): New function. (Bug#13163)
1596
1597 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
1598
1599 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
1600 Otherwise, there could be errors in autoloading. (Bug#13151)
1601
1602 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
1603
1604 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
1605 sequences.
1606
1607 2012-12-13 Alan Mackenzie <acm@muc.de>
1608
1609 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
1610 * progmodes/cc-engine.el (c-backward-comments): Add code to work
1611 around `forward-comment' not recognizing ^M as whitespace.
1612
1613 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
1614
1615 * progmodes/python.el (python-skeleton-class)
1616 (python-skeleton-def): Do not add space after defun name.
1617
1618 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1619
1620 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
1621 (cl--symbol-function): Remove (now that funbound is like nil).
1622
1623 2012-12-12 Glenn Morris <rgm@gnu.org>
1624
1625 * button.el (button--area-button-p): Fix typo.
1626
1627 2012-12-12 Sam Steingold <sds@gnu.org>
1628
1629 * frame.el (frame-maximization-style): New user option.
1630 (toggle-frame-maximized): Toggle frame maximization according to
1631 `frame-maximization-style', bound to <f11>.
1632 (cycle-frame-maximized): Cycle between all maximization styles and
1633 non-maximized frame, bound to shift-<f11>.
1634
1635 2012-12-12 David Cadé <codename68@gmail.com>
1636
1637 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
1638
1639 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
1640
1641 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
1642 (eieio-override-prin1): Don't quote kewords and booleans.
1643 (object-write) <eieio-default-superclass>: Don't put closing parens
1644 on new line, avoid needless empty lines, align values that are objects
1645 with the slot keyword (instead of beginning on the same line).
1646 (eieio-list-prin1): Align value with slot keyword; increase
1647 eieio-print-depth before printing members of the list.
1648
1649 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1650
1651 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
1652 a display text-property.
1653 (report-emacs-bug-hook): Don't bother deleting it any more.
1654
1655 * hilit-chg.el (highlight-save-buffer-state): Delete.
1656 Use with-silent-modifications instead.
1657 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
1658
1659 * button.el: Handle buttons in display text-properties.
1660 (button--area-button-p, button--area-button-string):
1661 Use (STRING . STRING-POS) representation instead of just STRING.
1662
1663 2012-12-11 Eli Zaretskii <eliz@gnu.org>
1664
1665 * makefile.w32-in (compile4-SH): Fix a typo that caused term
1666 subdirectory be skipped.
1667
1668 2012-12-11 Glenn Morris <rgm@gnu.org>
1669
1670 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
1671
1672 * progmodes/f90.el (f90-line-continued, f90-indent-region):
1673 Treat preprocessor lines embedded in continuations like comments.
1674 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
1675
1676 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
1677
1678 * calc/calc.el (calc-standard-date-formats): Add more date
1679 formats.
1680 * calc/calc-forms.el (math-parse-iso-date): New function.
1681 (math-parse-date): Use `math-parse-iso-date' when appropriate.
1682 (math-parse-iso-date-validate): Add extra error checking.
1683 (calc-date-notation): Add ability to access new date formats.
1684
1685 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1686
1687 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
1688 font-lock as well as when there's no text-property.
1689
1690 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
1691
1692 * hi-lock.el: Refine the choice of default face.
1693 (hi-lock-keyword->face): New function. Use it wherever we used
1694 cadadadr instead.
1695 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
1696 (hi-lock--last-face): Remove var.
1697 (hi-lock--unused-faces): New var to replace it.
1698 (hi-lock-read-face-name): Use/maintain it.
1699 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
1700 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
1701 if it has another face.
1702
1703 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1704
1705 * subr.el (w32notify-handle-event): New function.
1706 (inotify-handle-event): Doc fix.
1707
1708 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1709
1710 * subr.el (inotify-event-p, inotify-handle-event): New functions.
1711
1712 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
1713
1714 * simple.el (just-one-space): Doc fix.
1715
1716 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1717
1718 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
1719
1720 2012-12-10 Le Wang <l26wang@gmail.com>
1721
1722 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
1723 narrowed buffer (bug#12361).
1724
1725 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
1726
1727 * vc/vc-hooks.el (vc-state): Doc fix.
1728
1729 2012-12-10 Glenn Morris <rgm@gnu.org>
1730
1731 * mail/rmail.el (rmail-maybe-display-summary):
1732 Preserve buffer, in case select-window changes it. (Bug#13066)
1733
1734 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
1737 cl-load-hook where they belong.
1738
1739 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1740
1741 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
1742
1743 2012-12-09 Eli Zaretskii <eliz@gnu.org>
1744
1745 Parallelize byte compilation on MS-Windows.
1746 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
1747 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
1748 (WINS_BASIC): Define as concatenation of the above.
1749 (compile): Subdivide into 4 separate and independent jobs that can
1750 be run in parallel.
1751 (compile0-CMD, compile0-SH): New targets for compiling
1752 COMPILE_FIRST files, which are prerequisites for the rest of the
1753 byte-compilation.
1754 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
1755 New targets for parallel compilation with cmd.exe.
1756 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
1757 compiling under a Unixy shell.
1758
1759 2012-12-09 Chong Yidong <cyd@gnu.org>
1760
1761 * simple.el (set-mark-default-inactive): Delete this
1762 accidentally-introduced option.
1763 (set-mark-command, exchange-point-and-mark): Remove calls.
1764
1765 2012-12-09 Glenn Morris <rgm@gnu.org>
1766
1767 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
1768 Respect a defcustom's :set function, if appropriate. (Bug#109)
1769 (eval-defun): Doc fix.
1770
1771 2012-12-08 Juri Linkov <juri@jurta.org>
1772
1773 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
1774 (Info-fontify-node, Info-bookmark-make-record): Remove the
1775 file extension from Info-current-file (Bug#13016).
1776
1777 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1778
1779 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
1780 point, still provide some default.
1781 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
1782 names, since we don't use it right now. Actually return the list.
1783 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
1784
1785 2012-12-07 Chong Yidong <cyd@gnu.org>
1786
1787 * novice.el (disabled-command-function): Remove a spurious help
1788 xref (Bug#13043). Suggested by Kelly Dean.
1789
1790 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
1791 syntax is specified (Bug#13025).
1792
1793 * info.el (Info-set-mode-line): Remove the file extension from
1794 Info-current-file if there is one (Bug#13016).
1795
1796 2012-12-07 Glenn Morris <rgm@gnu.org>
1797
1798 * mail/rmail.el (rmail-mime-decoded): New permanent local.
1799 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
1800 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
1801 and rmail-mime-decoded. (Bug#9841)
1802
1803 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
1804 (batch-unrmail, unrmail): Doc fixes.
1805 (unrmail): Respect unrmail-mbox-format.
1806 * mail/rmail.el (rmail-mbox-format): New option.
1807 (rmail-show-message-1): Respect rmail-mbox-format.
1808
1809 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
1812
1813 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1814
1815 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
1816 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
1817 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
1818 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
1819 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
1820 (cl-progv): Don't rely on dynamic scoping to find the body.
1821 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
1822 (cl--proclaims-deferred): Rename from the "cl-" prefix.
1823 (cl-declaim): Use backquotes.
1824 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
1825 Use "cl--" prefix for the object's tag.
1826
1827 * ses.el: Use advice-add/remove.
1828 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
1829 (copy-region-as-kill, yank): Use advice-add.
1830 (ses-unload-function): Use advice-remove.
1831
1832 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
1833
1834 * button.el: Make them work in header-lines (bug#12817).
1835 (button-map): Add bindings for header-line and mode-line use.
1836 (button-get, button-put, button-label): `button' may now be a string.
1837 (button-activate): Don't make it a defsubst.
1838 (button--area-button-p, button--area-button-string): New functions.
1839 (make-text-button): Fix the return value when `beg' was a string.
1840 (push-button): Handle the mode-line case.
1841
1842 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
1845 (sql-signum): Remove. Use `cl-signum' instead.
1846 (sql-read-passwd): Remove; use read-passwd instread.
1847 (sql-get-login-ext): Use read-string.
1848 (sql-get-login): Use dolist and pcase.
1849 (sql--completion-table): Rename from sql-try-completion.
1850 Use complete-with-action.
1851 (sql-mode): Don't change abbrev-all-caps globally.
1852 (sql-connect): Don't rely on dynamic scoping for `new-name'.
1853 (sql-postgres-completion-object): Initialize vars in their `let'.
1854 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
1855 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
1856 (sql-comint-interbase): Use a single append, without setq.
1857 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
1858
1859 * hi-lock.el: Rework the default face and the serialize regexp code.
1860 (hi-lock--auto-select-face-defaults): Remove.
1861 (hi-lock-string-serialize-serial): Remove.
1862 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
1863 make weak.
1864 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
1865 equal string.
1866 (hi-lock-set-pattern): Adjust accordingly.
1867 (hi-lock--regexps-at-point): Simplify accordingly.
1868 (hi-lock--auto-select-face-defaults): Remove.
1869 (hi-lock--last-face): New var to replace it.
1870 (hi-lock-read-face-name): Rewrite (bug#11095).
1871 (hi-lock-unface-buffer): Arrange for the face to be the next default.
1872
1873 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
1874
1875 * net/tramp.el (tramp-replace-environment-variables):
1876 Hide compiler warning.
1877 (tramp-file-name-for-operation): Remove `executable-find',
1878 `start-process', `call-process' and `call-process-region'.
1879
1880 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
1881
1882 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
1883 compatibility.
1884
1885 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
1886
1887 2012-12-06 Chong Yidong <cyd@gnu.org>
1888
1889 * ffap.el (ffap-replace-file-component): Fix typo.
1890
1891 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1892
1893 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
1894 fix open-paren-like token test (bug#12785).
1895
1896 2012-12-06 Glenn Morris <rgm@gnu.org>
1897
1898 * mail/rmailsum.el (rmail-new-summary): Tweak for
1899 rmail-maybe-display-summary changing buffer. (Bug#13066)
1900
1901 2012-12-06 Juri Linkov <juri@jurta.org>
1902
1903 * info.el (Info-fontify-node): Don't hide the last newline.
1904 (Bug#12272)
1905
1906 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1907
1908 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
1909 so as to enable message-read-from-minibuffer to expand mail aliases.
1910
1911 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1912
1913 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
1914 the `intangible' property.
1915 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
1916
1917 2012-12-05 Deniz Dogan <deniz@dogan.se>
1918
1919 * net/rcirc.el (rcirc-urls): Update documentation.
1920 (rcirc-condition-filter): New function.
1921 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
1922 and exclude consecutive duplicate URLs (Bug#6082).
1923
1924 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
1925
1926 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1927 Check return code of copy command.
1928
1929 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
1930 Use group `tramp'. Add version.
1931
1932 2012-12-05 Chong Yidong <cyd@gnu.org>
1933
1934 * ffap.el (ffap-url-regexp): Don't require matching at front of
1935 string (Bug#4952).
1936 (ffap-url-p): If only a substring matches, return that.
1937 (ffap-url-at-point): Use the return value of ffap-url-p.
1938 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
1939 (find-file-at-point, dired-at-point, dired-at-point-prompter)
1940 (ffap-guess-file-name-at-point): Likewise.
1941 (ffap-replace-file-component): Fix typo.
1942
1943 * info.el (info-display-manual): Add existing Info buffers, whose
1944 files may not be in Info-directory-list, to the completion.
1945 (info--manual-names): New helper function.
1946
1947 2012-12-05 Glenn Morris <rgm@gnu.org>
1948
1949 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
1950 New functions, for detecting and resolving conflicts. (Bug#10709)
1951
1952 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
1953
1954 * hi-lock.el (hi-lock-auto-select-face): New user variable.
1955 (hi-lock-auto-select-face-defaults): New buffer local variable.
1956 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
1957 (hi-lock-unface-buffer): Prompt user with useful defaults.
1958 With prefix arg, unhighlight all hi-lock patterns in buffer.
1959
1960 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
1963
1964 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
1965
1966 * Makefile.in (TRAMP_SRC):
1967 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
1968
1969 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
1970
1971 * net/tramp-adb.el: New package.
1972
1973 2012-12-04 Chong Yidong <cyd@gnu.org>
1974
1975 * terminal.el: Move to obsolete/.
1976
1977 * longlines.el: Move to obsolete/.
1978
1979 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1980 Remove code referring to longlines mode.
1981
1982 2012-12-03 Juri Linkov <juri@jurta.org>
1983
1984 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
1985
1986 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1987
1988 * textmodes/ispell.el (ispell-init-process)
1989 (ispell-start-process, ispell-internal-change-dictionary):
1990 Make sure personal dictionary name is expanded after initial
1991 `default-directory' value. Use expanded strings for
1992 keep/restart checks and for value (Bug#13019).
1993
1994 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
1995
1996 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
1997
1998 2012-12-03 Leo Liu <sdl.web@gmail.com>
1999
2000 * files.el (dir-locals-read-from-file): Check file non-empty
2001 before reading. (Bug#13038)
2002
2003 2012-12-03 Glenn Morris <rgm@gnu.org>
2004
2005 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2006 Remove any version extension before checking filename. (Bug#13006)
2007 (jka-compr-compression-info-list): Belated :version bump.
2008
2009 2012-12-03 Chong Yidong <cyd@gnu.org>
2010
2011 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
2012
2013 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
2014 (buffer-menu): Doc fix (Bug#12294).
2015
2016 2012-12-03 Roland Winkler <winkler@gnu.org>
2017
2018 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
2019 of diary-show-all-entries in the diary buffer (Bug#12994).
2020
2021 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
2022
2023 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
2024 "<STDIN>". This is binary safe.
2025
2026 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2027
2028 * calc/calc-forms.el (math-absolute-from-iso-dt)
2029 (math-date-to-iso-dt, math-parse-iso-date-validate)
2030 (math-iso-dt-to-date): New functions.
2031 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
2032 (math-fd-isoweekday): New variables.
2033 (calc-date-notation, math-parse-standard-date, math-format-date)
2034 (math-format-date-part): Add support for more formatting codes.
2035
2036 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
2037
2038 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
2039 current buffer's file name when called interactively (Bug#12488).
2040
2041 2012-12-02 Juri Linkov <juri@jurta.org>
2042
2043 * info.el (info-display-manual): Don't clobber an existing Info
2044 buffer (Bug#10770). Add completion (Bug#10771).
2045
2046 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
2047
2048 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
2049 before using it for comparison (Bug#5297).
2050
2051 2012-12-01 Jari Aalto <jari.aalto@cante.net>
2052
2053 * textmodes/css-mode.el (css-current-defun-name): New function.
2054 (css-mode): Use it.
2055
2056 * textmodes/sgml-mode.el (html-current-defun-name): New function.
2057 (html-mode): Use it.
2058
2059 2012-12-01 Chong Yidong <cyd@gnu.org>
2060
2061 Modularize add-log-current-defun (Bug#2224).
2062 Suggested by Jari Aalto.
2063
2064 * vc/add-log.el (add-log-current-defun-function): Doc fix.
2065 (add-log-current-defun): Move mode-specific code to other files.
2066 (add-log-lisp-like-modes, add-log-c-like-modes)
2067 (add-log-tex-like-modes): Variables deleted.
2068
2069 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
2070 (lisp-mode-variables): Use it.
2071
2072 * progmodes/cc-mode.el (c-common-init):
2073 * progmodes/cperl-mode.el (cperl-mode): Set a value for
2074 add-log-current-defun-function.
2075
2076 * progmodes/m4-mode.el (m4-current-defun-name): New function.
2077 (m4-mode): Use it.
2078
2079 * progmodes/perl-mode.el (perl-current-defun-name): New.
2080 (perl-mode): Use it.
2081
2082 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2083 Use lisp-current-defun-name.
2084
2085 * textmodes/tex-mode.el (tex-current-defun-name): New.
2086 (tex-common-initialization): Use it.
2087
2088 * textmodes/texinfo.el (texinfo-current-defun-name): New.
2089 (texinfo-mode): Use it.
2090
2091 2012-12-01 Chong Yidong <cyd@gnu.org>
2092
2093 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
2094 * progmodes/autoconf.el (autoconf-mode):
2095 * progmodes/js.el (js-mode):
2096 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
2097 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
2098 * progmodes/perl-mode.el (perl-mode):
2099 * progmodes/sh-script.el (sh-mode, sh-set-shell):
2100 * textmodes/css-mode.el (css-mode):
2101 * textmodes/sgml-mode.el (html-mode, sgml-mode)
2102 (sgml-tags-invisible, sgml-guess-indent):
2103 * textmodes/tex-mode.el (tex-common-initialization)
2104 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
2105 (doctex-mode, plain-tex-mode, latex-mode):
2106 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
2107
2108 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
2109
2110 * vc/vc-hg.el (vc-hg-next-revision):
2111 Ensure use of default "tip" output format. (Bug#6968)
2112
2113 2012-12-01 Kim F. Storm <storm@cua.dk>
2114
2115 * startup.el (fancy-startup-tail): Add a clickable link
2116 (Bug#2176).
2117
2118 2012-12-01 Chong Yidong <cyd@gnu.org>
2119
2120 * startup.el (fancy-startup-tail): Improve the message about
2121 auto-save files (Bug#2176).
2122
2123 * files.el (recover-session): Improve the descriptive message, and
2124 use substitute-command-keys.
2125
2126 2012-12-01 Glenn Morris <rgm@gnu.org>
2127
2128 * ido.el (ido-file-internal):
2129 Handle other-window, other-frame for dired. (Bug#13036)
2130
2131 2012-11-30 Glenn Morris <rgm@gnu.org>
2132
2133 * icomplete.el (icomplete-separator): Fix :version.
2134
2135 2012-11-30 Chong Yidong <cyd@gnu.org>
2136
2137 * shell.el (shell): For C-u M-x shell, use an inactive shell
2138 buffer as the default (Bug#1975).
2139 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
2140 (shell-mode): Use them to reapply ansi colorization if Shell mode
2141 is re-enabled.
2142
2143 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
2144
2145 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
2146
2147 2012-11-30 Samuel Bronson <naesten@gmail.com>
2148
2149 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
2150 flag to xargs, for compatibility with BSD xargs (Bug#11703).
2151
2152 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2153
2154 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
2155 by move-to-column (Bug#3234).
2156
2157 2012-11-30 Chong Yidong <cyd@gnu.org>
2158
2159 * longlines.el (longlines-wrap-line, longlines-encode-region):
2160 Preserve text properties (Bug#1425).
2161
2162 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2163
2164 * vc/vc.el (vc-register): Allow registering a file which is
2165 already registered with a different backend (Bug#10589).
2166
2167 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
2168 Stefan Monnier <monnier@iro.umontreal.ca>
2169
2170 * icomplete.el: Change separator; add ido-style commands.
2171 (icomplete-show-key-bindings): Remove custom var.
2172 (icomplete-get-keys): Remove function.
2173 (icomplete-forward-completions, icomplete-backward-completions):
2174 New commands.
2175 (icomplete-minibuffer-map): New var.
2176 (icomplete-minibuffer-setup): Use it.
2177 (icomplete-exhibit): Don't delay if the list of completions is known.
2178 (icomplete-separator): New custom.
2179 (icomplete-completions): Use it.
2180 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
2181 (minibuffer-force-complete-and-exit): New command.
2182 (minibuffer--complete-and-exit): New function extracted from
2183 minibuffer-complete-and-exit.
2184 (minibuffer-complete-and-exit): Use it.
2185
2186 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
2187 error message when the file doesn't exist (bug#12974).
2188
2189 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2190
2191 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
2192
2193 2012-11-29 Glenn Morris <rgm@gnu.org>
2194
2195 * files.el (hack-dir-local-variables): Warn if try to set
2196 coding via dir-locals, since it doesn't work. (Bug#7169)
2197
2198 Add desktop support for restoring vc-dir buffers. (Bug#10606)
2199 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
2200 Set buffer-local value of desktop-save-buffer.
2201 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
2202 New functions.
2203 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
2204 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
2205
2206 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
2207 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
2208 Doc fix.
2209 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
2210 Doc fixes.
2211
2212 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2213
2214 * calc/calc-forms.el (calc-date-notation): Fix regexp
2215 used to find time codes. Fix symbol for seconds.
2216
2217 2012-11-27 Glenn Morris <rgm@gnu.org>
2218
2219 * emacs-lisp/derived.el (derived-mode-make-docstring):
2220 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
2221
2222 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2223
2224 * textmodes/table.el (table-insert): Don't use `symbol-name' on
2225 lexically scoped variables (bug#13005).
2226
2227 2012-11-27 Glenn Morris <rgm@gnu.org>
2228
2229 * vc/vc-hooks.el (vc-mistrust-permissions):
2230 Default to t, to avoid data-loss. (Bug#11490)
2231
2232 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
2233
2234 * progmodes/python.el (python-indent-guess-indent-offset):
2235 If indentation is guessed make python-indent-offset buffer-local.
2236
2237 Fix Imenu regression.
2238 * progmodes/python.el (python-nav-beginning-of-defun):
2239 Fix forward movement when statement(s) separates point from defun.
2240 (python-imenu-prev-index-position): New function.
2241
2242 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2243
2244 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
2245
2246 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2247 Don't set buffer-file-type. Return nil. (Bug#12989)
2248
2249 2012-11-27 Glenn Morris <rgm@gnu.org>
2250
2251 * hippie-exp.el (hippie-expand-try-functions-list):
2252 Re-autoload it. (Bug#12982)
2253
2254 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2255
2256 * descr-text.el (describe-char-padded-string):
2257 Call internal-char-font only on GUI frames. (Bug#11964)
2258
2259 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
2260
2261 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
2262 and obsoletion message.
2263
2264 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2265
2266 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
2267 the constructs to keep outside of the `cl-block' (bug#12977).
2268
2269 2012-11-27 Chong Yidong <cyd@gnu.org>
2270
2271 * mouse.el (mouse-drag-line): Even if the line is not draggable,
2272 keep reading until we get the up-event anyway, in order to process
2273 the up-event for mouse-1-click-follows-link (Bug#12971).
2274
2275 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
2278 base function is not yet defined (bug#12965).
2279 (ad-activate-advised-definition): Use ad-compile-function.
2280 (ad-activate): Use cond.
2281
2282 2012-11-25 Leo Liu <sdl.web@gmail.com>
2283
2284 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
2285 (Bug#12979)
2286
2287 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2288
2289 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
2290 reftex-section-info-function in order to be compatible with
2291 Texinfo integration.
2292
2293 * textmodes/reftex.el (reftex-section-pre-regexp)
2294 (reftex-section-post-regexp, reftex-section-info-function):
2295 New variable.
2296 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
2297 reftex-section-post-regexp, and reftex-section-info-function in order
2298 to be compatible with Texinfo integration.
2299
2300 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2301 use reftex-section-pre-regexp variable in order to be compatible with
2302 Texinfo integration.
2303
2304 2012-11-25 Chong Yidong <cyd@gnu.org>
2305
2306 * faces.el: Make face-spec-set more analogous to setq.
2307 (face-spec-set): Change the third arg to specify whether this
2308 function is being called via defface, customize, or a third party.
2309 Set the appropriate symbol properties. Clear the override spec if
2310 setting via Custom. Initialize face if necessary. (Bug#4988)
2311 (face-spec-recalc): Allow theme faces to completely replace the
2312 defface spec, in the same way as custom faces (Bug#8454).
2313
2314 * cus-face.el (custom-declare-face): Move face initialization to
2315 face-spec-set.
2316 (custom-theme-set-faces): Don't initialize the face name here, as
2317 that is now done in face-spec-set.
2318
2319 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
2320 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
2321 Simplify by using the new arg to face-spec-set.
2322
2323 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
2324 reset face-override-spec too, and use custom-declare-face.
2325
2326 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
2327
2328 * term/ns-win.el (ns-initialize-window-system): Move creation of
2329 fontsets here (Bug#11964).
2330
2331 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2332
2333 * ses.el (ses-rename-cell): Correct bug on mode-line update after
2334 cell renaming.
2335
2336 2012-11-24 Chong Yidong <cyd@gnu.org>
2337
2338 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
2339 obsolete.
2340
2341 * custom.el (custom-theme-set-variables): Use a topological sort
2342 for ordering by custom dependencies (Bug#12952).
2343 (custom--sort-vars, custom--sort-vars-1): New functions.
2344
2345 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
2348 lexical-binding (bug#12938).
2349
2350 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
2351
2352 * image-mode.el (image-transform-check-size): Use assertions only
2353 for images of type imagemagick.
2354
2355 Otherwise no error, image-transform-fit-to-{width,height} is
2356 silently ignored, as before. Doc fix.
2357
2358 2012-11-24 Chong Yidong <cyd@gnu.org>
2359
2360 * faces.el (color-defined-p): Doc fix (Bug#12853).
2361
2362 2012-11-24 Juri Linkov <juri@jurta.org>
2363
2364 * dired.el (dired-mark): Add optional arg `interactive'.
2365 Check for `use-region-p' if `interactive' is non-nil.
2366 (dired-unmark, dired-flag-file-deletion): Add optional arg
2367 `interactive'. Call `dired-mark' with the arg `interactive'.
2368 (Bug#10624)
2369
2370 * wdired.el: Revert 2012-10-17 change partly and replace it with
2371 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
2372 (wdired-finish-edit): Add marks for new file names to
2373 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
2374 after `revert-buffer'.
2375 (wdired-do-renames): Remove calls to `dired-remove-file',
2376 `dired-add-file', `dired-add-entry'. (Bug#11795)
2377
2378 2012-11-24 Alan Mackenzie <acm@muc.de>
2379
2380 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
2381
2382 Fix bugs in the state cache. Enhance a debugging mechanism.
2383 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
2384 "brace at column zero" strategy for C++.
2385 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
2386 (c-parse-state-point): New variable.
2387 (c-record-parse-state-state): Record old parse state with
2388 `copy-tree'. Record previous value of point.
2389 (c-debug-parse-state-double-cons): New debugging function.
2390 (c-debug-parse-state): Call the above new function.
2391 (c-toggle-parse-state-debug): Output a confirmatory message.
2392
2393 * progmodes/cc-mode.el (c-before-change, c-after-change):
2394 Call c-invalidate-state-cache from `c-before-change' instead of
2395 `c-after-change'.
2396
2397 2012-11-23 Chong Yidong <cyd@gnu.org>
2398
2399 * find-cmd.el (find-constituents): Add executable, ipath,
2400 readable, samefile, writable, daystart, regextype (Bug#12856).
2401
2402 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2403
2404 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
2405
2406 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
2407
2408 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
2409 definition. This fixes a bootstrap failure.
2410 (calc-gregorian-switch): In menu, put dates before regions.
2411 This is easier to follow, lines up better in the menu, and lets us
2412 coalesce regions that switch at the same time. Give country
2413 names, not "Vatican", as that's better for non-expert users.
2414 Use names that are stable between the date of switch and now, e.g.,
2415 Bohemia and Moravia (which existed then and now) and not
2416 Czechoslovakia (which didn't exist then and doesn't exist now).
2417 What is now the U.S. mostly did not switch at the same time as
2418 Britain, so omit the U.S. Correct spelling of "Britain".
2419 Catholic Switzerland was too much of a mess, so omit it.
2420
2421 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2422
2423 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
2424 after the variable is changed.
2425
2426 2012-11-21 Daniel Colascione <dancol@dancol.org>
2427
2428 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
2429 in SQL declarations for font-lock.
2430 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
2431
2432 2012-11-21 Glenn Morris <rgm@gnu.org>
2433
2434 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
2435 (face-italic-p): Add optional argument "inherit".
2436
2437 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
2438 Remove -p suffix from names, for consistency with other set-face-*.
2439 (set-face-inverse-video): Fix interactive spec.
2440 * play/gamegrid.el (gamegrid-make-mono-tty-face):
2441 * textmodes/table.el (table--update-cell-face):
2442 Use set-face-inverse-video rather than now obsolete alias.
2443
2444 2012-11-21 Eli Zaretskii <eliz@gnu.org>
2445
2446 * simple.el (line-move): Don't call line-move-partial if
2447 scroll-conservatively is in effect. (Bug#12927)
2448
2449 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
2452 Fallback on completion-at-point rather than
2453 pcomplete-expand-and-complete, and only if pcomplete actually failed.
2454 (eshell-cmpl-initialize): Setup completion-at-point.
2455
2456 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
2457
2458 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
2459
2460 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
2461
2462 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
2463 are remote, check out-of-band property for both.
2464
2465 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * window.el (switch-to-buffer): Re-add the warning that was lost in the
2468 code rewrite.
2469
2470 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2471
2472 More minor time fixes.
2473 * calendar/time-date.el: Commentary fix.
2474 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
2475 too much other code depends on (0 0) time stamps.
2476 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
2477 Add a couple of FIXME comments.
2478
2479 Minor cleanup for times as lists of four integers.
2480 * files.el (dir-locals-directory-cache):
2481 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
2482 Doc fixes.
2483 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
2484 * ps-bdf.el (bdf-file-newer-than-time):
2485 Process four-integers time stamps, not two. Doc fixes.
2486
2487 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * uniquify.el (uniquify-managed): Use defvar-local.
2490 (rename-buffer, create-file-buffer): Advise with advice-add.
2491 (uniquify-unload-function): Unadvise accordingly.
2492
2493 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
2494 (trace-buffer): Don't purecopy.
2495 (trace-entry-message, trace-exit-message): Add `context' arg.
2496 (trace--timer): New var.
2497 (trace-make-advice): Adjust for use in nadvice.
2498 Add `context' argument. Delay `display-buffer' via a timer.
2499 (trace-function-internal): Use advice-add.
2500 (trace--read-args): New function.
2501 (trace-function-foreground, trace-function-background): Use it.
2502 (trace-function): Rename to trace-function-foreground and redefine as
2503 an alias to that new name.
2504 (untrace-function, untrace-all): Adjust to the use of nadvice.
2505
2506 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
2507
2508 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
2509
2510 * subr.el (called-interactively-p-functions): New var.
2511 (internal--called-interactively-p--get-frame): New macro.
2512 (called-interactively-p, interactive-p): Rewrite in Lisp.
2513 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
2514 (called-interactively-p-functions): Use it.
2515 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
2516 (called-interactively-p-functions): Use it.
2517 * allout.el (allout-called-interactively-p): Don't assume
2518 called-interactively-p is a subr.
2519
2520 2012-11-20 Glenn Morris <rgm@gnu.org>
2521
2522 * profiler.el (profiler-report-mode-map): Add a menu.
2523 No need to bind `q' because we derive from special-mode.
2524 (profiler-report-find-entry): Handle calls from the menu-bar.
2525
2526 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2527
2528 * emacs-lisp/byte-run.el (defun-declarations-alist):
2529 Allow a compiler-macro to be a lambda expression.
2530
2531 * progmodes/python.el: Use cl-lib. Move var declarations outside of
2532 eval-when-compile.
2533 (python-syntax-context): Add compiler-macro.
2534 (python-font-lock-keywords): Simplify with De Morgan.
2535
2536 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
2537
2538 * files.el (load-file): Require match in minibuffer selection, as was
2539 the case in Emacs-20 before we changed the spec to allow .elc files
2540 (bug#12935).
2541
2542 * json.el: Don't require cl since we don't use it.
2543 * color.el: Don't require cl.
2544 (color-complement): `caddr' -> `nth 2'.
2545
2546 * calendar/time-date.el (time-to-seconds): De-obsolete.
2547
2548 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2549
2550 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
2551 year numbers.
2552 (math-date-to-julian-dt): Adjust the initial approximation for the
2553 year to deal with the new definition of the DATE.
2554
2555 2012-11-19 Daniel Colascione <dancol@dancol.org>
2556
2557 * term/w32-win.el (cygwin-convert-path-from-windows):
2558 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
2559
2560 2012-11-18 Chong Yidong <cyd@gnu.org>
2561
2562 * filecache.el (file-cache--read-list): New function.
2563 (file-cache-add-directory-list, file-cache-add-file-list)
2564 (file-cache-delete-file-list, file-cache-delete-directory-list):
2565 Use it to read a list of files or directories (Bug#12846).
2566 (file-cache-add-file, file-cache-add-directory)
2567 (file-cache-delete-file-list, file-cache-delete-file-regexp)
2568 (file-cache-delete-directory): Print an message.
2569
2570 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
2571
2572 * calc/calc-forms.el (math-date-to-dt): Use integer date when
2573 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
2574
2575 2012-11-18 Glenn Morris <rgm@gnu.org>
2576
2577 * image.el (insert-image, insert-sliced-image): Doc fix.
2578
2579 2012-11-18 Chong Yidong <cyd@gnu.org>
2580
2581 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
2582 (Bug#12810).
2583
2584 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2585
2586 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
2587 response when the target file is in a subdirectory (Bug#12757).
2588
2589 2012-11-18 Chong Yidong <cyd@gnu.org>
2590
2591 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
2592
2593 2012-11-18 Glenn Morris <rgm@gnu.org>
2594
2595 * emacs-lisp/cl-lib.el (face-underline-p):
2596 Use set-face-underline rather than the alias set-face-underline-p.
2597
2598 * window.el (with-temp-buffer-window): Doc fix.
2599 * subr.el (with-output-to-temp-buffer):
2600 Add doc xref to with-temp-buffer-window.
2601
2602 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
2603
2604 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
2605 * calc/calc.el (math-format-date-cache): Declare.
2606
2607 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2608
2609 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
2610 It also uses January 1, 1 AD as its day number 1.
2611 * calc/calc-forms.el (math-julian-date-beginning)
2612 (math-julian-date-beginning-int): Implement this.
2613
2614 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
2615
2616 * descr-text.el (quail-find-key):
2617 * dired.el (desktop-file-name):
2618 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
2619 * generic-x.el (comint-mode, comint-exec):
2620 * image-dired.el (widget-forward):
2621 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
2622 (speedbar-change-expand-button-char)
2623 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
2624 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
2625 * printing.el (easy-menu-add-item, easy-menu-remove-item)
2626 (widget-field-action, widget-value-set):
2627 * speedbar.el (imenu--make-index-alist):
2628 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
2629 (ring-length, ring-insert):
2630 * vcursor.el (compare-windows-skip-whitespace):
2631 * woman.el (dired-get-filename):
2632 Declare functions.
2633
2634 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
2635
2636 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
2637
2638 * calc/calc.el (calc-gregorian-switch): New variable.
2639
2640 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
2641 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
2642 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
2643 (math-leap-year-p): Add option to distinguish between Julian
2644 and Gregorian calendars.
2645 (math-day-number): Use `math-day-in-year' to do the computations.
2646 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
2647 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
2648 to do the computations.
2649 (math-date-to-dt): Use `math-date-to-julian-dt' and
2650 `math-date-to-gregorian-dt' to do the computations.
2651 (calcFunc-weekday, math-format-date-part): Use the new version of
2652 the DATE to determine the weekday.
2653 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
2654 when necessary.
2655
2656 2012-11-17 Eli Zaretskii <eliz@gnu.org>
2657
2658 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
2659 Cygwin; otherwise use 'file:'. (Bug#12914)
2660 (cygwin-convert-path-from-windows): Declare, to avoid
2661 byte-compiler warnings.
2662
2663 2012-11-17 Andreas Politz <politza@fh-trier.de>
2664
2665 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
2666 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
2667 prefix and negative numeric prefix args (Bug#12795).
2668
2669 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
2670
2671 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2672 Don't signal an error with a score that is too low to add to the
2673 list of top scores. (Bug#12779)
2674
2675 2012-11-17 Chong Yidong <cyd@gnu.org>
2676
2677 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
2678
2679 * filecache.el (file-cache-add-file): Handle relative file name in
2680 the argument (Bug#12694).
2681
2682 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2683
2684 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
2685
2686 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2687
2688 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
2689
2690 * emacs-lisp/cl-lib.el: Set more meaningful version number.
2691
2692 2012-11-16 Martin Rudalics <rudalics@gmx.at>
2693
2694 * window.el (enlarge-window, shrink-window): Don't mention return
2695 value in doc-string (Bug#12896).
2696 (window--display-buffer): Don't resize frames - it won't work
2697 with all window managers and defeat pop-up-frame-alist.
2698 (display-buffer-alist): In doc-string explain that CONDITION can
2699 be a function and which arguments are passed to it (Bug#12854).
2700 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
2701 expressions (Bug#12854).
2702 (display-buffer): Pass ACTION argument to
2703 display-buffer-assq-regexp.
2704
2705 2012-11-16 Glenn Morris <rgm@gnu.org>
2706
2707 * window.el (fit-frame-to-buffer-bottom-margin)
2708 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
2709
2710 * faces.el (face-underline-p): Use face-attribute-specified-or.
2711
2712 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
2713
2714 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
2715
2716 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2717
2718 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
2719
2720 2012-11-16 Glenn Morris <rgm@gnu.org>
2721
2722 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
2723 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
2724
2725 * faces.el (face-underline-p): Doc fix. Handle :underline being
2726 things other than `t' (a string, a list).
2727 (face-inverse-video-p): Doc fix.
2728 (set-face-underline): Rename it back from set-face-underline-p.
2729 Doc fix. Allow interactive input of values other than t.
2730 (read-face-attribute): Apply formatting to :underline,
2731 since like :box and :stipple it can take list values.
2732
2733 * term.el (ansi-term): Don't let C-x escape-char binding
2734 clobber the more standard C-c binding. (Bug#12842)
2735
2736 * subr.el (set-temporary-overlay-map): Doc fix.
2737
2738 2012-11-16 Martin Rudalics <rudalics@gmx.at>
2739
2740 * window.el (record-window-buffer)
2741 (display-buffer-record-window): When copying the markers to
2742 window-point preserve window-point-insertion-type. (Bug#12588)
2743
2744 2012-11-16 Glenn Morris <rgm@gnu.org>
2745
2746 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
2747 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
2748 Use new names for hooks rather than obsolete aliases.
2749
2750 2012-11-15 Daniel Colascione <dancol@dancol.org>
2751
2752 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
2753 prefix instead of "file:" so that when FILE-NAME begins with "//",
2754 as it does when the target file is on a network share, url-handler
2755 isn't confused.
2756
2757 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
2760 a preactivated advice from an old advice.el; they're not compatible!
2761
2762 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2763
2764 * emacs-lisp/nadvice.el (advice--make-interactive-form):
2765 Fix string-spec case.
2766
2767 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
2768
2769 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2770
2771 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
2772 (advice--buffer-local-function-sample): New var.
2773 (advice--set-buffer-local, advice--buffer-local): New functions.
2774 (add-function, remove-function): Use them.
2775
2776 2012-11-15 Drew Adams <drew.adams@oracle.com>
2777
2778 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
2779
2780 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
2783 potential binding of print-gensym to t, and prettify (back)quotes in
2784 case they appear in args's default values (bug#12884).
2785
2786 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2787
2788 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
2789 (advice-eval-interactive-spec): New function.
2790 (advice--make-interactive-form): Support around advice (bug#12844).
2791
2792 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
2793
2794 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
2795 more strict. Add docstring.
2796 (ruby-expression-expansion-re): Extract from
2797 `ruby-match-expression-expansion'.
2798 (ruby-syntax-propertize-function): After everything else, search
2799 for expansions in string literals, mark their insides as
2800 whitespace syntax and save match data for font-lock.
2801 (ruby-font-lock-keywords): Use the 2nd group from expression
2802 expansion matches.
2803 (ruby-match-expression-expansion): Use the match data saved to the
2804 text property in ruby-syntax-propertize-function.
2805
2806 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2807
2808 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
2809 (bug#12879).
2810
2811 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2812
2813 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
2814 start/end keyword a bit harder. Works with different values of N.
2815 Add more comments.
2816 (ruby-end-of-block): Update accordingly.
2817
2818 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2819
2820 * woman.el (woman-file-name): Don't mess with unread-command-events
2821 (bug#12861).
2822
2823 * emacs-lisp/advice.el: Layer on top of nadvice.el.
2824 Remove out of date self-require hack.
2825 (ad-do-advised-functions): Use simple `dolist'.
2826 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
2827 (ad-advice-definition): Redefine as functions.
2828 (ad-advice-classes): Move before first use.
2829 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
2830 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
2831 (ad--defalias-fset): Remove functions.
2832 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
2833 (ad-get-orig-definition): Rewrite.
2834 (ad-make-advised-definition-docstring): Change base docstring.
2835 (ad-real-orig-definition): Rewrite.
2836 (ad-map-arglists): Change name of called function.
2837 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
2838 (ad-make-advised-definition): Simplify.
2839 (ad-assemble-advised-definition): Tweak for new calling context.
2840 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
2841 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
2842 function and call ad-activate if needed.
2843 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
2844 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
2845 (ad-compile-function): Compile ad-Advice-*.
2846 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
2847 (ad-start-advice, ad-stop-advice): Remove.
2848
2849 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2850
2851 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
2852 period before class method names, not after. Remove handling of
2853 one impossible case. Add comments.
2854
2855 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * emacs-lisp/advice.el: Remove support for freezing.
2858 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
2859 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
2860 Remove support for `freeze'.
2861
2862 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
2863 override the default.
2864 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
2865 cl--dotimes/dolist.
2866 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
2867 `cl' is loaded.
2868
2869 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
2870 from add-advice.
2871 (advice--strip-macro): New function.
2872 (advice--defalias-fset): Use them to handle macros.
2873 (advice-add): Use them.
2874 (advice-member-p): Correctly handle macros.
2875
2876 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2877
2878 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2879 Never font-lock the beginning of singleton class as heredoc.
2880
2881 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2882
2883 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
2884
2885 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
2886
2887 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
2888 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
2889 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
2890
2891 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
2892
2893 Fix end-of-defun misbehavior.
2894 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
2895 python-beginning-of-defun-function. Handle nested defuns
2896 correctly.
2897 (python-nav-end-of-defun): Rename from
2898 python-end-of-defun-function. Ensure forward movement.
2899 (python-info-current-defun): Reimplement to work as intended
2900 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
2901 parent defuns as soon as possible.
2902
2903 2012-11-13 Glenn Morris <rgm@gnu.org>
2904
2905 * progmodes/flymake.el (flymake-error-bitmap)
2906 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
2907 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
2908
2909 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2910
2911 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
2912 backward, always stop at indentation. Reverts the change from
2913 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
2914
2915 2012-11-13 Glenn Morris <rgm@gnu.org>
2916
2917 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
2918 Add ibuffer-filter-by-derived-mode.
2919
2920 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
2921 the same name shadowing each other.
2922
2923 * window.el (with-temp-buffer-window): Doc tweak.
2924
2925 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
2926
2927 * help.el (temp-buffer-max-height):
2928 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
2929 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
2930
2931 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * emacs-lisp/nadvice.el: New package.
2934 * subr.el (special-form-p): New function.
2935 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
2936 (elp-all-instrumented-list): Remove var.
2937 (elp-not-profilable): Remove elp-wrapper.
2938 (elp-profilable-p): Use autoloadp and special-form-p.
2939 (elp--advice-name): New const.
2940 (elp-instrument-function): Use advice-add.
2941 (elp--instrumented-p): New predicate.
2942 (elp-restore-function): Use advice-remove.
2943 (elp-restore-all, elp-reset-all): Use mapatoms.
2944 (elp-set-master): Use elp--instrumented-p.
2945 (elp--make-wrapper): Rename from elp-wrapper, return a function
2946 suitable for advice-add. Use cl-inf.
2947 (elp-results): Use mapatoms+elp--instrumented-p.
2948 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
2949 (debug-function-list): Remove var.
2950 (debug): Rename arg, and then let-bind it explicitly inside.
2951 (debugger-setup-buffer): Rename arg.
2952 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
2953 (debugger-frame-number): Adjust to new debug-on-entry setup.
2954 (debug--implement-debug-on-entry): Rename from
2955 implement-debug-on-entry, add argument.
2956 (debugger-special-form-p): Remove, use special-form-p instead.
2957 (debug-on-entry): Use advice-add.
2958 (debug--function-list): New function.
2959 (cancel-debug-on-entry): Use it, along with advice-remove.
2960 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
2961 (debugger-list-functions): Use debug--function-list instead of
2962 debug-function-list.
2963 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
2964 (ad-special-form-p): Remove, use special-form-p instead.
2965 (ad-set-advice-info): Use add-function and remove-function.
2966 (ad--defalias-fset): Adjust accordingly.
2967
2968 2012-11-10 Glenn Morris <rgm@gnu.org>
2969
2970 * mail/emacsbug.el (report-emacs-bug-tracker-url)
2971 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
2972 (report-emacs-bug-create-existing-bugs-buffer)
2973 (report-emacs-bug-parse-query-results)
2974 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
2975
2976 * term.el (term-default-fg-color, term-default-bg-color):
2977 Make obsolete, rather than just saying "deprecated" in the doc.
2978
2979 * term.el (term): Rename from `term-face'.
2980 (term-current-face, ansi-term-color-vector)
2981 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
2982 Update all users.
2983
2984 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
2985
2986 * server.el (server-create-window-system-frame): Handle Nextstep
2987 specially (Bug#12780).
2988
2989 2012-11-10 Glenn Morris <rgm@gnu.org>
2990
2991 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
2992 Unautoload, and make obsolete. (Bug#7449)
2993
2994 2012-11-10 Chong Yidong <cyd@gnu.org>
2995
2996 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
2997 rename from diff-remove-trailing-whitespace (Bug#12831).
2998
2999 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3000
3001 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
3002 miscompilation of trace.el.
3003
3004 2012-11-10 Glenn Morris <rgm@gnu.org>
3005
3006 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
3007
3008 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
3011 (bug#12812).
3012
3013 2012-11-10 Chong Yidong <cyd@gnu.org>
3014
3015 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
3016 a defcustom with an appropriate :set function.
3017 (minibuffer-default--in-prompt-regexps): New function.
3018
3019 2012-11-10 Glenn Morris <rgm@gnu.org>
3020
3021 * emacs-lisp/cl.el (define-setf-expander, defsetf)
3022 (define-modify-macro): Doc fixes.
3023
3024 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
3025 (gv-define-simple-setter): Update doc of `fix-return'.
3026
3027 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3028
3029 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
3030 twice when `fix-return' is set (bug#12813).
3031
3032 * emacs-lisp/cl.el (defsetf): Pass the third arg to
3033 gv-define-simple-setter (bug#12812).
3034
3035 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
3036 (bug#12756).
3037
3038 2012-11-10 Glenn Morris <rgm@gnu.org>
3039
3040 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
3041
3042 * emacs-lisp/cl-extra.el (cl-prettyexpand):
3043 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
3044 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
3045 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
3046
3047 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
3048
3049 2012-11-10 Leo Liu <sdl.web@gmail.com>
3050
3051 * ido.el (ido-set-matches-1): Improve flex matching performance by
3052 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
3053
3054 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3055
3056 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
3057 (ad--defalias-fset): New function.
3058 (ad-safe-fset): Remove.
3059 (ad-make-freeze-definition): Use cl-letf*.
3060
3061 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3062
3063 * subr.el (dolist): Don't bind VAR in RESULT.
3064
3065 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
3066 (fset, documentation): Don't save real def since we don't advise.
3067 (ad-do-advised-functions): Remove problematic `result-form'.
3068 (ad-safe-fset): `ad-real-fset' => `fset'.
3069 (ad-read-advised-function): Don't assume that ad-do-advised-functions
3070 uses CL's dolist internally.
3071 (ad-arglist): Remove unused arg `name'.
3072 (ad-docstring, ad-make-advised-docstring):
3073 `ad-real-documentation' => `documentation'.
3074 (warning-suppress-types): Declare.
3075 (ad-set-arguments): Simple CSE.
3076 (ad-recover-normality): Sanity check.
3077
3078 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
3079 (funcall '(lambda ..) ..) into ((lambda ..) ..).
3080
3081 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
3082
3083 * ses.el: symbol to coordinate mapping is made by symbol property
3084 `ses-cell'. This means that the same mapping is done for all SES
3085 sheets. That is good enough for cells with standard A1 names, but
3086 not for named cell. So a hash map is added for the latter.
3087 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
3088 (ses-sym-rowcol): Use hashmap for named cell.
3089 (ses-is-cell-sym-p): New defun.
3090 (ses-decode-cell-symbol): New defun.
3091 (ses-create-cell-variable): Add cell to hashmap when name is not
3092 A1-like.
3093 (ses-rename-cell): Check that cell new name is not already in
3094 spreadsheet with the use of ses-is-cell-sym-p
3095 (ses-rename-cell): Use hash map for named cells, but accept also
3096 renaming back to A1-like.
3097
3098 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * emacs-lisp/advice.el: Use new dynamic docstrings.
3101 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3102 Use dynamic-docstring-function instead of ad-advice-info.
3103 (ad--make-advised-docstring): New function extracted from
3104 ad-make-advised-docstring.
3105 (ad-make-advised-docstring): Use it.
3106 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
3107 from sql-help.
3108 (sql-help): Use it with dynamic-docstring-function.
3109
3110 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
3111
3112 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3113
3114 * files.el (hack-one-local-variable--obsolete): New function.
3115 (hack-one-local-variable): Use it for obsolete settings.
3116
3117 * subr.el (locate-user-emacs-file): If both old and new name exist, use
3118 the new name.
3119
3120 * progmodes/js.el (js--filling-paragraph): New var.
3121 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
3122 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
3123 less sneaky.
3124
3125 2012-11-08 Julien Danjou <julien@danjou.info>
3126
3127 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
3128 `auto-mode-alist' (Bug#12835).
3129
3130 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
3133 (perl--prettify-symbols-alist): New const.
3134 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
3135 New functions.
3136 (perl-font-lock-keywords-2): Use them.
3137 (perl-electric-noindent-p): New function.
3138 (perl-mode): Use it to set up electric-indent-mode.
3139 (perl-electric-terminator, perl-indent-command): Mark obsolete.
3140 (perl-mode-map): Remove bindings for them.
3141 (perl-imenu-generic-expression, perl-outline-level):
3142 Match functions&packages in column>0.
3143
3144 * env.el (env--substitute-vars-regexp): New const.
3145 (substitute-env-vars): Use it. Add `only-defined' arg.
3146 * net/tramp.el (tramp-replace-environment-variables): Use it.
3147
3148 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3149 Byte-compile *before* eval in eval-and-compile.
3150 (byte-compile-log-warning): Remove redundant inhibit-read-only.
3151 (byte-compile-file-form-autoload): Don't hide actual definition.
3152 (byte-compile-maybe-guarded): Accept `functionp' as well.
3153
3154 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
3155
3156 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
3157
3158 * notifications.el (notifications-get-server-information-method):
3159 New defconst.
3160 (notifications-get-capabilities): Fix docstring.
3161 (notifications-get-server-information): New defun.
3162
3163 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3164
3165 * textmodes/ispell.el (ispell-region): Standard re-indent for better
3166 readability.
3167
3168 * textmodes/ispell.el: Experimental support for support debugging.
3169 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
3170 buffer for ispell.
3171 (ispell-print-if-debug): New function to print stuff to
3172 `ispell-debug-buffer' if debugging is enabled.
3173 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
3174 show some debugging info.
3175 (ispell-buffer-with-debug): New function that creates a debugging
3176 buffer and calls `ispell-buffer' with debugging enabled.
3177
3178 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
3179 comment in autoconf mode. (Bug#12768)
3180
3181 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3182
3183 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
3184 frame-first-window, frame-root-window, frame-selected-window,
3185 minibuffer-selected-window, minibuffer-window,
3186 window-absolute-pixel-edges, window-at, window-body-height,
3187 window-body-width, window-display-table, window-combination-limit,
3188 window-frame, window-fringes, window-inside-absolute-pixel-edges,
3189 window-inside-edges, window-inside-pixel-edges, window-left-child,
3190 window-left-column, window-margins, window-next-buffers,
3191 window-next-sibling, window-new-normal, window-new-total,
3192 window-normal-size, window-parameter, window-parameters, window-parent,
3193 window-pixel-edges, window-point, window-prev-buffers,
3194 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
3195 window-start, window-text-height, window-top-child, window-top-line,
3196 window-total-height, window-total-width and window-use-time to the list
3197 of functions without side-effects.
3198 (toplevel): Add window-valid-p to the list of error-free functions
3199 without side-effects.
3200
3201 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3202
3203 * textmodes/ispell.el (ispell-program-name):
3204 Update spellchecker parameters when customized.
3205
3206 2012-11-04 Glenn Morris <rgm@gnu.org>
3207
3208 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
3209
3210 2012-11-04 Chong Yidong <cyd@gnu.org>
3211
3212 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
3213 same-window-* variables.
3214
3215 2012-11-04 Juri Linkov <juri@jurta.org>
3216
3217 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
3218 (isearch-describe-key, isearch-describe-mode): Use a display
3219 action instead of binding same-window-* variables (Bug#10040).
3220
3221 2012-11-03 Glenn Morris <rgm@gnu.org>
3222
3223 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3224 Rename handler properties back from cl-- to cl-. (Bug#12788)
3225
3226 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
3227
3228 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3229
3230 * term/pc-win.el: Don't load term/internal from here.
3231
3232 * loadup.el: Load term/internal from here.
3233
3234 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
3235
3236 * progmodes/python.el (inferior-python-mode): Fix hang in
3237 jit-lock (Bug#12645).
3238
3239 2012-11-03 Martin Rudalics <rudalics@gmx.at>
3240
3241 * window.el (switch-to-visible-buffer)
3242 (switch-to-buffer-preserve-window-point): Fix doc-strings.
3243
3244 2012-11-03 Glenn Morris <rgm@gnu.org>
3245
3246 * emacs-lisp/cl-lib.el (cl--random-time):
3247 Rename from cl-random-time. (Bug#12773)
3248 (cl--gensym-counter, cl--random-state): Update callers.
3249 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
3250
3251 2012-11-03 Chong Yidong <cyd@gnu.org>
3252
3253 * cus-start.el: Make cursor-type customizable (Bug#11633).
3254
3255 2012-11-02 Glenn Morris <rgm@gnu.org>
3256
3257 * filecache.el: No need to load find-lisp when compiling.
3258 (find-lisp-find-files): Autoload it.
3259 (file-cache-add-directory-recursively): Don't require find-lisp.
3260
3261 * image.el (image-type-from-file-name): Trivial simplification.
3262
3263 * emacs-lisp/bytecomp.el (byte-compile-eval):
3264 Decouple "noruntime" and "cl-functions" warnings.
3265
3266 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
3267
3268 * play/gomoku.el (gomoku-display-statistics): Update mode line
3269 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
3270
3271 2012-10-31 Martin Rudalics <rudalics@gmx.at>
3272
3273 * window.el (quit-restore-window): If the window has been
3274 created on an existing frame and ended up as the sole window on
3275 that frame, do not delete it (Bug#12764).
3276
3277 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3278
3279 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3280 Rename from sh--inside-arithmetic-expression, handle more cases
3281 (bug#11263).
3282
3283 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
3284 (sh-font-lock-open-heredoc): Use it (bug#12770).
3285
3286 2012-10-30 Glenn Morris <rgm@gnu.org>
3287
3288 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
3289
3290 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
3291
3292 2012-10-29 Chong Yidong <cyd@gnu.org>
3293
3294 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
3295 function key is stored in a keyboard macro (Bug#4894).
3296
3297 * thingatpt.el (number-at-point): Apply a thing-at-point property.
3298
3299 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3300
3301 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
3302 header comments".
3303 (diff-unified->context, diff-context->unified)
3304 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
3305
3306 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
3307
3308 * files.el (find-alternate-file): Only ask one question (bug#12487).
3309
3310 2012-10-29 Chong Yidong <cyd@gnu.org>
3311
3312 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
3313 Suggested by Dan Nicolaescu (Bug#6326).
3314
3315 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
3316
3317 * startup.el (fancy-about-screen): Don't message (Bug#12680).
3318
3319 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
3320
3321 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
3322
3323 * face-remap.el (face-remap-add-relative): Handle the case where a
3324 face-remapping-alist entry is a cons cell (Bug#12762).
3325
3326 2012-10-29 Kevin Ryde <user42@zip.com.au>
3327
3328 * woman.el (woman-parse-numeric-value): Handle picas correctly
3329 (Bug#12639).
3330
3331 2012-10-29 Glenn Morris <rgm@gnu.org>
3332
3333 * emacs-lisp/cl.el (defsetf): Doc fix.
3334
3335 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3336
3337 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
3338 syntax to the matching opener, if any (bug#12547).
3339 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
3340 matching open as a "case-(".
3341 (sh-smie-rc-grammar): Add a corresponding rule for it.
3342
3343 2012-10-28 Daniel Hackney <dan@haxney.org>
3344
3345 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
3346 "PKGNAME-autoloads.el" in case we created it.
3347
3348 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3349
3350 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
3351 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
3352 (completion--twq-all): Disable too-strict assertions.
3353
3354 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
3355
3356 2012-10-27 Eli Zaretskii <eliz@gnu.org>
3357
3358 * profiler.el (profiler-report-make-entry-part): Fix help-echo
3359 text to match the real keybindings.
3360
3361 2012-10-27 Juri Linkov <juri@jurta.org>
3362
3363 * wdired.el (wdired-keep-marker-rename): New defcustom.
3364 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
3365 (Bug#11795)
3366
3367 * dired.el (dired-keep-marker-rename): Add reference to
3368 `wdired-keep-marker-rename' in the docstring.
3369 Add default character value ?R to display initially in
3370 Customization UI instead of ?@.
3371
3372 2012-10-27 Martin Rudalics <rudalics@gmx.at>
3373
3374 * window.el (display-buffer): In doc-string describe
3375 window-height and window-width alist entries.
3376
3377 * time.el (display-time-world): Restore fit-window-to-buffer
3378 behavior.
3379
3380 2012-10-27 Chong Yidong <cyd@gnu.org>
3381
3382 * subr.el (insert-buffer-substring-as-yank): Doc fix.
3383
3384 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
3385
3386 * minibuffer.el (completion-category-overrides): New completion
3387 category `bookmark' (bug#11131).
3388
3389 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3390
3391 * emacs-lisp/advice.el (ad-assemble-advised-definition):
3392 Silence bogus compiler warnings for ad-do-it.
3393
3394 * bookmark.el (bookmark-completing-read): Set the completion category
3395 to `bookmark' (bug#11131).
3396
3397 2012-10-26 Bastien <bzg@altern.org>
3398 Stefan Monnier <monnier@iro.umontreal.ca>
3399
3400 * face-remap.el: Use lexical-binding.
3401 (text-scale-adjust): Improve docstring. Use itself for the temporary
3402 overlay-map bindings, so as to repeat the "Use..." message each time.
3403
3404 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * emacs-lisp/macroexp.el (macroexp--expand-all):
3407 Obey byte-compile-warning-enabled-p (bug#12486).
3408
3409 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
3410 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
3411
3412 2012-10-26 Martin Rudalics <rudalics@gmx.at>
3413
3414 * mouse.el (mouse-drag-line): Move last form into preceding when
3415 clause (Bug#12731).
3416
3417 * help.el (resize-temp-buffer-window): Fix doc-string.
3418
3419 2012-10-25 David Engster <deng@randomsample.de>
3420
3421 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
3422 Remove. This feature is already integrated in imenu.
3423
3424 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
3425 always loaded. Require `speedbar' unconditionally.
3426
3427 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3428
3429 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
3430
3431 * minibuffer.el (minibuffer-force-complete): Fix thinko.
3432
3433 * net/ldap.el (ldap-search-internal): The official ldif format starts
3434 with a "version: 1" header (bug#12724).
3435
3436 * emacs-lisp/package.el (package-installed-p): Warn if not ready
3437 (bug#12721).
3438
3439 2012-10-25 Glenn Morris <rgm@gnu.org>
3440
3441 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
3442
3443 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3444
3445 * minibuffer.el (minibuffer-force-complete): Use one more marker
3446 for the temporary-overlay-map command (bug#12619).
3447
3448 2012-10-24 Chong Yidong <cyd@gnu.org>
3449
3450 * time.el (display-time-world-mode): Derive from special-mode.
3451 (display-time-world): Use display-buffer (Bug#12708).
3452 (display-time-world-mode-map): Variable deleted.
3453 (display-time-world-display): Wrap the final delete-char inside
3454 inhibit-read-only.
3455
3456 2012-10-24 Chong Yidong <cyd@gnu.org>
3457
3458 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
3459 Doc fix.
3460
3461 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
3462
3463 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * minibuffer.el (completion--all-sorted-completions-location): New var.
3466 (completion--cache-all-sorted-completions)
3467 (completion--flush-all-sorted-completions): Use it.
3468 (completion-in-region, completion-in-region--postch)
3469 (completion-at-point, completion-help-at-point): Use markers in
3470 completion-in-region--data (bug#12619).
3471
3472 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3473
3474 * progmodes/compile.el (compilation-start): Try to handle common
3475 quoting of `cd' argument (bug#12640).
3476
3477 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
3478 (bug#12671).
3479
3480 2012-10-23 Glenn Morris <rgm@gnu.org>
3481
3482 * progmodes/gud.el (gud-menu-map):
3483 Check gdb-active-process is bound. (Bug#12358)
3484
3485 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3486
3487 * repeat.el (repeat): Set real-this-command (bug#12232).
3488
3489 * htmlfontify.el (hfy-post-html-hook):
3490 * filesets.el (filesets-cache-fill-content-hook):
3491 * arc-mode.el (archive-extract-hook):
3492 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
3493 * net/rcirc.el (rcirc-sentinel-functions)
3494 (rcirc-receive-message-functions, rcirc-activity-functions)
3495 (rcirc-print-functions):
3496 * net/dbus.el (dbus-event-error-functions):
3497 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
3498 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
3499 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
3500 * term/sun.el (sun-raw-prefix-hooks):
3501 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
3502
3503 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
3504
3505 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3506 Set `tramp-chunksize' to 1. This improves the performance.
3507 (tramp-smb-wait-for-output): Add timeout to
3508 `tramp-accept-process-output' calls.
3509
3510 2012-10-23 Chong Yidong <cyd@gnu.org>
3511
3512 * faces.el (font-list-limit): Define as an obsolete variable.
3513
3514 * startup.el (command-line):
3515 * cus-start.el: Don't refer to font-list-limit.
3516
3517 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
3518
3519 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * subr.el (internal-temp-output-buffer-show): Rename from
3522 temp-output-buffer-show, since previously compiled files expect this name.
3523
3524 2012-10-23 Glenn Morris <rgm@gnu.org>
3525
3526 * image.el (image-type-from-file-name): If multiple types match,
3527 return the first one that is supported. (Bug#9045)
3528
3529 2012-10-22 Glenn Morris <rgm@gnu.org>
3530
3531 * image.el (imagemagick-enabled-types): Doc fix.
3532
3533 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
3534
3535 * progmodes/which-func.el (which-func-current): The hash-table may have
3536 an explicit nil (bug#12338).
3537
3538 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3539
3540 * electric.el (electric-pair-delete-selection-self-insert-function):
3541 Rename to electric-pair-will-use-region, return a boolean.
3542 (electric-pair-mode): Adjust accordingly. Don't require delsel.
3543
3544 * delsel.el (delete-selection-helper): Use a function instead of a hook.
3545 (delete-selection-pre-hook): Use use-region-p.
3546 (delete-selection-self-insert-function): Remove.
3547 (self-insert-command): Obey self-insert-uses-region-functions.
3548 (self-insert-iso): Revert to previous setting, since we don't actually
3549 know what that command does.
3550 (delete-selection-self-insert-hooks): Remove.
3551
3552 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
3553
3554 * delsel.el (delete-selection-helper): New function, extracted from
3555 delete-selection-pre-hook.
3556 (delete-selection-pre-hook): Use it.
3557 (delete-selection-self-insert-function): New function.
3558 (delete-selection-self-insert-hooks): New hook.
3559 (self-insert-command, self-insert-iso): Use it.
3560 * electric.el (electric-pair-syntax): New function, extracted from
3561 electric-pair-post-self-insert-function.
3562 (electric-pair-post-self-insert-function): Use it.
3563 (electric-pair-delete-selection-self-insert-function): New function.
3564 (electric-pair-mode): Require delsel and setup
3565 delete-selection-self-insert-hooks (bug#11520).
3566
3567 2012-10-20 Chong Yidong <cyd@gnu.org>
3568
3569 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
3570 no changes to show (Bug#12586).
3571
3572 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
3573 list explicitly (Bug#12571).
3574
3575 2012-10-20 Arne Jørgensen <arne@arnested.dk>
3576
3577 * progmodes/flymake.el (flymake-create-temp-inplace):
3578 Use file-truename.
3579
3580 2012-10-20 Eli Zaretskii <eliz@gnu.org>
3581
3582 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
3583
3584 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3585
3586 * calc/calc-units.el (math-extract-units): Properly extract powers
3587 of units.
3588
3589 2012-10-20 Daniel Colascione <dancol@dancol.org>
3590
3591 * frame.el (make-frame): Set x-display-name as we used to in order
3592 to unbreak creating an X11 frame from an Emacs daemon started
3593 without a display.
3594
3595 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * minibuffer.el (minibuffer-force-complete): Make the next completion use
3598 the same completion-field (bug#12221).
3599
3600 2012-10-19 Martin Rudalics <rudalics@gmx.at>
3601
3602 * emacs-lisp/debug.el (debug): Record height of debugger window
3603 also when debugger will be back (Bug#8789).
3604
3605 2012-10-18 Chong Yidong <cyd@gnu.org>
3606
3607 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3608 Convert to defcustom.
3609 (gdb-get-source-file): Don't bind pop-up-windows.
3610
3611 * progmodes/gud.el (gud-display-line): Don't specially re-use
3612 other frames for the gdb-mi case (Bug#12648).
3613
3614 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * emacs-lisp/advice.el: Clean up commentary a bit.
3617 (ad-do-advised-functions, ad-with-originals): Use `declare'.
3618 (byte-code-function-p): Never redefine.
3619
3620 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
3621
3622 2012-10-18 Glenn Morris <rgm@gnu.org>
3623
3624 * dired.el (dired-sort-toggle): Some ls implementations only allow
3625 a single option string. (Bug#12666)
3626
3627 * minibuffer.el (completion-cycle-threshold): Doc fix.
3628
3629 2012-10-17 Kenichi Handa <handa@gnu.org>
3630
3631 * international/mule.el (set-keyboard-coding-system):
3632 Recover input meta mode when the new coding system doesn not use 8-bit.
3633 Supply TERMINAL arg to set-input-meta-mode.
3634
3635 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
3636
3637 * wdired.el (wdired-old-marks): New variable.
3638 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
3639 (wdired-do-renames): Move point with renamed file and don't lose
3640 mark status (Bug#11795).
3641
3642 2012-10-16 Juri Linkov <juri@jurta.org>
3643
3644 * replace.el (query-replace-help): Mention multi-buffer replacement
3645 keys in the Help message. (Bug#12655)
3646
3647 2012-10-15 Chong Yidong <cyd@gnu.org>
3648
3649 * emacs-lisp/byte-run.el (defsubst): Doc fix.
3650
3651 2012-10-14 Eli Zaretskii <eliz@gnu.org>
3652
3653 * window.el (display-buffer): Doc fix.
3654
3655 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3656 Adjust the msft regexp to the output of Studio 2010, and move msft
3657 before edg-1. See the discussion on emacs-devel,
3658 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
3659 for the details.
3660
3661 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3662
3663 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
3664 (oset): Move uses of object-class-fast macro after its definition.
3665
3666 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
3667
3668 2012-10-13 Chong Yidong <cyd@gnu.org>
3669
3670 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
3671 enabled, re-enable it (Bug#11963).
3672
3673 2012-10-13 Martin Rudalics <rudalics@gmx.at>
3674
3675 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
3676 non-nil, restore window configuration (Bug#12623).
3677
3678 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3679
3680 * help-fns.el (describe-variable, describe-function-1):
3681 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
3682
3683 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
3684
3685 2012-10-12 Glenn Morris <rgm@gnu.org>
3686
3687 * mail/rmailsum.el (rmail-header-summary):
3688 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
3689
3690 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
3691
3692 * progmodes/python.el (python-mode-map):
3693 Replace subtitute-key-definition with proper command remapping.
3694 (python-nav--up-list): Fix behavior for blocks on the same level.
3695
3696 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3697
3698 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
3699
3700 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
3701 changes to the format of load-history.
3702
3703 * international/mule-cmds.el (read-char-by-name): Move let-binding of
3704 completion-ignore-case in case that var is buffer-local (bug#12615).
3705
3706 2012-10-11 Kenichi Handa <handa@gnu.org>
3707
3708 * international/eucjp-ms.el: Re-generated.
3709
3710 2012-10-10 Kenichi Handa <handa@gnu.org>
3711
3712 * select.el (xselect--encode-string): If a coding is specified for
3713 selection, and that is compatible with COMPOUND_TEXT, use it.
3714
3715 2012-10-10 Martin Rudalics <rudalics@gmx.at>
3716
3717 * window.el (switch-to-buffer-preserve-window-point): New option.
3718 (switch-to-buffer):
3719 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
3720
3721 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3722
3723 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
3724 Don't document nil as a useful value (bug#12583).
3725
3726 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
3727
3728 * net/tramp.el (tramp-debug-message):
3729 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
3730 (with-tramp-progress-reporter): Rename from
3731 `tramp-with-progress-reporter'.
3732 (with-tramp-file-property, with-tramp-connection-property):
3733 Move from tramp-cache.el, rename from `with-file-property' and
3734 `with-connection-property', respectively.
3735
3736 * net/tramp-cache.el: Remove `with-file-property' and
3737 `with-connection-property'.
3738
3739 * net/tramp.el:
3740 * net/tramp-gvfs.el:
3741 * net/tramp-sh.el:
3742 * net/tramp-smb.el: Adapt callees.
3743
3744 * net/trampver.el: Update release number.
3745
3746 2012-10-09 Glenn Morris <rgm@gnu.org>
3747
3748 * w32-fns.el (set-message-beep):
3749 * term/w32-win.el (set-message-beep): Update declarations.
3750
3751 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3752
3753 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
3754 (mode-line-widen, mode-line-input-method-map)
3755 (mode-line-coding-system-map, mode-line-remote)
3756 (mode-line-unbury-buffer, mode-line-bury-buffer)
3757 (mode-line-next-buffer, mode-line-previous-buffer):
3758 Replace save-selected-window+select-window => with-selected-window.
3759
3760 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
3761 * progmodes/cc-vars.el (bq-process): Remove, unused.
3762
3763 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
3764
3765 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
3766
3767 Implemented `backward-up-list'-like navigation.
3768 * progmodes/python.el (python-nav-up-list)
3769 (python-nav-backward-up-list): New functions.
3770 (python-mode-map): Define substitute key for backward-up-list to
3771 python-nav-backward-up-list.
3772
3773 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3774
3775 * progmodes/python.el (python-fill-paragraph): Rename from
3776 python-fill-paragraph-function. Fixed fill-paragraph for
3777 decorators (Bug#12605).
3778
3779 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3780
3781 * progmodes/python.el (python-shell-output-filter): Handle extra
3782 carriage return in OSX (Bug#12409).
3783
3784 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3785
3786 Fix shell handling of unbalanced quotes and parens in output.
3787 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
3788 (python-syntax-propertize-function): Use it.
3789 (python-shell-output-syntax-table): New var.
3790 (inferior-python-mode): Prevent unbalanced parens/quotes from
3791 previous output mess with current input context.
3792
3793 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
3794
3795 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
3796 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
3797
3798 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
3799
3800 * ffap.el (ffap-replace-file-component): Support Tramp file name
3801 syntax, not only ange-ftp's one.
3802
3803 2012-10-08 Glenn Morris <rgm@gnu.org>
3804
3805 * cus-start.el (message-log-max): Set :version.
3806
3807 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
3808
3809 2012-10-08 Martin Rudalics <rudalics@gmx.at>
3810
3811 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
3812 the minibuffer window (Bug#10851).
3813
3814 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3815
3816 Enhancements on forward-sexp movement.
3817 * progmodes/python.el (python-nav-beginning-of-statement)
3818 (python-nav-end-of-statement): Return point-marker.
3819 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
3820 (python-info-current-symbol)
3821 (python-info-statement-starts-block-p): Rename from
3822 python-info-beginning-of-block-p.
3823 (python-info-statement-ends-block-p): Rename from
3824 python-info-end-of-block-p.
3825 (python-info-beginning-of-statement-p)
3826 (python-info-end-of-statement-p)
3827 (python-info-beginning-of-block-p, python-info-end-of-block-p):
3828 New functions.
3829
3830 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
3833 frame-selected-windows.
3834
3835 2012-10-08 Daniel Colascione <dancol@dancol.org>
3836
3837 * battery.el (battery-status-function): Check for
3838 w32-battery-status itself, not system-time windows-nt.
3839
3840 * frame.el: Require cl-lib.
3841 (display-format-alist): New variable mapping frame types to
3842 functions that initialize them.
3843 (window-system-for-display): New function: interprets
3844 display-format-alist.
3845 (make-frame-on-display): Remove existing display-selection logic
3846 and just forward to make-frame, which will now DTRT.
3847 (make-frame): Restructure to use window-system-for-display to
3848 figure out how to create a frame on a given display.
3849 (display-mouse-p): Look for frame-type w32, not a particular
3850 system-type.
3851
3852 * loadup.el: Load w32 lisp code when we have the w32 feature.
3853
3854 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
3855 system-type windows-nt.
3856
3857 * server.el (server-create-window-system-frame): Look for window
3858 type.
3859 (server-proces-filter): Only force a window system when windows-nt
3860 _and_ w32. Explain why.
3861
3862 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
3863 of window systems we configure for the mode.
3864
3865 * startup.el (command-line): Mark window system is initialized
3866 after we've done it.
3867
3868 * common-win.el (x-select-text): Look for w32, not windows-nt.
3869
3870 * ns-win.el: Require cl-lib. Add ourselves to
3871 display-format-alist.
3872 (ns-initialize-window-system): Assert we're not initialized twice.
3873
3874 * w32-win.el: Enable lexical binding; require cl-lib; add
3875 ourselves to display-format-alist.
3876 (w32-handle-dropped-file): Convert incoming dropped files from
3877 Windows paths to Cygwin ones before passing them on to the rest of
3878 Emacs.
3879 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
3880 (w32-initialize-window-system): Assert we're not initialized twice.
3881
3882 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
3883 (x-initialize-window-system): Assert we're not initialized twice.
3884
3885 * w32-common-fns.el: New File.
3886 (w32-version, w32-using-nt, w32-get-clipboard-data)
3887 (w32-set-clipboard-data, x-set-selection, x-get-selection)
3888 (w32-charset-info-alist, x-last-selected, text)
3889 (x-get-selection-value, x-selection-value): Move here.
3890
3891 * w32-fns.el: Require w32-common-fns.
3892 (w32-version, w32-using-nt, w32-get-clipboard-data)
3893 (w32-set-clipboard-data, x-set-selection, x-get-selection)
3894 (w32-charset-info-alist, x-last-selected, text)
3895 (x-get-selection-value, x-selection-value): Move to
3896 w32-common-fns.
3897
3898 * w32-vars.el:
3899 (w32-allow-system-shell, w32-system-shells): Define only in
3900 non-cygwin case.
3901
3902 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3903
3904 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
3905 (read-passwd): Remove a few more potential sources of leaks.
3906
3907 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
3908
3909 * progmodes/python.el (inferior-python-mode)
3910 (python-shell-make-comint): Fix initialization of local
3911 variables copied from parent buffer.
3912
3913 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
3914
3915 * term/ns-win.el (ns-read-file-name): Update declaration to match
3916 nsfns.m.
3917 (ns-respond-to-change-font): Change fontsize separatly so we are sure
3918 it is set when font is acted upon.
3919
3920 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
3921
3922 Enhancements to indentation.
3923 * progmodes/python.el (python-indent-context): Give priority to
3924 inside-string context. Make comments indentation markers.
3925 (python-indent-region): Do not mess with strings, unless it's the
3926 enclosing set of quotes.
3927
3928 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3929
3930 * window.el (internal--before-save-selected-window)
3931 (internal--after-save-selected-window): New functions extracted from
3932 save-selected-window. Make sure we return the `alist' we construct.
3933 (save-selected-window): Use them.
3934
3935 * textmodes/tex-mode.el (tex-recenter-output-buffer):
3936 Use with-selected-window.
3937
3938 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
3939 forms that define macros (bug#12593).
3940
3941 2012-10-07 Kenichi Handa <handa@gnu.org>
3942
3943 * international/mule-conf.el (compound-text-with-extensions):
3944 Add :mime-charset property as x-ctext.
3945
3946 2012-10-07 Stefan Merten <smerten@oekonux.de>
3947
3948 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
3949 (rst-indent-literal-normal, rst-indent-literal-minimized)
3950 (rst-indent-comment): Correct :version tag.
3951 (rst-official-cvs-rev): Correct version string.
3952
3953 2012-10-07 Glenn Morris <rgm@gnu.org>
3954
3955 * mail/rmailmm.el (rmail-mime-process-multipart):
3956 Do not confuse a multipart message with an epilogue
3957 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
3958
3959 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
3960
3961 Fix shell output retrieval and comint-prompt-regexp init.
3962 * progmodes/python.el (inferior-python-mode):
3963 (python-shell-make-comint): Fix initialization of
3964 comint-prompt-regexp from copied file local variables.
3965 (python-shell-fetched-lines): Remove var.
3966 (python-shell-output-filter-in-progress): Rename from
3967 python-shell-fetch-lines-in-progress.
3968 (python-shell-output-filter-buffer): Rename from
3969 python-shell-fetch-lines-string.
3970 (python-shell-fetch-lines-filter): Delete function.
3971 (python-shell-output-filter): New function.
3972 (python-shell-send-string-no-output): Use them.
3973
3974 2012-10-07 Glenn Morris <rgm@gnu.org>
3975
3976 * hi-lock.el (hi-lock-process-phrase):
3977 Try to make it less fragile. (Bug#7161)
3978
3979 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
3980
3981 2012-10-06 Glenn Morris <rgm@gnu.org>
3982
3983 * ehelp.el (electric-help-mode): Use help-mode rather than
3984 non-existent mode `help'.
3985 (electric-help-map): Use button-buffer-map. (Bug#10917)
3986
3987 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
3988 (reftex-create-bibtex-footer): Fix custom types.
3989
3990 * progmodes/sh-script.el (sh-indent-after-continuation):
3991 Add explicit :group.
3992
3993 * textmodes/rst.el (rst-preferred-decorations)
3994 (rst-shift-basic-offset): Clarify obsolescence versions.
3995
3996 * profiler.el (profiler): Add missing group :version tag.
3997 * avoid.el (mouse-avoidance-banish-position):
3998 * proced.el (proced-renice-command):
3999 * calc/calc.el (calc-ensure-consistent-units):
4000 * calendar/icalendar.el (icalendar-import-format-uid):
4001 * net/tramp.el (tramp-save-ad-hoc-proxies):
4002 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4003 * progmodes/flymake.el (flymake-error-bitmap)
4004 (flymake-warning-bitmap, flymake-fringe-indicator-position):
4005 * progmodes/sh-script.el (sh-indent-after-continuation):
4006 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
4007 (verilog-before-save-font-hook, verilog-after-save-font-hook):
4008 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
4009 (vhdl-array-index-record-field-in-sensitivity-list)
4010 (vhdl-indent-comment-like-next-code-line):
4011 * textmodes/reftex-vars.el (reftex-ref-style-alist)
4012 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
4013 (reftex-cite-key-separator, reftex-create-bibtex-header)
4014 (reftex-create-bibtex-footer):
4015 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4016 (rst-indent-literal-normal, rst-indent-literal-minimized)
4017 (rst-indent-comment): Add missing custom :version tags.
4018
4019 * calendar/timeclock.el (timeclock-modeline-display):
4020 Add missing obsolete alias for renamed user option.
4021
4022 * strokes.el (strokes-modeline-string):
4023 * emulation/crisp.el (crisp-mode-modeline-string):
4024 * eshell/esh-mode.el (eshell-status-in-modeline):
4025 Aliases to defcustoms must come before the defcustom.
4026
4027 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
4028 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4029 (cal-tex-cursor-week-monday): Doc fixes.
4030 (cal-tex-cursor-week2-summary): Doc fix.
4031 Rename from cal-tex-cursor-week-at-a-glance.
4032
4033 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
4034 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
4035
4036 * calendar/calendar.el (calendar-mode-map):
4037 Add cal-tex-cursor-week2-summary.
4038
4039 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4040
4041 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
4042
4043 * subr.el (read-passwd-map): New var.
4044 (read-passwd): Use `read-string' again.
4045 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
4046
4047 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
4048
4049 * register.el (append-to-register, prepend-to-register):
4050 Deactivate mark, as does `copy-to-register' (bug#12389).
4051
4052 2012-10-06 Chong Yidong <cyd@gnu.org>
4053
4054 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
4055
4056 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
4057
4058 * international/characters.el: Fix simple mistake ((car chars) ->
4059 elt), delete duplicated code.
4060
4061 2012-10-06 Glenn Morris <rgm@gnu.org>
4062
4063 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
4064
4065 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
4066
4067 * color.el (color-hsl-to-rgb): Fix incorrect results for
4068 small and large hue values. (Bug#12559)
4069
4070 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
4071
4072 Enhancements to docstring formatting when filling paragraphs.
4073 * progmodes/python.el (python-fill-docstring-style): Rename from
4074 python-fill-string-style. Added new style.
4075 (python-fill-string): Use new style. Better checks for
4076 docstrings.
4077
4078 2012-10-05 Glenn Morris <rgm@gnu.org>
4079
4080 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
4081
4082 * color.el (color-name-to-rgb, color-rgb-to-hex)
4083 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
4084 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
4085 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4086 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
4087
4088 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
4089
4090 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
4091
4092 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
4093 to get the correct size across symlinks.
4094
4095 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4096
4097 2012-10-04 Juri Linkov <juri@jurta.org>
4098
4099 * replace.el (query-replace-interactive): Declare obsolete.
4100 (query-replace-read-from): Add the last incremental search string
4101 to the list of default values accessible via M-n.
4102 (map-query-replace-regexp): Use `read-regexp'.
4103 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4104 (map-query-replace-regexp, replace-string, replace-regexp):
4105 Fix docstrings to replace mentions of `query-replace-interactive'
4106 with alternatives. (Bug#12526)
4107
4108 2012-10-04 Juri Linkov <juri@jurta.org>
4109
4110 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
4111 (dired-pop-to-buffer): Declare obsolete.
4112 (dired-mark-pop-up): Doc fix.
4113
4114 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
4115
4116 Allow user to set docstring style for fill-paragraph.
4117 * progmodes/python.el
4118 (python-fill-comment-function, python-fill-string-function)
4119 (python-fill-decorator-function, python-fill-paren-function):
4120 Remove :safe for defcustoms.
4121 (python-fill-string-style): New defcustom
4122 (python-fill-paragraph-function): Enhance context detection.
4123 (python-fill-string): Honor python-fill-string-style settings.
4124
4125 2012-10-04 Martin Rudalics <rudalics@gmx.at>
4126
4127 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
4128 after setting its buffer (Bug#10805).
4129
4130 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
4131
4132 Fix cornercase for string syntax.
4133 * progmodes/python.el (python-syntax-propertize-function):
4134 Simplify and enhance the regexp for unescaped quotes. Now it also
4135 matches quotes in weird situations like the single quote in
4136 "something\"'".
4137 (python-syntax-stringify): Simplify num-quotes detecting code.
4138
4139 2012-10-03 Glenn Morris <rgm@gnu.org>
4140
4141 * help-macro.el (three-step-help):
4142 Revert 2012-09-29 change. (Bug#12567)
4143
4144 2012-10-03 Martin Rudalics <rudalics@gmx.at>
4145
4146 * menu-bar.el (kill-this-buffer): Don't do anything when
4147 `menu-frame' is not alive or visible (Bug#8184).
4148
4149 * emacs-lisp/debug.el (debug): When quitting the debugger window
4150 restore current buffer (Bug#12502).
4151
4152 2012-10-02 Chong Yidong <cyd@gnu.org>
4153
4154 * progmodes/hideif.el (hif-lookup, hif-defined):
4155 Handle semantic-c-takeover-hideif.
4156
4157 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
4158
4159 Change sampling interval units from ms to ns.
4160 * profiler.el (profiler-sampling-interval): Change units
4161 from ms to ns, multiplying the default by 1000000 so that
4162 it remains 1 ms.
4163 (profiler-report-cpu-line-format): Give enough room for
4164 the maximum counters on 64-bit hosts.
4165 (profiler-report-render-calltree-1): Call them "CPU samples",
4166 not "Time (ms)", since they are not milliseconds now (and
4167 never really were).
4168
4169 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4170
4171 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
4172 Fix querying BBDB for entries without a last name (Bug#11580).
4173
4174 2012-10-02 Chong Yidong <cyd@gnu.org>
4175
4176 * emacs-lisp/eieio.el: Restore Version header.
4177
4178 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * vc/diff-mode.el (diff--auto-refine-data): New var.
4181 (diff-hunk): Use it to delay refinement.
4182 (diff-mode): Remove overlays when we turn off font-lock.
4183
4184 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
4185 (table-initialize-table-fixed-width-mode)
4186 (table-set-table-fixed-width-mode): Remove functions.
4187 (table-command-list): Move initialization into declaration.
4188 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
4189 (table-with-cache-buffer): Use `declare'.
4190 (table-span-cell): Simplify via CSE.
4191 (table-fixed-width-mode): Use define-minor-mode.
4192 (table-call-interactively, table-funcall, table-apply): Remove.
4193 (table-function): New function, to replace them.
4194
4195 * bookmark.el (bookmark-search-pattern): Remove var.
4196 (bookmark-read-search-input): Remove function.
4197 (bookmark-bmenu-search): Reimplement using a minibuffer.
4198
4199 * faces.el (modeline): Remove obsolete face name.
4200
4201 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
4202 and give a non-nil default value.
4203 (add-change-log-entry): Simplify accordingly.
4204
4205 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
4206
4207 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
4208 (vc-git-log-edit-toggle-amend): New function.
4209 (vc-git-log-edit-toggle-signoff): New function.
4210 (vc-git-log-edit-mode): New major mode.
4211 (vc-git-log-edit-mode-map): Keymap for it.
4212 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
4213
4214 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
4215 header names.
4216 (log-edit-toggle-header): New function.
4217 (log-edit-extract-headers): Accept function values in HEADERS alist.
4218
4219 2012-10-01 David Engster <deng@randomsample.de>
4220
4221 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
4222 from symbol property and change message to be more consistent with
4223 Emacs proper.
4224 (eieio-describe-generic): Add filename for each implementation.
4225 Fix indices for generic and normal methods.
4226 (eieio-method-def, eieio-class-def): New buttons.
4227 (eieio-help-find-method-definition)
4228 (eieio-help-find-class-definition): New functions.
4229 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
4230 class, constructor and method definitions.
4231
4232 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
4233 information in symbol property.
4234 (scoped-class): Remove.
4235 (eieio-slot-name-index, call-next-method): Check if it is bound.
4236
4237 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
4238
4239 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
4240 (eieio-custom-mode): New major mode.
4241 (eieio-customize-object): Use it.
4242
4243 2012-10-01 Eric Ludlam <zappo@gnu.org>
4244
4245 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
4246 specifying the expected class, and whether subclassing is allowed.
4247 (eieio-persistent-convert-list-to-object):
4248 (eieio-persistent-validate/fix-slot-value)
4249 (eieio-persistent-slot-type-is-class-p): New functions.
4250 (eieio-named::slot-missing): Doc fix.
4251
4252 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
4253 Stop using unused publd variable.
4254
4255 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4256 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
4257 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
4258 (eieio-speedbar-handle-click): Do not specify a class for the
4259 method. Fixes method invocation order problems with EDE.
4260
4261 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4262
4263 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
4264 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
4265
4266 2012-10-01 Karl Fogel <kfogel@red-bean.com>
4267
4268 * bookmark.el (bookmark-version-control): Give tags in the
4269 :type choices (Bug#12309), and improve doc string.
4270 (bookmark-write-file): Bind `print-circle' to `t' to allow
4271 circular custom bookmark types. (Bug#12503)
4272
4273 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
4274
4275 Revert the FOLLOW-SYMLINKS change for file-attributes.
4276 * files.el (remote-file-name-inhibit-cache, after-find-file):
4277 * time.el (display-time-file-nonempty-p): Undo last change.
4278
4279 * profiler.el (profiler-sampling-interval): Change default back to 1.
4280 See Stefan Monnier in
4281 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
4282
4283 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
4284
4285 Shell output catching a la gud-gdb.
4286 * progmodes/python.el (python-shell-fetch-lines-in-progress)
4287 (python-shell-fetch-lines-string, python-shell-fetched-lines):
4288 New Vars.
4289 (python-shell-fetch-lines-filter): New function.
4290 (python-shell-send-string-no-output): Use them.
4291
4292 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
4293
4294 * profiler.el (profiler-sampling-interval): Rename from
4295 profiler-sample-interval.
4296 (profiler-sampling-interval): Default to 10.
4297 (profiler-find-profile): New command (was profiler-find-log).
4298 (profiler-find-profile-other-window): New command.
4299 (profiler-find-profile-other-frame): New command.
4300 (profiler-profile): Introduce API-level data structure.
4301
4302 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4303
4304 file-attributes has a new optional arg FOLLOW-SYMLINKS.
4305 * files.el (remote-file-name-inhibit-cache):
4306 * time.el (display-time-file-nonempty-p): Use it.
4307 * files.el (after-find-file): Don't chase links before calling
4308 file-exists-p, as file-exists-p already does the right thing.
4309
4310 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
4311
4312 Merge from standalone RefTeX repository.
4313
4314 The following ChangeLog entries are shortened versions of the
4315 original ones with file paths adapted. A not so strongly edited
4316 version of the original ChangeLog can be found in the commit log.
4317
4318 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
4319 (reftex-arg-cite): Use `reftex-cite-key-separator'.
4320 Correctly handle new value type returned by `reftex-citation'.
4321
4322 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
4323 that entries with whitespace at various places are found.
4324 Doc fix. Include entries that are cross-referenced from cited entries.
4325 Include @String definitions in the resulting bib file. Add header
4326 and footer defined in `reftex-create-bibtex-header' and
4327 `reftex-create-bibtex-footer'.
4328 (reftex-do-citation): Make it possible again to insert
4329 non-existent entries. Save match data when asking for optional
4330 arguments. Return all keys, not just the first one.
4331 (reftex-all-used-citation-keys): Fix regexp to correctly extract
4332 all citations in the same line.
4333 (reftex-parse-bibtex-entry): Accept additional optional argument
4334 `raw' and keep quotes or braces if it is non-nil. Match fields
4335 containing hyphens besides word constituents.
4336 (reftex-get-string-refs): New function.
4337 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
4338 and ask if it should be reread in case it did.
4339 (reftex-pop-to-bibtex-entry)
4340 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
4341 entries with spaces or tabs in front of arguments.
4342 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4343 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
4344 Match entries containing numbers and symbol constituents.
4345 (reftex-do-citation, reftex-figure-out-cite-format):
4346 Use `reftex-cite-key-separator'.
4347
4348 * textmodes/reftex-dcr.el: Move provide statement to end of file.
4349 (reftex-mouse-view-crossref): Explain why point is set.
4350
4351 * textmodes/reftex-global.el: Whitespace changes.
4352
4353 * textmodes/reftex-index.el: Move provide statement to end of
4354 file.
4355 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
4356 (reftex-index-visit-phrases-buffer): Set marker when visiting
4357 buffer. This allows for returning from the phrases file to the
4358 file one was just editing instead of the file where the last
4359 phrases was added from.
4360 (reftex-index-phrases-syntax-table): New variable. Give ?\"
4361 punctuation syntax as it usually is not used as string quote in
4362 TeX-related modes and may occur unmatched. The change also
4363 prevents fontification of quoted content.
4364 (reftex-index-phrases-mode): Use it.
4365
4366 * textmodes/reftex-parse.el (reftex-parse-from-file):
4367 Move backward one char if a `\' was matched after a section macro.
4368 (reftex-parse-from-file): Use beginning of match instead of end as
4369 bound.
4370
4371 * textmodes/reftex-ref.el: Adapt creation of
4372 `reftex-<package>-<macro>' functions to new structure of
4373 `reftex-ref-style-alist'.
4374 (reftex-reference): Use `reftex-ref-style-list' function.
4375 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4376 reference macro if `reftex-ref-macro-prompt' is non-nil.
4377 (reftex-reference): Pass refstyle to `reftex-format-special'.
4378 Determine reference macro by looking at
4379 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
4380 Use only one special format function.
4381 (reftex-varioref-vref, reftex-fancyref-fref)
4382 (reftex-fancyref-Fref): Remove definitions. The functions are now
4383 generated from `reftex-ref-style-alist'.
4384 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
4385 Remove.
4386 (reftex-format-special): New function.
4387
4388 * textmodes/reftex-sel.el
4389 (reftex-select-cycle-ref-style-internal): Adapt to new structure
4390 of `reftex-ref-style-alist'. Remove code for testing macro type.
4391 (reftex-select-toggle-varioref)
4392 (reftex-select-toggle-fancyref): Remove.
4393 (reftex-select-cycle-ref-style-internal)
4394 (reftex-select-cycle-ref-style-forward)
4395 (reftex-select-cycle-ref-style-backward): New functions.
4396 (reftex-select-label-map): Use `v' and `V' for general cycling
4397 through reference styles. Add `p' for switching between number
4398 and page reference types.
4399
4400 * textmodes/reftex-toc.el (reftex-re-enlarge):
4401 Call `enlarge-window' only if there is something to do because in Emacs
4402 the horizontal version throws an error even if the parameter is 0.
4403
4404 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
4405 (reftex-plug-into-AUCTeX): Doc fix.
4406 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
4407 string. Adapt to new name.
4408 (reftex-ref-style-alist): Change structure so that it is not
4409 possible to use multiple different package names within a style.
4410 Remove the symbols for symbols for macro type distinction.
4411 Add characters for macro selection.
4412 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
4413 (reftex-create-bibtex-footer): New variables.
4414 (reftex-format-ref-function): Mention third argument of special
4415 format function.
4416 (reftex-ref-style-alist, reftex-ref-style-default-list):
4417 New variables.
4418 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
4419 to new implementation. Mark as obsolete. Add compatibility code
4420 for honoring the variable values in case they are set.
4421 (reftex-cite-format-builtin, reftex-bibliography-commands):
4422 Add support for ConTeXt.
4423 (reftex-format-ref-function, reftex-format-cite-function):
4424 Fix custom type.
4425 (reftex-cite-key-separator): New variable.
4426
4427 * textmodes/reftex.el (reftex-syntax-table-for-bib)
4428 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
4429 `reftex-syntax-table' because parens have to retain their paren
4430 syntax in order for parsing of BibTeX entries like @book(...) to
4431 work.
4432 (reftex-in-comment): Do not error out if `comment-start-skip' is
4433 not set. Deal correctly with escaped comment characters.
4434 (reftex-tie-multifile-symbols): Add doc string.
4435 Initialize `reftex-ref-style-list'.
4436 (reftex-untie-multifile-symbols): Add doc string.
4437 (reftex-add-index-macros): Doc fix.
4438 (reftex-ref-style-activate, reftex-ref-style-toggle)
4439 (reftex-ref-style-list): New functions.
4440 (reftex-mode-menu): Use them. Adapt to new structure of
4441 `reftex-ref-style-alist'.
4442 (reftex-select-with-char): Kill the RefTeX Select buffer when
4443 done.
4444 (reftex-remove-if): New function.
4445 (reftex-erase-all-selection-and-index-buffers)
4446 (reftex-mode-menu): Reference styles are now computed from
4447 `reftex-ref-style-alist'. Fix typo.
4448 (reftex-report-bug): New function.
4449 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
4450 algorithms with O(n log n). Introduce optional argument SORT (not
4451 yet used).
4452
4453 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
4454
4455 Enhancements for triple-quote string syntax.
4456 * progmodes/python.el (python-syntax-propertize-function):
4457 Match both quote cases in one regexp.
4458 (python-syntax-stringify): Handle matches properly.
4459
4460 2012-09-30 Juri Linkov <juri@jurta.org>
4461
4462 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
4463 to nil around the call to `insert' to prevent
4464 directory time modification by lock_file. (Bug#2295)
4465 * tar-mode.el (tar-summarize-buffer): Idem.
4466
4467 2012-09-30 Juri Linkov <juri@jurta.org>
4468
4469 * facemenu.el (list-colors-sort): Add option "Luminance".
4470 (list-colors-sort-key): Implement it.
4471
4472 * vc/diff-mode.el (diff-refine-removed):
4473 * vc/ediff-init.el (ediff-fine-diff-A):
4474 * vc/smerge-mode.el (smerge-refined-removed):
4475 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
4476
4477 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
4478
4479 * term/ns-win.el (x-file-dialog): New function.
4480
4481 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
4482
4483 * ido.el (ido-max-directory-size): Default to nil; the current
4484 default is small for POSIX systems, and impractical on Windows 7
4485 now that lstat returns directory sizes for NTFS.
4486
4487 2012-09-30 Martin Rudalics <rudalics@gmx.at>
4488
4489 In buffer display functions handle window-height/window-width
4490 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
4491 * window.el (window--display-buffer): New argument ALIST.
4492 Obey window-height and window-width alist entries.
4493 (window--try-to-split-window): New argument ALIST.
4494 Bind window-combination-limit to t when the window's size shall be
4495 changed and window-combination-limit equals `window-size'.
4496 (display-buffer-in-atom-window)
4497 (display-buffer-in-major-side-window)
4498 (display-buffer-in-side-window, display-buffer-same-window)
4499 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4500 (display-buffer-pop-up-window, display-buffer-below-selected)
4501 (display-buffer-at-bottom, display-buffer-in-previous-window)
4502 (display-buffer-use-some-window): Adjust all callers of
4503 window--display-buffer and window--try-to-split-window.
4504 (fit-frame-to-buffer): New option.
4505 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
4506 is non-nil.
4507 (display-buffer-in-major-side-window): Evaluate window-height /
4508 window-width alist entries.
4509
4510 * help.el (temp-buffer-resize-frames)
4511 (temp-buffer-resize-regexps): Remove options.
4512 (temp-buffer-resize-mode): Adjust doc-string.
4513 (resize-temp-buffer-window): Don't consult
4514 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
4515 temp-buffer-resize-frames.
4516
4517 * dired.el (dired-mark-pop-up):
4518 Call display-buffer-below-selected with a fit-window-to-buffer alist
4519 entry.
4520
4521 2012-09-30 Chong Yidong <cyd@gnu.org>
4522
4523 * server.el (server-host): Document the security implications.
4524 (server-auth-key): Doc fix.
4525
4526 * startup.el (initial-buffer-choice): Doc fix.
4527
4528 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
4529
4530 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
4531 restriction change.
4532
4533 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
4534
4535 * help-fns.el (help-fns--obsolete): Fix last change.
4536
4537 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
4538
4539 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
4540 (minor-mode-map-alist): Remove redundant code.
4541
4542 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
4543 visited in a buffer.
4544 (cvs-insert-visited-file): New function.
4545 (find-file-hook): Use it.
4546
4547 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
4548
4549 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
4550 chose face.
4551 (log-edit-empty-buffer-p): Don't require a space after a header.
4552
4553 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
4554
4555 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
4556
4557 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
4558 a proper minor-mode.
4559
4560 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
4561
4562 2012-09-29 Glenn Morris <rgm@gnu.org>
4563
4564 * winner.el (winner-mode): Remove variable (let define-minor-mode
4565 handle it).
4566 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
4567 Doc fixes.
4568 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
4569 (winner-mode): Use define-minor-mode.
4570
4571 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
4572 the full definition in loaddefs, rather than duplicating it.
4573
4574 * help-macro.el (three-step-help): No need to autoload defcustom.
4575
4576 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4577 (inferior-lisp-program, inferior-lisp-load-command)
4578 (inferior-lisp-prompt, inferior-lisp-mode-hook):
4579 No need to autoload defcustoms.
4580
4581 * hippie-exp.el (hippie-expand-try-functions-list)
4582 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
4583 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
4584 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
4585 (hippie-expand-only-buffers): No need to autoload defcustoms.
4586 * progmodes/vhdl-mode.el (vhdl-line-expand):
4587 Explicitly load hippie-exp, so it does not get autoloaded
4588 while hippie-expand-try-functions-list is let-bound.
4589
4590 2012-09-28 Glenn Morris <rgm@gnu.org>
4591
4592 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
4593
4594 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
4595 Only "cl.el" counts as cl these days.
4596
4597 2012-09-28 Juri Linkov <juri@jurta.org>
4598
4599 Display archive errors in the echo area instead of inserting
4600 to the file buffer.
4601
4602 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
4603 to STDERR-TEST that can be a regexp matching a successful output.
4604 Create a temporary file and redirect stderr to it. Search for
4605 STDERR-TEST in the stderr output and display it in the echo area
4606 if no match is found.
4607 (archive-extract-by-file): New function like
4608 `archive-extract-by-stdout' but extracting archives to files
4609 and looking for successful matches in stdout. Function body is
4610 mostly copied from `archive-rar-extract'.
4611 (archive-rar-extract): Use `archive-extract-by-file'.
4612 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
4613
4614 2012-09-28 Leo Liu <sdl.web@gmail.com>
4615
4616 * pcomplete.el (pcomplete-show-completions):
4617 Use minibuffer-message to make pcomplete usable in minibuffer.
4618
4619 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
4620
4621 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4622
4623 * type-break.el: Use lexical-binding.
4624 (type-break-mode): Use define-minor-mode.
4625
4626 * emacs-lisp/pcase.el (pcase--mark-used): New.
4627 (pcase--u1): Use it (bug#12512).
4628
4629 * custom.el (load-theme): Set buffer-file-name so the load is recorded
4630 in load-history with the right file name.
4631
4632 2012-09-28 Tassilo Horn <tsdh@gnu.org>
4633
4634 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
4635 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
4636 (doc-view-get-bounding-box): Make bounding box slicing work for
4637 ODF and DVI documents.
4638
4639 2012-09-28 Glenn Morris <rgm@gnu.org>
4640
4641 * type-break.el (type-break-mode, type-break-interval)
4642 (type-break-good-rest-interval, type-break-keystroke-threshold):
4643 No need to autoload.
4644 (type-break-good-rest-interval, type-break-keystroke-threshold):
4645 Add :set-after.
4646
4647 2012-09-28 Chong Yidong <cyd@gnu.org>
4648
4649 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
4650 Add :version tag.
4651
4652 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4653
4654 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
4655
4656 2012-09-27 Glenn Morris <rgm@gnu.org>
4657
4658 * faces.el (x-display-name): Declare (for without-x builds).
4659
4660 * linum.el (linum-format): Don't autoload it. Improve :type.
4661
4662 * progmodes/tcl.el: Don't require outline when compiling.
4663 (outline-regexp, outline-level): Declare.
4664 * textmodes/sgml-mode.el: Don't require outline when compiling.
4665 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
4666
4667 * term.el (term-ansi-reset):
4668 Try setting term-ansi-face-already-done to nil. (Bug#11785)
4669
4670 * vc/vc.el (vc-next-action): Only gripe about committing read-only
4671 files for RCS and SCCS. (Bug#9781)
4672
4673 2012-09-27 Chong Yidong <cyd@gnu.org>
4674
4675 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
4676 change; value should be t.
4677
4678 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4679
4680 * image-mode.el: Use lexical-binding.
4681 (image-mode-winprops): Use t to stand for the window of
4682 a buffer that's not displayed.
4683 * doc-view.el (doc-view-new-window-function): Handle the new
4684 t in winprops.
4685 (doc-view-enlarge): Make it a real nop if the size is not changed.
4686 (doc-view-display): Handle the case where the buffer is not (yet?)
4687 displayed in any window.
4688 (doc-view-saved-settings): New var.
4689 (doc-view-mode): Use it.
4690 (doc-view-fallback-mode): Set it.
4691
4692 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
4693 Set lexical-binding.
4694 (minibuffer-eldef-shorten-default): New var.
4695 (minibuffer-default-in-prompt-regexps): Use it for new default.
4696 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
4697
4698 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
4699
4700 * international/uni-bidi.el:
4701 * international/uni-category.el:
4702 * international/uni-name.el:
4703 * international/uni-numeric.el: Regenerate.
4704
4705 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
4706 Stefan Monnier <monnier@iro.umontreal.ca>
4707
4708 * profiler.el: New file.
4709
4710 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4711
4712 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
4713 (testcover-reinstrument): Simplify with CSE.
4714
4715 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
4716
4717 * window.el (temp-buffer-window-setup): Fix typo in docstring.
4718
4719 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
4720
4721 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
4722 (verilog-auto-input, verilog-auto-insert-lisp)
4723 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
4724 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
4725 (verilog-auto-unused, verilog-auto-wire)
4726 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
4727 newline. Reported by Andrew Jones.
4728 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
4729 Reported by Brad Dobbie.
4730 (verilog-batch-delete-trailing-whitespace):
4731 Create verilog-batch-delete-trailing-whitespace.
4732 Reported by Brad Dobbie.
4733 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
4734 parameters from another module. Reported by Dan Katz.
4735 (verilog-auto, verilog-auto-assign-modport)
4736 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
4737 AUTOINOUTMODPORT for UVM interface module shell generation.
4738 Reported by Brad Dobbie.
4739 (verilog-auto-inst-interfaced-ports): Make default nil, as more
4740 standard behavior.
4741 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
4742 Reported by Matt Martin.
4743
4744 2012-09-25 Martin Rudalics <rudalics@gmx.at>
4745
4746 * window.el (window--resize-child-windows): When resizing child
4747 windows proportionally, process them in reverse order to
4748 preserve the "when splitting a window the new one gets the odd
4749 line" behavior.
4750 (window--resize-root-window-vertically): When resizing the
4751 minibuffer window try to affect only windows at the bottom of the
4752 frame. (Bug#12419)
4753
4754 2012-09-25 Chong Yidong <cyd@gnu.org>
4755
4756 * subr.el (declare): Doc fix.
4757
4758 * help-fns.el (help-fns--obsolete): Handle macros properly.
4759
4760 2012-09-25 Chong Yidong <cyd@gnu.org>
4761
4762 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
4763 this function obsolete.
4764
4765 * calendar/cal-x.el (calendar-two-frame-setup)
4766 (calendar-only-one-frame-setup, calendar-one-frame-setup):
4767 * calendar/calendar.el (american-calendar, european-calendar)
4768 (calendar-for-loop):
4769 * comint.el (comint-dynamic-simple-complete)
4770 (comint-dynamic-complete-as-filename, comint-unquote-filename):
4771 * desktop.el (desktop-load-default):
4772 * dired-x.el (dired-omit-here-always)
4773 (dired-hack-local-variables, dired-default-directory):
4774 * emacs-lisp/derived.el (derived-mode-class):
4775 * emacs-lisp/timer.el (timer-set-time-with-usecs):
4776 * emacs-lock.el (toggle-emacs-lock):
4777 * epa.el (epa-display-verify-result):
4778 * epg.el (epg-sign-keys, epg-start-sign-keys)
4779 (epg-passphrase-callback-function):
4780 * eshell/esh-util.el (eshell-for):
4781 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
4782 (eshell-add-to-window-buffer-names):
4783 * files.el (locate-file-completion):
4784 * imenu.el (imenu-example--create-c-index)
4785 (imenu-example--create-lisp-index)
4786 (imenu-example--lisp-extract-index-name)
4787 (imenu-example--name-and-position):
4788 * international/mule-cmds.el (princ-list):
4789 * international/mule-diag.el (decode-codepage-char):
4790 * international/mule-util.el (detect-coding-with-priority):
4791 * iswitchb.el (iswitchb-read-buffer):
4792 * mail/mailalias.el (mail-complete):
4793 * mail/sendmail.el (mail-sent-via):
4794 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
4795 (mouse-major-mode-menu):
4796 * password-cache.el (password-read-and-add):
4797 * pcomplete.el (pcomplete-parse-comint-arguments):
4798 * progmodes/sh-script.el (sh-maybe-here-document):
4799 * replace.el (query-replace-regexp-eval):
4800 * savehist.el (savehist-load):
4801 * simple.el (choose-completion-delete-max-match):
4802 * term.el (term-dynamic-simple-complete):
4803 * vc/ediff-init.el (ediff-check-version):
4804 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
4805 * vc/vc.el (vc-diff-switches-list):
4806 * view.el (view-return-to-alist-update): Likewise.
4807
4808 * subr.el (eval-next-after-load, makehash, insert-string)
4809 (assoc-ignore-representation, assoc-ignore-case): Use declare to
4810 mark obsolete.
4811 (mode-line-inverse-video): Variable deleted.
4812
4813 * international/mule-util.el (string-to-sequence): Remove.
4814
4815 * calendar/calendar.el (calendar-version):
4816 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
4817 (icalendar-convert-diary-to-ical):
4818 * cus-edit.el (custom-mode):
4819 * ansi-color.el (ansi-color-unfontify-region):
4820 * international/latin1-disp.el (latin1-char-displayable-p):
4821 * progmodes/cwarn.el (turn-on-cwarn-mode):
4822 * progmodes/which-func.el (which-func-update-1):
4823 Use define-obsolete-function-alias.
4824
4825 * net/newst-backend.el (newsticker-cache-filename):
4826 * net/newst-treeview.el (newsticker-groups-filename):
4827 Fix incorrect obsolescence declaration.
4828
4829 * allout.el (allout-passphrase-hint-string): Likewise.
4830 (allout-init): Use a declare form to mark obsolete.
4831
4832 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
4833 this applies to functions.
4834
4835 * iswitchb.el (iswitchb-read-buffer): Move code of
4836 iswitchb-define-mode-map here, and delete that obsolete function.
4837
4838 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
4839 font-lock-reference-face.
4840
4841 2012-09-25 Glenn Morris <rgm@gnu.org>
4842
4843 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
4844 Doc fixes.
4845
4846 * eshell/em-term.el (eshell-term-name):
4847 Default to term-term-name. (Bug#12485)
4848
4849 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
4850
4851 * progmodes/python.el (python-shell-send-buffer): Better handling
4852 of "if __name__ == '__main__':" conditionals when sending the buffer.
4853
4854 2012-09-24 Glenn Morris <rgm@gnu.org>
4855
4856 * eshell/esh-cmd.el (eshell-find-alias-function):
4857 Tighten up file-name regexp. (Bug#12499)
4858
4859 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
4860
4861 Enhancements for triple-quote string syntax.
4862 * progmodes/python.el (python-quote-syntax): Remove.
4863 (python-syntax-propertize-function): New value.
4864 (python-syntax-count-quotes, python-syntax-stringify):
4865 New functions.
4866
4867 2012-09-24 Chong Yidong <cyd@gnu.org>
4868
4869 * mail/supercite.el (sc-version): Remove obsolete function.
4870 (sc-describe): Don't mark as obsolete, since it is bound.
4871 (sc-submit-bug-report): Remove.
4872
4873 * vc/log-edit.el (cvs-changelog-full-paragraphs)
4874 (cvs-commit-buffer-require-final-newline): Remove.
4875 (log-edit-require-final-newline)
4876 (log-edit-changelog-full-paragraphs): Default to t.
4877
4878 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
4879 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
4880 * vc/vc.el (vc-checkout-carefully): Likewise.
4881
4882 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
4883 (emerge-version): Remove.
4884
4885 * progmodes/compile.el (compile-internal): Remove.
4886 (compilation-parse-errors-function): Fix typo.
4887
4888 * international/mule.el (set-char-table-default): Remove.
4889 (set-coding-priority, make-coding-system, generic-char-p)
4890 (charset-list, charset-bytes, charset-id): Use declare to mark
4891 functions as obsolete.
4892
4893 * vc/pcvs-defs.el (cvs-buffer-name-alist)
4894 (cvs-invert-ignore-marks): Remove references to obsolete vars.
4895 * vc/vc-hooks.el (vc-default-registered): Don't use
4896 vc-master-templates.
4897
4898 * font-lock.el (font-lock-reference-face):
4899 Use define-obsolete-variable-alias.
4900
4901 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
4902 * calendar/calendar.el (calendar-font-lock-keywords):
4903 * calendar/diary-lib.el (diary-font-lock-keywords)
4904 (diary-fancy-font-lock-keywords):
4905 * textmodes/reftex-sel.el (reftex-insert-docstruct):
4906 * textmodes/reftex-index.el (reftex-insert-index):
4907 * textmodes/reftex-cite.el (reftex-format-bib-entry):
4908 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4909 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4910 * progmodes/prolog.el (prolog-font-lock-keywords):
4911 * progmodes/idlwave.el (idlwave-idl-keywords):
4912 * progmodes/ada-mode.el (ada-font-lock-keywords):
4913 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
4914
4915 2012-09-24 Glenn Morris <rgm@gnu.org>
4916
4917 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
4918
4919 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
4920
4921 * progmodes/python.el (python-indent-line): More consistent cursor
4922 movement behavior.
4923
4924 2012-09-23 Stefan Merten <smerten@oekonux.de>
4925
4926 * textmodes/rst.el: Fix compiler warning.
4927
4928 2012-09-23 Roland Winkler <winkler@gnu.org>
4929
4930 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
4931 Transcribe also LaTeX hyphenation.
4932 (bibtex-reformat): Bug fix. Do not quote twice the elements of
4933 bibtex-reformat-previous-options.
4934
4935 2012-09-23 Roland Winkler <winkler@gnu.org>
4936
4937 * proced.el (proced-renice-command): New variable.
4938 (proced-marked-processes): New function.
4939 (proced-with-processes-buffer): New macro.
4940 (proced-send-signal): Use them.
4941 (proced-renice): New command bound to r.
4942
4943 2012-09-23 Roland Winkler <winkler@gnu.org>
4944
4945 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
4946 ibuffer-saved-filter-groups has one element, shortcut the call of
4947 completing-read. (Bug#12331)
4948
4949 2012-09-23 Chong Yidong <cyd@gnu.org>
4950
4951 * bindings.el (mode-line-toggle-read-only):
4952 * bs.el (bs-toggle-readonly):
4953 * buff-menu.el (Buffer-menu-toggle-read-only):
4954 * dired.el (dired-toggle-read-only):
4955 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
4956
4957 2012-09-23 Chong Yidong <cyd@gnu.org>
4958
4959 * image.el (image-type-available-p): Adapt to init-image-library
4960 argument changes.
4961
4962 2012-09-22 Juri Linkov <juri@jurta.org>
4963
4964 * dired.el (dired-mode-map): Add [remap read-only-mode] for
4965 `dired-toggle-read-only'. (Bug#12462)
4966
4967 2012-09-22 Martin Rudalics <rudalics@gmx.at>
4968
4969 * subr.el (temp-output-buffer-show): New function.
4970 (with-output-to-temp-buffer): Call temp-output-buffer-show
4971 instead of internal-temp-output-buffer-show.
4972
4973 2012-09-22 Chong Yidong <cyd@gnu.org>
4974
4975 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
4976 (Bug#12462).
4977
4978 * repeat.el (repeat): Doc fix (Bug#12348).
4979
4980 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
4981 (Bug#10909).
4982
4983 * simple.el (shell-command-on-region): Doc fix.
4984 (read-only-mode): Doc fix.
4985
4986 2012-09-22 Eli Zaretskii <eliz@gnu.org>
4987
4988 * emacs-lisp/timer.el (run-with-idle-timer)
4989 (timer-activate-when-idle): Warn against reinvoking an idle timer
4990 from within its own timer action. (Bug#12447)
4991
4992 2012-09-22 Martin Rudalics <rudalics@gmx.at>
4993
4994 * cus-start.el (window-combination-limit): Add new optional
4995 values.
4996 * window.el (temp-buffer-window-show)
4997 (window--try-to-split-window): Handle new values of
4998 window-combination-limit (Bug#1806).
4999 (split-window): Test window-combination-limit for t instead of
5000 non-nil.
5001 (display-buffer-at-bottom): New buffer display action function.
5002 * help.el (temp-buffer-resize-regexps): New option.
5003 (temp-buffer-resize-mode): Rewrite doc-string.
5004 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
5005 Don't resize reused window. Suggested by Glenn Morris.
5006
5007 2012-09-22 Stefan Merten <smerten@oekonux.de>
5008
5009 * textmodes/rst.el: Revamp section title faces.
5010 (rst-official-version)
5011 (rst-package-emacs-version-alist): Sync with official version
5012 V1.4.0.
5013 (rst-faces-defaults, rst-set-level-default)
5014 (rst-level-face-max, rst-level-face-base-color)
5015 (rst-level-face-base-light, rst-level-face-format-light)
5016 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
5017 (rst-adornment-faces-alist): Match new setup.
5018 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
5019 (rst-level-5, rst-level-6): New faces.
5020
5021 2012-09-22 Chong Yidong <cyd@gnu.org>
5022
5023 * simple.el (undo): Handle indirect buffers (Bug#8207).
5024
5025 2012-09-21 Leo Liu <sdl.web@gmail.com>
5026
5027 IDO: Disable match re-ordering for buffer switching.
5028 * ido.el (ido-buffer-disable-smart-matches): New variable.
5029 (ido-set-matches-1): Use it. (Bug#2042)
5030
5031 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
5032
5033 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5034 Fix 2011-05-17 change. (Bug#12418)
5035
5036 2012-09-21 Leo Liu <sdl.web@gmail.com>
5037
5038 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
5039
5040 2012-09-21 Glenn Morris <rgm@gnu.org>
5041
5042 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
5043 Be more robust about locating simple.el.
5044
5045 2012-09-21 Glenn Morris <rgm@gnu.org>
5046
5047 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
5048
5049 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
5050
5051 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
5052
5053 2012-09-20 Juri Linkov <juri@jurta.org>
5054
5055 * replace.el (query-replace-read-from): Use `read-regexp' instead
5056 of `read-from-minibuffer' when `regexp-flag' is non-nil.
5057 (occur-read-primary-args): Use `read-regexp' instead of
5058 `read-string'.
5059 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
5060 `read-from-minibuffer'.
5061 * isearch.el (isearch-occur): Use `read-regexp' instead of
5062 `read-string'.
5063 * dired.el (dired-read-regexp): Use `read-regexp' instead of
5064 `read-from-minibuffer'.
5065 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
5066 of `read-string'. (Bug#7567)
5067
5068 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
5069 and allow accepting a list of strings prepended to a list of
5070 standard default values. Doc fix. (Bug#12321)
5071
5072 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
5073
5074 * replace.el (read-regexp): Don't add ": " when PROMPT already
5075 ends with a colon and space. (Bug#12321)
5076
5077 2012-09-20 Tassilo Horn <tsdh@gnu.org>
5078
5079 * doc-view.el (doc-view-display): Better fix for the cl-assertion
5080 error.
5081
5082 2012-09-20 Stefan Merten <smerten@oekonux.de>
5083
5084 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
5085 Fixes feature request bug#11711.
5086 (rst-mode): Create `imenu-create-index-function'.
5087 (rst-get-stripped-line): Delete after refactoring.
5088 (rst-section-tree, rst-section-tree-rec)
5089 (rst-section-tree-point): Refactor and document properly.
5090 (rst-imenu-find-adornments-for-position)
5091 (rst-imenu-convert-cell, rst-imenu-create-index):
5092 New function.
5093
5094 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5095
5096 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
5097 (macroexp--expand-all): Use it.
5098 (macroexp--funcall-and-return): Remove by folding it into its sole
5099 caller (macroexp--warn-and-return).
5100 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
5101 Use macroexp--obsolete-warning.
5102
5103 * calc/calc.el: Fix last change by removing the whole chunk, since it
5104 was only needed back when Calc was not bundled.
5105
5106 2012-09-20 Martin Rudalics <rudalics@gmx.at>
5107
5108 * emacs-lisp/debug.el (debug): Restore assignment to
5109 debugger-old-buffer removed on 2012-09-08.
5110
5111 2012-09-20 Juri Linkov <juri@jurta.org>
5112
5113 * dired-aux.el (dired-diff): Remove (require 'diff) since
5114 `diff-latest-backup-file' is now autoloaded.
5115
5116 2012-09-20 Chong Yidong <cyd@gnu.org>
5117
5118 * vc/diff.el (diff-latest-backup-file): Autoload.
5119
5120 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5121
5122 * calc/calc.el: Remove redundant autoload shape check.
5123 (sel-mode): Don't defvar.
5124 (calc-get-stack-element): Add `sel-mode' arg instead.
5125 (calc-top, calc-top-list): Pass it this additional argument.
5126 * calc/calc-store.el (calc-store-map):
5127 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
5128 (calc-map-equation, calc-outer-product, calc-inner-product):
5129 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
5130
5131 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
5132
5133 2012-09-19 Juri Linkov <juri@jurta.org>
5134
5135 * dired-aux.el (dired-diff): Add (require 'diff) because
5136 `diff-latest-backup-file' is not autoloaded.
5137 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
5138 of `dired-get-filename' to t to not report error when there is
5139 no default file on the current line.
5140
5141 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5142
5143 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
5144 macroexp--eval-if-compile.
5145 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
5146 (macroexp--expand-all): Use them (bug#12371).
5147
5148 * doc-view.el (doc-view-guess-paper-size)
5149 (doc-view-scale-bounding-box): Fix unbound `caddr'.
5150
5151 2012-09-19 Tassilo Horn <tsdh@gnu.org>
5152
5153 New feature: set optimal slice from BoundingBox information.
5154 * doc-view.el (doc-view-mode-map): Add keybinding.
5155 (doc-view-menu): Add menu entry.
5156 (doc-view-set-slice): Adapt docstring.
5157 (doc-view-get-bounding-box, doc-view-guess-paper-size)
5158 (doc-view-scale-bounding-box)
5159 (doc-view-set-slice-from-bounding-box): New functions.
5160 (doc-view-paper-sizes): New defvar.
5161
5162 2012-09-19 Glenn Morris <rgm@gnu.org>
5163
5164 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
5165 (byte-compile-log-warning): Autoload. (Bug#12371)
5166
5167 * calendar/calendar.el (calendar-american-month-header)
5168 (calendar-european-month-header, calendar-iso-month-header)
5169 (calendar-month-header): New options.
5170 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
5171 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
5172
5173 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
5174
5175 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
5176
5177 2012-09-18 Juri Linkov <juri@jurta.org>
5178
5179 * dired-aux.el (dired-diff): Restore original functionality of
5180 getting the default value, but keep new feature of using the
5181 latest existing backup file (`diff-latest-backup-file').
5182
5183 2012-09-18 Juri Linkov <juri@jurta.org>
5184
5185 * dired.el (dired-mark): If the region is active in Transient Mark
5186 mode, mark all files in the active region. Doc fix.
5187 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
5188 Doc fix. (Bug#10624)
5189
5190 2012-09-18 Juri Linkov <juri@jurta.org>
5191
5192 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
5193 attributes for M-n are pulled from the file at point.
5194 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
5195 Suggested by Drew Adams. (Bug#10624)
5196
5197 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
5198
5199 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
5200 whitespace after "end".
5201 (ruby-do-end-to-brace): Collapse block to one line if it fits
5202 within fill-column.
5203
5204 2012-09-18 Martin Rudalics <rudalics@gmx.at>
5205
5206 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
5207 value.
5208 (debug): Don't remove debugger window when debugger is expected
5209 to be back.
5210
5211 2012-09-18 Chong Yidong <cyd@gnu.org>
5212
5213 * custom.el (defface): Doc fix.
5214
5215 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
5216
5217 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
5218
5219 * progmodes/compile.el (compilation-start): Use compilation-always-kill
5220 to initialize query-on-exit; then test that instead (bug#12288).
5221
5222 2012-09-17 Stefan Merten <smerten@oekonux.de>
5223
5224 * textmodes/rst.el: Add support for `testcover'.
5225 (rst-defcustom-testcover, rst-testcover-add-compose)
5226 (rst-testcover-add-1value): New functions.
5227 (rst-portable-mark-active-p): Replace by `use-region-p'.
5228 (rst-update-section, rst-classify-adornment)
5229 (rst-find-title-line): Mark `1value' forms.
5230 (rst-classify-adornment): Remove superfluous form.
5231 (rst-update-section, rst-get-adornments-around)
5232 (rst-adornment-complete-p, rst-get-next-adornment)
5233 (rst-adjust, rst-promote-region)
5234 (rst-display-adornments-hierarchy, rst-straighten-adornments)
5235 (rst-find-pfx-in-region, rst-section-tree-rec)
5236 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
5237 (rst-toc-node, rst-toc, rst-forward-section)
5238 (rst-iterate-leftmost-paragraphs)
5239 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
5240 (rst-bullet-list-region)
5241 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
5242 (rst-compile-find-conf, rst-compile)
5243 (rst-repeat-last-character): Fix style.
5244
5245 2012-09-17 Chong Yidong <cyd@gnu.org>
5246
5247 * comint.el (comint--complete-file-name-data): Don't add a space
5248 if the status is `sole'; that adds a gratuitous space in the
5249 completion-cycling case (Bug#12092).
5250
5251 * pcomplete.el (pcomplete-completions-at-point): Likewise.
5252
5253 2012-09-17 Richard Stallman <rms@gnu.org>
5254
5255 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
5256 only in the mime-shown mode, not in raw mode.
5257 (rmail-mime): Toggle off mime by displaying the message without
5258 mime processing. (Bug#12305)
5259
5260 * mail/rmail.el (rmail-retry-failure):
5261 Turn off mime processing first. (Bug#12037)
5262
5263 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
5264
5265 2012-09-17 Chong Yidong <cyd@gnu.org>
5266
5267 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
5268 (shell-dynamic-complete-functions): Convert to defcustom.
5269 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
5270
5271 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
5272 * comint.el (comint-prompt-read-only):
5273 * custom.el (defcustom):
5274 * hi-lock.el (hi-lock-mode):
5275 * ibuffer.el (ibuffer-formats):
5276 * ielm.el (ielm-prompt-read-only):
5277 * novice.el (disable-command):
5278 * saveplace.el (toggle-save-place):
5279 * speedbar.el (speedbar-supported-extension-expressions):
5280 * startup.el (auto-save-list-file-prefix, init-file-user)
5281 (after-init-hook, inhibit-startup-echo-area-message):
5282 * strokes.el (strokes-help):
5283 * time-stamp.el (time-stamp):
5284 * calendar/calendar.el (calendar, diary-file):
5285 * calendar/diary-lib.el (diary-mail-entries, diary)
5286 (diary-list-entries-hook):
5287 * calendar/holidays.el (holidays, calendar-holidays):
5288 * calendar/lunar.el (lunar-phases):
5289 * calendar/solar.el (sunrise-sunset):
5290 * emulation/edt.el (edt-load-keys):
5291 * emulation/viper.el (viper-mode):
5292 * eshell/em-alias.el (eshell-command-aliases-list):
5293 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5294 * international/ogonek.el (ogonek-information):
5295 * net/tramp-cmds.el (tramp-bug):
5296 * net/quickurl.el (quickurl-reread-hook-postfix):
5297 * play/decipher.el (decipher-font-lock-keywords):
5298 * progmodes/cc-styles.el (c-set-style):
5299 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
5300 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5301 * progmodes/octave-mod.el (octave-mode):
5302 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
5303 * progmodes/verilog-mode.el (verilog-read-defines):
5304 * textmodes/two-column.el (2C-mode): Likewise.
5305
5306 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5307
5308 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
5309 that holds many addresses.
5310
5311 2012-09-16 Chong Yidong <cyd@gnu.org>
5312
5313 * align.el (align-areas): Call the indication function with
5314 positions instead of markers for arguments (Bug#12343).
5315
5316 * files.el (parse-colon-path): Use split-string (Bug#12351).
5317
5318 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5319 (display-buffer-function): Mark as obsolete.
5320
5321 * progmodes/compile.el (compilation-parse-errors): Accept list
5322 values similar to font-lock-keywords (Bug#12136).
5323 Suggested by Oleksandr Manzyuk.
5324 (compilation-error-regexp-alist): Doc fix.
5325
5326 2012-09-15 Glenn Morris <rgm@gnu.org>
5327
5328 * version.el (emacs-bzr-version-bzr): New function.
5329 (emacs-bzr-get-version): Add optional EXTERNAL argument.
5330
5331 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
5332 checkouts, check the parent dirstate matches the branch.
5333 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
5334 empty string.
5335
5336 * version.el (emacs-bzr-version): Doc fix.
5337 (emacs-bzr-version-dirstate): New function.
5338 (emacs-bzr-get-version): For lightweight checkouts, if the parent
5339 is local try and check that it matches the branch. If not, just
5340 use dirstate information. (Bug#12441)
5341
5342 2012-09-14 Juri Linkov <juri@jurta.org>
5343
5344 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
5345 (Bug#12399)
5346
5347 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5348
5349 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
5350
5351 * emacs-lisp/edebug.el: Miscellaneous cleanup.
5352 Remove obsolete byte-compiler hack that tried to silence some warnings.
5353 (edebug-submit-bug-report): Remove.
5354 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
5355 Remove aliases, use the un-prefixed name instead.
5356 (edebug-pop-to-buffer): Consider other frames.
5357 (edebug-original-read):: Make it more obvious that it's always defined.
5358 (edebug--make-form-data-entry, edebug--form-data-name)
5359 (edebug--form-data-begin, edebug--form-data-end): Rename from the
5360 single-dashed name, and implement with cl-defstruct.
5361 (edebug-set-form-data-entry): Use the standard accessors.
5362 (edebug-make-top-form-data-entry): Use push.
5363 (edebug-no-match): Drop useless `funcall'.
5364 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
5365 to functions.
5366 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
5367 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
5368 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
5369 (easy-menu-define, with-custom-print): Remove redundant specs.
5370 (edebug-outside-overriding-local-map)
5371 (edebug-outside-overriding-terminal-local-map): Remove, unused.
5372 (edebug--display): Bind unread-command-events directly to nil rather
5373 than binding it to unread-command-events and later setting it to nil.
5374 (edebug--display): Kill edebug-eval-buffer here...
5375 (edebug--recursive-edit): ...rather than here.
5376 Bind standard-output and standard-input.
5377 (edebug-eval): Check cl-macroexpand-all is fboundp.
5378 (edebug-temp-display-freq-count): Fix last change.
5379
5380 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
5381 * subr.el (noreturn, 1value): Add `debug' spec.
5382 * emacs-lisp/advice.el: Require cl-lib.
5383 (ad-copy-tree): Remove, use copy-tree instead.
5384 (ad-dolist): Remove use dolist or cl-dolist instead.
5385 (ad-do-return): Remove, use cl-return instead.
5386 (defadvice): Add `debug' spec.
5387
5388 2012-09-13 Juri Linkov <juri@jurta.org>
5389
5390 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
5391 (Bug#12399)
5392
5393 2012-09-13 Glenn Morris <rgm@gnu.org>
5394
5395 * calc/calc.el (math-compose-expr):
5396 * calc/calc-ext.el (math-compose-expr):
5397 * progmodes/cc-defs.el (cl-macroexpand-all):
5398 * progmodes/cc-langs.el (delete-duplicates, mapcan)
5399 (cl-macroexpand-all): Update declarations.
5400
5401 * vc/vc.el: No need to require ediff.
5402 (ediff-load-version-control): Declare.
5403 (ediff-vc-internal): Fix declaration.
5404 (vc-version-ediff): Require ediff.
5405
5406 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5407
5408 Use a more backwards-compatible timer format (Bug#12430).
5409 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
5410 being right after USECS, as that better supports old code that
5411 inadvisedly looked directly at the timer vector.
5412
5413 2012-09-13 Kenichi Handa <handa@gnu.org>
5414
5415 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5416 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
5417 `coding-priority' property of these language environment.
5418
5419 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5420
5421 Fix glitches caused by addition of psec to timers (Bug#12430).
5422 * image.el (image-animate-timer):
5423 * time.el (display-time-world-timer):
5424 Use timer--function and timer--args rather than raw access to
5425 timer vector.
5426
5427 2012-09-13 Glenn Morris <rgm@gnu.org>
5428
5429 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5430 If not compiling a file, try using load-file-name.
5431
5432 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5433
5434 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
5435 Fix last change.
5436 (edebug-update-eval-list): Use `push'.
5437
5438 * emacs-lisp/edebug.el: Use lexical-binding.
5439 Remove the "edebug-" prefix from non-dynamically-scoped variables.
5440 Mark unused args with underscore.
5441 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
5442 (edebug-form-data): Use defvar-local.
5443 (edebug-make-before-and-after-form, edebug-make-after-form):
5444 Use backquote.
5445 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
5446 Not dynamically scoped any more.
5447 (edebug--enter-trace): Add arguments `function' and `args'.
5448 Rename from edebug-enter-trace.
5449 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
5450 (edebug--update-coverage): Add `after-index' and `value' args.
5451 Rename from edebug-update-coverage.
5452 (edebug-slow-after): Call it accordingly.
5453 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
5454 edebug-recursive-edit.
5455 (edebug--display): Call it accordingly. Add args `value',
5456 `offset-index', and `arg-mode'. Rename from edebug-display.
5457 (edebug-debugger, edebug): Call it accordingly.
5458 (edebug-eval-display-list): Use dolist.
5459
5460 2012-09-12 Juri Linkov <juri@jurta.org>
5461
5462 * info.el (Info-search): Don't check for isearch-mode and
5463 isearch-regexp before let-binding search-spaces-regexp to
5464 Info-search-whitespace-regexp.
5465 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
5466 search-whitespace-regexp if isearch-lax-whitespace or
5467 isearch-regexp-lax-whitespace is non-nil.
5468 (Info-mode): Don't set local variable search-whitespace-regexp.
5469 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
5470
5471 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5472
5473 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
5474 (debugger-env-macro): Remove support for unread-command-char.
5475
5476 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
5477 the temporary map re-appearing on emulation-mode-map-alists.
5478
5479 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
5480 since 22.1.
5481
5482 * ehelp.el (with-electric-help): Accept functions in
5483 electric-help-form-to-execute.
5484 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
5485 And replace unread-command-char -> unread-command-events.
5486
5487 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
5488
5489 Sync with Tramp 2.2.6.
5490
5491 * net/tramp.el (tramp-accept-process-output): Don't use
5492 JUST-THIS-ONE in the XEmacs case.
5493
5494 * net/trampver.el: Update release number.
5495
5496 2012-09-12 Martin Rudalics <rudalics@gmx.at>
5497
5498 * emacs-lisp/debug.el (debugger-previous-window-height):
5499 New variable.
5500 (debug): When debugger-jumping-flag is non-nil try to restore
5501 height of debugger window. (Bug#8789)
5502
5503 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
5506 overriding-local-map and pre/post-command-hook here.
5507 (edebug-recursive-edit): Do it here instead (bug#12345).
5508 (edebug-outside-unread-command-char): Remove all uses of
5509 unread-command-char.
5510
5511 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
5512 inhibit-debugger is bound instead.
5513
5514 2012-09-11 Bastien Guerry <bzg@gnu.org>
5515
5516 * subr.el (set-temporary-overlay-map): Add a docstring.
5517 (Bug#12346)
5518
5519 2012-09-11 Bastien Guerry <bzg@gnu.org>
5520
5521 * minibuffer.el (completion-table-subvert): Fix docstring.
5522 (Bug#12347)
5523
5524 2012-09-11 Bastien Guerry <bzg@gnu.org>
5525
5526 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
5527
5528 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
5529
5530 * progmodes/sql.el: Version 3.1
5531 (sql-db2-escape-newlines): New variable.
5532 (sql-escape-newlines-filter): Use it.
5533
5534 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
5535
5536 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
5537
5538 2012-09-10 Dan Nicolaescu <dann@gnu.org>
5539
5540 * vc/diff-mode.el (diff-mode-menu):
5541 Bind diff-remove-trailing-whitespace.
5542
5543 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5544
5545 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
5546 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
5547 (emacs-lisp-byte-code-mode): New functions.
5548 (eval-sexp-add-defvars): Don't skip defvars in column >0.
5549 (eval-defun-2): Remove bogus interactive spec.
5550 (lisp-indent-line): Remove redundant whole-exp code, now done in
5551 indent-according-to-mode.
5552 (save-match-data): Remove redundant indent data.
5553
5554 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
5555 Use `declare'.
5556
5557 2012-09-09 Juri Linkov <juri@jurta.org>
5558
5559 * replace.el (replace-regexp-lax-whitespace): New defcustom.
5560 (replace-lax-whitespace, query-replace-regexp)
5561 (query-replace-regexp-eval, replace-regexp): Doc fix.
5562 (perform-replace, replace-highlight): Let-bind
5563 isearch-lax-whitespace to replace-lax-whitespace and
5564 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
5565
5566 * isearch.el (isearch-query-replace): Let-bind
5567 replace-lax-whitespace to isearch-lax-whitespace and
5568 replace-regexp-lax-whitespace to
5569 isearch-regexp-lax-whitespace. (Bug#10885)
5570
5571 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5572
5573 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
5574
5575 2012-09-09 Alan Mackenzie <acm@muc.de>
5576
5577 * progmodes/cc-engine.el (c-state-cache-init):
5578 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
5579 (c-record-parse-state-state):
5580 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
5581
5582 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
5583
5584 * register.el (register-separator): Rename from
5585 separator-register. All uses changed. Doc fix.
5586 (register): Fix version.
5587
5588 2012-09-09 Chong Yidong <cyd@gnu.org>
5589
5590 * replace.el (query-replace-map): Bind four new symbols for
5591 requesting window scrolling.
5592
5593 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
5594 query-replace-map (Bug#8948).
5595
5596 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
5597
5598 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
5599 since they are now in query-replace-map.
5600
5601 * window.el (scroll-other-window-down): Make the arg optional.
5602
5603 2012-09-09 Chong Yidong <cyd@gnu.org>
5604
5605 * files.el (hack-local-variables-confirm): Use quit-window to kill
5606 the *Local Variables* buffer.
5607
5608 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5609
5610 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
5611 not just expect to be at its beginning. Adjust callees.
5612 Succeed when do-end block has no space before the pipe character.
5613 (ruby-brace-to-do-end): When the original block is one-liner,
5614 convert to multiline. Reindent the result.
5615
5616 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
5617
5618 * register.el (register): New group.
5619 (separator-register): New user option.
5620 (increment-register): Route it to `append-to-register', if
5621 register contains text. Implication is that `C-x r +' can now be
5622 used for appending to a text register (bug#12217).
5623 (append-to-register, prepend-to-register): Add separator based on
5624 `separator-register'.
5625
5626 2012-09-08 Alan Mackenzie <acm@muc.de>
5627
5628 AWK Mode: make auto-newline work when there's "==" in the pattern.
5629 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
5630 correctly.
5631 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
5632 Test more rigorously for "=" token.
5633
5634 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5635
5636 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
5637 Only fail when reached LIMIT.
5638
5639 2012-09-08 Chong Yidong <cyd@gnu.org>
5640
5641 * dired.el (dired-mode-map): Don't bind M-=.
5642
5643 * dired-aux.el (dired-diff): Use backup file as default.
5644
5645 2012-09-08 Drew Adams <drew.adams@oracle.com>
5646
5647 * subr.el (add-to-history): Fix delete usage (Bug#12314).
5648
5649 2012-09-08 Chong Yidong <cyd@gnu.org>
5650
5651 * subr.el (syntax-after, syntax-class): Doc fix.
5652
5653 2012-09-08 Martin Rudalics <rudalics@gmx.at>
5654
5655 * window.el (display-buffer-in-previous-window): New buffer
5656 display action function.
5657
5658 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
5659 (debugger-previous-window): New variable.
5660 (debug): Rewrite using display-buffer-in-previous-window,
5661 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
5662
5663 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5664
5665 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
5666
5667 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
5668
5669 * progmodes/python.el (python-shell-send-string):
5670 When default-directory is remote, create temp file on remote
5671 filesystem.
5672 (python-shell-send-file): When file is remote, pass local view of
5673 file paths to remote Python interpreter. (Bug#12340)
5674
5675 2012-09-07 Chong Yidong <cyd@gnu.org>
5676
5677 * window.el (switch-to-buffer): Doc fix (Bug#12181).
5678
5679 * files.el (after-find-file): Don't fail on a read-only buffer if
5680 require-final-newline is `visit' or `visit-save' (Bug#11156).
5681
5682 * subr.el (read-char-choice): Allow quitting via ESC ESC.
5683
5684 * userlock.el (ask-user-about-supersession-threat):
5685 Use read-char-choice (Bug#12093).
5686
5687 2012-09-07 Chong Yidong <cyd@gnu.org>
5688
5689 * subr.el (buffer-narrowed-p): New function.
5690
5691 * ses.el (ses-widen):
5692 * simple.el (count-words--buffer-message):
5693 * net/browse-url.el (browse-url-of-buffer): Use it.
5694
5695 * simple.el (count-words-region): Don't signal an error if there
5696 is a non-nil prefix arg and the mark is not set.
5697
5698 * help.el (describe-key-briefly): Allow the message to be seen
5699 when invoked from the minibuffer (Bug#7014).
5700
5701 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
5702
5703 * progmodes/ruby-mode.el (ruby-end-of-defun)
5704 (ruby-beginning-of-defun): Simplify, allow indentation before
5705 block beginning and end keywords.
5706 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
5707 (ruby-end-of-defun): Expect that the point is at the beginning of
5708 the defun.
5709
5710 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5711
5712 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
5713 (bug#12367).
5714 (cl--make-usage-args): Strip _ from argument names.
5715
5716 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5717
5718 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
5719 obsolete alias speedbar-key-map.
5720 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
5721 (vhdl-index-menu-init): Don't use obsolete variable
5722 font-lock-maximum-size.
5723
5724 2012-09-06 Chong Yidong <cyd@gnu.org>
5725
5726 * frame.el (window-system-version): Mark as obsolete.
5727
5728 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
5729 of obsolete variable speedbar-key-map.
5730
5731 2012-09-06 Juri Linkov <juri@jurta.org>
5732
5733 * replace.el (replace-lax-whitespace): New defcustom.
5734 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5735 (replace-string, replace-regexp): Mention it in docstrings.
5736 (perform-replace, replace-highlight): Let-bind
5737 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
5738 to the values of replace-lax-whitespace and regexp-flag.
5739 Don't let-bind search-whitespace-regexp. (Bug#10885)
5740
5741 * isearch.el (isearch-query-replace): Let-bind
5742 replace-lax-whitespace instead of let-binding
5743 replace-search-function and replace-re-search-function.
5744 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
5745 and isearch-regexp-lax-whitespace to lazy-highlight variables.
5746 (isearch-toggle-symbol): Set isearch-regexp to nil
5747 in isearch-word mode (like in isearch-toggle-word).
5748
5749 2012-09-06 Juri Linkov <juri@jurta.org>
5750
5751 * replace.el (replace-search-function)
5752 (replace-re-search-function): Set default values to nil.
5753 (perform-replace): Let-bind isearch-related variables based on
5754 replace-related values, call `isearch-search-fun' and let-bind
5755 the result to `search-function'. Remove code that sets
5756 `search-function' and `search-string' separately for
5757 `delimited-flag'.
5758 (replace-highlight): Add new argument `delimited-flag' and
5759 rename other arguments to the names used in `perform-replace'.
5760 Let-bind `isearch-word' to the argument `delimited-flag'.
5761 (Bug#10885, bug#10887)
5762
5763 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
5764
5765 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
5766 ruby-beginning-of-indent, simplify, allow all keywords to have
5767 indentation before them.
5768 (ruby-beginning-of-indent): Adjust for above. Search until the
5769 found point is not inside a string or comment.
5770 (ruby-font-lock-keywords): Allow symbols to start with "@"
5771 character, give them higher priority than variables.
5772 (ruby-syntax-propertize-function)
5773 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
5774 matchers. Expression expansions are not comments when inside a
5775 string, and there comment syntax status is irrelevant.
5776 (ruby-match-expression-expansion): New function. Check that
5777 expression expansion is inside a string, and it's not escaped.
5778 (ruby-font-lock-keywords): Use it.
5779
5780 2012-09-05 Martin Rudalics <rudalics@gmx.at>
5781
5782 * help.el (temp-buffer-max-height): New default value.
5783 (temp-buffer-resize-frames): New option.
5784 (resize-temp-buffer-window): Optionally resize frame.
5785
5786 * window.el (fit-frame-to-buffer-bottom-margin): New option.
5787 (fit-frame-to-buffer): New function.
5788
5789 2012-09-05 Glenn Morris <rgm@gnu.org>
5790
5791 * emulation/cua-rect.el (cua--init-rectangles):
5792 * textmodes/picture.el (picture-mode-map):
5793 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
5794 like forward-char and backward-char. (Bug#12317)
5795
5796 2012-09-05 Leo Liu <sdl.web@gmail.com>
5797
5798 * progmodes/flymake.el (flymake-warning-re): New variable.
5799 (flymake-parse-line): Use it.
5800
5801 2012-09-05 Glenn Morris <rgm@gnu.org>
5802
5803 * calendar/holidays.el (holiday-christian-holidays):
5804 Rename an entry. (Bug#12289)
5805
5806 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
5807
5808 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
5809 (bug#12222).
5810
5811 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5812
5813 * loadup.el: Load macroexp. Remove hack.
5814 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
5815 (macroexp--expand-all): Use it to get better warnings.
5816 (macroexp--backtrace, macroexp--trim-backtrace-frame)
5817 (internal-macroexpand-for-load): New functions.
5818 (macroexp--pending-eager-loads): New var.
5819 (emacs-startup-hook): New hack to replace one in loadup.el.
5820 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
5821 (cl--compiler-macro-cXXr): Move to top, before they can be used.
5822 (cl-psetf): Simplify.
5823 (cl-defstruct): Add indent rule.
5824
5825 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
5826
5827 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
5828 over `user-mail-address' for the SMTP MAIL FROM envelope.
5829 (smtpmail-via-smtp): Ditto.
5830
5831 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
5832
5833 * progmodes/ruby-mode.el: Clean up keybindings.
5834 (ruby-mode-map): Don't bind ruby-electric-brace,
5835 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
5836 backward-kill-word, reindent-then-newline-and-indent.
5837 (ruby-mark-defun): Remove.
5838 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
5839 (ruby-mode): Set local beginning-of-defun-function and
5840 end-of-defun-function values.
5841
5842 2012-09-03 Martin Rudalics <rudalics@gmx.at>
5843
5844 * window.el (temp-buffer-window-setup-hook)
5845 (temp-buffer-window-show-hook): New hooks.
5846 (temp-buffer-window-setup, temp-buffer-window-show)
5847 (with-temp-buffer-window): New functions.
5848 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
5849 (special-display-popup-frame): Make sure the window used shows BUFFER.
5850
5851 * help.el (temp-buffer-resize-mode): Fix doc-string.
5852 (resize-temp-buffer-window): New optional argument WINDOW.
5853
5854 * files.el (recover-file, save-buffers-kill-emacs):
5855 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
5856
5857 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
5858
5859 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
5860 remote definition of `default-directory', ensure we can connect.
5861
5862 2012-09-02 Juri Linkov <juri@jurta.org>
5863
5864 Toggle whitespace matching mode with M-s SPC.
5865 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
5866
5867 * isearch.el (search-whitespace-regexp): Doc fix.
5868 Remove cons cell customization.
5869 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
5870 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
5871 New variables.
5872 (isearch-forward, isearch-forward-regexp): Doc fix.
5873 (isearch-toggle-lax-whitespace): New command.
5874 (search-forward-lax-whitespace, search-backward-lax-whitespace)
5875 (re-search-forward-lax-whitespace)
5876 (re-search-backward-lax-whitespace): New functions.
5877 (isearch-whitespace-regexp): Remove function.
5878 (isearch-query-replace): Let-bind replace-search-function and
5879 replace-re-search-function.
5880 (isearch-occur): Let-bind search-spaces-regexp according to the
5881 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
5882 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
5883 condition for C-q SPC.
5884 (isearch-search-fun-default): Use new functions mentioned above.
5885 (isearch-search-forward, isearch-search-backward): Remove functions.
5886 (isearch-search): Don't let-bind search-spaces-regexp.
5887 (isearch-lazy-highlight-space-regexp): Remove variable.
5888 (isearch-lazy-highlight-lax-whitespace)
5889 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
5890 (isearch-lazy-highlight-new-loop): Use them.
5891 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
5892
5893 2012-09-02 Chong Yidong <cyd@gnu.org>
5894
5895 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
5896
5897 2012-09-02 Glenn Morris <rgm@gnu.org>
5898
5899 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
5900
5901 2012-09-01 Glenn Morris <rgm@gnu.org>
5902
5903 * term.el: Tidy up menu definitions.
5904 (term-mode-map): Use easymenu for In/Out, Complete menus.
5905 (term-pager-break-map): Initialize in the defvar.
5906 (term-terminal-menu, term-signals-menu): Define with easymenu.
5907 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
5908 (term-pager-menu): New, extracted from term-process-pager.
5909 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
5910 (term-update-mode-line): Propertize line/char and page items.
5911 (term-process-pager): Move keymap initialization elsewhere.
5912
5913 2012-09-01 Martin Rudalics <rudalics@gmx.at>
5914
5915 * window.el (switch-to-prev-buffer): Handle additional values of
5916 BURY-OR-KILL argument. Don't switch in minibuffer window.
5917 (switch-to-next-buffer): Don't switch in minibuffer window.
5918 (quit-restore-window): New function based on quit-window.
5919 Handle additional values of former KILL argument.
5920 (quit-window): Call quit-restore-window with appropriate
5921 interpretation of KILL argument.
5922 (display-buffer-below-selected): New buffer display action
5923 function.
5924
5925 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5926
5927 * minibuffer.el (completion-at-point-functions): Complete docstring
5928 (bug#12254).
5929
5930 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
5931
5932 Better seed support for (random).
5933 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
5934 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
5935 * play/mpuz.el, play/tetris.el, play/zone.el:
5936 * calc/calc-comb.el (math-init-random-base):
5937 * play/blackbox.el (bb-init-board):
5938 * play/life.el (life):
5939 * server.el (server-use-tcp):
5940 * type-break.el (type-break):
5941 Remove unnecessary call to (random t).
5942 * net/sasl.el (sasl-unique-id-function):
5943 Change (random t) to (random), now that the latter is more random.
5944 * play/life.el (life-initialized): Remove no-longer-needed var.
5945
5946 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
5947
5948 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
5949 Consider frame's buffer predicate when choosing the buffer.
5950 (Bug#12081)
5951
5952 2012-08-30 Richard Stallman <rms@gnu.org>
5953
5954 * simple.el (special-mode-map): Delete binding for `z'.
5955
5956 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
5957
5958 * progmodes/compile.el (compilation-always-kill): Doc fix.
5959
5960 2012-08-30 Chong Yidong <cyd@gnu.org>
5961
5962 * window.el (display-buffer-reuse-frames): Make the obsolescence
5963 message more informative.
5964
5965 2012-08-30 Glenn Morris <rgm@gnu.org>
5966
5967 * paren.el (show-paren-delay):
5968 Add a :set function. Doc fix. (Bug#12297)
5969
5970 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
5971
5972 * progmodes/compile.el (compilation-always-kill): New var.
5973 (compilation-start): Use it.
5974
5975 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5976
5977 * simple.el (read-only-mode): Move from files.el for bootstrapping.
5978 * files.el (read-only-mode): Move to simple.el.
5979
5980 * files.el (read-only-mode): New minor mode.
5981 (toggle-read-only): Use it and mark obsolete.
5982 (find-file--read-only):
5983 * vc/vc.el (vc-next-action, vc-checkout):
5984 * vc/vc-cvs.el (vc-cvs-checkout):
5985 * obsolete/vc-mcvs.el (vc-mcvs-update):
5986 * ffap.el (ffap--toggle-read-only): Update callers.
5987
5988 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
5989
5990 * eshell/esh-ext.el (eshell-external-command): Do not examine
5991 remote shell scripts.
5992 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
5993
5994 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
5995 "/usr/local/sbin".
5996
5997 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5998
5999 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
6000
6001 2012-08-28 Leo Liu <sdl.web@gmail.com>
6002
6003 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
6004 completion-at-point. (Bug#12220)
6005
6006 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
6007
6008 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
6009
6010 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6011
6012 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
6013 be buffer-local; add delete-trailing-whitespace (bug#12259).
6014
6015 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
6016
6017 * progmodes/hideif.el (hif-compress-define-list):
6018 Fix typo. (Bug#11951)
6019
6020 2012-08-28 Dan Nicolaescu <dann@gnu.org>
6021
6022 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
6023 buffer local setting.
6024
6025 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
6026 rcirc-encode-coding-system.
6027
6028 2012-08-28 Leo Liu <sdl.web@gmail.com>
6029
6030 * net/rcirc.el (rcirc-split-message): New function.
6031 (rcirc-send-message): Use it. (Bug#12051)
6032
6033 2012-08-28 Juri Linkov <juri@jurta.org>
6034
6035 * info.el (Info-fontify-node): Hide empty lines at the end of
6036 the node. (Bug#12272)
6037
6038 2012-08-27 Drew Adams <drew.adams@oracle.com>
6039
6040 * dired.el (dired-pop-to-buffer): Make window start at beginning
6041 of buffer (Bug#12281).
6042
6043 2012-08-26 Chong Yidong <cyd@gnu.org>
6044
6045 * window.el (special-display-regexps, special-display-frame-alist)
6046 (special-display-buffer-names, special-display-function)
6047 (display-buffer-reuse-frames): Mark as obsolete.
6048
6049 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
6050
6051 * help.el (help-print-return-message): Don't treat
6052 display-buffer-reuse-frames specially.
6053
6054 2012-08-26 Chong Yidong <cyd@gnu.org>
6055
6056 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6057 New variable, replacing gdb-frame-parameters.
6058 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
6059 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
6060 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
6061 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
6062 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
6063 the functions directly with gdb-display-buffer-other-frame-action.
6064 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
6065 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
6066 (gdb-display-stack-buffer, gdb-display-locals-buffer)
6067 (gdb-display-registers-buffer): Define directly.
6068 (def-gdb-display-buffer): Macro deleted.
6069 (gdb-display-buffer): Remove second and third args, callers don't
6070 use them. Defer to the default display-buffer behavior, apart
6071 from making windows dedicated.
6072 (gdb-setup-windows): Don't call display-buffer unnecessarily.
6073
6074 * progmodes/gud.el (gud-display-line): Just use display-buffer.
6075
6076 * window.el (display-buffer-pop-up-frame): Handle a
6077 pop-up-frame-parameters alist entry.
6078 (display-buffer): Document it.
6079
6080 2012-08-26 Chong Yidong <cyd@gnu.org>
6081
6082 * isearch.el (search-whitespace-regexp): Make string and nil
6083 values apply to both ordinary and regexp search. Allow a cons
6084 cell value to distinguish between the two.
6085 (isearch-whitespace-regexp, isearch-search-forward)
6086 (isearch-search-backward): New functions.
6087 (isearch-occur, isearch-search-fun-default, isearch-search)
6088 (isearch-lazy-highlight-new-loop): Use them.
6089 (isearch-forward, isearch-forward-regexp): Doc fix.
6090
6091 2012-08-26 Chong Yidong <cyd@gnu.org>
6092
6093 * faces.el (help-argument-name): Always inherit from italic
6094 (Bug#12213).
6095
6096 2012-08-25 Martin Rudalics <rudalics@gmx.at>
6097
6098 * window.el (window--even-window-heights): Even heights when
6099 WINDOW and the selected window form a vertical combination.
6100 (display-buffer-use-some-window): Provide that window used gets
6101 sized back by quit-window. (Bug#11880) and (Bug#12091)
6102
6103 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6104
6105 Fix file time stamp problem with bzr and CVS (Bug#12001).
6106 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
6107 in the file's time stamp, since the version control system loses
6108 that information.
6109
6110 2012-08-22 Juri Linkov <juri@jurta.org>
6111
6112 * info.el (Info-fontify-node): Hide the suffix of the
6113 Info file name in the header line. (Bug#12187)
6114
6115 2012-08-22 Glenn Morris <rgm@gnu.org>
6116
6117 * calendar/cal-tex.el (cal-tex-weekly-common):
6118 Restore leading blank page.
6119
6120 2012-08-22 Le Wang <l26wang@gmail.com>
6121
6122 * misc.el (forward-to-word, backward-to-word): Activate or extend
6123 the region under `shift-select-mode'. (Bug#12231)
6124
6125 2012-08-22 Bastien Guerry <bzg@gnu.org>
6126
6127 * progmodes/executable.el (executable-prefix): Set to "#!" instead
6128 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
6129 gives details on why the space is never needed.
6130
6131 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6132
6133 * window.el (walk-window-tree, window-with-parameter):
6134 New optional argument MINIBUF to control whether these functions
6135 should run on the minibuffer window.
6136 (window-at-side-list): Don't operate on minibuffer window.
6137 (window-in-direction): Simplify and rewrite doc-string.
6138 (window--size-ignore): Rename to window--size-ignore-p.
6139 Update callers.
6140 (display-buffer-in-atom-window, window--major-non-side-window)
6141 (window--major-side-window, display-buffer-in-major-side-window)
6142 (delete-side-window, display-buffer-in-side-window):
6143 New functions.
6144 (window--side-check, window-deletable-p, delete-window)
6145 (delete-other-windows, split-window): Handle side windows and
6146 atomic windows appropriately.
6147 (window--display-buffer): Call display-buffer-record-window also
6148 when the window buffer did not change.
6149
6150 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
6151
6152 * help-fns.el (help-fns--key-bindings):
6153 Abbreviate non-symbol remap targets. (Bug#12174)
6154
6155 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6156
6157 * dired.el (dired-mark-remembered): Don't clobber point.
6158 (Bug#11795)
6159
6160 2012-08-22 Glenn Morris <rgm@gnu.org>
6161
6162 * progmodes/bug-reference.el (bug-reference): New custom group.
6163 (bug-reference-bug-regexp): Make it a defcustom.
6164
6165 2012-08-22 Daiki Ueno <ueno@unixuser.org>
6166
6167 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
6168 (js-paren-indent-offset, js-square-indent-offset)
6169 (js-curly-indent-offset): Add :safe (Bug#12257).
6170
6171 2012-08-22 Edward O'Connor <hober0@gmail.com>
6172
6173 * json.el (json-key-format): Add error properties.
6174 (json-encode-key): New function.
6175 (json-encode-hash-table, json-encode-alist, json-encode-plist):
6176 Use json-encode-key.
6177
6178 2012-08-22 Glenn Morris <rgm@gnu.org>
6179
6180 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
6181 (cal-tex-leftday, cal-tex-rightday): Remove functions.
6182 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
6183 Update for above change.
6184
6185 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
6186
6187 * cus-face.el (custom-face-attributes): Fix customize type for the
6188 :underline attribute. (Bug#11805)
6189
6190 2012-08-21 Martin Rudalics <rudalics@gmx.at>
6191
6192 * window.el (window-point-1, set-window-point-1): Remove.
6193 (window-in-direction, record-window-buffer)
6194 (set-window-buffer-start-and-point, split-window-below)
6195 (window--state-get-1, display-buffer-record-window):
6196 Replace calls to window-point-1 and set-window-point-1 by calls to
6197 window-point and set-window-point respectively.
6198
6199 2012-08-21 Glenn Morris <rgm@gnu.org>
6200
6201 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
6202 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
6203 Use it.
6204
6205 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
6206 (cal-tex-shortday): New function.
6207 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
6208 (cal-tex-cursor-filofax-daily): Use the above.
6209
6210 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
6211 New functions.
6212 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6213 (cal-tex-cursor-filofax-week): Use them.
6214
6215 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
6216 New constants.
6217 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6218 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
6219
6220 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
6221 (cal-tex-end-document): Don't rely on buffer name.
6222
6223 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
6224 Use cal-tex-vspace.
6225 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
6226 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
6227 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
6228 Use cal-tex-arg.
6229
6230 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
6231 (cal-tex-cursor-week, cal-tex-cursor-week2)
6232 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
6233 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6234 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
6235 (cal-tex-insert-preamble, cal-tex-b-document)
6236 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
6237 Improve cal-tex-cmd usage.
6238
6239 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
6240 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
6241 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
6242 (cal-tex-weekly-paper): New function.
6243 (cal-tex-cursor-week, cal-tex-cursor-week2)
6244 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6245 (cal-tex-cursor-day): Use it.
6246
6247 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
6248 (cal-tex-cursor-filofax-week): Remove leading blank page.
6249
6250 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6251 Add autoload cookie. For now at least, don't use color, since
6252 no other cal-tex function does.
6253
6254 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
6255 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6256 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
6257
6258 2012-08-21 Juri Linkov <juri@jurta.org>
6259
6260 * info.el (Info-file-attributes): New variable.
6261 (info-insert-file-contents): Add file attributes to
6262 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
6263 `Info-toc-nodes' when previous modtime of the Info file is less
6264 than new modtime.
6265 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
6266 of info.el. (Bug#12230)
6267
6268 2012-08-20 Glenn Morris <rgm@gnu.org>
6269
6270 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
6271 * calendar/holidays.el (calendar-holiday-list):
6272 Report errors with display-warning rather than beep'n'sleep.
6273
6274 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
6275
6276 * net/tramp.el (tramp-accept-process-output): Accept only output
6277 from PROC. Otherwise, process filters and sentinels might be
6278 confused. (Bug#12145)
6279
6280 2012-08-20 Chong Yidong <cyd@gnu.org>
6281
6282 * descr-text.el (describe-text-properties-1): Use overlays-in to
6283 report on empty overlays (Bug#3322).
6284
6285 2012-08-20 Glenn Morris <rgm@gnu.org>
6286
6287 * mail/rmailout.el (rmail-output-read-file-name):
6288 Trap and report errors in rmail-output-file-alist elements.
6289
6290 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
6291 since most non-font-lock faces are not also variables).
6292
6293 2012-08-20 Edward Reingold <reingold@iit.edu>
6294
6295 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6296 New function. (Bug12160)
6297
6298 2012-08-19 Glenn Morris <rgm@gnu.org>
6299
6300 * mail/rmailout.el (rmail-output-read-file-name):
6301 Fix previous change (when the alist is nil or does not match).
6302
6303 2012-08-19 Chong Yidong <cyd@gnu.org>
6304
6305 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
6306 (Bug#12228).
6307
6308 2012-08-18 Chong Yidong <cyd@gnu.org>
6309
6310 * simple.el (yank-handled-properties): New defcustom.
6311 (yank-excluded-properties): Add font-lock-face and category.
6312 (yank): Doc fix.
6313
6314 * subr.el (remove-yank-excluded-properties):
6315 Obey yank-handled-properties. The special handling of font-lock-face
6316 and category is now done this way, instead of being hard-coded.
6317 (insert-for-yank-1): Remove font-lock-face handling.
6318 (yank-handle-font-lock-face-property)
6319 (yank-handle-category-property): New function.
6320
6321 2012-08-17 Glenn Morris <rgm@gnu.org>
6322
6323 * mail/rmailout.el (rmail-output-read-file-name):
6324 Check rmail-output-file-alist against the full message body
6325 in the correct rmail buffer. (Bug#12214)
6326
6327 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
6328
6329 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6330 Eliminate superfluous prompt. (Bug#12203)
6331
6332 2012-08-17 Chong Yidong <cyd@gnu.org>
6333
6334 * mouse.el (mouse-appearance-menu): If x-select-font returns a
6335 font spec, set the font directly (Bug#3228).
6336
6337 2012-08-17 Martin Rudalics <rudalics@gmx.at>
6338
6339 * window.el (delete-window): Fix last fix.
6340
6341 2012-08-16 Martin Rudalics <rudalics@gmx.at>
6342
6343 * window.el (window-valid-p): Move to window.c.
6344 (window-child, window-child-count, window-last-child)
6345 (window-normalize-window, window-combined-p)
6346 (window-combinations, window-atom-root, window-min-size)
6347 (window-sizable, window-sizable-p, window-size-fixed-p)
6348 (window-min-delta, window-max-delta, window--resizable)
6349 (window--resizable-p, window-resizable, window-total-size)
6350 (window-full-height-p, window-full-width-p, window-body-size)
6351 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
6352 (minimize-window, window-deletable-p, delete-window)
6353 (delete-other-windows, set-window-buffer-start-and-point)
6354 (next-buffer, previous-buffer, split-window, balance-windows-2)
6355 (set-window-text-height, window-buffer-height)
6356 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
6357 (truncated-partial-width-window-p): Minor code adjustments.
6358 In doc-strings state whether the argument window has to denote a
6359 live, valid or any window.
6360
6361 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
6362
6363 * progmodes/subword.el (subword-forward-function)
6364 (subword-backward-function, subword-forward-regexp)
6365 (subword-backward-regexp): New variables.
6366 (subword-forward, subword-forward-internal, subword-backward-internal):
6367 Use new variables, eg so that different "word" definitions
6368 can be easily used. (Bug#11411)
6369
6370 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6371
6372 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
6373 for composite selectors.
6374 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
6375 operation just because we can't find a previous revision.
6376
6377 2012-08-15 Chong Yidong <cyd@gnu.org>
6378
6379 * frame.el (set-frame-font): Accept font objects.
6380
6381 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6382
6383 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
6384
6385 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
6386
6387 * man.el (Man-overstrike-face, Man-underline-face)
6388 (Man-reverse-face): Remove variables.
6389 (Man-overstrike, Man-underline, Man-reverse): New faces.
6390 (Man-fontify-manpage): Use them instead of the variables.
6391 (Man-cleanup-manpage): Comment change.
6392 (Man-ansi-color-map): New variable.
6393 (Man-fontify-manpage): Use it.
6394 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
6395
6396 Implement ANSI SGR parameters 22-27 (bug#12146).
6397 * ansi-color.el (ansi-colors): Doc fix.
6398 (ansi-color-context, ansi-color-context-region): Doc fix.
6399 (ansi-color--find-face): New function.
6400 (ansi-color-apply, ansi-color-apply-on-region): Use it.
6401 Rename the local variable `face' to `codes' since it is now a list of
6402 ansi codes. Doc fix.
6403 (ansi-color-get-face): Remove.
6404 (ansi-color-parse-sequence): New function, derived from
6405 ansi-color-get-face.
6406 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
6407 codes 22-27.
6408
6409 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * subr.el (read-passwd): Allow use from a minibuffer.
6412
6413 2012-08-14 Eli Zaretskii <eliz@gnu.org>
6414
6415 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
6416 inside comments and strings as identifiers.
6417
6418 * progmodes/gud.el (gud-tooltip-print-command): Quote the
6419 expression to evaluate. This allows to evaluate expressions with
6420 embedded whitespace.
6421 (gud-tooltip-tips): Add a blank before the newline in the
6422 message-box text, for the benefit of message-box emulation on
6423 MS-Windows.
6424
6425 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
6426 messages from GDB, pop them up in a tooltip to give feedback to
6427 user.
6428 (gdb-tooltip-print-1): Quote the expression to evaluate.
6429 This allows to evaluate expressions with embedded whitespace.
6430 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
6431 if the TTY name is nil or empty (which happens when communicating
6432 with the inferior via pipes, e.g. on MS-Windows).
6433 (gdb-internals): If GDB sends a "&\n" empty debugging message,
6434 don't send that to the GUD buffer.
6435
6436 2012-08-14 Glenn Morris <rgm@gnu.org>
6437
6438 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
6439 Optimize away setq-default with no args, as for setq. (Bug#12195)
6440
6441 2012-08-14 Chong Yidong <cyd@gnu.org>
6442
6443 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
6444
6445 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
6446 (Bug#12085).
6447
6448 2012-08-14 Glenn Morris <rgm@gnu.org>
6449
6450 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
6451
6452 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
6453
6454 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
6455 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6456 Use cached shell name.
6457
6458 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6459
6460 * progmodes/python.el (python-shell-send-string):
6461 (python-shell-send-setup-code): Do not use `format' with `message'.
6462
6463 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
6464
6465 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
6466 (ruby-percent-literal-beg-re): New constant.
6467 (ruby-syntax-general-delimiters-goto-beg): Rename to
6468 `ruby-syntax-enclosing-percent-literal', improve literal type check.
6469 (ruby-syntax-propertize-general-delimiters): Rename to
6470 `ruby-syntax-propertize-percent-literal', it's a shorter and more
6471 popular term. Adjust comments everywhere.
6472 (ruby-syntax-propertize-percent-literal): Only propertize when not
6473 inside a simple string or comment. When the literal is unclosed,
6474 leave the text after it unpropertized.
6475 (ruby-syntax-methods-before-regexp): New constant.
6476 (ruby-syntax-propertize-function): Use it to recognize regexps.
6477 Don't look at the text after regexp, just use the whitelist.
6478
6479 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
6480
6481 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
6482 non-nil always load the compiled file if it exists. (Bug#12197)
6483
6484 2012-08-14 Chong Yidong <cyd@gnu.org>
6485
6486 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
6487 (hi-lock-set-pattern): When deciding whether to use font lock or
6488 overlays, look at font-lock-mode instead of font-lock-fontified
6489 (Bug#12168).
6490 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
6491 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
6492
6493 2012-08-14 Daiki Ueno <ueno@unixuser.org>
6494
6495 * subr.el (internal--after-with-selected-window): Fix typo
6496 (Bug#12193).
6497
6498 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6499
6500 Use `completion-table-dynamic' for completion functions.
6501 * progmodes/python.el
6502 (python-shell-completion--do-completion-at-point)
6503 (python-shell-completion--get-completions):
6504 Remove functions.
6505 (python-shell-completion-complete-at-point): New function.
6506 (python-completion-complete-at-point): Use it.
6507
6508 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
6509
6510 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
6511 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
6512
6513 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6514
6515 * subr.el (function-get): Refine `autoload' arg so it can also
6516 autoload functions for gv.el (bug#12191).
6517 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
6518 autoloads macros.
6519
6520 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
6521 Prefer pcase-let over destructuring-bind.
6522 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
6523 Also, remove whitespace as we go, rather than after accumulating the
6524 various places.
6525
6526 * subr.el (internal--before-with-selected-window)
6527 (internal--after-with-selected-window): Fix typo seleted->selected.
6528 (with-selected-window): Adjust callers.
6529 Reported by Dmitry Gutov <dgutov@yandex.ru>.
6530
6531 2012-08-13 Bastien Guerry <bzg@gnu.org>
6532
6533 * window.el (special-display-popup-frame): Minor docstring
6534 enhancement. (Bug#12172)
6535
6536 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
6537
6538 * tar-mode.el (tar-header-data-end): Only ignore size for files of
6539 type 1-6.
6540 (tar-header-block-summarize, tar-get-descriptor): Handle pax
6541 extended headers.
6542
6543 * files.el (hack-local-variables-filter): Remove useless eval.
6544
6545 2012-08-13 Martin Rudalics <rudalics@gmx.at>
6546
6547 * subr.el (with-selected-window): Fix last change.
6548
6549 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6550
6551 * subr.el (internal--before-with-seleted-window)
6552 (internal--after-with-seleted-window): New functions.
6553 (with-selected-window): Use them, to replace dependency on
6554 tty-top-frame.
6555
6556 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
6557
6558 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
6559 binding for `newline'.
6560 (ruby-move-to-block): When moving backward, stop at block opening,
6561 not indentation.
6562 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
6563 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
6564 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6565 `ruby-toggle-block'.
6566
6567 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * ibuffer.el (ibuffer-do-toggle-read-only):
6570 * dired.el (dired-toggle-read-only):
6571 * buff-menu.el (Buffer-menu-toggle-read-only):
6572 * bindings.el (mode-line-toggle-read-only):
6573 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
6574
6575 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
6576
6577 * descr-text.el (describe-char): Put the overlays over the
6578 "displayed as" character.
6579
6580 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
6581
6582 * calc/calc-units.el (math-default-units-table): Give an
6583 initial value.
6584 (math-put-default-units): Add options to put composite units and
6585 unit systems in the default units table.
6586 (calc-convert-units): Send composite units to
6587 `math-put-default-units' when appropriate.
6588
6589 2012-08-11 Glenn Morris <rgm@gnu.org>
6590
6591 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
6592
6593 * tutorial.el (help-with-tutorial):
6594 * emacs-lisp/copyright.el (copyright-update-directory):
6595 * emacs-lisp/autoload.el (autoload-find-generated-file)
6596 (autoload-find-file): Disable local eval: (for insurance).
6597
6598 * files.el (hack-local-variables-filter): If an eval: form is not
6599 known to be safe, and enable-local-variables is :safe, then ignore
6600 the form totally, as is done for non-eval forms. (Bug#12155)
6601 This is CVE-2012-3479.
6602
6603 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6604
6605 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
6606 (rx-form): Simplify.
6607
6608 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
6609
6610 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
6611 ?, _, and : are symbol constituents, ! is not (but kinda should be).
6612 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
6613 (ruby-syntax-propertize-function): Adjust for changes in
6614 `ruby-syntax-propertize-heredoc'.
6615
6616 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
6617
6618 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
6619 binding (use `M-;' instead).
6620 (ruby-singleton-class-p): New function.
6621 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
6622
6623 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6624
6625 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
6626
6627 2012-08-10 Chong Yidong <cyd@gnu.org>
6628
6629 * progmodes/python.el (python-shell-get-process-name): Don't mess
6630 with same-window-buffer-names.
6631
6632 * eshell/eshell.el (eshell-add-to-window-buffer-names)
6633 (eshell-remove-from-window-buffer-names): Make obsolete.
6634 (eshell-buffer-name, eshell-unload-hook): Don't use them.
6635 (eshell): Just use pop-to-buffer-same-window instead.
6636
6637 2012-08-10 Chong Yidong <cyd@gnu.org>
6638
6639 * bindings.el: Bind M-= back to count-words-region.
6640
6641 * simple.el (count-words-region): Accept a prefix arg for acting
6642 on the entire buffer.
6643 (count-words--buffer-message): New helper function.
6644
6645 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
6648 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
6649 (event-start, event-end): Use posn-at-point to return a more
6650 informative posn.
6651 (posnp): New function.
6652 * mouse.el (popup-menu-normalize-position): Use it.
6653
6654 2012-08-10 Masatake YAMATO <yamato@redhat.com>
6655
6656 * mouse.el (popup-menu-normalize-position): New function.
6657 (popup-menu): Use `popup-menu-normalize-position' to normalize
6658 the form for POSITION argument.
6659
6660 * term/x-win.el (x-menu-bar-open):
6661 Use the value returend from (posn-at-point) as position
6662 passed to `popup-menu'.
6663
6664 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6665
6666 * calc/calccomp.el (math-compose-expr): Add extra argument
6667 indicating that parentheses should be put around products in
6668 denominators. Give multiplication precedence over division during
6669 composition.
6670
6671 2012-08-09 Chong Yidong <cyd@gnu.org>
6672
6673 * man.el (Man-switches, Man-sed-command, Man-awk-command)
6674 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
6675 (Man-untabify-command, manual-program): Convert to defcustom
6676 (Bug#10429).
6677
6678 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
6679
6680 * descr-text.el (describe-char): Don't insert extra newlines
6681 (Bug#10127).
6682
6683 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
6684 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
6685
6686 * align.el (align-region): Delete temporary markers (Bug#10047).
6687 Plus some code cleanups.
6688
6689 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
6690
6691 * progmodes/python.el (python-pdbtrack-tracked-buffer)
6692 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
6693 (python-shell-internal-last-output): Use make-local-variable
6694 instead of make-variable-buffer-local.
6695
6696 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
6697
6698 * progmodes/python.el: Enhancements to forward-sexp.
6699 (python-nav-forward-sexp): Rename from
6700 python-nav-forward-sexp-function.
6701 (python-nav--forward-sexp, python-nav--backward-sexp):
6702 New functions.
6703
6704 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6705
6706 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
6707 modes and simplification modes.
6708
6709 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6710
6711 * delsel.el (delete-selection-pre-hook): Don't propagate the
6712 file-supersession signals (bug#12161).
6713
6714 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6715
6716 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
6717 (cl-map-extents): Add compatibility aliases (bug#12135).
6718
6719 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
6720
6721 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
6722 tests by `ignore-error'.
6723 (tramp-find-shell): Open also a new shell, when cache is already
6724 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
6725
6726 2012-08-08 Juri Linkov <juri@jurta.org>
6727
6728 * bookmark.el: Add `defaults' property to the bookmark record.
6729 (bookmark-current-buffer): Doc fix.
6730 (bookmark-make-record): Add `defaults' property with default values
6731 to the bookmark record.
6732 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
6733 with `bookmark-insert-current-bookmark'.
6734 (bookmark-set): Get `defaults' property from the bookmark record
6735 and use it in `read-from-minibuffer'.
6736 (bookmark-insert-current-bookmark): Remove function.
6737
6738 * info.el (Info-bookmark-make-record): Add `defaults' property
6739 with values of canonical Info node name, the current Info file
6740 name and the current Info node name. (Bug#12107)
6741
6742 2012-08-08 Juri Linkov <juri@jurta.org>
6743
6744 * files.el (basic-save-buffer): Use `buffer-name' as the default
6745 of `read-file-name' when buffer is not visiting a file (bug#12128).
6746
6747 2012-08-08 Juri Linkov <juri@jurta.org>
6748
6749 * info.el (Info-isearch-search): Doc fix.
6750 (Info-search): Change search-failed message from "initial node" to
6751 "end of node" (bug#12078).
6752 (Info-isearch-search): Change `isearch-string-state' to
6753 `isearch--state-string'.
6754
6755 2012-08-08 Glenn Morris <rgm@gnu.org>
6756
6757 * language/persian.el: Remove file.
6758 * language/misc-lang.el: Move unique part of persian.el here.
6759 * loadup.el: Remove language/persian.
6760
6761 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
6762
6763 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
6764
6765 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
6766
6767 * progmodes/python.el: Fix defsubst warning.
6768 (python-syntax-context) Rename from python-info-ppss-context.
6769 (python-syntax-context-type): Rename from
6770 python-info-ppss-context-type.
6771 (python-syntax-comment-or-string-p): Rename from
6772 python-info-ppss-comment-or-string-p.
6773
6774 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
6775
6776 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
6777
6778 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
6779
6780 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
6781 a defcustom that is quoted with backquote.
6782
6783 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
6784 Fix handling of interactive spec when the body uses return.
6785 (math-do-arg-check, math-define-function-body): Use backquote forms.
6786 * calc/calc-ext.el (math-defcache): Likewise.
6787 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
6788 * allout.el (allout-new-exposure): Likewise.
6789 * calc/calcalg2.el (math-tracing-integral): Likewise.
6790 * info.el (Info-last-menu-item): Likewise.
6791 * emulation/vip.el (vip-loop): Likewise.
6792 * textmodes/artist.el (artist-funcall): Likewise.
6793 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
6794 Construct menu-item directly.
6795
6796 * progmodes/autoconf.el (font-lock-syntactic-keywords):
6797 Don't declare.
6798
6799 2012-08-07 Chong Yidong <cyd@gnu.org>
6800
6801 * simple.el (deactivate-mark): Preserve text properties when
6802 saving the primary selection (Bug#8384).
6803
6804 2012-08-07 Kevin Ryde <user42@zip.com.au>
6805
6806 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
6807 (woman-parse-numeric-value): On a bad .IP line, issue a warning
6808 and continue processing (Bug#12110).
6809
6810 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
6811
6812 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
6813 syntax-propertize-function (bug#10095).
6814
6815 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
6816
6817 * help-fns.el (help-fns--key-bindings, help-fns--signature)
6818 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
6819 describe-function-1.
6820 (describe-function-1): Use them. Move compiler macro after sig.
6821 (help-fns--compiler-macro): Use function-get. Assume we're already in
6822 standard-output. Adjust layout to new call order.
6823
6824 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
6825 re-binding a symbol that has a symbol-macro (bug#12119).
6826
6827 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
6828
6829 * language/persian.el: New file. (Bug#11812)
6830 * loadup.el: Add language/persian.el.
6831
6832 2012-08-06 Chong Yidong <cyd@gnu.org>
6833
6834 * window.el (window--maybe-raise-frame): New function.
6835 (window--display-buffer): Split off from here.
6836 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6837 (display-buffer-pop-up-window, display-buffer-use-some-window):
6838 Obey an inhibit-switch-frame action alist entry.
6839 (display-buffer): Update doc.
6840
6841 * replace.el (occur-after-change-function): Avoid losing focus by
6842 using the inhibit-switch-frame display parameter (Bug#12139).
6843
6844 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
6845
6846 Make internal shell process buffer names start with space.
6847 * progmodes/python.el (python-shell-make-comint): Add optional
6848 argument INTERNAL.
6849 (run-python-internal): Use it.
6850 (python-shell-internal-get-or-create-process): Check for new
6851 internal buffer names.
6852
6853 2012-08-06 Glenn Morris <rgm@gnu.org>
6854
6855 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
6856 Do less getting and setting of environment variables.
6857
6858 2012-08-05 Chong Yidong <cyd@gnu.org>
6859
6860 * proced.el (proced): Add substitution string to docstring to
6861 trigger autoloading of the proced library on C-h f (Bug#1768).
6862
6863 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6864 Don't show defvars which have no second argument (Bug#8638).
6865
6866 * imenu.el (imenu-generic-expression): Move documentation here
6867 from imenu--generic-function.
6868 (imenu--generic-function): Refer to imenu-generic-expression.
6869
6870 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
6871
6872 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
6873 indentation declaration.
6874 (viper-loop): Add indentation declaration (Bug#7025).
6875
6876 2012-08-05 Chong Yidong <cyd@gnu.org>
6877
6878 * help-fns.el (describe-variable): Add hyperlink for
6879 directory-local variables files. Improve buffer-local and
6880 permanent-local reporting; suggested by MON KEY (Bug#6644).
6881
6882 * help-mode.el (help-dir-local-var-def): New button type.
6883
6884 * files.el (kill-buffer-hook): Provide a defvar.
6885
6886 2012-08-05 Glenn Morris <rgm@gnu.org>
6887
6888 * eshell/esh-ext.el (eshell/addpath):
6889 Also update eshell-path-env. (Bug#12013)
6890
6891 2012-08-05 Chong Yidong <cyd@gnu.org>
6892
6893 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
6894
6895 * fringe.el (fringe-styles): Add docstring.
6896 (fringe--check-mode): New function.
6897 (set-fringe-mode, set-fringe-style): Use it.
6898 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
6899
6900 * files.el (set-auto-mode): Fix invalid setq call.
6901
6902 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 * isearch.el: Misc simplification; use defstruct.
6905 (isearch-mode-map): Dense maps now work like sparse ones.
6906 (isearch--state): New defstruct.
6907 (isearch-string-state, isearch-message-state, isearch-point-state)
6908 (isearch-success-state, isearch-forward-state)
6909 (isearch-other-end-state, isearch-word-state, isearch-error-state)
6910 (isearch-wrapped-state, isearch-barrier-state)
6911 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
6912 replaced by defstruct's accessors.
6913 (isearch--set-state): Rename from isearch-top-state and change
6914 calling convention.
6915 (isearch-push-state): Use new isearch--get-state.
6916 (isearch-toggle-word): Disable regexp when enabling word.
6917 (isearch-message-prefix): Remove unused arg _c-q-hack.
6918 (isearch-message-suffix): Remove unused arg _ellipsis.
6919
6920 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
6921
6922 * simple.el (list-processes--refresh): For a server use :host or
6923 :local as the address.
6924 (list-processes): Doc fix.
6925
6926 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
6927
6928 * lisp/mpc.el: Support password in host argument.
6929 (mpc--proc-connect): Parse and use new password element.
6930 Set mpc-proc variable instead of returning process.
6931 (mpc-proc): Adjust accordingly.
6932
6933 2012-08-03 Eli Zaretskii <eliz@gnu.org>
6934
6935 * whitespace.el (whitespace-display-mappings): Use Unicode
6936 codepoints, instead of emacs-mule codepoints. See
6937 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
6938 for the details.
6939
6940 * files.el (file-truename): Don't skip symlink-chasing part on
6941 windows-nt. Incorporate the resolution of 8+3 short aliases on
6942 Windows into the loop that recursively chases symlinks.
6943 Compare directory and its parent case-insensitively on MS-Windows and
6944 MS-DOS.
6945
6946 2012-08-03 Chong Yidong <cyd@gnu.org>
6947
6948 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
6949
6950 * sort.el (sort-regexp-fields): Doc fix.
6951
6952 2012-08-03 Tassilo Horn <tsdh@gnu.org>
6953
6954 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
6955 labels regex position point at the expected place.
6956
6957 2012-08-03 MON KEY <monkey@sandpframing.com>
6958
6959 * net/imap.el (imap-interactive-login, imap-authenticate)
6960 (imap-mailbox-lsub, imap-mailbox-list)
6961 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
6962 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
6963 (imap-parse-response): Doc fix.
6964
6965 2012-08-03 João Távora <joaotavora@gmail.com>
6966
6967 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
6968 if sexp scanning does not move point (Bug#5734).
6969
6970 2012-08-02 Tassilo Horn <tsdh@gnu.org>
6971
6972 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
6973 Add listings, minted, and ctable packages.
6974 (reftex-label-alist-builtin): Move listings, minted, and ctable
6975 entries before LaTeX.
6976 (reftex-label-alist): Docfix.
6977
6978 2012-08-02 Bastien Guerry <bzg@gnu.org>
6979
6980 * replace.el (occur): Fix docstring (bug#12122).
6981
6982 2012-08-02 Glenn Morris <rgm@gnu.org>
6983
6984 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
6985
6986 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
6987
6988 Obsolete alias inactivate-current-input-method-function (Bug#10150).
6989 * international/mule-cmds.el: Create
6990 inactivate-current-input-method-function as an obsolete alias for
6991 deactivate-current-input-method-function. See Katsumi Yamaoka in
6992 <http://bugs.gnu.org/10150#46>.
6993
6994 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
6995
6996 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
6997 of nested `if's.
6998
6999 2012-08-01 Glenn Morris <rgm@gnu.org>
7000
7001 * progmodes/autoconf.el (autoconf-definition-regexp):
7002 Add AH_TEMPLATE, adjust submatch numbering.
7003 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
7004 (autoconf-current-defun-function): Update for above change.
7005 (autoconf-current-defun-function): First skip to end of current word.
7006
7007 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
7008
7009 * calendar/cal-html.el (cal-html-insert-agenda-days):
7010 Fix typo. (Bug#12018)
7011
7012 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7013
7014 Shell processes: enhancements to startup and CEDET compatibility.
7015 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
7016 (python-shell-make-comint): accept-process-output at startup.
7017 (run-python-internal): Set inferior-python-mode-hook to nil.
7018 (python-shell-internal-get-or-create-process): call sit-for.
7019 (python-preoutput-result): Add obsolete alias.
7020 (python-shell-internal-send-string): Use it.
7021 (python-shell-send-setup-code): Remove call to
7022 accept-process-output.
7023
7024 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
7025
7026 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
7027 (Bug#12108)
7028
7029 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
7030
7031 * calc-mode.el (calc-basic-simplification-mode): Rename from
7032 `calc-limited-simplification-mode'.
7033 (calc-alg-simplification-mode): New function.
7034 (calc-set-simplify-mode): Adjust message.
7035
7036 * calc.el (calc-set-mode-line): Adjust mode line display for
7037 basic simplification mode.
7038
7039 * calc-help.el (calc-m-prefix-help): Update help message.
7040
7041 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
7042 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
7043
7044 2012-07-31 Bastien Guerry <bzg@gnu.org>
7045
7046 * man.el (man): Fix comment. (bug#12101)
7047
7048 2012-07-31 Martin Rudalics <rudalics@gmx.at>
7049
7050 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7051 Don't return a non-nil value when no suitable buffer was found.
7052
7053 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7054
7055 * progmodes/python.el (run-python-internal): Disable font lock for
7056 internal shells.
7057
7058 2012-07-30 Stefan Merten <smerten@oekonux.de>
7059
7060 * textmodes/rst.el: Silence `checkdoc-ispell'.
7061 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7062 (rst-official-version, rst-official-cvs-rev)
7063 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
7064 (rst-mode-map): New key binding.
7065
7066 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7067
7068 Update .PHONY listings in makefiles.
7069 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
7070 autoloads, update-subdirs, updates, bzr-update, update-authors,
7071 compile-onefile, compile-calc, backup-compiled-files,
7072 compile-after-backup, compile-one-process, mh-autoloads,
7073 bootstrap-clean, distclean, maintainer-clean.
7074
7075 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7076
7077 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
7078 (calc-set-mode-line): Don't display "AlgSimp ".
7079
7080 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
7081 (calc-lim-simplify-mode): New function.
7082 (calc-set-simplify-mode): Default to 'alg.
7083 (calc-default-simplify-mode): Make algebraic simplifications
7084 the default.
7085
7086 * calc/calc-ext.el (calc-init-extensions): Remove binding for
7087 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
7088
7089 * calc/calc-help.el (calc-m-prefix-help): Change messages to
7090 indicate new simplification modes.
7091
7092 * calc/README: Mention new default simplification mode.
7093
7094 * calc/calc.el (math-normalize-error): New variable.
7095 (math-normalize): Set `math-normalize-error' to t
7096 when there's an error.
7097
7098 * calc/calc-alg.el (math-simplify): Don't simplify when
7099 `math-normalize' returns an error.
7100
7101 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7102
7103 * international/mule-cmds.el (set-locale-environment): Revert last
7104 change, since display-graphic-p returns nil when this function is
7105 called during startup. Instead...
7106
7107 * term/w32console.el (terminal-init-w32console): ...setup the
7108 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
7109
7110 2012-07-29 Juri Linkov <juri@jurta.org>
7111
7112 * simple.el (goto-line): Don't display default line number in the
7113 prompt because it should be displayed by `read-number' (bug#9952).
7114 Add the current line number to the defaults of `goto-line' to
7115 allow its easier modification by users with `M-n' (bug#9201).
7116
7117 * subr.el (read-number): Support multiple default values like in
7118 other minibuffer reading functions. Replace `read' with
7119 `string-to-number' for consistency with `number-to-string'.
7120
7121 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7122
7123 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
7124 * emulation/viper-init.el (viper-deactivate-input-method-action):
7125 Rename from viper-inactivate-input-method-action.
7126 (viper-deactivate-input-method):
7127 Rename from viper-inactivate-input-method.
7128 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
7129 * international/mule-cmds.el (deactivate-input-method):
7130 Rename from inactivate-input-method.
7131 Also run input-method-deactivate-hook.
7132 (deactivate-current-input-method-function):
7133 Rename from inactivate-current-input-method-function.
7134 (input-method-deactivate-hook): New hook.
7135 (input-method-inactivate-hook): Mark obsolete.
7136 (inactivate-input-method): Mark obsolete.
7137
7138 * international/quail.el (quail-activate):
7139 Also run quail-deactivate-hook.
7140 (quail-deactivate): Rename from quail-inactivate.
7141 * international/robin.el (robin-activate):
7142 Also run robin-deactivate-hook.
7143 (robin-deactivate): Rename from robin-inactivate.
7144
7145 2012-07-29 Chong Yidong <cyd@gnu.org>
7146
7147 * simple.el (indicate-copied-region): New function.
7148 (kill-ring-save): Split off from here.
7149
7150 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
7151 (kill-rectangle): Set deactivate-mark to t on read-only error.
7152
7153 * register.el (copy-to-register, copy-rectangle-to-register):
7154 Deactivate the mark, and use indicate-copied-region (Bug#10056).
7155 (append-to-register, prepend-to-register): Call indicate-copied-region.
7156
7157 2012-07-29 Juri Linkov <juri@jurta.org>
7158
7159 * simple.el (async-shell-command-buffer): New defcustom.
7160 (shell-command): Use it. (Bug#4719)
7161
7162 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7163
7164 * international/mule-cmds.el (set-locale-environment): In a
7165 console session on MS-Windows, set up keyboard and terminal
7166 encoding from the OEM codepage, not the ANSI codepage.
7167 (Bug#12055)
7168
7169 2012-07-28 Chong Yidong <cyd@gnu.org>
7170
7171 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
7172 gdb-get-location.
7173
7174 2012-07-28 Leo Liu <sdl.web@gmail.com>
7175
7176 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
7177 the alist (bug#12029).
7178
7179 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7180
7181 * makefile.w32-in (custom-deps, finder-data, updates, compile)
7182 (compile-always, compile-first)
7183 ($(lisp)/calendar/cal-loaddefs.el)
7184 ($(lisp)/calendar/diary-loaddefs.el)
7185 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7186 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
7187 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
7188 instead of on update-subdirs.
7189 (bootstrap-clean): Delete $(lisp)/subdirs.el.
7190
7191 2012-07-28 Chong Yidong <cyd@gnu.org>
7192
7193 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
7194 directory if vc-deduce-backend returns nil (Bug#7350).
7195
7196 * simple.el (delete-trailing-lines): New option.
7197 (delete-trailing-whitespace): Obey it (Bug#11879).
7198
7199 2012-07-28 David Engster <deng@randomsample.de>
7200
7201 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
7202 Explanation of new 'symbol-qnames feature in doc-strings.
7203 (xml-maybe-do-ns): Return expanded names as plain symbols if
7204 'symbol-qnames was provided in XML-NS argument (Bug#11916).
7205 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
7206
7207 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7208
7209 Consistent completion in inferior python with emacs -nw.
7210 * progmodes/python.el (inferior-python-mode): replace "<tab>"
7211 binding in inferior-python-mode-map with "\t".
7212 (python-shell-completion-complete-at-point)
7213 (python-completion-complete-at-point): Remove interactive spec.
7214
7215 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7216
7217 * calc/calccomp.el (math-compose-expr): Undo previous change.
7218
7219 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7220
7221 * progmodes/python.el (python-mode-map): Add keybinding for
7222 run-python.
7223 (python-shell-make-comint): Fix pop-to-buffer call.
7224 (run-python): Autoload. New arg SHOW.
7225 (python-shell-get-or-create-process): Do not pop python process
7226 buffer.
7227
7228 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
7229
7230 * notifications.el (notifications-on-action-signal)
7231 (notifications-on-closed-signal): Use also the bus address for the map.
7232 (notifications-notify, notifications-close-notification)
7233 (notifications-get-capabilities): Add optional argument BUS.
7234
7235 2012-07-27 Tassilo Horn <tsdh@gnu.org>
7236
7237 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7238 Add support for the lstlisting and minted environments, and for the
7239 ctable macro.
7240 * textmodes/reftex.el (reftex-compile-variables): Also recognize
7241 labels written in keyvals syntax.
7242
7243 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7244
7245 * calc/calccomp.el (math-compose-expr): Use parentheses when
7246 there is a product in the denominator of a fraction.
7247
7248 2012-07-26 Eli Zaretskii <eliz@gnu.org>
7249
7250 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7251 ($(lisp)/calendar/diary-loaddefs.el)
7252 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7253 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
7254 Fixes failures in parallel bootstrap because subdirs.el is being
7255 rewritten while the autoload files are built at the same time,
7256 which needs to load subdirs.el.
7257
7258 2012-07-26 Martin Rudalics <rudalics@gmx.at>
7259
7260 * mouse.el (popup-menu): Fix doc-string and re-indent code.
7261 (mouse-drag-line): Don't exit tracking when a switch-frame or
7262 switch-window event occurs (Bug#12006).
7263
7264 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7265
7266 * mouse.el (popup-menu): Fix last change.
7267
7268 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 Autoload from Lisp with more care. Follow aliases when looking for
7271 function properties.
7272 * subr.el (autoloadp): New function.
7273 (symbol-file): Use it.
7274 (function-get): New function.
7275 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
7276 autoload-do-load.
7277 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
7278 (lisp-indent-function):
7279 * emacs-lisp/gv.el (gv-get):
7280 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
7281 * emacs-lisp/byte-opt.el (byte-optimize-form):
7282 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7283 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
7284 Use function-get.
7285 * emacs-lisp/cl.el: Don't propagate function properties any more.
7286
7287 * speedbar.el (speedbar-add-localized-speedbar-support):
7288 * emacs-lisp/disass.el (disassemble-internal):
7289 * desktop.el (desktop-load-file):
7290 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
7291 (describe-function-1):
7292 * emacs-lisp/find-func.el (find-function-noselect):
7293 * emacs-lisp/elp.el (elp-instrument-function):
7294 * emacs-lisp/advice.el (ad-has-proper-definition):
7295 * apropos.el (apropos-safe-documentation, apropos-macrop):
7296 * emacs-lisp/debug.el (debug-on-entry):
7297 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
7298 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7299 * calc/calc.el (name): Use autoloadp & autoload-do-load.
7300
7301 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
7302
7303 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
7304 function, not an obsolete variable (Bug#12046).
7305
7306 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
7307
7308 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
7309
7310 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
7311
7312 * emacs-lisp/pp.el (pp-display-expression): Select old selected
7313 window only if it is still live (Bug#12034).
7314
7315 2012-07-25 Martin Rudalics <rudalics@gmx.at>
7316
7317 * subr.el (redirect-frame-focus): Add advertised calling
7318 convention (Bug#12030).
7319
7320 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
7321
7322 Prefer typical American spelling for "acknowledgment".
7323 * vc/add-log.el (change-log-acknowledgment): Rename from
7324 change-log-acknowledgement, with an alias for the old name.
7325
7326 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
7327
7328 * calc-alg.el (math-simplify-divide): Don't cross multiply
7329 in an equation when the lhs is a variable.
7330
7331 2012-07-24 Julien Danjou <julien@danjou.info>
7332
7333 * net/netrc.el (netrc-find-service-number, netrc-store-data):
7334 Remove, unused.
7335
7336 2012-07-23 Eli Zaretskii <eliz@gnu.org>
7337
7338 * startup.el (command-line): Don't display an empty user name in
7339 the error message about non-existent home directory, when
7340 init-file-user was set to an empty string. See
7341 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
7342 for the details and context.
7343
7344 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
7345
7346 * ses.el (ses-cell-formula-aset): New macro.
7347 (ses-cell-references-aset): New macro.
7348 (ses-cell-p): New function.
7349 (ses-rename-cell): Do no longer rely on complex operations like
7350 ses-cell-set-formula or ses-set-cell to change the cell and handle
7351 the undo at the same time, but rather use lower level new macros
7352 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
7353 the undo directly. Refresh the mode line.
7354
7355 2012-07-21 Leo Liu <sdl.web@gmail.com>
7356
7357 * progmodes/cc-cmds.el (c-defun-name):
7358 Use match-string-no-properties instead for consistency.
7359
7360 2012-07-20 Leo Liu <sdl.web@gmail.com>
7361
7362 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
7363 (Bug#7879)
7364
7365 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
7366
7367 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7368
7369 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
7370 * progmodes/bug-reference.el, misearch.el: Provide themselves
7371 (bug#11915).
7372
7373 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
7374 of narrowed buffer (bug#11966).
7375
7376 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
7377
7378 * ses.el (ses-rename-cell): Set new name also in reference list of
7379 cells of which the renamed cell depends.
7380
7381 2012-07-20 Masatake YAMATO <yamato@redhat.com>
7382
7383 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
7384 to check whether menu-bar is shown or not. If not shown,
7385 show the menu-bar as a popup menu instead of using tmm.
7386 * mouse.el (popup-menu): Accept `point' as `position' argument.
7387
7388 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
7389
7390 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
7391 up inside string symbol literal (bug#11923).
7392
7393 2012-07-20 Eli Zaretskii <eliz@gnu.org>
7394
7395 * startup.el (fancy-startup-text): Read the whole tutorial, not
7396 just its first 256 bytes. Prevents gibberish in display of the
7397 tutorial title.
7398
7399 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
7400
7401 Drop idle buffer compaction due to an absence of the
7402 proved efficiency.
7403 * compact.el: Remove.
7404
7405 2012-07-19 Sam Steingold <sds@gnu.org>
7406
7407 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
7408 vc-bzr-pull & vc-bzr-merge-branch.
7409 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
7410 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
7411 for consistency with compilation-error-regexp-alist.
7412 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
7413 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
7414 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
7415 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
7416
7417 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7418
7419 * emacs-lisp/chart.el: Use lexical-binding.
7420 (chart-emacs-storage): Don't hardcode the list of entries.
7421
7422 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7423
7424 Next round of tweaks caused by Fgarbage_collect changes.
7425 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
7426
7427 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7428
7429 Compact buffers when idle.
7430 * compact.el: New file.
7431
7432 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7433
7434 * subr.el (eventp): Presume that if it looks vaguely like an event,
7435 it's an event (bug#10190).
7436
7437 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
7438
7439 Enhancements to ppss related code (thanks Stefan).
7440 * progmodes/python.el (python-indent-context)
7441 (python-indent-calculate-indentation, python-indent-dedent-line)
7442 (python-indent-electric-colon, python-nav-forward-block)
7443 (python-mode-abbrev-table)
7444 (python-info-assignment-continuation-line-p): Simplify checks
7445 for ppss context.
7446 (python-info-continuation-line-p): Cleanup.
7447 (python-info-ppss-context): Do not catch 'quote.
7448 (python-info-ppss-context-type)
7449 (python-info-ppss-comment-or-string-p): Simplify.
7450
7451 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
7452
7453 * progmodes/python.el: Enhancements to eldoc support.
7454 (python-info-current-symbol): New function.
7455 (python-eldoc-at-point): Use python-info-current-symbol.
7456 (python-info-current-defun): Fix cornercase on first defun scan.
7457 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
7458 and signal error when no inferior python process is available.
7459
7460 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
7461
7462 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
7463 assume it's always t.
7464 (vc-git-registered): Remove caching, the function is only called
7465 once.
7466 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
7467
7468 2012-07-18 Chong Yidong <cyd@gnu.org>
7469
7470 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
7471
7472 * simple.el (count-words): Report on narrowing (Bug#9959).
7473
7474 * bindings.el: Bind M-= to count-words.
7475
7476 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
7477
7478 2012-07-18 Masatake YAMATO <yamato@redhat.com>
7479
7480 * progmodes/sh-script.el (sh-imenu-generic-expression):
7481 Capture a function with `function' keyword and without parentheses
7482 like "function FOO" (bug#11856).
7483
7484 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
7485
7486 * window.el (split-window-sensibly): Make WINDOW argument
7487 optional.
7488
7489 2012-07-18 Chong Yidong <cyd@gnu.org>
7490
7491 * subr.el (keyboard-translate): Doc fix (Bug#7261).
7492
7493 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
7494 and make C-x 8 RET exit isearch (Bug#11439).
7495
7496 * international/iso-transl.el: Move isearch-mode-map key
7497 definitions to isearch.el.
7498
7499 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
7502 (eieio-defclass): Use gv-define-setter when possible.
7503
7504 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
7505
7506 Reflect recent changes in Fgarbage_collect.
7507 * emacs-lisp/chart.el (chart-emacs-storage): Change to
7508 reflect new format of data returned by Fgarbage_collect.
7509
7510 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7511
7512 New utility functions + python-info-ppss-context fix (Bug#11910).
7513 * progmodes/python.el (python-info-beginning-of-block-statement-p)
7514 (python-info-ppss-comment-or-string-p): New functions.
7515 (python-info-ppss-context): Small fix for string check.
7516
7517 2012-07-17 Juri Linkov <juri@jurta.org>
7518
7519 * dired-aux.el (dired-do-async-shell-command): Doc fix.
7520 (dired-do-async-shell-command): Don't add `*' at the end of the
7521 command (Bug#11815).
7522 (dired-do-shell-command): Doc fix.
7523 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
7524 Join the individual commands using either "&" or ";" as the
7525 separator depending on the values of these trailing characters.
7526 At the end re-add the trailing "&". (Bug#10598)
7527
7528 * simple.el (async-shell-command): Sync the interactive spec with
7529 `shell-command'. Doc fix.
7530 (shell-command): Doc fix.
7531
7532 2012-07-17 Juri Linkov <juri@jurta.org>
7533
7534 * descr-text.el (describe-char): Fix format args. (Bug#10129)
7535
7536 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7537
7538 Final renames and doc fixes for movement commands (bug#11899).
7539 * progmodes/python.el (python-nav-beginning-of-statement):
7540 Rename from python-nav-statement-start.
7541 (python-nav-end-of-statement): Rename from
7542 python-nav-statement-end.
7543 (python-nav-beginning-of-block): Rename from
7544 python-nav-block-start.
7545 (python-nav-end-of-block): Rename from python-nav-block-end.
7546
7547 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7548
7549 * progmodes/python.el (python-shell-send-string-no-output):
7550 Allow accept-process-output to quit, keeping shell process ready for
7551 future interactions (Bug#11868).
7552
7553 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
7556
7557 * emacs-lisp/elint.el (elint-find-args-in-code):
7558 Use help-function-arglist, so as to handle lexical byte-code.
7559
7560 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
7561 change (bug#11826).
7562
7563 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
7566 Avoid spuriously marking the buffer as modified because of c-is-sws.
7567
7568 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
7569 as not-a-comment (bug#11946).
7570
7571 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
7572 for uninterned vars.
7573
7574 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
7575 Use read-event since we don't really want to read chars but bytes.
7576
7577 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
7578 $$..$$ but also $..$ using regexps (bug#11953).
7579 Use tex-verbatim for \url and \path.
7580 (tex-font-lock-keywords): Define as defconst like the others.
7581 (tex-common-initialization): Don't use font-lock-syntax-table any more.
7582
7583 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
7584
7585 * international/mule-cmds.el (ucs-insert): Make it an obsolete
7586 alias for insert-char.
7587
7588 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7589
7590 * progmodes/python.el: Simplified imenu implementation.
7591 (python-nav-jump-to-defun): Remove command.
7592 (python-mode-map): Use `imenu' instead.
7593 (python-nav-list-defun-positions-cache)
7594 (python-imenu-include-defun-type, python-imenu-make-tree)
7595 (python-imenu-subtree-root-label, python-imenu-index-alist):
7596 Remove vars.
7597 (python-nav-list-defun-positions, python-nav-read-defun)
7598 (python-imenu-tree-assoc, python-imenu-make-element-tree)
7599 (python-imenu-make-tree, python-imenu-create-index):
7600 Remove functions.
7601 (python-mode): Update to interact with imenu by setting
7602 `imenu-extract-index-name-function' only.
7603
7604 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7605
7606 * progmodes/python.el: Enhancements to navigation commands.
7607 (python-nav-backward-sentence)
7608 (python-nav-forward-sentence): Remove.
7609 (python-nav-backward-statement, python-nav-forward-statement)
7610 (python-nav-statement-start, python-nav-statement-end)
7611 (python-nav-backward-block, python-nav-forward-block)
7612 (python-nav-block-start, python-nav-block-end)
7613 (python-nav-forward-sexp-function)
7614 (python-info-current-line-comment-p)
7615 (python-info-current-line-empty-p): New functions.
7616 (python-indent-context): Use `python-nav-statement-start'.
7617
7618 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
7619
7620 * eshell/em-ls.el (eshell/ls): Use `apply'.
7621
7622 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
7623 multi-hops, instead of Tramp internals.
7624
7625 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
7626
7627 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
7628 when F1 and F2 are located on different hosts.
7629
7630 2012-07-14 Chong Yidong <cyd@gnu.org>
7631
7632 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
7633 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
7634 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
7635 (xterm-mouse--read-event-sequence-1000)
7636 (xterm-mouse--read-event-sequence-1006): New functions. For old
7637 mouse protocol, handle M-mouse-X events correctly.
7638 (xterm-mouse-event): New arg specifying mouse protocol.
7639 (turn-on-xterm-mouse-tracking-on-terminal)
7640 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
7641 sequence to toggle extended coordinates on newer XTerms.
7642 This appears to be harmless on terminals which do not support this.
7643
7644 2012-07-14 Leo Liu <sdl.web@gmail.com>
7645
7646 Add fringe bitmap indicators for flymake. (Bug#11253)
7647 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
7648 (flymake-make-overlay): New arg BITMAP.
7649 (flymake-error-bitmap, flymake-warning-bitmap)
7650 (flymake-fringe-indicator-position): New user variables.
7651
7652 * fringe.el: New bitmap exclamation-mark.
7653
7654 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
7655
7656 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
7657 also (Bug#7879).
7658
7659 2012-07-14 Chong Yidong <cyd@gnu.org>
7660
7661 * electric.el (electric-pair-post-self-insert-function): Fix pair
7662 insertion in empty-region case (Bug#11520).
7663
7664 2012-07-14 Chong Yidong <cyd@gnu.org>
7665
7666 * bindings.el: Consolidate ctl-x-r-map bindings.
7667 Bind copy-rectangle-as-kill to C-x r w.
7668
7669 * rect.el, register.el: Move bindings to bindings.el.
7670
7671 2012-07-14 Reuben Thomas <rrt@sc3d.org>
7672
7673 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
7674
7675 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
7676
7677 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
7678
7679 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
7680
7681 * bindings.el (top): Use `mapc' instead of `mapcar'.
7682
7683 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
7684
7685 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
7686
7687 * progmodes/sql.el (sql-comint): Suppress the check for program on
7688 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
7689 (Bug#11908)
7690
7691 2012-07-13 Chong Yidong <cyd@gnu.org>
7692
7693 * bindings.el: Assign a non-nil permanent-local property to
7694 per-buffer variables which lack a default value (Bug#11930).
7695
7696 * help-fns.el (describe-variable): In the "automatically becomes
7697 local" notice, take note of permanent-local variables.
7698
7699 2012-07-13 Chong Yidong <cyd@gnu.org>
7700
7701 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
7702 to allow printing the message when called from Lisp.
7703
7704 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7705 Remove toggle-read-only.
7706
7707 * bs.el (bs-toggle-readonly):
7708 * buff-menu.el (Buffer-menu-toggle-read-only):
7709 Remove with-no-warnings around toggle-read-only.
7710
7711 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
7712 Remove with-no-warnings around toggle-read-only.
7713 (ffap-read-only, ffap-read-only-other-window)
7714 (ffap-read-only-other-frame): Callers changed.
7715
7716 * help-mode.el: Don't require view package.
7717 (help-mode-finish): Set buffer-read-only instead of calling
7718 toggle-read-only.
7719
7720 * bindings.el (mode-line-toggle-read-only):
7721 * dired.el (dired-toggle-read-only):
7722 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
7723 with non-nil second arg.
7724
7725 * emacs-lisp/eieio-custom.el (eieio-customize-object):
7726 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
7727 directly.
7728
7729 2012-07-12 Eli Zaretskii <eliz@gnu.org>
7730
7731 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
7732 not incf.
7733
7734 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7735
7736 More CL cleanups and reduction of use of cl.el.
7737 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
7738 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
7739 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
7740 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
7741 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
7742 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
7743 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
7744 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
7745 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
7746 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
7747 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
7748 * eshell/em-cmpl.el, eshell/em-banner.el:
7749 * calendar/parse-time.el: Use cl-lib.
7750 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
7751 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
7752 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
7753 * term/ns-win.el, term.el, shell.el, ps-samp.el:
7754 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
7755 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
7756 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
7757 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
7758 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
7759 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
7760 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
7761 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
7762 `lambda' rather than with `quote'.
7763 (eshell-do-opt): Adjust accordingly.
7764 (eshell-process-option): Simplify.
7765 * eshell/esh-var.el:
7766 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
7767 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
7768 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
7769 to `pcase--dontcare'.
7770 * emacs-lisp/cl.el (labels): Mark obsolete.
7771 (cl--letf, letf): Move to cl-lib.
7772 (cl--letf*, letf*): Remove.
7773 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
7774 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
7775 (cl-progv): Rewrite.
7776 (cl--letf, cl-letf): Move from cl.el.
7777 (cl-letf*): New macro.
7778 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
7779
7780 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
7781
7782 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
7783
7784 2012-07-11 Chong Yidong <cyd@gnu.org>
7785
7786 * vc/log-edit.el (log-edit-vc-backend): New variable.
7787 (log-edit): Doc fix.
7788
7789 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
7790 argument of log-edit to set up all local variables.
7791 (vc-start-logentry): New optional arg specifying VC backend.
7792
7793 * vc/vc.el (vc-checkin): Use it.
7794 (vc-deduce-fileset): Handle Log Edit buffers.
7795 (vc-diff): Make first argument optional too.
7796
7797 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
7798
7799 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
7800
7801 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
7802 command, just in case. The function is not needed anymore.
7803 (eshell-external-command): Do not call `eshell-remote-command'.
7804
7805 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7806
7807 Reduce use of (require 'cl).
7808 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
7809 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
7810 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
7811 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
7812 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
7813 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
7814 * battery.el, avoid.el, abbrev.el: Use cl-lib.
7815 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
7816 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
7817 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
7818 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
7819 * calculator.el, autorevert.el, apropos.el: Don't require CL.
7820 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
7821 (byte-compile-unfold-bcf, byte-compile-check-variable):
7822 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
7823 (byte-compile-nilconstp):
7824 * emacs-lisp/autoload.el (make-autoload): Use pcase.
7825 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
7826
7827 * emacs-lisp/gv.el (cond): Make it a valid place.
7828 (if): Simplify slightly.
7829
7830 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
7831 (pcase--self-quoting-p): New function.
7832 (pcase--u1): Use it.
7833
7834 2012-07-10 Glenn Morris <rgm@gnu.org>
7835
7836 * emacs-lisp/authors.el (authors-fixed-entries):
7837 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
7838
7839 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
7840
7841 Rename configure.in to configure.ac (Bug#11603).
7842 * emacs-lisp/authors.el (authors-canonical-file-name):
7843 * progmodes/autoconf.el (autoconf-mode):
7844 Prefer configure.ac to configure.in.
7845
7846 2012-07-08 Chong Yidong <cyd@gnu.org>
7847
7848 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
7849 Implement the mouse-1-click-follows-link handling properly.
7850
7851 * info.el (Info-link-keymap): Use follow-link mechanism for
7852 header-line links (Bug#374).
7853
7854 * simple.el (deactivate-mark): Do not set the primary selection
7855 if another program has acquired it (Bug#11772).
7856
7857 2012-07-07 Kevin Ryde <user42@zip.com.au>
7858
7859 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
7860 (woman-decode-region): Replace escaped-escapes without destroying
7861 bold or underline (Bug#11552).
7862 (woman2-process-escapes): Handle nofill regions (Bug#11591).
7863
7864 2012-07-07 Chong Yidong <cyd@gnu.org>
7865
7866 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
7867 (interprogram-cut-function, interprogram-paste-function):
7868 Mention that we typically mean the clipboard.
7869
7870 2012-07-06 Glenn Morris <rgm@gnu.org>
7871
7872 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
7873
7874 * files.el (toggle-read-only): Restrict message to interactive use.
7875
7876 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
7877
7878 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
7879
7880 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
7881
7882 2012-07-06 Glenn Morris <rgm@gnu.org>
7883
7884 * Makefile.in (compile-one-process): Rename from "recompile".
7885
7886 * Makefile.in (bzr-update): "compile" is the same as "recompile
7887 autoloads", but parallelizable, so use that instead.
7888
7889 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
7890
7891 * window.el (quit-window): Always restore window height when
7892 it's saved in quit-restore parameter (Bug#11810).
7893
7894 2012-07-06 Glenn Morris <rgm@gnu.org>
7895
7896 * simple.el (kill-whole-line): Doc tweak.
7897
7898 2012-07-06 Eli Zaretskii <eliz@gnu.org>
7899
7900 * files.el (file-relative-name): Compare file names
7901 case-insensitively if on MS-Windows or MS-DOS, or if
7902 read-file-name-completion-ignore-case is non-nil. Don't use
7903 case-fold-search for this purpose. (Bug#11827)
7904
7905 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
7906
7907 * calendar/cal-dst.el (calendar-current-time-zone):
7908 Return calendar-current-time-zone-cache if non-nil.
7909
7910 2012-07-17 Masatake YAMATO <yamato@redhat.com>
7911 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
7912
7913 * calendar/cal-dst.el (calendar-current-time-zone):
7914 Return calendar-current-time-zone-cache if non-nil.
7915
7916 2012-07-06 Glenn Morris <rgm@gnu.org>
7917
7918 * Makefile.in (cvs-update): Remove old alias.
7919
7920 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
7921
7922 Sync with Tramp 2.2.6-pre.
7923
7924 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
7925 compatible declaration.
7926
7927 * net/tramp-cmds.el (tramp-append-tramp-buffers):
7928 Protect `list-load-path-shadows' call.
7929
7930 * net/tramp-compat.el (top): Require packages, which aren't
7931 autoloaded anymore for XEmacs. Protect call of
7932 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
7933 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
7934 it hurts at least for SXEmacs.
7935 (tramp-compat-temporary-file-directory): In XEmacs, there is no
7936 standard-value for `temporary-file-directory'.
7937
7938 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
7939 Redirect stderr to /dev/null.
7940 (tramp-sh-handle-write-region): uid and gid can be floats.
7941 Reported by Russell Sim <russell.sim@gmail.com>.
7942 (tramp-sh-handle-vc-registered): Hide errors.
7943 (tramp-vc-file-name-handler): Use dummy results for `process-file'
7944 and `start-file-process'.
7945 (tramp-maybe-open-connection): Check also whether `non-essential'
7946 is bound.
7947
7948 2012-07-04 Chong Yidong <cyd@gnu.org>
7949
7950 * xml.el (xml--parse-buffer): Use xml-syntax-table.
7951 (xml-parse-tag): Likewise, and avoid changing entity tables.
7952 (xml-syntax-table): Define from scratch, making sure not to give
7953 x2000 and other Unicode spaces whitespace syntax, since those are
7954 not spaces in XML.
7955 (xml-parse-fragment): Delete unused function.
7956 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
7957 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
7958 (xml-entity-ref, xml-pe-reference-re)
7959 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
7960 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
7961 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
7962 (xml-entity-value-re): Use syntax references in regexps where
7963 possible; no need to define inside a let-binding.
7964 (xml-parse-dtd): Use xml-pe-reference-re.
7965 (xml-entity-or-char-ref-re): New defconst.
7966 (xml-parse-string, xml-substitute-special): Use it.
7967
7968 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7969
7970 * files.el (locate-dominating-file): Allow `name' to be a predicate.
7971 (find-file--read-only): New function.
7972 (find-file-read-only, find-file-read-only-other-window)
7973 (find-file-read-only-other-frame): Use it.
7974 (insert-file-contents-literally): Don't `fset'.
7975 (get-free-disk-space): Use locate-dominating-file.
7976
7977 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
7978 function is already compiled.
7979
7980 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
7981
7982 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
7983
7984 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
7985 files on the same host.
7986
7987 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
7988
7989 * help-fns.el (describe-function-1): Only call
7990 help-fns--autoloaded-p when we have a file name. (Bug#11848)
7991
7992 2012-07-03 Chong Yidong <cyd@gnu.org>
7993
7994 * xml.el: Protect parser against XML bombs.
7995 (xml-entity-expansion-limit): New variable.
7996 (xml-parse-string, xml-substitute-special): Use it.
7997 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
7998
7999 2012-07-03 Glenn Morris <rgm@gnu.org>
8000
8001 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8002 Allow linking to specific messages in debbugs reports (eg 123#5).
8003
8004 2012-07-02 Chong Yidong <cyd@gnu.org>
8005
8006 * xml.el: Fix entity and character reference expansion, allowing
8007 them to expand into markup as per XML spec.
8008 (xml-default-ns): New variable.
8009 (xml-entity-alist): Use XML spec definitions for lt and amp.
8010 (xml-parse-region): Make first two arguments optional.
8011 Discard text properties.
8012 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
8013 All callers changed.
8014 (xml-parse-tag): Call xml-parse-tag-1. For backward
8015 compatibility, this function should not modify buffer contents.
8016 (xml-parse-tag-1): Fix opening-tag regexp.
8017 (xml-parse-string): Rewrite, handling entity and character
8018 references properly.
8019 (xml--entity-replacement-text): Signal an error if a parameter
8020 entity is undefined.
8021
8022 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8023
8024 * comint.el (comint-output-filter): Filter out repeated prompts.
8025
8026 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
8027 and file-name-absolute-p.
8028 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
8029 internal calls.
8030
8031 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
8032
8033 Spelling fixes.
8034 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
8035 Rename from byte-compile--refiy-function. All uses changed.
8036
8037 2012-07-01 Chong Yidong <cyd@gnu.org>
8038
8039 * xml.el (xml--parse-buffer): New function. Move most of
8040 xml-parse-region here.
8041 (xml-parse-region): Copy region into a temporary buffer, since
8042 parameter entity substitution requires changing buffer contents.
8043 Use xml--parse-buffer.
8044 (xml-parse-file): Use xml--parse-buffer.
8045 (xml-parse-dtd): Make parameter entity substitution work right.
8046 Use proper regexps for ELEMENT declarations (Bug#7172).
8047
8048 2012-06-30 Glenn Morris <rgm@gnu.org>
8049
8050 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
8051
8052 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
8053 Remove outdated and unnecessary dbus declarations.
8054
8055 2012-06-30 Eli Zaretskii <eliz@gnu.org>
8056
8057 * emacs-lisp/timer.el (timer-until): Subtract results of
8058 float-time, instead of taking float-time of the result of
8059 time-subtract, since float-time signals an error for negative time
8060 arguments.
8061
8062 2012-06-30 Chong Yidong <cyd@gnu.org>
8063
8064 * xml.el (xml-*-re): Convert defvars into defconsts, and
8065 eval-and-compile them so eval-and-compile works on derivatives.
8066 (xml--entity-replacement-text): Use eval-and-comple.
8067
8068 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
8069
8070 * vc/vc-git.el (vc-git-registered): Use cache property
8071 `git-registered'.
8072 (vc-git-mode-line-string): Call `vc-working-revision' instead of
8073 `vc-git-working-revision' in order to benefit from the cache.
8074 (vc-git-root): Use cache property `git-root'. (Bug#11757)
8075
8076 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
8077
8078 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
8079 removed (likely outside Emacs). (Bug#11757)
8080
8081 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8082
8083 * emacs-lisp/cl-lib.el: Require macroexp.
8084
8085 2012-06-30 Chong Yidong <cyd@gnu.org>
8086
8087 * xml.el: Implement XML parameter entities.
8088 (xml-parameter-entity-alist): New variable.
8089 (xml-parse-region, xml-parse-fragment): Preserve previous values
8090 of xml-entity-alist and xml-parameter-entity-alist, so that
8091 repeated calls on different documents do not change them.
8092 (xml-parse-tag): Fix doctype regexp.
8093 (xml--entity-replacement-text): New function.
8094 (xml-parse-dtd): Use it. Don't handle system entities; doing that
8095 properly requires url retrieval which is unimplemented.
8096 (xml-escape-string): Doc fix.
8097
8098 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8099
8100 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
8101
8102 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
8103
8104 * fringe.el (fringe-mode): Doc fix.
8105
8106 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
8107
8108 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
8109 is non-nil.
8110 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
8111 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
8112
8113 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
8114
8115 * calendar/cal-dst.el (calendar-current-time-zone):
8116 Return calendar-current-time-zone-cache if non-nil.
8117
8118 2012-06-29 Masatake YAMATO <yamato@redhat.com>
8119
8120 * progmodes/which-func.el (which-func-format):
8121 Add mouse-face. (Bug#11698)
8122
8123 2012-06-29 Leo Liu <sdl.web@gmail.com>
8124
8125 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
8126
8127 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8128
8129 * minibuffer.el (minibuffer-confirm-exit-commands):
8130 Add completion-at-point (bug#11725).
8131
8132 2012-06-29 Glenn Morris <rgm@gnu.org>
8133
8134 * progmodes/f90.el (f90-font-lock-keywords-2):
8135 Add some preprocessor elements. (Bug#10499)
8136
8137 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8138
8139 * progmodes/cperl-mode.el (cperl-update-syntaxification):
8140 Use syntax-propertize (bug#11739).
8141
8142 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
8143
8144 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
8145
8146 2012-06-28 Julien Danjou <julien@danjou.info>
8147
8148 * term.el (term-handle-colors-array): Use a set of new faces to
8149 color the terminal. Also uses :inverse-video property.
8150 (term-default-fg-color): Set to nil by default, deprecate in favor
8151 of `term-face'.
8152 (term-default-bg-color): Set to nil by default, deprecate in favor
8153 of `term-face'.
8154 (term-current-face): Use `term-face' by default.
8155 (term-bold-attribute): Variable deleted.
8156
8157 2012-06-28 Glenn Morris <rgm@gnu.org>
8158
8159 * simple.el (completion-list-mode-finish):
8160 Don't use toggle-read-only. (Since completion-list-mode has
8161 a special mode-class, it wasn't doing anything extra anyway.)
8162
8163 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8164
8165 Make inlining of other-mode interpreted functions work (bug#11799).
8166 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
8167 (byte-compile): Use it to fix compilation of lexical-binding closures.
8168 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
8169 function, if needed.
8170
8171 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8172
8173 * help-mode.el (help-make-xrefs): Don't just withstand
8174 cyclic-variable-indirection but any error in documentation-property.
8175
8176 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
8177 memory use.
8178 * bindings.el (bindings--define-key): New function.
8179 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
8180 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
8181 * bindings.el: Use it to purecopy define-key bindings.
8182
8183 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
8184
8185 * emacs-lisp/cl.el (flet): Mark obsolete.
8186 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
8187 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
8188 * progmodes/js.el (js-c-fill-paragraph):
8189 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
8190 (ebrowse-switch-member-buffer-to-derived-class):
8191 * play/5x5.el (5x5-solver): Use cl-flet.
8192
8193 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
8194 (cl--symbol-function): New macro.
8195 (cl--letf, cl--letf*): Use it.
8196
8197 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8198 Strip "toggle-" if any.
8199
8200 2012-06-27 Glenn Morris <rgm@gnu.org>
8201
8202 * info.el (Info-default-directory-list): Move here from paths.el.
8203 * paths.el: Remove file, which is now empty.
8204 * loadup.el: No longer load "paths".
8205
8206 * custom.el (custom-initialize-delay): Doc fix.
8207
8208 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8209 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8210 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8211 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8212 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8213 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
8214 * eshell/eshell.el (eshell-defgroup): Remove alias.
8215
8216 2012-06-27 Chong Yidong <cyd@gnu.org>
8217
8218 * help.el (help-enable-auto-load): New variable.
8219
8220 * help-fns.el (help-fns--autoloaded-p): New function.
8221 (describe-function-1): Refer to a function as "autoloaded" if it
8222 was autoloaded at any time in the past. Perform autoloading if
8223 help-enable-auto-load is non-nil.
8224
8225 2012-06-26 Eli Zaretskii <eliz@gnu.org>
8226
8227 * makefile.w32-in (compile, compile-always): Depend on
8228 update-subdirs, not on subdirs.el. Otherwise, several different
8229 sub-targets of 'bootstrap' running in parallel could
8230 simultaneously write to subdirs.el, producing a garbled file.
8231
8232 2012-06-26 Sam Steingold <sds@gnu.org>
8233
8234 * files.el (file-name-base): New convenience function.
8235 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
8236 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
8237 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
8238 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
8239 * textmodes/ispell.el, textmodes/reftex-ref.el:
8240 * textmodes/tex-mode.el: Use it.
8241 Did not touch cedet and org because they are maintained elsewhere.
8242
8243 2012-06-26 Martin Rudalics <rudalics@gmx.at>
8244
8245 * calendar/calendar.el (calendar-exit): Don't try to delete or
8246 iconify last frame. See:
8247 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
8248
8249 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
8250
8251 * server.el (server-process-filter): Remember dir in the
8252 process's `server-client-directory' properties.
8253
8254 2012-06-24 Chong Yidong <cyd@gnu.org>
8255
8256 * xml.el (xml-parse-tag): Correctly handle comment embedded in
8257 non-tag text.
8258
8259 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
8260
8261 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
8262
8263 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8264
8265 * help-fns.el (describe-variable): Don't croak when doc is not found.
8266 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
8267 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
8268 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
8269 * emacs-lisp/smie.el (smie-next-sexp): CSE.
8270 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
8271 ((lambda ..) ..).
8272 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
8273
8274 2012-06-23 Chong Yidong <cyd@gnu.org>
8275
8276 * info.el (Info-mouse-follow-link): Accept symbol values of
8277 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
8278 (Info-fontify-node): Use Info-link-keymap for all navigation
8279 buttons, with link-args property to perform the desired action.
8280 (Info-link-keymap): Doc fix.
8281 (Info-next-link-keymap, Info-prev-link-keymap)
8282 (Info-up-link-keymap): Delete now-unused keymaps.
8283
8284 2012-06-23 Chong Yidong <cyd@gnu.org>
8285
8286 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
8287
8288 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
8289 system abbrevs.
8290
8291 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
8292
8293 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
8296 (bug#11719).
8297
8298 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
8299 the requote function doesn't work properly (bug#11714).
8300
8301 2012-06-23 Glenn Morris <rgm@gnu.org>
8302
8303 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
8304
8305 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8306
8307 Further GV/CL cleanups.
8308 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
8309 gv-expander.
8310 (gv--defun-declaration): New function.
8311 (defun-declarations-alist): Use it.
8312 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
8313 (gv-place): Autoload.
8314 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
8315 original definition of dotimes and dolist.
8316 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
8317 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
8318 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
8319 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8320 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
8321 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
8322 to the function's definition.
8323 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
8324 * window.el:
8325 * files.el:
8326 * faces.el:
8327 * env.el: Don't use CL.
8328
8329 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
8330
8331 Support higher-resolution time stamps (Bug#9000).
8332
8333 * calendar/time-date.el (with-decoded-time-value): New arg
8334 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
8335 (encode-time-value): New optional arg PICO. New type 3.
8336 (time-to-seconds) [!float-time]: Support the new picoseconds
8337 component if it's used.
8338 (seconds-to-time, time-subtract, time-add):
8339 Support ps-resolution time stamps as well.
8340
8341 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
8342 (timerp): Timer vectors now have length 9, not 8.
8343 (timer--time): Support new-style (4-part) time stamps.
8344 (timer-next-integral-multiple-of-time): Time stamps now have
8345 picosecond resolution, so take a bit more care about rounding.
8346 (timer-relative-time, timer-inc-time): New optional arg psecs.
8347 (timer-set-time-with-usecs): Set psecs to 0.
8348 (timer--activate): Check psecs component, too.
8349
8350 * proced.el (proced-time-lessp): Support ps-resolution stamps.
8351
8352 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8353
8354 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
8355 Move the non-essential binding to the post/pre-command-hook where it is
8356 more obviously correct.
8357
8358 * subr.el (read-passwd): Don't use a history at all.
8359 * savehist.el (savehist-save): Remove password saved accidentally
8360 because of the above bug.
8361
8362 2012-06-22 Bastien Guerry <bzg@gnu.org>
8363
8364 * files.el (toggle-read-only): Display a message telling whether
8365 the buffer is read-only or not (bug#11726).
8366
8367 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8368
8369 * emacs-lisp/gv.el: New file.
8370 * subr.el (push, pop): Extend to generalized variables.
8371 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
8372 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
8373 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
8374 gv-define-simple-setter, and gv-define-expander.
8375 Remove setf-methods defined in gv. Rename cl-setf -> setf.
8376 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
8377 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
8378 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
8379 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
8380 gv-letplace.
8381 (cl-defstruct): Don't define setf-method any more.
8382 * emacs-lisp/cl.el (flet): Don't autoload.
8383 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
8384 (define-setf-expander, defsetf, define-modify-macro)
8385 (cl-struct-setf-expander): Move from cl-lib.el.
8386 * emacs-lisp/syntax.el:
8387 * emacs-lisp/ewoc.el:
8388 * emacs-lisp/smie.el:
8389 * emacs-lisp/cconv.el:
8390 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
8391 (timer--time): Use gv-define-simple-setter.
8392 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
8393 to avoid coding-system problems in subr.el. Adjust all users.
8394 (macroexp--maxsize, macroexp-small-p): New functions.
8395 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
8396 * scroll-bar.el (scroll-bar-mode):
8397 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8398 (normal-erase-is-backspace-mode): Don't use the `eq' place.
8399 * winner.el (winner-configuration, winner-make-point-alist)
8400 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
8401 * files.el (locate-file-completion-table): Avoid list*.
8402
8403 2012-06-22 Chong Yidong <cyd@gnu.org>
8404
8405 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
8406 (dired-create-files): Doc fix (Bug#11329).
8407 (dired-do-copy): Doc fix (Bug#11334).
8408 (dired-mark-read-string): Doc fix (Bug#11553).
8409
8410 * dired.el (dired-recursive-copies, dired-recursive-deletes):
8411 Doc fix (Bug#11326).
8412 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
8413 (dired-dwim-target): Doc fix.
8414
8415 * wdired.el (wdired-mode): Doc fix.
8416
8417 2012-06-22 Glenn Morris <rgm@gnu.org>
8418
8419 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
8420 (pcmpl-rpm-cache-stamp-file): New constant.
8421 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
8422 (pcmpl-rpm-packages): Optionally cache list of packages.
8423
8424 * pcmpl-rpm.el (pcmpl-rpm): New group.
8425 (pcmpl-rpm-query-options): New option.
8426 (pcmpl-rpm-packages): No need to inline it.
8427 Use pcmpl-rpm-query-options.
8428
8429 * calendar/calendar.el (calendar-in-read-only-buffer):
8430 Avoid some needless mode changes.
8431
8432 2012-06-21 Chong Yidong <cyd@gnu.org>
8433
8434 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
8435 (desktop-path): Remove . from the default value (Bug#10977).
8436 (desktop-read): Use user-emacs-directory if desktop-path is nil.
8437
8438 2012-06-20 Chong Yidong <cyd@gnu.org>
8439
8440 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
8441
8442 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
8443
8444 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
8445 (bug#11201).
8446
8447 2012-06-20 Chong Yidong <cyd@gnu.org>
8448
8449 * term.el (term-window-width): Handle the case of a missing right
8450 fringe (Bug#8837).
8451 (term-check-size): Use window-text-height (Bug#5445).
8452 (term-mode): Use define-derived-mode. Minor cleanups.
8453 Set font-lock-defaults (Bug#7692).
8454 (term-move-columns, term-insert-char, term-emulate-terminal)
8455 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
8456
8457 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
8458
8459 * net/ange-ftp.el (ange-ftp-get-passwd):
8460 Bind `enable-recursive-minibuffers'.
8461 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
8462
8463 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
8464
8465 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
8466
8467 2012-06-19 Glenn Morris <rgm@gnu.org>
8468
8469 * progmodes/python.el (python-mode): Derive from prog-mode.
8470
8471 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
8472
8473 * emulation/edt.el (edt-default-menu-bar-update-buffers)
8474 (edt-user-menu-bar-update-buffers): New functions.
8475 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
8476
8477 2012-06-19 Chong Yidong <cyd@gnu.org>
8478
8479 * subr.el (with-selected-window): Preserve the selected window's
8480 terminal's top-frame (Bug#4702).
8481
8482 * window.el (save-selected-window): Likewise.
8483
8484 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * progmodes/python.el (python-rx-constituents): Move backquote.
8487 (python-skeleton-define, python-define-auxiliary-skeleton):
8488 Use `declare'.
8489
8490 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
8491
8492 * minibuffer.el (read-file-name-default): Revert the patch from
8493 2012-06-17.
8494
8495 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
8498 (pcase--u1, pcase--q1): Don't use apply-partially.
8499
8500 2012-06-18 Glenn Morris <rgm@gnu.org>
8501
8502 * progmodes/python.el (python-proc, python-buffer)
8503 (python-send-receive, python-send-string): Fix obsolete versions.
8504
8505 2012-06-18 Martin Rudalics <rudalics@gmx.at>
8506
8507 * window.el (special-display-p): Completely remove stringp
8508 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
8509
8510 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
8511
8512 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
8513
8514 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
8515
8516 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
8517 * net/tramp-sh.el (tramp-maybe-open-connection):
8518 Throw if `non-essential' is non-nil.
8519
8520 2012-06-17 Martin Rudalics <rudalics@gmx.at>
8521
8522 * window.el (special-display-p): Signal an error if BUFFER-NAME
8523 is not a string (Bug#11713).
8524
8525 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
8526
8527 * progmodes/python.el (python-info-beginning-of-backslash):
8528 Rename from python-info-beginning-of-backlash, as a spelling fix.
8529
8530 2012-06-17 Chong Yidong <cyd@gnu.org>
8531
8532 * term.el (term-emulate-terminal): If term-check-size is called,
8533 move point to the process mark without resetting point (Bug#4635).
8534
8535 2012-06-17 Glenn Morris <rgm@gnu.org>
8536
8537 * international/mule-cmds.el (mule-menu-keymap)
8538 (set-language-environment, set-locale-environment): Doc tweaks.
8539
8540 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
8541
8542 * cus-face.el (custom-face-attributes): Add wave-style underline
8543 attribute.
8544 * faces.el (set-face-attribute): Update docstring to describe
8545 wave-style underline attribute.
8546
8547 2012-06-16 Chong Yidong <cyd@gnu.org>
8548
8549 * term/xterm.el (terminal-init-xterm): Discard input before
8550 querying background mode (Bug#10959).
8551
8552 2012-06-16 Stefan Merten <smerten@oekonux.de>
8553
8554 * textmodes/rst.el: Added and corrected some comments.
8555 (rst-re-alist-def): Improve symbol syntax.
8556 (rst-mode-syntax-table): Correct syntax entries.
8557 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8558 (rst-official-version, rst-official-cvs-rev): Update version
8559 information.
8560
8561 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
8562
8563 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
8564 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
8565
8566 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
8567
8568 * progmodes/python.el: New python.el merge.
8569 (python-guess-indent): Obsolete var.
8570 (python-indent-guess-indent-offset): New defcustom.
8571 (python-indent): Obsolete var.
8572 (python-indent-offset): New defcustom.
8573 (python-python-command, python-jython-command): Delete var.
8574 (python-shell-interpreter): New defcustom.
8575 (python-pdbtrack-do-tracking-p): Delete var.
8576 (python-pdbtrack-activate): New defcustom.
8577 (python-use-skeletons): Obsolete var.
8578 (python-skeleton-autoinsert): New defcustom.
8579 (inferior-python-filter-regexp, python-continuation-offset)
8580 (python-honour-comment-indentation, python-indent-string-contents)
8581 (python-jython-packages, python-mode-hook)
8582 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
8583 (python-shell-prompt-alist)
8584 (python-source-modes): Delete defcustoms.
8585 (python-check-buffer-name, python-eldoc-setup-code)
8586 (python-eldoc-string-code, python-ffap-setup-code)
8587 (python-ffap-string-code, python-fill-comment-function)
8588 (python-fill-decorator-function, python-fill-paren-function)
8589 (python-fill-string-function, python-imenu-include-defun-type)
8590 (python-imenu-make-tree, python-imenu-subtree-root-label)
8591 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
8592 (python-shell-compilation-regexp-alist)
8593 (python-shell-completion-module-string-code)
8594 (python-shell-completion-pdb-string-code)
8595 (python-shell-completion-setup-code)
8596 (python-shell-completion-string-code)
8597 (python-shell-enable-font-lock, python-shell-exec-path)
8598 (python-shell-extra-pythonpaths)
8599 (python-shell-internal-buffer-name, python-shell-interpreter-args)
8600 (python-shell-process-environment)
8601 (python-shell-prompt-block-regexp)
8602 (python-shell-prompt-output-regexp)
8603 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
8604 (python-shell-send-setup-max-wait, python-shell-setup-codes)
8605 (python-shell-virtualenv-path): New defcustoms.
8606 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
8607 (inferior-python-mode-syntax-table, python--prompt-regexp)
8608 (python-buffer, python-command python-python-command)
8609 (python-default-template, python-imports, python-indent-index)
8610 (python-indent-list, python-indent-list-length)
8611 (python-mode-running, python-pdbtrack-is-tracking-p)
8612 (python-preoutput-continuation, python-preoutput-leftover)
8613 (python-preoutput-result, python-preoutput-skip-next-prompt)
8614 (python-prev-dir/file, python-recursing)
8615 (python-saved-check-command, python-version-checked)
8616 (python-which-func-length-limit)
8617 (view-return-to-alist): Delete vars.
8618 (python-check-custom-command, python-dotty-syntax-table)
8619 (python-imenu-index-alist, python-indent-current-level)
8620 (python-indent-dedenters, python-indent-levels)
8621 (python-nav-beginning-of-defun-regexp)
8622 (python-nav-list-defun-positions-cache)
8623 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
8624 (python-shell-internal-buffer)
8625 (python-skeleton-available): New vars.
8626 (def-python-skeleton): Delete macro.
8627 (python-skeleton-define): New macro.
8628 (python-define-auxiliary-skeleton, python-rx): New macros.
8629 (python-insert-class): Delete command.
8630 (python-skeleton-class): New command.
8631 (python-insert-def): Delete command.
8632 (python-skeleton-def): New command.
8633 (python-insert-for): Delete command.
8634 (python-skeleton-for): New command.
8635 (python-insert-if): Delete command.
8636 (python-skeleton-if): New command.
8637 (python-insert-try/except, python-insert-try/finally): Delete commands.
8638 (python-skeleton-try): New command.
8639 (python-insert-while): Delete command.
8640 (python-skeleton-while): New command.
8641 (python-backspace): Delete command.
8642 (python-indent-dedent-line-backspace): New command.
8643 (python-electric-colon): Delete command.
8644 (python-indent-electric-colon): New command.
8645 (python-guess-indent): Delete command.
8646 (python-indent-guess-indent-offset): New command.
8647 (python-shift-left): Delete command.
8648 (python-indent-shift-left): New command.
8649 (python-shift-right): Delete command.
8650 (python-indent-shift-right): New command.
8651 (python-find-function): Delete command.
8652 (python-nav-jump-to-defun): New command.
8653 (python-next-statement): Delete command.
8654 (python-nav-forward-sentence): New command.
8655 (python-previous-statement): Delete command.
8656 (python-nav-backward-sentence): New command.
8657 (python-fill-paragraph): Delete command.
8658 (python-fill-paragraph-function): New command.
8659 (python-send-buffer): Delete command.
8660 (python-shell-send-buffer): New command.
8661 (python-send-defun): Delete command.
8662 (python-shell-send-defun): New command.
8663 (python-send-region, python-send-region-and-go): Delete commands.
8664 (python-shell-send-region)
8665 (python-shell-switch-to-shell): New commands.
8666 (python-send-string): Delete command.
8667 (python-shell-send-string): New command.
8668 (python-switch-to-python): Delete command.
8669 (python-shell-switch-to-shell): New command.
8670 (python-describe-symbol): Delete command.
8671 (python-eldoc-at-point): New command.
8672 (python--set-prompt-regexp, python-args-to-list)
8673 (python-after-info-look, python-check-version)
8674 (python-check-comint-prompt, python-find-imports)
8675 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
8676 (python-unload-function, python-expand-template)
8677 (python-maybe-jython, python-preoutput-filter)
8678 (python-pdbtrack-get-source-buffer)
8679 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
8680 (python-pdbtrack-toggle-stack-tracking)
8681 (python-pdbtrack-track-stack-file, python-initial-text)
8682 (python-first-word, python-comment-line-p, python-send-command)
8683 (python-setup-brm, python-sentinel, python-set-proc)
8684 (python-skip-out, python-input-filter, python-outdent-p)
8685 (python-outline-level, python-backslash-continuation-line-p)
8686 (python-end-of-block, python-end-of-statement, python-mark-block)
8687 (python-beginning-of-block, python-beginning-of-statement)
8688 (python-blank-line-p, python-beginning-of-string)
8689 (python-open-block-statement-p): Delete functions.
8690 (python-indent-line, python-indent-line-1): Delete functions.
8691 (python-indent-line): New function.
8692 (python-indentation-levels): Delete function.
8693 (python-indent-calculate-levels): New function.
8694 (python-proc): Delete function.
8695 (python-shell-get-process): New function.
8696 (python-send-receive): Delete function.
8697 (python-shell-send-string-no-output): New function.
8698 (python-module-path): Delete function.
8699 (python-ffap-module-path): New function.
8700 (python-completion-at-point)
8701 (python-symbol-completions): Delete functions.
8702 (python-completion-complete-at-point): New function.
8703 (python-load-file): Delete function.
8704 (python-shell-send-file): New function.
8705 (python-calculate-indentation): Delete function.
8706 (python-indent-calculate-indentation): New function.
8707 (python-skip-comments/blanks): Delete function.
8708 (python-util-forward-comment): New function.
8709 (python-continuation-line-p): Delete function.
8710 (python-info-continuation-line-p): New function.
8711 (python-which-func, python-current-defun): Delete function.
8712 (python-info-current-defun): New function.
8713 (python-beginning-of-defun): Delete function.
8714 (python-nav-beginning-of-defun): New function.
8715 (python-close-block-statement-p)
8716 (python-block-end-p): Delete function.
8717 (python-info-closing-block): New function.
8718 (python-comint-output-filter-function)
8719 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
8720 (python-fill-comment, python-fill-decorator, python-fill-paren)
8721 (python-fill-string, python-imenu-make-element-tree)
8722 (python-imenu-make-tree, python-imenu-tree-assoc)
8723 (python-indent-context, python-indent-dedent-line)
8724 (python-indent-line-function)
8725 (python-indent-post-self-insert-function)
8726 (python-indent-toggle-levels)
8727 (python-info-assignment-continuation-line-p)
8728 (python-info-beginning-of-backlash)
8729 (python-info-block-continuation-line-p)
8730 (python-info-closing-block-message)
8731 (python-info-line-ends-backslash-p)
8732 (python-info-looking-at-beginning-of-defun)
8733 (python-info-ppss-context, python-info-ppss-context-type)
8734 (python-nav-list-defun-positions, python-nav-read-defun)
8735 (python-nav-sentence-end, python-nav-sentence-start)
8736 (python-pdbtrack-comint-output-filter-function)
8737 (python-pdbtrack-set-tracked-buffer)
8738 (python-shell-calculate-exec-path)
8739 (python-shell-calculate-process-environment)
8740 (python-shell-completion--do-completion-at-point)
8741 (python-shell-completion--get-completions)
8742 (python-shell-completion-complete-at-point)
8743 (python-shell-completion-complete-or-indent)
8744 (python-shell-get-or-create-process)
8745 (python-shell-get-process-name)
8746 (python-shell-internal-get-or-create-process)
8747 (python-shell-internal-get-process-name)
8748 (python-shell-internal-send-string, python-shell-make-comint)
8749 (python-shell-parse-command, python-shell-send-setup-code)
8750 (python-skeleton-add-menu-items)
8751 (python-util-clone-local-variables, python-util-position)
8752 (run-python-internal, python-indentation-levels)
8753 (python-nav-beginning-of-defun)
8754 (python-completion-complete-at-point): New functions.
8755 (run-python): Change arguments. New API requirements.
8756
8757 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8758
8759 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
8760 (bug#11649).
8761
8762 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
8763 (macroexp--expand-all): Use it.
8764
8765 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
8766 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
8767 Use `cl-function' instead.
8768
8769 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
8770
8771 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
8772 Suggested by Stefan Monnier while discussing bug#11657.
8773
8774 2012-06-14 Sam Steingold <sds@gnu.org>
8775
8776 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
8777
8778 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
8779
8780 * play/doctor.el (doctor-doc): Remove parameter and use
8781 doctor-sent instead of sent.
8782 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
8783
8784 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8785
8786 * files.el: Require cl-lib.
8787 (file-name-non-special): Replace case -> cl-case.
8788
8789 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
8790
8791 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
8792 mapping from #' to function*.
8793
8794 2012-06-13 Chong Yidong <cyd@gnu.org>
8795
8796 * mouse.el (mouse-drag-track): Do not set the mark if the user
8797 releases the mouse without selecting anything (Bug#11588).
8798
8799 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8800
8801 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
8802 as well (bug#11646).
8803
8804 * loadup.el: Count byte-code functions as well.
8805
8806 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
8807 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
8808
8809 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
8810 (bug#11649). Add cl-defun and cl-defmacro.
8811
8812 2012-06-13 Drew Adams <drew.adams@oracle.com>
8813
8814 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
8815 Fix last change.
8816
8817 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
8818
8819 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
8820 Otherwise, it blocks in batch mode.
8821
8822 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
8823
8824 * help-mode.el (bookmark-make-record-default): Declare.
8825
8826 2012-06-13 Chong Yidong <cyd@gnu.org>
8827
8828 * emacs-lisp/package.el (list-packages): Compute a list of
8829 packages that are newly-available since the last list-packages
8830 invocation.
8831 (package-menu--new-package-list): New var.
8832 (package-menu--generate, package-menu--print-info)
8833 (package-menu--status-predicate, package-menu-mark-install):
8834 Handle new status label "new".
8835
8836 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8837
8838 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
8839 conversion to backquotes.
8840
8841 2012-06-12 Chong Yidong <cyd@gnu.org>
8842
8843 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
8844 Rename from gud-inhibit-global-bindings.
8845
8846 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
8847
8848 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
8849 hook from nxml-glyph-set-hook.
8850
8851 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
8852 declaration.
8853
8854 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
8855
8856 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
8857 Convert to defcustom.
8858
8859 2012-06-12 Drew Adams <drew.adams@oracle.com>
8860
8861 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
8862 New functions.
8863 (help-mode): Use them.
8864
8865 2012-06-11 Glenn Morris <rgm@gnu.org>
8866
8867 * progmodes/fortran.el (fortran-font-lock-keywords-3):
8868 Use preprocessor face for directives.
8869 (fortran-directive-re): Doc fix.
8870
8871 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8872
8873 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
8874 conversion to backquotes (bug#11652).
8875
8876 Fix compiler-expansion of CL's cXXr functions (bug#11673).
8877 * emacs-lisp/cl-lib.el (cl--defalias): New function.
8878 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
8879 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
8880 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8881 (cl-ninth, cl-tenth): Mark them as inlinable.
8882 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
8883 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
8884 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
8885 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
8886 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
8887 (cl-list*, cl-adjoin): Don't put an autoload manually.
8888 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
8889 (cl--compiler-macro-list*): Add autoload cookie.
8890 (cl--compiler-macro-cXXr): New function.
8891
8892 * help-fns.el (help-fns--compiler-macro): New function extracted from
8893 describe-function-1; follow aliases and use `compiler-macro' property.
8894 (describe-function-1): Use it.
8895
8896 2012-06-11 Chong Yidong <cyd@gnu.org>
8897
8898 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
8899 is uninstalled, if imagemagick is installed.
8900
8901 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8902
8903 * emacs-lisp/cl-lib.el: Use lexical-binding.
8904 (cl-map-extents, cl-maclisp-member): Remove.
8905 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
8906 (cl--set-substring, cl--block-wrapper, cl--block-throw)
8907 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
8908 * emacs-lisp/cl-extra.el: Use lexical-binding.
8909 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
8910 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
8911 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
8912 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
8913 * emacs-lisp/cl-seq.el: Use lexical-binding.
8914 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
8915 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
8916 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
8917 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
8918 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
8919 CL's internals.
8920
8921 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
8922
8923 Sync with Tramp 2.2.6-pre.
8924
8925 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
8926 `print-length' and `print-level' to nil, in order to avoid
8927 truncation. Reported by Christopher Schmidt
8928 <christopher@ristopher.com>.
8929
8930 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
8931
8932 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
8933 New defmacro.
8934 (tramp-compat-copy-directory): Add optional argument
8935 COPY-CONTENTS. It is not handled yet.
8936
8937 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
8938 (tramp-ftp-file-name-p): Simplify.
8939
8940 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
8941 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
8942 connection vector.
8943
8944 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
8945 (tramp-methods): Do not use `tramp-password-end-of-line'.
8946 (tramp-completion-function-alist-putty): Handle UNIX case.
8947 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
8948 (tramp-do-file-attributes-with-stat)
8949 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
8950 gid as real numbers. They could run out of integer range on cygwin.
8951 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
8952 (tramp-sh-handle-expand-file-name): Handle hops.
8953 (tramp-open-connection-setup-interactive-shell):
8954 Use `tramp-cleanup'. Move check for busyboxes ...
8955 (tramp-find-shell): ... here. Simplify implementation.
8956 Set "remote-shell" property also for alternative shells.
8957 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
8958 If failing, a regular file would be written otherwise.
8959 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
8960 (tramp-find-inline-encoding): Cache the coding commands in the
8961 process cache. Apply test command on the remote side, if defined.
8962 (tramp-find-inline-compress): Cache the compress commands in the
8963 process cache.
8964 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
8965 when requested. Handle hops.
8966 (tramp-current-connection): New defvar.
8967 (tramp-maybe-open-connection): Use `tramp-cleanup'.
8968 Throw `suppress', if there was a failed connection shortly before.
8969 Handle user interrupt. (Bug#10187)
8970 (tramp-get-inline-compress, tramp-get-inline-coding):
8971 Read connection properties from the process cache.
8972
8973 * net/tramp-smb.el (tramp-smb-server-version)
8974 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
8975 New defconsts.
8976 (tramp-smb-prompt): Extend for powershell prompt.
8977 (tramp-smb-file-name-handler-alist): Add handlers for
8978 `process-file', `shell-command' and `start-file-process'.
8979 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
8980 (tramp-smb-winexe-shell-command-switch): New defcustoms.
8981 (tramp-smb-file-name-p): Simplify.
8982 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
8983 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
8984 (tramp-smb-shell-quote-argument): New defuns.
8985 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
8986 Implement using "tar". By this, time-stamps are preserved.
8987 (tramp-smb-handle-copy-file): Handle also the case of directories.
8988 (tramp-smb-do-file-attributes-with-stat)
8989 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
8990 Use `tramp-get-connection-buffer').
8991 (tramp-smb-handle-rename-file): Use "rename", when source and
8992 target are on the same share.
8993 (tramp-smb-maybe-open-connection): Handle wrong passwords.
8994 Use `tramp-smb-server-version'.
8995 (tramp-smb-wait-for-output): Remove prompt.
8996
8997 * net/tramp.el (top): Require 'cl.
8998 (tramp-methods, tramp-rsh-end-of-line):
8999 Remove `tramp-password-end-of-line' from docstring.
9000 (tramp-save-ad-hoc-proxies): New defcustom.
9001 (tramp-completion-function-alist): Adapt docstring.
9002 (tramp-default-password-end-of-line): Remove defcustom.
9003 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
9004 (tramp-user-regexp, tramp-file-name-regexp-unified)
9005 (tramp-file-name-regexp-url): Extend regexp by hop separator.
9006 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
9007 (tramp-remote-file-name-spec-regexp): New defconst.
9008 (tramp-file-name-structure): Extend structure for hops.
9009 (tramp-get-method-parameter): Move up.
9010 (tramp-file-name-p, tramp-dissect-file-name)
9011 (with-parsed-tramp-file-name): Handle hops.
9012 (tramp-file-name-hop): New defun.
9013 (tramp-make-tramp-file-name): New optional arg HOP.
9014 (tramp-message-show-progress-reporter-message): New defvar.
9015 (tramp-with-progress-reporter): Use it. We cannot use
9016 `tramp-message-show-message' here, because this suppresses also
9017 error buffers.
9018 (tramp-error-with-buffer): Suppress buffer view, if
9019 `tramp-message-show-message' is nil.
9020 Use `tramp-get-connection-buffer'.
9021 (tramp-cleanup): New defun.
9022 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
9023 (tramp-file-name-handler): If `debug-on-error' is set, propagate
9024 an error unchanged.
9025 (tramp-completion-handle-file-name-all-completions): Handle hops.
9026 Fix an error when called from ido.
9027 (tramp-completion-dissect-file-name): Use better local variable
9028 name. Add hop to the vector.
9029 (tramp-handle-insert-file-contents): Use progress-reporter for the
9030 whole scenario.
9031 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
9032 to `t'.
9033 (tramp-check-for-regexp): Simplify search.
9034 (tramp-enter-password): Remove it. Move implementation ...
9035 (tramp-action-password): ... here.
9036 (tramp-mode-string-to-int, tramp-local-host-p)
9037 (tramp-make-tramp-temp-file, tramp-read-passwd)
9038 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
9039 Set tramp-autoload cookie.
9040
9041 * net/trampver.el: Update release number.
9042
9043 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9044 Michael Albinus <michael.albinus@gmx.de>
9045
9046 * net/tramp.el (tramp-set-completion-function): Fix docstring.
9047 (tramp-parse-group, tramp-parse-file)
9048 (tramp-parse-shostkeys-sknownhosts): New defuns.
9049 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
9050 (tramp-parse-shosts-group, tramp-parse-sconfig)
9051 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
9052 (tramp-parse-sknownhosts, tramp-parse-hosts)
9053 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
9054 Use them.
9055 (tramp-parse-passwd-group, tramp-parse-netrc-group)
9056 (tramp-parse-putty-group): Don't narrow.
9057 (tramp-parse-putty): Make a loop.
9058 (tramp-file-name-handler): Catch the `suppress' signal.
9059
9060 2012-06-11 Chong Yidong <cyd@gnu.org>
9061
9062 * image.el (imagemagick-register-types): Put the ImageMagick entry
9063 at the end of image-type-file-name-regexps.
9064
9065 2012-06-11 Johan Bockgård <bojohan@gnu.org>
9066
9067 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
9068 (pcase, pcase-let*, pcase-dolist): Use them.
9069
9070 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9071
9072 * emacs-lisp/pcase.el (pcase--let*): New function.
9073 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
9074 (pcase--expand): Use macroexp-let².
9075
9076 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9077
9078 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
9079 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
9080 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
9081 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
9082 * emacs-lisp/derived.el: Use pcase instead of `cl'.
9083 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
9084
9085 2012-06-10 Glenn Morris <rgm@gnu.org>
9086
9087 * mail/rmail.el (rmail-yank-current-message): Leave point at
9088 correct position. (Bug#11660)
9089
9090 2012-06-10 Chong Yidong <cyd@gnu.org>
9091
9092 * allout-widgets.el: Fix code header.
9093
9094 2012-06-10 Chong Yidong <cyd@gnu.org>
9095
9096 * cus-edit.el (customize-changed-options-previous-release):
9097 Bump to 24.1.
9098
9099 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
9100
9101 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
9102
9103 2012-06-09 Chong Yidong <cyd@gnu.org>
9104
9105 * ebuff-menu.el (electric-buffer-list): Preserve header line.
9106
9107 2012-06-09 Martin Rudalics <rudalics@gmx.at>
9108
9109 * window.el (special-display-popup-frame): Don't use
9110 window--display-buffer (Bug#11651).
9111
9112 2012-06-09 Eli Zaretskii <eliz@gnu.org>
9113
9114 Fix parallel builds: make sure loaddefs.el is not being written
9115 while Lisp files are compiled.
9116 (compile): Don't depend on 'mh-autoloads'.
9117 (compile-CMD, compile-SH): Depend on 'autoloads'.
9118 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
9119
9120 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
9121
9122 2012-06-09 Chong Yidong <cyd@gnu.org>
9123
9124 * face-remap.el (face-remap-add-relative, face-remap-set-base)
9125 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
9126 Doc fixes (Bug#11225).
9127
9128 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9129
9130 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
9131 a function if there's a clear indication that it has a compiler-macro.
9132 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
9133 (macro-declarations-alist): Add arglist to declaration functions.
9134 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
9135 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
9136 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
9137 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
9138 Also add autoload to find the compiler macro.
9139 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
9140 (cl--compiler-macro-member, cl--compiler-macro-assoc)
9141 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
9142 (cl--compiler-macro-get): New functions, replacing calls to
9143 cl-define-compiler-macro.
9144 (cl-typep) [compiler-macro]: Use macroexp-let².
9145
9146 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9147
9148 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
9149 string properly, fixes Bug#11473.
9150
9151 2012-06-08 Chong Yidong <cyd@gnu.org>
9152
9153 * faces.el (set-face-attribute): Doc fix.
9154 (modify-face): Don't use :bold and :italic.
9155 (error, warning, success): Tweak definitions.
9156
9157 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
9158 (custom-modified, custom-set, custom-changed, custom-themed)
9159 (custom-saved, custom-button, custom-button-mouse)
9160 (custom-button-pressed, custom-state, custom-comment-tag)
9161 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
9162 (custom-group-subtitle): Use new-style face specs.
9163 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9164 (custom-set-face, custom-changed-face, custom-saved-face)
9165 (custom-button-face, custom-button-pressed-face)
9166 (custom-documentation-face, custom-state-face)
9167 (custom-comment-face, custom-comment-tag-face)
9168 (custom-variable-tag-face, custom-variable-button-face)
9169 (custom-face-tag-face, custom-group-tag-face-1)
9170 (custom-group-tag-face): Remove obsolete face alias.
9171
9172 * epa.el (epa-validity-high, epa-validity-medium)
9173 (epa-validity-low, epa-mark, epa-field-name, epa-string)
9174 (epa-field-name, epa-field-body):
9175 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9176 (font-lock-keyword-face, font-lock-builtin-face)
9177 (font-lock-function-name-face, font-lock-variable-name-face)
9178 (font-lock-type-face, font-lock-constant-face):
9179 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9180 (ido-virtual, ido-indicator, ido-incomplete-regexp):
9181 * speedbar.el (speedbar-button-face, speedbar-file-face)
9182 (speedbar-directory-face, speedbar-tag-face)
9183 (speedbar-selected-face, speedbar-highlight-face)
9184 (speedbar-separator-face):
9185 * whitespace.el (whitespace-newline, whitespace-space)
9186 (whitespace-hspace, whitespace-tab, whitespace-trailing)
9187 (whitespace-line, whitespace-space-before-tab)
9188 (whitespace-space-after-tab, whitespace-indentation)
9189 (whitespace-empty):
9190 * emulation/cua-base.el (cua-global-mark):
9191 * eshell/em-prompt.el (eshell-prompt):
9192 * net/newst-plainview.el (newsticker-new-item-face)
9193 (newsticker-old-item-face, newsticker-immortal-item-face)
9194 (newsticker-obsolete-item-face, newsticker-date-face)
9195 (newsticker-statistics-face, newsticker-default-face):
9196 * net/newst-reader.el (newsticker-feed-face)
9197 (newsticker-extra-face, newsticker-enclosure-face):
9198 * net/newst-treeview.el (newsticker-treeview-face)
9199 (newsticker-treeview-new-face, newsticker-treeview-old-face)
9200 (newsticker-treeview-immortal-face)
9201 (newsticker-treeview-obsolete-face)
9202 (newsticker-treeview-selection-face):
9203 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
9204 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
9205 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
9206 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
9207 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9208 (nxml-outline-active-indicator, nxml-outline-ellipsis):
9209 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
9210 (mpuz-text):
9211 * progmodes/vera-mode.el (vera-font-lock-number)
9212 (vera-font-lock-function, vera-font-lock-interface):
9213 * textmodes/table.el (table-cell): Use new-style face specs, and
9214 don't use the old :bold and :italic attributes.
9215
9216 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
9217 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
9218 (ebrowse-member-class, ebrowse-progress): Likewise.
9219 (ebrowse-tree-mark-face, ebrowse-root-class-face)
9220 (ebrowse-file-name-face, ebrowse-default-face)
9221 (ebrowse-member-attribute-face, ebrowse-member-class-face)
9222 (ebrowse-progress-face): Remove obsolete faces.
9223
9224 * progmodes/flymake.el (flymake-errline, flymake-warnline):
9225 Inherit from error and warning faces respectively.
9226
9227 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9228 Likewise.
9229 (flyspell-incorrect-face, flyspell-duplicate-face):
9230 Remove obsolete aliases.
9231
9232 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
9233
9234 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9235 Avoid infloop.
9236
9237 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9238
9239 * startup.el (argv, argi): Make lexically scoped.
9240 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
9241 * emacs-lisp/cl-macs.el: Use lexical-binding.
9242 Rename cl-bind-* to cl--bind-*.
9243 * files.el: Don't require `cl' since it doesn't use it.
9244 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
9245
9246 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
9247
9248 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
9249 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
9250 instead of calling external sort utility.
9251 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
9252
9253 2012-06-08 Eli Zaretskii <eliz@gnu.org>
9254
9255 * descr-text.el (describe-char): Mention how to insert the
9256 character, if the current input method doesn't support it.
9257 See the discussion in this thread for the details:
9258 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
9259
9260 2012-06-08 Sam Steingold <sds@gnu.org>
9261
9262 * bindings.el (global-map): Bind XF86Forward to next-buffer and
9263 XF86Back to previous-buffer.
9264 (minibuffer-local-map): Bind them to next-history-element and
9265 previous-history-element respectively.
9266 * help-mode.el (help-mode-map): Bind them to help-go-forward and
9267 help-go-back respectively.
9268 * info.el (Info-mode-map): Bind them to Info-history-forward and
9269 Info-history-back respectively.
9270 These are the keys next to Up on the ThinkPad keyboard.
9271
9272 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
9275 * emacs-lisp/cl-macs.el: Provide itself.
9276 (cl--labels-convert-cache): New var.
9277 (cl--labels-convert): New function.
9278 (cl-flet, cl-labels): New implementation with new semantics, relying on
9279 lexical-binding.
9280 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
9281 (cl-closure-vars, cl--function-convert-cache)
9282 (cl--function-convert): Move from cl-macs.el.
9283 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
9284 rename by removing the "cl-" prefix.
9285 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
9286
9287 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9288
9289 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
9290 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
9291 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
9292 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
9293 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
9294 (cl-hash-table-count): Add old compatibility aliases.
9295
9296 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
9297 Use macroexpand-all-environment instead.
9298 (cl--old-macroexpand): New var.
9299 (cl--sm-macroexpand): New function.
9300 (cl-symbol-macrolet): Use it during macro expansion.
9301 (cl--function-convert-cache): New var.
9302 (cl--function-convert): New function, extracted from
9303 cl-macroexpand-all.
9304 (cl-lexical-let): Use it.
9305
9306 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
9307 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
9308 (cl-member): Remove old alias.
9309
9310 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
9311 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
9312 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
9313 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
9314 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
9315 (cl-macroexpand-cmacs): Remove var.
9316 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
9317 Use macroexpand-all instead.
9318
9319 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9320
9321 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
9322 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
9323 (macroexp-copyable-p): New functions and macros.
9324 * emacs-lisp/edebug.el (edebug-unwrap):
9325 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
9326 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
9327 (pcase--let*): Remove.
9328 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
9329 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
9330 macroexp-const-p instead.
9331 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
9332
9333 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
9334 instead of "cl-" for internal definitions. Use macroexp-const-p.
9335 (cl-old-bc-file-form): Remove var.
9336 (cl-const-exprs-p): Remove fun.
9337 (cl-labels, cl-macrolet): Use backquote.
9338 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
9339 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
9340 (cl-define-setf-expander): Rename from cl-define-setf-method.
9341 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
9342
9343 * international/mule-cmds.el: Don't require CL.
9344 (view-hello-file): Don't use `letf'.
9345
9346 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9347
9348 * tmm.el (tmm-prompt): Use string-prefix-p.
9349 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
9350 (tmm-add-prompt): Use minibuffer-completion-help.
9351 (tmm-delete-map): Remove.
9352
9353 * subr.el (kbd): Make it its own function.
9354
9355 2012-06-07 Stefan Merten <smerten@oekonux.de>
9356
9357 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
9358 Silence compiler warnings. Fix versions.
9359 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
9360 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
9361 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
9362 (rst-package-emacs-version-alist): Correct Emacs version to
9363 represent major merge with upstream.
9364 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
9365
9366 2012-06-06 Glenn Morris <rgm@gnu.org>
9367
9368 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
9369 Only print environment variables if set.
9370
9371 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9372
9373 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
9374 (macroexp--cons): Rename from maybe-cons.
9375 (macroexp--accumulate): Rename from macroexp-accumulate.
9376 (macroexp--all-forms): Rename from macroexpand-all-forms.
9377 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
9378 (macroexp--expand-all): Rename from macroexpand-all-1.
9379
9380 2012-06-06 Sam Steingold <sds@gnu.org>
9381
9382 * calendar/calendar.el (calendar-in-read-only-buffer):
9383 Call `special-mode' to enable the standard read-only keybindings.
9384
9385 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9386
9387 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
9388 with "loading" messages (bug#11635).
9389
9390 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
9391
9392 * files.el (enable-remote-dir-locals): New option.
9393 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
9394
9395 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9396 Ensure, that the temp directory is local.
9397
9398 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
9399 `temporary-file-directory'.
9400
9401 * progmodes/python.el (python-send-region): Ensure, that the
9402 temporary file is created also in the remote case.
9403
9404 2012-06-06 Glenn Morris <rgm@gnu.org>
9405
9406 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
9407 (vc-rcs-update-changelog): Use it.
9408
9409 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
9410
9411 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
9412 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
9413 (vc-sccs-diff): Replace use of the external vcdiff script.
9414
9415 2012-06-05 Glenn Morris <rgm@gnu.org>
9416
9417 * ledit.el: Move to obsolete/.
9418
9419 2012-06-05 Sam Steingold <sds@gnu.org>
9420
9421 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
9422 patch (Bug#11140).
9423
9424 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9425
9426 * emacs-lisp/cust-print.el: Move to obsolete.
9427
9428 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
9429 compiler-macro expansion.
9430
9431 Add native compiler-macro support.
9432 * emacs-lisp/macroexp.el (macroexpand-all-1):
9433 Support compiler-macros directly. Properly follow aliases and apply
9434 the compiler macros more thoroughly.
9435 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
9436 macroexpand now properly follows aliases.
9437 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
9438 (cl-compiler-macroexpand): Use new prop.
9439 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
9440
9441 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
9442
9443 2012-06-05 Martin Rudalics <rudalics@gmx.at>
9444
9445 * window.el (get-lru-window, get-mru-window, get-largest-window):
9446 New argument NOT-SELECTED to avoid picking the selected window.
9447 (window--display-buffer-1, window--display-buffer-2): Replace by
9448 new function window--display-buffer
9449 (display-buffer-same-window, display-buffer-reuse-window)
9450 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9451 Use window--display-buffer.
9452 (display-buffer-use-some-window): Remove temporary dedication
9453 hack by calling get-lru-window and get-largest-window with
9454 NOT-SELECTED argument non-nil. Call window--display-buffer.
9455
9456 2012-06-05 Glenn Morris <rgm@gnu.org>
9457
9458 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
9459 Replace external vcdiff script.
9460
9461 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9462
9463 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
9464
9465 2012-06-04 Chong Yidong <cyd@gnu.org>
9466
9467 * image.el (imagemagick-types-inhibit): Revert last change.
9468 Add INFO and M.
9469 (imagemagick-enabled-types): Remove CIN and EPS*.
9470
9471 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9472
9473 * emacs-lisp/cl-lib.el: Rename from cl.el.
9474 * emacs-lisp/cl.el: New compatibility file.
9475 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
9476 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
9477 to obey the "cl-" prefix.
9478 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
9479
9480 2012-06-03 Glenn Morris <rgm@gnu.org>
9481
9482 * emacs-lisp/authors.el (authors-aliases): Addition.
9483
9484 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
9485 Fix :version.
9486
9487 2012-06-03 Stefan Merten <smerten@oekonux.de>
9488
9489 * textmodes/rst.el: Add comments.
9490 (rst-transition, rst-adornment): New faces.
9491 (rst-adornment-faces-alist): Make default safe to reevaluate.
9492 Fixes
9493 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
9494 Improve customization tags.
9495 (rst-define-level-faces): Clarify meaning.
9496
9497 2012-06-03 Chong Yidong <cyd@gnu.org>
9498
9499 * progmodes/compile.el (compilation-mode-line-fail)
9500 (compilation-mode-line-run, compilation-mode-line-exit):
9501 New faces.
9502 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
9503
9504 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
9505
9506 * progmodes/which-func.el (which-func-update-ediff-windows):
9507 New function. Use it in ediff-select-hook (Bug#11478).
9508
9509 2012-06-03 Chong Yidong <cyd@gnu.org>
9510
9511 * bindings.el: Remove explicit help text from format-mode-line.
9512 It is now supplied by mode-line-default-help-echo.
9513 (mode-line-front-space, mode-line-end-spaces)
9514 (mode-line-misc-info): New variables.
9515 (mode-line-modes, mode-line-position): Move the default value to
9516 the variable definition.
9517 (mode-line-default-help-echo): New defcustom.
9518 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
9519 (mode-line-modified-help-echo): New functions.
9520 (mode-line-mule-info, mode-line-modified): Use them.
9521 (mode-line-eol-desc, propertized-buffer-identification):
9522 Consistency fixes for help text.
9523 (mode-line-coding-system-map): Allow using mouse-3 to invoke
9524 set-buffer-file-coding-system (Bug#289).
9525 (mode-line-mule-info-help-echo): Update help text.
9526
9527 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9528
9529 * simple.el (execute-extended-command): Set real-this-command
9530 (bug#11506).
9531
9532 2012-06-02 Chong Yidong <cyd@gnu.org>
9533
9534 Remove incorrect uses of "modeline" in comments, docstrings, and
9535 function/variable names (Bug#10329).
9536
9537 * cus-edit.el (mode-line):
9538 * dframe.el (dframe-mouse-hscroll):
9539 * emacs-lisp/re-builder.el:
9540 * emacs-lisp/easy-mmode.el (define-minor-mode):
9541 * frame.el (set-frame-name):
9542 * help.el (lookup-minor-mode-from-indicator):
9543 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
9544 * progmodes/cc-cmds.el (c-toggle-auto-newline)
9545 (c-toggle-hungry-state):
9546 * progmodes/antlr-mode.el (antlr-language-alist):
9547 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
9548 * progmodes/vhdl-mode.el (vhdl-mode):
9549 * progmodes/which-func.el (which-func, which-func-cleanup-function):
9550 * term/ns-win.el (ns-face-at-pos):
9551 * term/sup-mouse.el (sup-mouse-report):
9552 * textmodes/flyspell.el (flyspell-mode-line-string):
9553 * textmodes/ispell.el (ispell-highlight-face):
9554 * textmodes/reftex-global.el:
9555 * vc/vc-arch.el (vc-arch-mode-line-string):
9556 * vc/vc-cvs.el (vc-cvs-mode-line-string):
9557 * vc/vc-git.el (vc-git-mode-line-string):
9558 * vc/vc-hooks.el (vc-display-status)
9559 (vc-default-mode-line-string):
9560 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
9561
9562 * ansi-color.el (ansi-color-faces-vector): Change default faces.
9563
9564 * dired.el (dired-sort-set-mode-line): Rename from
9565 dired-sort-set-modeline. All callers changed.
9566
9567 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
9568 eshell-status-in-modeline.
9569
9570 * foldout.el (foldout-mode-line-string): Rename from
9571 foldout-modeline-string. All callers changed.
9572 (foldout-update-mode-line): Rename from foldout-update-modeline.
9573
9574 * subr.el (redraw-modeline): Make into obsolete alias.
9575
9576 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
9577 timeclock-modeline-display. Make old name an alias.
9578 (timeclock-update-mode-line): Likewise. All callers changed.
9579 (timeclock-mode-line-display): No need to check before using
9580 add-hook.
9581 (timeclock-relative, timeclock-day-over-hook)
9582 (timeclock-use-elapsed, timeclock-mode-string)
9583 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
9584
9585 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
9586 crisp-mode-modeline-string.
9587
9588 * play/solitaire.el (solitaire-build-mode-line): Rename from
9589 solitaire-build-modeline. All callers changed.
9590
9591 * play/zone.el (zone-hiding-mode-line): Rename from
9592 zone-hiding-modeline. All callers changed.
9593 (zone): Remove unusued `modeline-hidden-level' property.
9594
9595 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
9596 xscheme-modeline-initialize. All callers changed.
9597
9598 * strokes.el (strokes-lighter): Rename from
9599 strokes-modeline-string.
9600
9601 * textmodes/sgml-mode.el (html-face-tag-alist)
9602 (html-tag-face-alist): Use mode-line face instead of obsolete
9603 alias modeline.
9604
9605 2012-06-02 Stefan Merten <smerten@oekonux.de>
9606
9607 * textmodes/rst.el: Always require `cl'.
9608 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
9609
9610 2012-06-02 Chong Yidong <cyd@gnu.org>
9611
9612 * image.el (imagemagick-enabled-types): Rename from
9613 imagemagick-types-enable. Add many more types.
9614 (imagemagick-types-inhibit): Change default to nil.
9615 (imagemagick-filter-types): Caller changed.
9616
9617 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9618
9619 * emacs-lisp/cl-macs.el: Use backquotes.
9620 (cl-transform-function-property): Use eval-and-compile rather than
9621 abusing `require'.
9622 (defstruct): Use declare-function instead of with-no-warnings.
9623
9624 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
9625 (byte-compile-output-docform): Re-add the print-circle bindings.
9626 (byte-compile-fix-header): Use #$ just because it's shorter.
9627 (byte-compile-output-file-form): Remove defun/defmacro.
9628
9629 2012-06-01 Martin Rudalics <rudalics@gmx.at>
9630
9631 * simple.el (choose-completion): Remove now obsolete binding for
9632 owindow.
9633
9634 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
9635
9636 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
9637 in order to avoid "Stack overflow in regexp matcher".
9638
9639 2012-05-31 Glenn Morris <rgm@gnu.org>
9640
9641 * image.el: For clarity, call imagemagick-register-types at
9642 top-level, rather than relying on a custom :initialize.
9643 (imagemagick-types-enable): New option. (Bug#11557)
9644 (imagemagick-filter-types): New function. (Bug#7406)
9645 (imagemagick-register-types): Use imagemagick-filter-types.
9646 If disabling support, remove elements altogether rather
9647 than using an impossible regexp.
9648 (imagemagick-types-inhibit): Give it the default init function.
9649
9650 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9651
9652 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
9653 Handle arbitrary file name lengths (Bug#11585).
9654
9655 2012-05-31 Martin Rudalics <rudalics@gmx.at>
9656
9657 * desktop.el (desktop-read): Clear previous and next buffers for
9658 all windows and bury *Messages* buffer (bug#11556).
9659
9660 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9661
9662 Add `declare' for `defun'. Align `defmacro's with it.
9663 * emacs-lisp/easy-mmode.el (define-minor-mode)
9664 (define-globalized-minor-mode): Don't autoload the var definitions.
9665 * emacs-lisp/byte-run.el: Use lexical-binding.
9666 (defun-declarations-alist, macro-declarations-alist): New vars.
9667 (defmacro, defun): Use them.
9668 (make-obsolete, define-obsolete-function-alias)
9669 (make-obsolete-variable, define-obsolete-variable-alias):
9670 Use `declare'.
9671 (macro-declaration-function): Mark obsolete.
9672 * emacs-lisp/autoload.el: Use lexical-binding.
9673 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
9674
9675 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9676
9677 * textmodes/ispell.el (ispell-with-no-warnings):
9678 Define as a macro.
9679 (ispell-kill-ispell, ispell-change-dictionary):
9680 Use `called-interactively-p' for Emacs instead of obsolete
9681 `interactive-p'.
9682
9683 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9684
9685 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
9686 (macro-declaration-function): Move var from C code.
9687 (macro-declaration-function): Define function with defalias.
9688 * emacs-lisp/macroexp.el (macroexpand-all-1):
9689 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
9690 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
9691 defun/defmacro any more.
9692 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
9693 Provide fallback for unknown arglist.
9694 (byte-compile-arglist-warn): Change calling convention.
9695 (byte-compile-output-file-form): Move print-vars binding.
9696 (byte-compile-output-docform): Simplify accordingly.
9697 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
9698 (byte-compile-defmacro-declaration): Remove.
9699 (byte-compile-file-form-defmumble): Generalize to defalias.
9700 (byte-compile-output-as-comment): Return byte-positions.
9701 Simplify callers accordingly.
9702 (byte-compile-lambda): Use `assert'.
9703 (byte-compile-defun, byte-compile-defmacro): Remove.
9704 (byte-compile-file-form-defalias):
9705 Use byte-compile-file-form-defmumble.
9706 (byte-compile-defalias-warn): Remove.
9707
9708 2012-05-29 Stefan Merten <smerten@oekonux.de>
9709
9710 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
9711 possible. Fix authors. Improve comments. Improve loading of `cl'.
9712
9713 (rst-mode-abbrev-table): Merge definition.
9714 (rst-mode): Make sure `font-lock-defaults' is buffer local.
9715 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
9716
9717 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
9718
9719 * calendar/icalendar.el
9720 (icalendar-export-region): Export UID properly.
9721
9722 2012-05-29 Leo Liu <sdl.web@gmail.com>
9723 * calendar/icalendar.el (icalendar-import-format):
9724 Add `icalendar-import-format-uid' (Bug#11525).
9725 (icalendar-import-format-uid): New.
9726 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
9727 Export UID.
9728
9729 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9730
9731 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
9732 different alternative patterns.
9733 (pcase-codegen): Be more careful to preserve identity.
9734 (pcase--u1): Don't forget to mark vars as used.
9735
9736 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
9737 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
9738 (byte-compile-from-buffer): ...rather than here.
9739
9740 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
9741 functions from byte-compile-function-environment.
9742
9743 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
9744
9745 * window.el (window-deletable-p): Avoid deleting the root window
9746 of a frame with an active minibuffer.
9747
9748 2012-05-29 Martin Rudalics <rudalics@gmx.at>
9749
9750 * simple.el (choose-completion): Use quit-window (Bug#11567).
9751
9752 2012-05-29 Chong Yidong <cyd@gnu.org>
9753
9754 * whitespace.el (whitespace-cleanup): Fix usage of
9755 whitespace-empty-at-bob-regexp (Bug#11492).
9756
9757 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9758
9759 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
9760 revert (Bug#11488).
9761
9762 2012-05-29 Juri Linkov <juri@jurta.org>
9763
9764 * isearch.el (isearch-mode-map): Bind `M-s _' to
9765 `isearch-toggle-symbol'. Bind `M-s c' to
9766 `isearch-toggle-case-fold'.
9767 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
9768 (isearch-forward): Add `M-s _' to the docstring.
9769 (isearch-forward-symbol, isearch-toggle-case-fold)
9770 (isearch-symbol-regexp): New functions. (Bug#11381)
9771
9772 2012-05-29 Juri Linkov <juri@jurta.org>
9773
9774 * isearch.el (isearch-word): Add docstring. (Bug#11381)
9775 (isearch-occur, isearch-search-and-update): If `isearch-word' is
9776 a function, call it to get the regexp.
9777 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
9778 property `isearch-message-prefix' instead of the string "word ".
9779 (isearch-search-fun-default): For the case of `isearch-word',
9780 return a lambda that calls re-search-forward/re-search-backward
9781 with a regexp returned by `word-search-regexp' or by the function
9782 in `isearch-word'.
9783
9784 2012-05-29 Juri Linkov <juri@jurta.org>
9785
9786 * isearch.el (isearch-search-fun-default): New function.
9787 (isearch-search-fun): Move default part to the new function
9788 `isearch-search-fun-default'.
9789 (isearch-search-fun-function): Set the default value to
9790 `isearch-search-fun-default'. (Bug#11381)
9791
9792 * comint.el (comint-history-isearch-end):
9793 Use `isearch-search-fun-default'.
9794 (comint-history-isearch-search): Use `isearch-search-fun-default'
9795 and remove spacial case for `isearch-word'.
9796 (comint-history-isearch-wrap): Remove spacial case for
9797 `isearch-word'.
9798
9799 * hexl.el (hexl-isearch-search-function):
9800 Use `isearch-search-fun-default'.
9801
9802 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
9803 Use `word-search-regexp' for `isearch-word'.
9804
9805 * misearch.el (multi-isearch-search-fun):
9806 Use `isearch-search-fun-default'.
9807
9808 * simple.el (minibuffer-history-isearch-search):
9809 Use `isearch-search-fun-default' and remove spacial case for
9810 `isearch-word'.
9811 (minibuffer-history-isearch-wrap): Remove spacial case for
9812 `isearch-word'.
9813
9814 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
9815 Remove spacial case for `isearch-word'.
9816 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
9817
9818 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9819
9820 Decrease XEmacs incompatibilities.
9821 * textmodes/flyspell.el (flyspell-check-pre-word-p):
9822 Use `string-match'.
9823 (flyspell-delete-region-overlays): Use alternative definition for
9824 XEmacs.
9825 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
9826 (flyspell-word): Use `process-kill-without-query' if XEmacs.
9827 (flyspell-mode-on): Use `interactive-p' if XEmacs.
9828 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
9829 `define-obsolete-face-alias' under XEmacs, but old method.
9830
9831 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
9832 `with-no-warnings' definition or Emacs alias.
9833 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
9834 (ispell-word): Do not use `region-p' if XEmacs.
9835
9836 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9837
9838 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9839 Check for `ispell-dictionary-base-alist' instead of full
9840 `ispell-dictionary-alist'.
9841 (ispell-init-process): Show spellchecker when starting new Ispell
9842 process.
9843
9844 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9845
9846 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
9847 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
9848
9849 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
9850
9851 * version.el (motif-version-string, gtk-version-string)
9852 (ns-version-string): Declare.
9853
9854 2012-05-27 Juri Linkov <juri@jurta.org>
9855
9856 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
9857 after the `eval-defun-1' specialcaseing
9858 like in `edebug-eval-defun' (bug#10181).
9859
9860 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
9861 like in `eval-defun-1'.
9862
9863 2012-05-27 Eli Zaretskii <eliz@gnu.org>
9864
9865 * mail/sendmail.el (mail-yank-region):
9866 Recognize rmail-yank-current-message in addition to insert-buffer.
9867 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
9868 a *mail* buffer created through rmail-start-mail with sendmail as
9869 mail-user-agent.
9870
9871 2012-05-27 Chong Yidong <cyd@gnu.org>
9872
9873 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
9874 Default to 256 (Bug#11267).
9875
9876 * help.el (describe-mode): Doc fix.
9877
9878 2012-05-26 Glenn Morris <rgm@gnu.org>
9879
9880 * w32-fns.el (w32-init-info): Remove.
9881 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
9882
9883 * info.el (info-initialize): For self-contained NS builds, put the
9884 included info/ directory at the front. (Bug#2791)
9885
9886 * paths.el (Info-default-directory-list): Make it a defcustom,
9887 mainly so that we can use custom-initialize-delay.
9888
9889 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9890
9891 * subr.el (buffer-has-markers-at): Mark obsolete.
9892
9893 * subr.el (lambda): Use declare.
9894
9895 * emacs-lisp/lisp-mode.el (lambda):
9896 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
9897
9898 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9899
9900 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
9901
9902 2012-05-26 Glenn Morris <rgm@gnu.org>
9903
9904 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
9905
9906 2012-05-25 Glenn Morris <rgm@gnu.org>
9907
9908 * paths.el: Remove no-byte-compile.
9909 * loadup.el: No need to load paths.el uncompiled.
9910
9911 * image.el (imagemagick-types-inhibit): Doc fix.
9912
9913 * version.el: Remove no-byte-compile and associated formatting.
9914 * loadup.el: No need to load version.el uncompiled. AFAICS, this
9915 is ancient code from when there was an "inc-vers.el".
9916
9917 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9918
9919 * progmodes/gdb-mi.el: Minor style changes.
9920 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
9921 Turn into minor modes.
9922 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
9923 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
9924 (gdb-shell): Remove unneeded let-binding.
9925 (gdb-get-many-fields): Eliminate O(n²) behavior.
9926
9927 2012-05-25 Eli Zaretskii <eliz@gnu.org>
9928
9929 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
9930 platforms that don't link in fontset.c.
9931
9932 2012-05-25 Juri Linkov <juri@jurta.org>
9933
9934 Use the same diff color scheme as in modern VCSes (bug#10181).
9935
9936 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
9937 to avoid confusion with `diff-added' that now uses green colors.
9938 (diff-removed): Use shades of red.
9939 (diff-added): Use shades of green.
9940 (diff-changed): Leave just the yellow color.
9941 (diff-use-changed-face): New variable.
9942 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
9943 how to highlight context diff changes.
9944 (diff-refine-change): Use shades of yellow.
9945 (diff-refine-removed): New face that uses shades of red.
9946 (diff-refine-added): New face that uses shades of green.
9947 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
9948 `diff-refine-removed' in the call to `smerge-refine-subst'
9949 depending on the value of `diff-use-changed-face'.
9950
9951 * vc/smerge-mode.el (smerge-mine): Use shades of red.
9952 (smerge-other): Use shades of green.
9953 (smerge-base): Use shades of yellow.
9954 (smerge-refined-change): Empty face.
9955 (smerge-refined-removed): New face that uses shades of red.
9956 (smerge-refined-added): New face that uses shades of green.
9957 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
9958 args `props-r' and `props-a', and use them. Doc fix.
9959 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
9960 on its value use different faces `smerge-refined-change',
9961 `smerge-refined-removed', `smerge-refined-added' in the call to
9962 `smerge-refine-subst'.
9963
9964 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
9965 Add face condition `min-colors 88' with shades of red.
9966 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
9967 `min-colors 88' with shades of green.
9968 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
9969 `min-colors 88' with shades of yellow.
9970
9971 2012-05-24 Glenn Morris <rgm@gnu.org>
9972
9973 * paths.el (prune-directory-list, remote-shell-program): Move to...
9974 * files.el (prune-directory-list, remote-shell-program): ...here.
9975 For the latter, delay initialization, prefer ssh, just search PATH.
9976
9977 * paths.el (term-file-prefix): Move to faces.el (the only user).
9978 * faces.el (term-file-prefix): Move here, make it a defcustom.
9979
9980 * paths.el (news-directory, news-path, news-inews-program):
9981 Move to gnus/nnspool.el.
9982
9983 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
9984
9985 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
9986 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
9987 Make the latter a defcustom, with a delayed initialization.
9988
9989 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
9990 These were deleted from Gnus itself late 2010.
9991
9992 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
9993
9994 * progmodes/which-func.el (which-func-ff-hook):
9995 Check against user-error, not error.
9996
9997 * emacs-lisp/edebug.el (top): Do not load or set up loading of
9998 cl-specs.el, which no longer exists.
9999
10000 2012-05-22 Glenn Morris <rgm@gnu.org>
10001
10002 * info.el (info-emacs-bug): New command.
10003 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
10004 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
10005
10006 2012-05-21 Glenn Morris <rgm@gnu.org>
10007
10008 * makefile.w32-in (update-subdirs-SH):
10009 * Makefile.in (update-subdirs): Update for moved update-subdirs.
10010
10011 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10012
10013 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
10014
10015 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10016 Simplify Maven regexp, and make sure the file can't start with a space
10017 (bug#11517).
10018
10019 2012-05-21 Glenn Morris <rgm@gnu.org>
10020
10021 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10022 Scrap superfluous subshells.
10023
10024 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10025
10026 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
10027 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10028
10029 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
10030
10031 * calc/calc.el (calc-ensure-consistent-units): New variable.
10032
10033 * calc/calc-units.el (math-consistent-units-p)
10034 (math-check-unit-consistency): New functions.
10035 (calc-quick-units, calc-convert-units):
10036 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
10037 is non-nil.
10038 (calc-extract-units): Fix typo.
10039
10040 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10041
10042 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
10043
10044 * textmodes/flyspell.el: Commenting style, plus code simplifications.
10045 (flyspell-default-deplacement-commands): Don't spell check after
10046 repeated window/frame switches (e.g. triggered by mouse-movement).
10047 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
10048 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
10049 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
10050 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
10051 Remove unused vars.
10052 (flyspell-get-casechars, flyspell-get-not-casechars):
10053 Simplify; Don't bother removing a ] just to add it back.
10054 * textmodes/ispell.el (ispell-program-name): Use executable-find.
10055
10056 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10057
10058 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
10059 New functions.
10060 (math-function-table): Add support for more C functions.
10061
10062 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10063
10064 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10065 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10066 Protect delay handling for otherchars against empty otherchars.
10067
10068 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10069
10070 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
10071 their respective macro declarations.
10072 * skeleton.el (define-skeleton):
10073 * progmodes/compile.el (define-compilation-mode):
10074 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
10075 (define-ibuffer-filter):
10076 * emacs-lisp/generic.el (define-generic-mode):
10077 * emacs-lisp/easy-mmode.el (define-minor-mode)
10078 (define-globalized-minor-mode):
10079 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
10080 * emacs-lisp/byte-run.el (defsubst):
10081 * custom.el (deftheme): Add doc-string metadata.
10082
10083 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10084
10085 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
10086
10087 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10088
10089 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
10090
10091 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
10092 * emacs-lisp/cl-macs.el: Idem.
10093 * emacs-lisp/cl-specs.el: Remove.
10094
10095 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 Minor renaming of internal CL functions and variables.
10098 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
10099 (cl--position): Rename from cl-position.
10100 (cl--delete-duplicates): Rename from cl-delete-duplicates.
10101 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
10102 (cl--random-state): Rename from *random-state*.
10103
10104 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10105
10106 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
10107 parens around the arg list (bug#11499).
10108
10109 2012-05-17 Juri Linkov <juri@jurta.org>
10110
10111 * isearch.el (word-search-regexp, word-search-backward)
10112 (word-search-forward, word-search-backward-lax)
10113 (word-search-forward-lax): Move functions from search.c
10114 (bug#10145, bug#11381).
10115
10116 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10117
10118 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10119 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10120 Delay for otherchars as for normal word components.
10121
10122 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10123
10124 * minibuffer.el (completion--sifn-requote): Fix last change.
10125 (minibuffer-local-must-match-filename-map):
10126 Move define-obsolete-variable-alias before its var.
10127
10128 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10129
10130 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
10131
10132 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
10133 behavior.
10134 (completion--string-equal-p): New function.
10135 (completion--twq-all): Use it to get better assertion failure data.
10136
10137 Only handle ".." and '..' quoting in shell-mode (bug#11466).
10138 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
10139 (shell--requote-argument): New functions.
10140 (shell-completion-vars): Use them.
10141 (shell--parse-pcomplete-arguments): Rename from
10142 shell-parse-pcomplete-arguments.
10143 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
10144 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
10145 Obey comint-file-name-quote-list.
10146
10147 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
10148 (smie-indent-keyword): Use it.
10149
10150 2012-05-14 Stefan Merten <smerten@oekonux.de>
10151
10152 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
10153
10154 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10155
10156 * net/rlogin.el (rlogin-mode-map): Fix last change.
10157
10158 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
10159
10160 * mail/smtpmail.el (smtpmail-send-command): Send the command and
10161 the following \r\n using a single `process-send-string', since the
10162 Lotus SMTP server refuses to accept any commands if they are sent
10163 with two `process-send-string's (Bug#11444).
10164
10165 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10166
10167 * shell.el (shell-parse-pcomplete-arguments):
10168 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
10169
10170 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10171
10172 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
10173 (image-transform-scale, image-transform-right-angle-fudge): New vars.
10174 (image-transform-width, image-transform-fit-width): New functions.
10175 (image-transform-properties): Use them.
10176 (image-transform-check-size): New function.
10177 (image-toggle-display-image): Use it (for testing).
10178 (image-transform-set-rotation): Reduce angle mod 360.
10179 Delete obsolete comment.
10180
10181 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10182
10183 * image-mode.el: Fix scaling (bug#11399).
10184 (image-transform-resize): Doc fix.
10185 (image-transform-properties): Default scale is 1 and height should
10186 be an integer.
10187
10188 2012-05-13 Johan Bockgård <bojohan@gnu.org>
10189
10190 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
10191 than hard-coding `car', to fix misbehavior when moving forward.
10192
10193 2012-05-13 Chong Yidong <cyd@gnu.org>
10194
10195 * emacs-lisp/tabulated-list.el (tabulated-list-format)
10196 (tabulated-list-entries, tabulated-list-padding)
10197 (tabulated-list-sort-key): Make permanent-local.
10198
10199 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
10200 (electric-buffer-list): Put electric buffer menu
10201 command descriptions in this docstring, instead of the docstring
10202 of electric-buffer-menu-mode. Code cleanups.
10203 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
10204 Electric-buffer-menu-mode.
10205 (electric-buffer-update-highlight): Minor code cleanup.
10206
10207 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
10208
10209 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
10210 (Bug#11447)
10211
10212 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10213
10214 Move define-obsolete-variable-alias before the var's definition.
10215 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
10216 * tooltip.el (tooltip-hook):
10217 * textmodes/reftex-toc.el (reftex-toc-map):
10218 * textmodes/reftex-sel.el (reftex-select-label-map)
10219 (reftex-select-bib-map):
10220 * textmodes/reftex-index.el (reftex-index-map)
10221 (reftex-index-phrases-map):
10222 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
10223 * progmodes/meta-mode.el (meta-mode-map):
10224 * novice.el (disabled-command-hook):
10225 * loadhist.el (unload-hook-features-list):
10226 * frame.el (blink-cursor):
10227 * files.el (find-file-not-found-hooks, write-file-hooks)
10228 (write-contents-hooks):
10229 * emulation/tpu-edt.el (GOLD-map):
10230 * emacs-lock.el (emacs-lock-from-exiting):
10231 * emacs-lisp/generic.el (generic-font-lock-defaults):
10232 * emacs-lisp/chart.el (chart-map):
10233 * dos-fns.el (register-name-alist):
10234 * dired-x.el (dired-omit-files-p):
10235 * desktop.el (desktop-enable):
10236 * cus-edit.el (custom-mode-hook):
10237 * buff-menu.el (buffer-menu-mode-hook):
10238 * bookmark.el (bookmark-read-annotation-text-func)
10239 (bookmark-exit-hooks):
10240 * allout.el (allout-mode-deactivate-hook)
10241 (allout-exposure-change-hook, allout-structure-added-hook)
10242 (allout-structure-deleted-hook, allout-structure-shifted-hook):
10243 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
10244 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
10245 comes before the corresponding variable's definition.
10246
10247 2012-05-12 Chong Yidong <cyd@gnu.org>
10248
10249 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
10250 (Buffer-menu-mouse-select): Restore function (Bug#11459).
10251 (Buffer-menu-mode-map): Bind it.
10252 (Buffer-menu--pretty-name): Add a mouse-face property.
10253
10254 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10255
10256 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
10257 (prolog-upper-case-string, prolog-lower-case-string)
10258 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
10259 (prolog-use-smie, prolog-smie-grammar): New vars.
10260 (prolog-smie-forward-token, prolog-smie-backward-token)
10261 (prolog-smie-rules): New funs.
10262 (prolog-comment-indent): Remove.
10263 (prolog-mode-variables): Use default comment indentation instead.
10264 Setup SMIE.
10265 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
10266 (prolog-mode): Don't call them any more.
10267 (prolog-electric-colon, prolog-electric-dash)
10268 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
10269
10270 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
10271
10272 * minibuffer.el (completion--twq-all): Again, allow case differences.
10273
10274 * term.el: Move keymap initialization code to be more idiomatic.
10275 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
10276 (term-terminal-menu): Move initialization into declaration.
10277 (term-escape-char): Let the user set it in her .emacs.
10278
10279 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
10280 Provide SMIE-based indentation (not enabled by default yet).
10281 (sh-mode-map): Don't bind electric keys.
10282 Use electric-pair-mode instead of skeleton-pair.
10283 (sh-assignment-regexp): Fit within 80 columns.
10284 (sh-indent-supported): Specify actual shell name instead of boolean.
10285 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
10286 (sh-maybe-here-document): Use it. Make obsolete.
10287 (sh-electric-here-document-mode) New minor mode.
10288 (sh-mode): Use it. Don't set sh-indent-supported-here here.
10289 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
10290 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
10291 (sh-smie-rc-grammar, sh-use-smie): New vars.
10292 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
10293 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
10294 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
10295 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
10296 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
10297 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
10298 (sh-set-shell): Use smie-setup if requested.
10299
10300 * term.el (term-set-escape-char): Properly set term-escape-char.
10301 See http://stackoverflow.com/questions/10524656.
10302
10303 2012-05-10 Chong Yidong <cyd@gnu.org>
10304
10305 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
10306 Use url-generic-parse-url, and handle host names and Windows
10307 filenames properly.
10308 (ffap-url-unwrap-remote): Use url-generic-parse-url.
10309 (ffap-url-unwrap-remote): Accept list values, specifying a list of
10310 URL schemes to work on.
10311 (ffap--toggle-read-only): New function.
10312 (ffap-read-only, ffap-read-only-other-window)
10313 (ffap-read-only-other-frame): Use it.
10314 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
10315 necessary for ffap-url-unwrap-remote.
10316
10317 2012-05-10 Dave Abrahams <dave@boostpro.com>
10318
10319 * cus-start.el (create-lockfiles): Add it.
10320
10321 2012-05-09 Chong Yidong <cyd@gnu.org>
10322
10323 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
10324 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
10325
10326 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10327
10328 * shell.el (shell-completion-vars): Fix last change (bug#11348).
10329
10330 2012-05-09 Chong Yidong <cyd@gnu.org>
10331
10332 * ansi-color.el (ansi-color-process-output): Check for validity of
10333 comint-last-output-start before using it. This avoids a bad
10334 interaction with gdb-mi's input/output buffer.
10335
10336 2012-05-09 Glenn Morris <rgm@gnu.org>
10337
10338 * files.el (dir-locals-read-from-file):
10339 Mention dir-locals in any error message.
10340
10341 2012-05-09 Chong Yidong <cyd@gnu.org>
10342
10343 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
10344 package (Bug#11410).
10345
10346 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
10347 variables into description.
10348
10349 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10350
10351 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
10352 shell-delimiter-argument-list (bug#11348).
10353 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
10354
10355 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
10356
10357 * textmodes/rst.el: Silence byte-compiler warnings.
10358 (rst-re-alist, rst-reset-section-caches): Move around.
10359 (rst-re): Use `characterp', not `char-valid-p'.
10360 (font-lock-beg, font-lock-end): Declare.
10361
10362 * progmodes/idlw-shell.el (specs): Remove reference to deleted
10363 variable `idlwave-shell-activate-alt-keybindings' and simplify.
10364
10365 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
10366
10367 2012-05-08 Glenn Morris <rgm@gnu.org>
10368
10369 * files.el (auto-mode-alist): Treat ".make" like ".mk".
10370
10371 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * vc/log-edit.el: Add GNU coding standards highlighting.
10374 (log-edit-font-lock-gnu-style)
10375 (log-edit-font-lock-gnu-keywords): New vars.
10376 (log-edit-font-lock-keywords): New fun.
10377 (log-edit-mode): Don't fold case in font-lock.
10378 (log-edit-font-lock-keywords): Do not assume case-folding.
10379
10380 * imenu.el: Misc cleanup. Make docstrings out of comments.
10381 Use lexical-binding.
10382 (imenu--index-alist, imenu--last-menubar-index-alist)
10383 (imenu-menubar-modified-tick): Use defvar-local.
10384 (imenu--split-menu): Remove unused var.
10385 (imenu--cleanup-seen): Declare as global.
10386 (imenu--cleanup): Use dolist.
10387
10388 * subr.el (defvar-local): Add debug spec and doc-string position.
10389
10390 2012-05-08 Glenn Morris <rgm@gnu.org>
10391
10392 * language/burmese.el, language/cham.el, language/czech.el:
10393 * language/english.el, language/georgian.el, language/greek.el:
10394 * language/japanese.el, language/khmer.el, language/korean.el:
10395 * language/lao.el, language/misc-lang.el, language/romanian.el:
10396 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
10397 * language/thai.el, language/utf-8-lang.el:
10398 Remove no-byte-compile setting.
10399
10400 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
10401
10402 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10403
10404 * progmodes/make-mode.el (makefile-browse):
10405 Remove unnecessary interactive. (Bug#11324)
10406
10407 2012-05-07 Glenn Morris <rgm@gnu.org>
10408
10409 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
10410
10411 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
10412
10413 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10414
10415 * loadup.el: Preload newcomment.el.
10416 * newcomment.el: Move autoload-only code to toplevel.
10417
10418 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
10419 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10420 Handle new :right-align column property.
10421 (tabulated-list-print-col): Idem, plus use `display' text-property to
10422 try and preserve alignment for variable pitch fonts.
10423
10424 2012-05-07 Chong Yidong <cyd@gnu.org>
10425
10426 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
10427 (tabulated-list-use-header-line): New var.
10428 (tabulated-list-init-header): Use it.
10429 (tabulated-list-print-fake-header): New function.
10430 (tabulated-list-print): Use it.
10431 (tabulated-list-sort-button-map): Add non-header-line commands.
10432 (tabulated-list-init-header): Add column name property to basic
10433 labels as well.
10434 (tabulated-list-col-sort): Handle non-header-line button case.
10435 (tabulated-list--sort-by-column-name): Fix a corner case.
10436
10437 * buff-menu.el (list-buffers--refresh):
10438 Handle Buffer-menu-use-header-line.
10439
10440 2012-05-06 Chong Yidong <cyd@gnu.org>
10441
10442 * buff-menu.el: Convert to Tabulated List mode.
10443 (Buffer-menu-buffer+size-width): Make obsolete.
10444 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
10445 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
10446 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
10447 documentation into docstring of buffer-menu.
10448 (Buffer-menu-toggle-files-only): Add an informative message.
10449 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
10450 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
10451 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
10452 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
10453 (Buffer-menu-execute, Buffer-menu-select)
10454 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
10455 (Buffer-menu-bury): Use Tabulated List machinery.
10456 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
10457 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
10458 Delete.
10459 (list-buffers--refresh): New function.
10460 (list-buffers-noselect): Use it.
10461 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
10462 (Buffer-menu--pretty-file-name): New helper functions.
10463
10464 * loadup.el: Preload tabulated-list.
10465
10466 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
10467 tabulated-list-sort-column.
10468 (tabulated-list-init-header): Add the initial aligning space even
10469 if tabulated-list-padding is zero.
10470
10471 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
10472
10473 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
10474 whose cdr is not a cons cell correctly (bug#11038).
10475
10476 2012-05-06 Chong Yidong <cyd@gnu.org>
10477
10478 * emacs-lisp/tabulated-list.el (tabulated-list-format):
10479 Accept additional plist in column descriptors.
10480 (tabulated-list-init-header): Obey it.
10481 (tabulated-list-get-entry): New function.
10482 (tabulated-list-put-tag): Use it. Use string-width instead of
10483 length.
10484 (tabulated-list--column-number): New function.
10485 (tabulated-list-print): Use it.
10486 (tabulated-list-print-col): New function.
10487 Set `tabulated-list-column-name' property on each column's text.
10488 (tabulated-list-print-entry): Use it.
10489 (tabulated-list-delete-entry, tabulated-list-set-col):
10490 New functions.
10491 (tabulated-list-sort-column): New command (Bug#11337).
10492
10493 * buff-menu.el (list-buffers): Move C-x C-b binding from
10494 buff-menu.el to bindings.el.
10495
10496 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
10497 :advertised-binding feature.
10498
10499 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
10500
10501 * progmodes/compile.el (compilation-internal-error-properties):
10502 Calculate start position correctly when end-col is set but
10503 end-line is not (Bug#11382).
10504
10505 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
10506
10507 * man.el (Man-unindent): Use text-property-default-nonsticky to
10508 prevent untabify from inheriting face properties (Bug#11408).
10509
10510 2012-05-05 Stefan Merten <smerten@oekonux.de>
10511
10512 * textmodes/rst.el: Major merge with upstream development up to
10513 Docutils SVN r7399 / rst.el V1.2.1.
10514
10515 Clarify maintainership and authors.
10516
10517 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
10518 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
10519 (rst-official-version, rst-official-cvs-rev, rst-version)
10520 (rst-package-emacs-version-alist): New functions and variables
10521 for version information.
10522
10523 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
10524 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
10525 (rst-mode-syntax-table, rst-mode): New and corrected functions
10526 and variables representing reStructuredText features.
10527
10528 (rst-re): New function for reStructuredText regexes. Use in
10529 many places.
10530
10531 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
10532 (rst-mode-map): Rebind keys.
10533
10534 (rst-mode-lazy, rst-font-lock-keywords)
10535 (rst-font-lock-extend-region)
10536 (rst-font-lock-extend-region-internal)
10537 (rst-font-lock-extend-region-extend)
10538 (rst-font-lock-find-unindented-line-limit)
10539 (rst-font-lock-find-unindented-line-match)
10540 (rst-adornment-level, rst-font-lock-adornment-level)
10541 (rst-font-lock-adornment-match)
10542 (rst-font-lock-handle-adornment-pre-match-form)
10543 (rst-font-lock-handle-adornment-matcher): Major revision of
10544 font-locking. Integrate with other code. Use `jit-lock-mode'.
10545
10546 (rst-preferred-adornments, rst-adjust-hook)
10547 (rst-new-adornment-down, rst-preferred-bullets)
10548 (rst-preferred-bullets, rst-indent, rst-indent-width)
10549 (rst-indent-field, rst-indent-literal-normal)
10550 (rst-indent-literal-minimized, rst-indent-comment): Change,
10551 extend and improve customization.
10552
10553 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
10554 (rst-normalize-cursor-position, rst-get-decoration)
10555 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
10556 (rst-rstrip, rst-toc-insert-find-delete-contents)
10557 (rst-shift-fill-region, rst-compute-bullet-tabs)
10558 (rst-debug-print-tabs, rst-debug-mark-found)
10559 (rst-shift-region-guts, rst-shift-region-right)
10560 (rst-shift-region-left, rst-use-char-classes)
10561 (rst-font-lock-keywords-function)
10562 (rst-font-lock-indentation-point)
10563 (rst-font-lock-find-unindented-line-begin)
10564 (rst-font-lock-find-unindented-line-end)
10565 (rst-font-lock-find-unindented-line)
10566 (rst-font-lock-adornment-point, rst-font-lock-level)
10567 (rst-adornment-level-alist): Remove functions and variables.
10568
10569 (rst-compare-adornments, rst-get-adornment-match)
10570 (rst-suggest-new-adornment, rst-get-adornments-around)
10571 (rst-adornment-complete-p, rst-get-next-adornment)
10572 (rst-adjust-adornment, rst-display-adornments-hierarchy)
10573 (rst-straighten-adornments): Standardize function names to
10574 use "adornment" instead of "decoration". Correct callers.
10575 Similar standardizing in many places.
10576
10577 (rst-update-section, rst-adjust, rst-promote-region)
10578 (rst-enumerate-region, rst-bullet-list-region)
10579 (rst-repeat-last-character): Correct use of `interactive'.
10580
10581 (rst-classify-adornment, rst-find-all-adornments)
10582 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
10583 (rst-find-leftmost-column, rst-repeat-last-character):
10584 Refactor functions.
10585
10586 (rst-find-title-line, rst-reset-section-caches)
10587 (rst-get-adornments-around, rst-adjust-adornment-work)
10588 (rst-arabic-to-roman, rst-roman-to-arabic)
10589 (rst-insert-list-pos, rst-insert-list-new-item)
10590 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
10591 New functions.
10592
10593 (rst-all-sections, rst-section-hierarchy)
10594 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
10595 New variables.
10596
10597 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
10598 configuration instead of only buffer. Change where necessary.
10599
10600 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
10601 (rst-shift-region, rst-adaptive-fill): New functions for
10602 indentation and filling.
10603
10604 (rst-comment-line-break, rst-comment-indent)
10605 (rst-comment-insert-comment, rst-comment-region)
10606 (rst-uncomment-region): New functions for handling comments.
10607
10608 (rst-compile): Quote shell arguments.
10609
10610 (rst-compile-pdf-preview, rst-compile-slides-preview):
10611 Delete temporary files after use.
10612
10613 2012-05-05 Glenn Morris <rgm@gnu.org>
10614
10615 * calendar/cal-html.el: Optionally include holidays in the output.
10616 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
10617 (cal-html-holidays): New option.
10618 (cal-html-css-default): Add holiday entry.
10619 (holiday-in-range): Autoload it.
10620 (cal-html-htmlify-entry): Add optional class argument.
10621 (cal-html-htmlify-list): Add optional holidays argument.
10622 (cal-html-insert-agenda-days): Include holidays in the output.
10623 (cal-html-one-month): Maybe include holidays.
10624
10625 * calendar/holidays.el (holiday-in-range):
10626 Move here from cal-tex-list-holidays.
10627 * calendar/cal-tex.el (cal-tex-list-holidays):
10628 Make it an obsolete alias for holiday-in-range. Update all callers.
10629
10630 2012-05-05 Chong Yidong <cyd@gnu.org>
10631
10632 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
10633 Nextstep.
10634
10635 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
10636
10637 * files.el (file-auto-mode-skip): New var.
10638 (set-auto-mode-1): Use it.
10639
10640 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10641
10642 * repeat.el: Use lexical-binding.
10643 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
10644 (repeat-undo-count): Remove.
10645 (repeat):
10646 * progmodes/octave-mod.el (octave-abbrev-start):
10647 * progmodes/f90.el (f90-abbrev-start):
10648 * face-remap.el (text-scale-adjust):
10649 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
10650
10651 * emacs-lisp/pcase.el (pcase--let*): New function.
10652 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
10653 a bit more.
10654 (pcase--split-pred): Be more clever about ruling out overlap between
10655 a predicate and some constant pattern.
10656 (pcase--q1): Use `null' instead of (eq foo nil).
10657
10658 * subr.el (setq-local, defvar-local): New macros.
10659 (kbd): Redefine as an alias.
10660 (with-selected-window): Leave unrelated frames alone.
10661 (set-temporary-overlay-map): New function.
10662
10663 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10664
10665 * subr.el (user-error): New function.
10666 * window.el (switch-to-buffer):
10667 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
10668 (smerge-match-conflict):
10669 * simple.el (previous-matching-history-element)
10670 (next-matching-history-element, goto-history-element, undo-more)
10671 (undo-start):
10672 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
10673 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
10674 (next-file, tags-loop-scan, list-tags, complete-tag):
10675 * progmodes/compile.el (compilation-loop):
10676 * mouse.el (mouse-minibuffer-check):
10677 * man.el (Man-bgproc-sentinel, Man-goto-page):
10678 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
10679 (Info-history-forward, Info-follow-reference, Info-menu)
10680 (Info-extract-menu-item, Info-extract-menu-counting)
10681 (Info-forward-node, Info-backward-node, Info-next-menu-item)
10682 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
10683 (Info-next-reference, Info-prev-reference, Info-index)
10684 (Info-index-next, Info-follow-nearest-node)
10685 (Info-copy-current-node-name):
10686 * imenu.el (imenu--make-index-alist)
10687 (imenu-default-create-index-function, imenu-add-to-menubar):
10688 * files.el (basic-save-buffer, recover-file):
10689 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10690 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10691 (checkdoc-message-text, checkdoc-defun):
10692 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
10693 * cus-edit.el (customize-changed-options, customize-rogue)
10694 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
10695 (custom-variable-mark-to-reset-standard)
10696 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
10697 (custom-file):
10698 * completion.el (check-completion-length):
10699 * comint.el (comint-search-arg)
10700 (comint-previous-matching-input-string-position)
10701 (comint-previous-matching-input)
10702 (comint-replace-by-expanded-history-before-point, comint-send-input)
10703 (comint-copy-old-input, comint-backward-matching-input)
10704 (comint-goto-process-mark, comint-set-process-mark):
10705 * calendar/calendar.el (calendar-cursor-to-date): Use it.
10706 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
10707
10708 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10709
10710 * dabbrev.el (dabbrev--ignore-case-p): New function.
10711 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
10712 Use it.
10713
10714 * files.el (automount-dir-prefix): Mark as obsolete.
10715
10716 2012-05-04 Glenn Morris <rgm@gnu.org>
10717
10718 * patcomp.el, play/bruce.el: Move to obsolete/.
10719
10720 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
10721
10722 Fix minor Y10k bugs.
10723 * arc-mode.el (archive-unixdate):
10724 * autoinsert.el (auto-insert-alist):
10725 * calc/calc-forms.el (math-this-year):
10726 * emacs-lisp/copyright.el (copyright-current-year)
10727 (copyright-update-year, copyright):
10728 * tar-mode.el (tar-clip-time-string):
10729 * time.el (display-time-update):
10730 Don't assume years have 4 digits.
10731
10732 2012-05-04 Chong Yidong <cyd@gnu.org>
10733
10734 * dos-w32.el (file-name-buffer-file-type-alist)
10735 (direct-print-region-use-command-dot-com):
10736 * ffap.el (ffap-menu-regexp):
10737 * find-file.el (ff-special-constructs):
10738 * follow.el (follow-debug):
10739 * forms.el (forms--debug):
10740 * iswitchb.el (iswitchb-all-frames):
10741 * ido.el (ido-all-frames):
10742 * emacs-lisp/timer.el (timer-max-repeats):
10743 * mail/feedmail.el (feedmail-mail-send-hook)
10744 (feedmail-mail-send-hook-queued):
10745 * mail/footnote.el (footnote-signature-separator):
10746 * mail/mailabbrev.el (mail-alias-separator-string)
10747 (mail-abbrev-mode-regexp):
10748 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
10749 * progmodes/idlwave.el (idlwave-libinfo-file)
10750 (idlwave-default-completion-case-is-down)
10751 (idlwave-library-routines): Convert defvars to defcustoms.
10752
10753 * mail/rmail.el (rmail-decode-mime-charset):
10754 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
10755 (idlwave-shell-fix-inserted-breaks)
10756 (idlwave-shell-activate-alt-keybindings)
10757 (idlwave-shell-use-breakpoint-glyph):
10758 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
10759
10760 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10761
10762 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
10763
10764 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
10765
10766 * progmodes/verilog-mode.el (font-lock-keywords):
10767 Fix mis-highligting auto. Reported by Craig Barner.
10768 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
10769 defines from global name space. Reported by Dan Dever.
10770 (verilog-auto-reset, verilog-auto-reset-widths)
10771 (verilog-auto-tieoff): Support using unbased numbers for
10772 AUTORESET and AUTOTIEOFF.
10773 (verilog-submit-bug-report): Update variable list.
10774 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
10775 parenthesis from not matching. Reported by Michael Rytting.
10776 (verilog-auto-template-lint): Fix hash error when linting modules
10777 with no used templates.
10778 (verilog-warn, verilog-warn-error)
10779 (verilog-warn-fatal): When non-interactive report multiple
10780 warnings before exiting. Suggested by Brad Dobbie.
10781 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
10782 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
10783 to report unused template errors. Reported by Brad Dobbie.
10784 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
10785 nets, bug438. Reported by Vns Blore.
10786 (verilog-auto-inout-module, verilog-auto-reg)
10787 (verilog-read-decls, verilog-read-sub-decls-sig)
10788 (verilog-signals-edit-wire-reg, verilog-signals-with):
10789 Fix passing of Verilog data types in ANSI input/output ports
10790 such as "output logic" into the AUTOs. Special case "wire" and
10791 "reg" for backwards compatibility presuming Verilog 2001.
10792 (verilog-auto-ascii-enum): Add "auto enum" as alias.
10793 (verilog-preprocess): Fix replication of preprocess output.
10794 Reported by Brad Dobbie.
10795 (verilog-auto-inst-interfaced-ports):
10796 Create verilog-auto-inst-interfaced-ports, bug429.
10797 Reported by Julian Gorfajn.
10798 (verilog-after-save-font-hook)
10799 (verilog-before-save-font-hook): New variable.
10800 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
10801 (verilog-save-font-mods): Wrap disabling fontification, reported
10802 by David Rogoff.
10803 (verilog-do-indent, verilog-pretty-declarations-auto)
10804 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
10805 Reported by Pierre-David Pfister.
10806 (verilog-set-auto-endcomments): Fix endtask auto comments outside
10807 of class declarations, bug292. Reported by Kevin Heilman.
10808 (verilog-read-decls): Fix 'parameter type' not appearing in
10809 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
10810 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
10811 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
10812 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
10813 Reported by David Kravitz.
10814
10815 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
10816
10817 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
10818 assignment with tests in ifs and for loops.
10819 (verilog-extended-complete-re, verilog-complete-reg): Change so
10820 that DPI inport functions don't look like fuction declarations.
10821 (verilog-pretty-expr): Don't line up assignment
10822 operations to the test and increment in if and for loops
10823 (verilog-extended-complete-re, verilog-complete-reg): Change so
10824 that DPI inport functions don't look like fuction declarations.
10825
10826 2012-05-03 Kenichi Handa <handa@m17n.org>
10827
10828 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
10829 decoding, and show a warning message without signaling an error
10830 (Bug#11282).
10831
10832 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10833
10834 * emacs-lisp/bytecomp.el
10835 (byte-compile-file-form-custom-declare-variable): Compile all elements,
10836 since cconv.el might have introduced :fun-body, internal-make-closure,
10837 and friends for bytecomp to handle (bug#11391).
10838 * custom.el (defcustom): Avoid ((λ ..) ..).
10839
10840 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
10843
10844 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
10845
10846 * notifications.el (dbus-debug):
10847 * term/linux.el (gpm-mouse-enable):
10848 * term/screen.el (xterm-register-default-colors): Declare.
10849
10850 2012-05-02 Chong Yidong <cyd@gnu.org>
10851
10852 * cus-start.el (gc-cons-percentage, exec-suffixes)
10853 (dos-display-scancodes, dos-hyper-key, dos-super-key)
10854 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
10855 (make-cursor-line-fully-visible, void-text-area-pointer)
10856 (font-list-limit): Add customization data.
10857
10858 * allout.el (allout-exposure-change-functions)
10859 (allout-structure-added-functions)
10860 (allout-structure-deleted-functions)
10861 (allout-structure-shifted-functions): Rename abnormal hooks from
10862 *-hook, and convert to defcustoms.
10863 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
10864 Convert to defcustoms.
10865 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
10866
10867 * allout-widgets.el: Hook callers changed.
10868
10869 2012-05-02 Eli Zaretskii <eliz@gnu.org>
10870
10871 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
10872 the yanked message in preference to the default value of
10873 buffer-file-coding-system.
10874
10875 2012-05-02 Martin Rudalics <rudalics@gmx.at>
10876
10877 * window.el (display-buffer--action-function-custom-type):
10878 Fix entry.
10879
10880 2012-05-02 Alan Mackenzie <acm@muc.de>
10881
10882 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
10883
10884 2012-05-01 Glenn Morris <rgm@gnu.org>
10885
10886 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
10887
10888 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
10889
10890 * cus-edit.el (custom-variable-documentation): Simplify with format.
10891
10892 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10893 Stefan Monnier <monnier@iro.umontreal.ca>
10894
10895 * simple.el (suggest-key-bindings, execute-extended-command):
10896 Move from keyboard.c.
10897
10898 2012-05-01 Chong Yidong <cyd@gnu.org>
10899
10900 * follow.el: Eliminate advice.
10901 (set-process-filter, process-filter, sit-for): Advice deleted.
10902 (follow-mode-off-hook): Obsolete hook removed.
10903 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
10904 Vars deleted.
10905 (follow-auto): Use a :set function.
10906 (follow-mode): Rewritten. Don't advise process filters.
10907 (follow-switch-to-current-buffer-all, follow-scroll-up)
10908 (follow-scroll-down): Assume follow-mode is bound.
10909 (follow-comint-scroll-to-bottom)
10910 (follow-align-compilation-windows): New functions.
10911 (follow--window-sorter): New function.
10912 (follow-all-followers): Use it to explicitly sort windows by their
10913 positions; don't make assumptions about next-window order.
10914 (follow-windows-start-end, follow-delete-other-windows-and-split)
10915 (follow-calc-win-start): Doc fix.
10916 (follow-windows-aligned-p, follow-select-if-visible): Don't call
10917 vertical-motion unnecessarily.
10918 (follow-adjust-window): New function.
10919 (follow-post-command-hook): Use it.
10920 (follow-call-set-process-filter, follow-call-process-filter)
10921 (follow-intercept-process-output, follow-tidy-process-filter-alist)
10922 (follow-stop-intercept-process-output, follow-generic-filter):
10923 Functions deleted.
10924 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
10925 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
10926 New functions, replacing advice on scroll-bar-* commands.
10927 (follow-mwheel-scroll): New function (Bug#4112).
10928
10929 * comint.el (comint-adjust-point): New function.
10930 (comint-postoutput-scroll-to-bottom): Use it.
10931 Call follow-comint-scroll-to-bottom for Follow mode buffers.
10932
10933 2012-05-01 Glenn Morris <rgm@gnu.org>
10934
10935 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
10936 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
10937 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
10938 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
10939 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
10940 Remove no-byte-compile setting.
10941
10942 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10943
10944 * minibuffer.el (completion-table-with-quoting): Fix compatibility
10945 all-completions code to not return a number in the last cdr.
10946
10947 2012-04-30 Leo Liu <sdl.web@gmail.com>
10948
10949 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
10950 read-only error.
10951
10952 2012-04-29 Chong Yidong <cyd@gnu.org>
10953
10954 * follow.el (follow-calc-win-end): Rewrite to handle partial
10955 screen lines correctly (Bug#8390).
10956 (follow-avoid-tail-recenter): Minor cleanup.
10957
10958 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10959
10960 Avoid the obsolete `assoc' package.
10961 * speedbar.el (speedbar-refresh): Avoid adelete.
10962 (speedbar-file-lists): Simplify and avoid aput.
10963 * man.el (Man--sections, Man--refpages): New vars, replacing
10964 Man-sections-alist and Man-refpages-alist.
10965 (Man-build-section-alist, Man-build-references-alist):
10966 Use them; avoid aput.
10967 (Man--last-section, Man--last-refpage): New vars.
10968 (Man-follow-manual-reference): Use them.
10969 Use the `default' arg of completing-read.
10970 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
10971
10972 2012-04-27 Chong Yidong <cyd@gnu.org>
10973
10974 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
10975
10976 * startup.el (x-apply-session-resources): New function.
10977
10978 * term/ns-win.el (ns-initialize-window-system):
10979 * term/w32-win.el (w32-initialize-window-system):
10980 * term/x-win.el (x-initialize-window-system): Use it to properly
10981 set menu-bar-mode and other vars from X resources, even if the
10982 initial frame is not a window-system frame (Bug#2299).
10983
10984 * subr.el (read-key): Avoid running filter function when setting
10985 up temporary tool bar entries (Bug#9922).
10986
10987 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
10988
10989 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
10990 (Bug#11344)
10991
10992 2012-04-27 Chong Yidong <cyd@gnu.org>
10993
10994 * select.el (xselect--encode-string): New function, split from
10995 xselect-convert-to-string.
10996 (xselect-convert-to-string): Use it.
10997 (xselect-convert-to-filename, xselect-convert-to-os)
10998 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
10999 returned strings are properly encoded (Bug#11315).
11000
11001 2012-04-27 Chong Yidong <cyd@gnu.org>
11002
11003 * simple.el (delete-active-region): Move to killing custom group.
11004
11005 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11006
11007 * progmodes/which-func.el (which-func-current): Quote %
11008 characters for mode-line processing.
11009
11010 2012-04-27 Chong Yidong <cyd@gnu.org>
11011
11012 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
11013 reaching eob (Bug#11286).
11014
11015 2012-04-27 Eli Zaretskii <eliz@gnu.org>
11016
11017 * progmodes/gdb-mi.el (gdb-control-level): New variable.
11018 (gdb): Make it buffer-local and init to zero.
11019 (gdb-control-commands-regexp): New variable.
11020 (gdb-send): Don't wrap in "-interpreter-exec console" if
11021 gdb-control-level is positive. Increment gdb-control-level
11022 whenever the command matches gdb-control-commands-regexp, and
11023 decrement it each time the command is "end". (Bug#11279)
11024
11025 2012-04-27 Martin Rudalics <rudalics@gmx.at>
11026
11027 * window.el (adjust-window-trailing-edge, enlarge-window)
11028 (shrink-window, window-resize):
11029 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
11030 windows (Bug#11276).
11031
11032 2012-04-27 Chong Yidong <cyd@gnu.org>
11033
11034 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
11035 fix "missing prefix" warning. All callers changed.
11036
11037 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11038
11039 * emacs-lisp/assoc.el: Move to obsolete/.
11040
11041 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11042
11043 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
11044
11045 * term/ns-win.el (ns-define-service):
11046 * progmodes/pascal.el (pascal-goto-defun):
11047 * progmodes/js.el (js--read-tab):
11048 * progmodes/etags.el (tags-lazy-completion-table):
11049 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
11050 * emacs-lisp/ewoc.el (ewoc--wrap):
11051 * emacs-lisp/assoc.el (aput, adelete, amake):
11052 * doc-view.el (doc-view-convert-current-doc):
11053 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
11054
11055 2012-04-26 Chong Yidong <cyd@gnu.org>
11056
11057 * image.el (image-type-from-buffer): Only return supported image
11058 type (Bug#9045).
11059
11060 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
11061 value, for symmetry with diff-end-of-hunk.
11062 (diff-split-hunk, diff-find-source-location)
11063 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
11064 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
11065 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
11066 compute the relevant hunk or file properly (Bug#6005).
11067 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
11068
11069 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11070
11071 * vc/vc-mtn.el:
11072 * vc/vc-hg.el:
11073 * vc/vc-git.el:
11074 * vc/vc-dir.el:
11075 * vc/vc-cvs.el:
11076 * vc/vc-bzr.el:
11077 * vc/vc-arch.el:
11078 * vc/vc.el: Replace lexical-let by lexical-binding.
11079 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
11080 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
11081 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
11082
11083 2012-04-26 Chong Yidong <cyd@gnu.org>
11084
11085 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
11086 (diff-mode-shared-map): Bind it to / and [remap undo].
11087
11088 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
11089 (ediff-window-setup-function): Use it as the default, to set up
11090 windows based on whether the current frame is graphical (Bug#2138).
11091 (ediff-choose-window-setup-function-automatically): Make obsolete.
11092
11093 * vc/ediff-init.el: Always define ediff-pixel-width/height.
11094
11095 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11096
11097 * ffap.el: Remove old code for obsolete package.
11098 (ffap-complete-as-file-p): Remove.
11099
11100 Use completion-table-with-quoting for comint and pcomplete.
11101 * comint.el (comint--unquote&requote-argument)
11102 (comint--unquote-argument, comint--requote-argument): New functions.
11103 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
11104 (comint-quote-filename): Use regexp-opt-charset.
11105 (comint--common-suffix, comint--common-quoted-suffix)
11106 (comint--table-subvert): Remove.
11107 (comint-unquote-function, comint-requote-function): New vars.
11108 (comint--complete-file-name-data): Use them with
11109 completion-table-with-quoting.
11110 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
11111 * pcomplete.el (pcomplete-arg-quote-list)
11112 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
11113 (pcomplete-unquote-argument-function): Default to non-nil.
11114 (pcomplete-unquote-argument): Simplify.
11115 (pcomplete--common-quoted-suffix): Remove.
11116 (pcomplete-requote-argument-function): New var.
11117 (pcomplete--common-suffix): New function.
11118 (pcomplete-completions-at-point): Use completion-table-with-quoting
11119 and completion-table-subvert.
11120
11121 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
11122 (minibuffer--double-dollars): Preserve properties.
11123 (completion--sifn-requote): New function.
11124 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
11125
11126 * minibuffer.el: Add support for completion of quoted/escaped data.
11127 (completion-table-with-quoting, completion-table-subvert): New funs.
11128 (completion--twq-try, completion--twq-all): New functions.
11129 (completion--nth-completion): New function.
11130 (completion-try-completion, completion-all-completions): Use it.
11131
11132 2012-04-25 Leo Liu <sdl.web@gmail.com>
11133
11134 * progmodes/python.el (python-pdbtrack-get-source-buffer):
11135 Use compilation-message if available to find real filename.
11136
11137 2012-04-25 Chong Yidong <cyd@gnu.org>
11138
11139 * vc/diff-mode.el (diff-setup-whitespace): New function.
11140 (diff-mode): Use it.
11141
11142 * vc/diff.el (diff-sentinel):
11143 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
11144 Whitespace mode variables based on diff style (Bug#8612).
11145
11146 2012-04-25 Leo Liu <sdl.web@gmail.com>
11147
11148 * progmodes/python.el (python-send-region): Add suffix .py to the
11149 temp file.
11150
11151 * files.el (auto-mode-alist): Use javascript-mode instead.
11152
11153 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
11154
11155 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
11156
11157 * net/soap-client.el (soap-resolve-references-for-sequence-type)
11158 (soap-resolve-references-for-array-type): Hack to prevent self
11159 references, see Bug#9.
11160 (soap-parse-envelope): Report the contents of the 'detail' node
11161 when receiving a fault reply.
11162 (soap-parse-envelope): Report the contents of the entire 'detail' node.
11163
11164 * net/soap-inspect.el (soap-sample-value-for-simple-type)
11165 (soap-inspect-simple-type): New function.
11166
11167 * net/soap-client.el (soap-simple-type): New struct.
11168 (soap-default-xsd-types, soap-default-soapenc-types)
11169 (soap-decode-basic-type, soap-encode-basic-type):
11170 support unsignedInt and double basic types.
11171 (soap-resolve-references-for-simple-type)
11172 (soap-parse-simple-type, soap-encode-simple-type): New function.
11173 (soap-parse-schema): Parse xsd:simpleType declarations.
11174
11175 * net/soap-client.el (soap-default-xsd-types)
11176 (soap-default-soapenc-types): Add integer, byte and anyURI types.
11177 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
11178 the local name of "soapenc:Array".
11179 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
11180 decoding integer, byte and anyURI xsd types.
11181
11182 2012-04-25 Chong Yidong <cyd@gnu.org>
11183
11184 * cus-edit.el (custom-buffer-create-internal): Update header text.
11185
11186 2012-04-25 Eli Zaretskii <eliz@gnu.org>
11187
11188 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
11189 settings on 'system-type', not on 'window-system'. On MS-Windows,
11190 set interactive-mode on in GDB.
11191
11192 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11193
11194 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
11195 (ruby-syntax-propertize-regexp): Remove.
11196 (ruby-syntax-propertize-function): Split regexp into chunks.
11197 Match following code directly.
11198
11199 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
11200
11201 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
11202 (ruby-syntax-propertize-regexp): New function.
11203 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
11204 by a special keyword.
11205
11206 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
11207 (ruby-syntax-general-delimiters-goto-beg)
11208 (ruby-syntax-propertize-general-delimiters): New functions.
11209 (ruby-syntax-propertize-function): Use them to handle GDL.
11210 (ruby-font-lock-keywords): Move old handling of GDL...
11211 (ruby-font-lock-syntactic-keywords): .. to here.
11212 (ruby-calculate-indent): Adjust indentation for GDL.
11213
11214 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
11215
11216 * notifications.el (top): Remove unneeded declarations.
11217 (notifications-specification-version): Change to "1.2".
11218 (notifications-interface, notifications-notify-method)
11219 (notifications-close-notification-method): Fix docstring.
11220 (notifications-get-capabilities-method): New defconst.
11221 (notifications-notify): Add :action-items, :resident and
11222 :transient hints. Change "image_data" to "image-data" and
11223 "image_path" to "image-path".
11224 (notifications-get-capabilities): New defun.
11225
11226 2012-04-24 Leo Liu <sdl.web@gmail.com>
11227
11228 * progmodes/python.el: Move hideshow setup to the end.
11229
11230 2012-04-24 Martin Rudalics <rudalics@gmx.at>
11231
11232 * window.el (handle-select-window): Clear echo area since this is
11233 no more done by read_char (Bug#11304).
11234
11235 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11236
11237 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
11238 and `/ M' to filter-derived-mode.
11239 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
11240 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11241 (ibuffer-mark-by-mode): Use default rather than initial-input.
11242 (ibuffer-filter-by-derived-mode): Autoload and require-match.
11243
11244 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
11245
11246 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
11247 (ibuffer-filter-by-derived-mode): New filter.
11248 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
11249
11250 2012-04-23 Andreas Politz <politza@fh-trier.de>
11251
11252 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
11253
11254 2012-04-23 Chong Yidong <cyd@gnu.org>
11255
11256 * cus-edit.el (customize-apropos, customize-apropos-options):
11257 Disable matching of non-option variables (Bug#11176).
11258 (customize-option, customize-option-other-window)
11259 (customize-changed-options): Doc fix.
11260 (customize-apropos-options, customize-apropos-faces)
11261 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
11262
11263 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
11264 Fix word list splitting (Bug#11132).
11265 (apropos-symbol, apropos-keybinding, apropos-label)
11266 (apropos-property, apropos-function-button)
11267 (apropos-variable-button, apropos-misc-button): New faces.
11268 (apropos-symbol-face, apropos-keybinding-face)
11269 (apropos-label-face, apropos-property-face, apropos-match-face):
11270 Variables removed (Bug#8396).
11271 (apropos-library-button, apropos-format-plist, apropos-print)
11272 (apropos-print-doc, apropos-describe-plist): Callers changed.
11273
11274 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
11275
11276 * net/xesam.el (xesam-mode-map): Use let-bound map in
11277 initialization. (Bug#11292)
11278
11279 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11280
11281 Preserve ispell session localwords when switching back to
11282 original buffer.
11283
11284 * textmodes/ispell.el (ispell-buffer-session-localwords):
11285 New buffer-local variable to hold buffer session localwords.
11286 (ispell-kill-ispell): Add option 'clear to delete session
11287 localwords.
11288 (ispell-command-loop, ispell-change-dictionary)
11289 (ispell-buffer-local-words): Preserve session localwords when
11290 needed.
11291
11292 * textmodes/flyspell.el (flyspell-process-localwords)
11293 (flyspell-do-correct): Preserve session localwords when needed.
11294
11295 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11296
11297 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
11298 using obsolete `translation-table-for-input'.
11299 (ispell-word, ispell-process-line, ispell-complete-word):
11300 Use plain `insert' instead of removed `ispell-insert-word'.
11301
11302 2012-04-22 Chong Yidong <cyd@gnu.org>
11303
11304 * cus-edit.el (custom-variable-menu)
11305 (custom-variable-reset-saved, custom-face-menu)
11306 (custom-face-reset-saved): If there is no saved value, make the
11307 "reset-saved" operation bring back the default (Bug#9509).
11308 (custom-face-state): Properly detect themed faces.
11309
11310 * faces.el (face-spec-set): Stop supporting deprecated form of
11311 third arg.
11312
11313 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
11314
11315 Move functions from C to Lisp. Make non-blocking method calls
11316 the default. Implement further D-Bus standard interfaces.
11317
11318 * net/dbus.el (dbus-message-internal): Declare function.
11319 Remove unneeded function declarations.
11320 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
11321 (dbus-message-type-method-return, dbus-message-type-error)
11322 (dbus-message-type-signal): Declare variables. Remove local
11323 definitions.
11324 (dbus-interface-dbus, dbus-interface-peer)
11325 (dbus-interface-introspectable, dbus-interface-properties)
11326 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
11327 Adapt docstring.
11328 (dbus-interface-objectmanager): New defconst.
11329 (dbus-call-method, dbus-call-method-asynchronously)
11330 (dbus-send-signal, dbus-method-return-internal)
11331 (dbus-method-error-internal, dbus-register-service)
11332 (dbus-register-signal, dbus-register-method): New defuns, moved
11333 from dbusbind.c
11334 (dbus-call-method-handler, dbus-setenv)
11335 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
11336 New defuns.
11337 (dbus-call-method-non-blocking): Make it an obsolete function.
11338 (dbus-unregister-object, dbus-unregister-service)
11339 (dbus-handle-event, dbus-register-property)
11340 (dbus-property-handler): Obey the new structure of
11341 `bus-registered-objects'.
11342 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
11343 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11344 Use `dbus-call-method'.
11345
11346 2012-04-22 Chong Yidong <cyd@gnu.org>
11347
11348 * cus-edit.el (custom-commands, custom-reset-menu)
11349 (Custom-reset-standard): Tweak labels.
11350 (custom-reset-button-menu): Change default to t.
11351 (custom-buffer-create-internal): For the custom-reset-button-menu
11352 case, put the revert button first.
11353 (custom-group-subtitle): New face.
11354 (custom-group-value-create): Align docstring to a specific column.
11355
11356 * wid-edit.el (widget-documentation-link-add): Don't handle
11357 indentation in this function.
11358 (widget-documentation-string-indent-to): New function.
11359 (widget-documentation-string-value-create): Use it.
11360
11361 * autorevert.el (auto-revert):
11362 * epg-config.el (epg):
11363 * ibuffer.el (ibuffer):
11364 * mpc.el (mpc):
11365 * ses.el (ses):
11366 * eshell/eshell.el (eshell):
11367 * net/ange-ftp.el (ange-ftp):
11368 * progmodes/ebnf2ps.el (postscript):
11369 * progmodes/flymake.el (flymake):
11370 * progmodes/prolog.el (prolog):
11371 * progmodes/verilog-mode.el (verilog-mode):
11372 * progmodes/which-func.el (which-func):
11373 * term/xterm.el (xterm):
11374 * textmodes/picture.el (picture):
11375 * textmodes/tildify.el (tildify):
11376 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
11377 customization buffers.
11378
11379 2012-04-22 Alan Mackenzie <acm@muc.de>
11380
11381 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11382 Adding a ) can hide the resulting (..) from searches. Fix it.
11383 Bound the backward search to the position of the existing (.
11384
11385 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
11386
11387 * progmodes/verilog-mode.el (verilog-mode): Check whether
11388 which-func-modes is t before adding verilog-mode.
11389 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
11390
11391 2012-04-21 Leo Liu <sdl.web@gmail.com>
11392
11393 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
11394
11395 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
11396
11397 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
11398 filling of the last column of a table (Bug#5635).
11399 (woman-find-next-control-line): New arg, specifying an additional
11400 regexp component for the control line.
11401 (woman2-roff-buffer): Use it.
11402 (woman-break-table): New function.
11403 (woman2-TS): Use it.
11404
11405 2012-04-21 Chong Yidong <cyd@gnu.org>
11406
11407 * woman.el (woman-set-buffer-display-table, woman-decode-region)
11408 (woman-horizontal-escapes, woman-negative-vertical-space)
11409 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
11410 (WoMan-warn-ignored): Use ?\s instead of ?\ .
11411
11412 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11413
11414 * minibuffer.el (completion-file-name-table): Complete user names.
11415
11416 2012-04-20 Leo Liu <sdl.web@gmail.com>
11417
11418 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
11419 and pcase-let*.
11420
11421 2012-04-20 Chong Yidong <cyd@gnu.org>
11422
11423 * server.el (server-execute): Respect initial-buffer-choice if it
11424 is a string and there are no files to open (Bug#2825).
11425 (server-create-window-system-frame, server-create-tty-frame):
11426 Don't switch buffers here.
11427 (server-process-filter): Only try to open a window system frame if
11428 compiled with graphical support (Bug#8314).
11429
11430 2012-04-20 Dan Nicolaescu <dann@gnu.org>
11431
11432 * battery.el (battery-echo-area-format): Display remaining time
11433 for sysfs backend too (Bug#11269).
11434 (battery-linux-sysfs): Fix conditional for the charge.
11435
11436 2012-04-20 Chong Yidong <cyd@gnu.org>
11437
11438 * progmodes/gdb-mi.el (gdb): Revert previous change.
11439 (gdb-inferior-io--init-proc): New function.
11440 (gdb-init-1): Use it.
11441 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
11442 responsible for allocating a new pty and hooking it to gdb when
11443 the old pty gets an EIO due to process exit.
11444 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
11445 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
11446 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
11447
11448 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11449
11450 * window.el (window-min-size, window-sizable, window-min-delta)
11451 (window-max-delta, window--resizable, window-resizable)
11452 (window-total-size, window-full-height-p, window-full-width-p)
11453 (window-in-direction, window--resize-mini-window, window-resize)
11454 (window--resize-child-windows-normal)
11455 (window--resize-child-windows, window--resize-siblings)
11456 (window--resize-this-window, adjust-window-trailing-edge)
11457 (enlarge-window, shrink-window): Doc fixes.
11458
11459 2012-04-20 Chong Yidong <cyd@gnu.org>
11460
11461 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
11462 New function to call delete-process on the gdb-inferior buffer's pty.
11463 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
11464 pty process (Bug#11273).
11465 (gdb-update): New arg to suppress talking to the gdb process.
11466 (gdb-done-or-error): Use it.
11467 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
11468 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
11469 sentinel not being called.
11470
11471 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
11472
11473 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
11474
11475 2012-04-20 Glenn Morris <rgm@gnu.org>
11476
11477 * net/network-stream.el (open-network-stream): Doc fix.
11478
11479 2012-04-20 Chong Yidong <cyd@gnu.org>
11480
11481 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
11482
11483 2012-04-20 Alan Mackenzie <acm@muc.de>
11484
11485 Ensure searching for keywords is case sensitive.
11486
11487 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
11488 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
11489 (c-defun-name, c-mark-function, c-cpp-define-name)
11490 (c-comment-indent, c-scan-conditionals, c-indent-defun)
11491 (c-context-line-break): Bind case-fold-search to nil.
11492
11493 * progmodes/cc-mode.el (c-font-lock-fontify-region):
11494 Bind case-fold-search to nil.
11495
11496 2012-04-20 Chong Yidong <cyd@gnu.org>
11497
11498 * mail/sendmail.el (mail-bury): Call return action with the right
11499 Rmail buffer (Bug#11242).
11500
11501 * server.el (server-process-filter): Handle corner case where both
11502 tty and nowait options are present (Bug#11102).
11503
11504 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11505
11506 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
11507 (top level): Put into the executable the ident-style '$Id:' tag on
11508 windows-nt as well.
11509
11510 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11511
11512 * electric.el (electric-indent-post-self-insert-function): Check that
11513 electric-indent-mode is enabled in current buffer.
11514
11515 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11516
11517 * imenu.el (imenu-progress-message): Restore; it is "used" in
11518 erc/erc-imenu.el and net/snmp-mode.el.
11519
11520 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11521
11522 * avoid.el (mouse-avoidance-mode): Mark unused arg.
11523 (mouse-avoidance-nudge-mouse): Remove unused binding.
11524
11525 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
11526
11527 * descr-text.el (describe-char):
11528 * progmodes/python.el (python-describe-symbol):
11529 Don't call `toggle-read-only', set `buffer-read-only'.
11530
11531 * imenu.el (imenu-default-goto-function): Mark unused args.
11532 (imenu-progress-message): Remove obsolete macro; all callers changed.
11533
11534 * subr.el (keymap-canonicalize): Remove unused binding.
11535 (read-passwd): Mark unused arg.
11536
11537 * tutorial.el (tutorial--display-changes): Remove unused binding.
11538 (tutorial--save-tutorial-to): Remove unused variable.
11539
11540 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
11541 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
11542 (package-generate-autoloads, package-menu--generate)
11543 (package-menu--find-upgrades): Remove unused bindings.
11544
11545 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
11546 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
11547 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
11548 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
11549 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
11550 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
11551 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
11552 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
11553 (cua-delete-char-rectangle): Mark unused args.
11554 (cua-align-rectangle): Remove unused binding.
11555
11556 * mail/rmail.el (compilation--message->loc)
11557 (epa--find-coding-system-for-mime-charset): Declare.
11558
11559 * net/dbus.el (dbus-register-service): Declare.
11560 (dbus-name-owner-changed-handler): Remove unused binding.
11561
11562 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
11563 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
11564 (nxml-scan-backward-within): Mark unused arg.
11565 (nxml-dynamic-markup-word): Remove unused binding.
11566
11567 * mouse.el (mouse-menu-major-mode-map):
11568 * emacs-lisp/authors.el (authors-scan-change-log)
11569 (authors-add-to-author-list):
11570 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
11571 * emacs-lisp/smie.el (smie-auto-fill):
11572 * mail/sendmail.el (mail-bury):
11573 * mail/unrmail.el (unrmail):
11574 * net/tls.el (open-tls-stream):
11575 * textmodes/picture.el (picture-mouse-set-point):
11576 Remove unused bindings.
11577
11578 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
11579
11580 * net/tramp.el (tramp-action-password): Let-bind
11581 `enable-recursive-minibuffers' to t.
11582
11583 2012-04-18 Sam Steingold <sds@gnu.org>
11584
11585 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
11586 instead of 'string to accommodate values like [f11].
11587 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
11588 * progmodes/gdb-mi.el: Likewise.
11589
11590 2012-04-18 Leo Liu <sdl.web@gmail.com>
11591
11592 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
11593 current buffer.
11594 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
11595 LOCAL is nil.
11596
11597 2012-04-18 Chong Yidong <cyd@gnu.org>
11598
11599 * simple.el (line-move): Use forward-line if in batch mode
11600 (Bug#11053).
11601
11602 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
11603
11604 * files.el (after-find-file): Do not try to add a final newline if
11605 the buffer is read-only (Bug#11156).
11606
11607 2012-04-17 Richard Stallman <rms@gnu.org>
11608
11609 * mail/rmail.el (rmail-start-mail):
11610 Pass (rmail-mail-return...) for the return-action.
11611 Pass (rmail-yank-current-message...) for the yank-action.
11612 (rmail-yank-current-message): New function.
11613 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
11614 (rmail-reply): Likewise.
11615 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
11616
11617 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
11618 buffer, not the last. Reject temp buffers. Use the rmail-mode
11619 buffer, not newbuf.
11620
11621 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
11622
11623 * server.el (server-ensure-safe-dir): Simplify.
11624
11625 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11626
11627 * emacs-lisp/smie.el: Provide smarter auto-filling.
11628 (smie-auto-fill): New function.
11629 (smie-setup): Use it.
11630
11631 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
11632
11633 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
11634
11635 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
11636 (comment-indent): Use it.
11637
11638 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
11639
11640 * ses.el: The overall change is to add cell renaming, that is
11641 setting fancy names for cell symbols other than name matching
11642 "\\`[A-Z]+[0-9]+\\'" regexp .
11643 (ses-localvars): Add ses--renamed-cell-symb-list.
11644 (ses-create-cell-variable): New defun.
11645 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
11646 (ses-relocate-formula): Relocate formulas only for cells the
11647 symbols of which are not renamed, i.e. symbols whose names do not
11648 match regexp "\\`[A-Z]+[0-9]+\\'".
11649 (ses-relocate-all): Relocate values only for cells the symbols of
11650 which are not renamed.
11651 (ses-load): Create cells variables as the (ses-cell ...) are read,
11652 in order to check row col consistency with cell symbol name only
11653 for cells that are not renamed.
11654 (ses-replace-name-in-formula): New defun.
11655 (ses-rename-cell): New defun.
11656
11657 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
11658
11659 * progmodes/perl-mode.el (perl-indent-parens-as-block):
11660 New option (bug#11118).
11661 (perl-calculate-indent): Respect it.
11662
11663 2012-04-17 Glenn Morris <rgm@gnu.org>
11664
11665 * dired-aux.el (dired-mark-read-string): Doc fix.
11666
11667 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
11668
11669 * dired-aux.el (dired-mark-read-string): Offer optional completion.
11670 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
11671
11672 2012-04-17 Glenn Morris <rgm@gnu.org>
11673
11674 * mouse.el (mouse-drag-track):
11675 * speedbar.el (speedbar-frame-mode):
11676 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
11677
11678 2012-04-16 Leo Liu <sdl.web@gmail.com>
11679
11680 * progmodes/python.el: Trivial cleanup.
11681
11682 2012-04-16 Glenn Morris <rgm@gnu.org>
11683
11684 * vc/vc.el (vc-string-prefix-p):
11685 * vc/pcvs-util.el (cvs-string-prefix-p):
11686 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
11687 * mpc.el (mpc-string-prefix-p):
11688 Make all of these into obsolete aliases for string-prefix-p.
11689 Update callers.
11690 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
11691
11692 * textmodes/two-column.el: Move custom options to the start.
11693 (frame-width): Remove compat definition.
11694 (2C-associate-buffer, 2C-dissociate):
11695 Use with-current-buffer rather than save-excursion.
11696 (2C-dissociate): Force a mode-line update.
11697 (2C-autoscroll): Use ignore-errors.
11698
11699 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
11700 Autoload trivia.
11701
11702 * emacs-lisp/cl-extra.el (*random-state*):
11703 Remove unnecessary declaration.
11704
11705 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
11706
11707 * play/cookie1.el (cookie-snarf):
11708 Give an explicit error if input file cannot be read.
11709
11710 * play/yow.el (yow-file): Use expand-file-name rather than concat.
11711
11712 * progmodes/perl-mode.el (c-macro-expand):
11713 Remove unnecessary autoload (it is in loaddefs.el).
11714
11715 * textmodes/picture.el (picture-desired-column)
11716 (picture-update-desired-column): Convert comments to doc-strings.
11717 (picture-substitute): Remove function.
11718 (picture-mode-map): Initialize in the defvar.
11719
11720 * woman.el: Remove eval-after-load for tar-mode.
11721 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
11722 (woman-tar-extract-file): Autoload it.
11723
11724 * frame.el (automatic-hscrolling): Make this alias obsolete.
11725
11726 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11727
11728 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
11729 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
11730 (ispell-dictionary-base-alist): Revert to original XEmacs
11731 friendly version for default. [:alpha:] will be added in
11732 `ispell-set-spellchecker-params' if needed.
11733
11734 2012-04-16 Chong Yidong <cyd@gnu.org>
11735
11736 * image.el (imagemagick--file-regexp): New variable.
11737 (imagemagick-register-types): Use it.
11738 (imagemagick-types-inhibit): Add :set function. Allow new value
11739 of t to inhibit all types.
11740
11741 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
11742 so we can preload it.
11743
11744 * loadup.el (fboundp): Preload regexp-opt, needed by
11745 imagemagick-register-types.
11746
11747 2012-04-15 Chong Yidong <cyd@gnu.org>
11748
11749 * frame.el (scrolling): Remove nearly unused customization group.
11750
11751 * scroll-all.el (scroll-all-mode): Move to windows group.
11752
11753 2012-04-15 Chong Yidong <cyd@gnu.org>
11754
11755 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
11756
11757 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11758
11759 Avoid the use of ((lambda ...) ...) in lexical-binding code.
11760 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
11761
11762 2012-04-15 Glenn Morris <rgm@gnu.org>
11763
11764 * simple.el (process-file-side-effects): Doc fix.
11765
11766 2012-04-15 Glenn Morris <rgm@gnu.org>
11767
11768 * international/mule-cmds.el (set-language-environment): Doc fix.
11769
11770 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
11771
11772 * server.el (server-auth-key, server-generate-key): Doc fixes.
11773 (server-get-auth-key): Doc fix. Use `string-match-p'.
11774 (server-start): Reflow docstring.
11775
11776 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
11777
11778 * server.el (server-generate-key): `called-interactively-p'
11779 requires a parameter.
11780
11781 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
11782
11783 * server.el (server-auth-key): New variable.
11784 (server-generate-key, server-get-auth-key): New function.
11785 (server-start): Use the new variable and functions to allow
11786 setting a permanent server key (bug#9423).
11787
11788 2012-04-14 Leo Liu <sdl.web@gmail.com>
11789
11790 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
11791
11792 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
11793
11794 Spelling fixes.
11795 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
11796 Emacs uses American spelling.
11797
11798 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
11799
11800 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
11801 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
11802 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
11803 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
11804
11805 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11806
11807 * progmodes/which-func.el (which-func-modes): Change default.
11808
11809 2012-04-14 Kim F. Storm <storm@cua.dk>
11810
11811 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
11812 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
11813
11814 2012-04-14 Chong Yidong <cyd@gnu.org>
11815
11816 * custom.el (custom-theme-set-variables): Doc fix.
11817
11818 2012-04-14 Glenn Morris <rgm@gnu.org>
11819
11820 * international/mule.el (set-auto-coding-for-load): Doc fix.
11821
11822 2012-04-14 Alan Mackenzie <acm@muc.de>
11823
11824 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
11825 imenu work again for Objective C Mode. Correct the *-index values,
11826 these having been disturbed by a previous change in 2011-08.
11827
11828 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
11829 Correct two search limits.
11830
11831 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11832
11833 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
11834
11835 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
11836
11837 * international/characters.el: Fix sorting.
11838
11839 2012-04-14 Eli Zaretskii <eliz@gnu.org>
11840
11841 * international/characters.el: Add more missing Latin case pairs.
11842
11843 2012-04-14 Glenn Morris <rgm@gnu.org>
11844
11845 * files.el (dir-locals-set-class-variables): Doc fix.
11846
11847 2012-04-14 Eli Zaretskii <eliz@gnu.org>
11848
11849 * international/characters.el: Add set-case-syntax-pair call for
11850 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
11851 counterpart. (Bug#11209)
11852
11853 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
11854
11855 2012-04-14 Glenn Morris <rgm@gnu.org>
11856
11857 * calendar/holidays.el (calendar-check-holidays): Doc fix.
11858
11859 2012-04-14 Eli Zaretskii <eliz@gnu.org>
11860
11861 * textmodes/ispell.el (ispell-dictionary-base-alist):
11862 Add data for Hebrew.
11863
11864 2012-04-14 Chong Yidong <cyd@gnu.org>
11865
11866 * net/rcirc.el (rcirc-cmd-quit):
11867 Revert 2012-03-18 change (Bug#11192).
11868
11869 2012-04-14 Glenn Morris <rgm@gnu.org>
11870
11871 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
11872
11873 2012-04-14 Eli Zaretskii <eliz@gnu.org>
11874
11875 * minibuffer.el (completion-in-region-mode-map):
11876 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
11877
11878 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
11879
11880 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
11881
11882 2012-04-13 Masatake YAMATO <yamato@redhat.com>
11883
11884 * minibuffer.el (minibuffer-local-filename-syntax): New variable
11885 to allow `C-M-f' and `C-M-b' to move to the nearest path
11886 separator (bug#9511).
11887
11888 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
11889
11890 * avoid.el: Require cl when compiling. And also move the
11891 `provide' to the end.
11892
11893 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11894
11895 * avoid.el (mouse-avoidance-banish-position): New variable.
11896 (mouse-avoidance-banish-destination): Use it (bug#10165).
11897
11898 2012-04-13 Leo Liu <sdl.web@gmail.com>
11899
11900 * progmodes/which-func.el (which-func-modes): Add objc-mode.
11901
11902 2012-04-13 Ken Brown <kbrown@cornell.edu>
11903
11904 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
11905 this is no longer needed now that cygstart understands file:// URLs.
11906 (browse-url-filename-alist): For the same reason, don't modify
11907 file:// URLs on Cygwin.
11908
11909 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11910
11911 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
11912 the region on shift if the binding is already shifted (bug#11221).
11913
11914 2012-04-12 Glenn Morris <rgm@gnu.org>
11915
11916 * mail/mailpost.el: Move to obsolete/.
11917
11918 2012-04-12 Drew Adams <drew.adams@oracle.com>
11919
11920 * imenu.el (imenu--generic-function): Ignore invisible definitions
11921 (bug#10123).
11922
11923 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
11924
11925 * hexl.el (hexl-bits): New variable.
11926 (hexl-options): Mention the variable in the doc string.
11927 (hexl-rulerise, hexl-line-displen): New functions.
11928 (hexl-mode): Mention the new variable.
11929 (hexl-mode, hexl-current-address, hexl-current-address):
11930 Use the displen.
11931 (hexl-ascii-start-column): New function.
11932 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
11933 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
11934
11935 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11936
11937 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
11938 '("-i" ENCODING), in 2 separate command-line arguments, to specify
11939 the encoding, as expected by hunspell.
11940
11941 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11942
11943 * battery.el (battery--linux-sysfs-regexp): New const.
11944 (battery-status-function): Use it. Remove yeeloong special case.
11945 (battery-yeeloong-sysfs): Remove.
11946 (battery-echo-area-format): Remove yeeloong special case.
11947
11948 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
11951 Reported by Noah Friedman.
11952
11953 * subr.el (read-passwd): Use read-string.
11954
11955 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11956
11957 * vcursor.el (vcursor-move): Increase the priority of the overlay
11958 (bug#9663).
11959
11960 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11961
11962 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
11963 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
11964
11965 2012-04-11 William Stevenson <yhvh2000@gmail.com>
11966
11967 * textmodes/artist.el (artist-mode): Convert artist-mode to use
11968 define-minor-mode (bug#10760).
11969
11970 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11971
11972 * progmodes/grep.el (rgrep): Tweak the find command line so
11973 that directories matching `grep-find-ignored-files' won't be
11974 pruned (bug#10351).
11975
11976 2012-04-11 Chong Yidong <cyd@gnu.org>
11977
11978 * startup.el (command-line): Remove support for long-obsolete
11979 variable font-lock-face-attributes.
11980
11981 2012-04-11 Glenn Morris <rgm@gnu.org>
11982
11983 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
11984
11985 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11986
11987 * window.el (window--state-get-1): Obey window-point-insertion-type.
11988
11989 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
11990
11991 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
11992 to previous function when point is on the first character of a
11993 function. Take care of that in `narrow-to-defun' (bug#6157).
11994
11995 2012-04-11 Glenn Morris <rgm@gnu.org>
11996
11997 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
11998 not just file-errors.
11999
12000 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
12001 (vc-bzr-sha1): Use internal sha1.
12002
12003 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12004
12005 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
12006
12007 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
12008
12009 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
12010 that start in the middle of the line (bug#10496).
12011
12012 2012-04-10 Dan Nicolaescu <dann@gnu.org>
12013
12014 * battery.el (battery-linux-proc-acpi): Only one battery is
12015 discharged at a time, but that seems to confuse battery.el when
12016 computing `rate-type' for the battery not being discharged
12017 (bug#10332).
12018
12019 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12020
12021 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
12022
12023 * international/quail.el: Use dolist and simplify.
12024 (quail-define-package, quail-update-keyboard-layout)
12025 (quail-define-rules): Use dolist.
12026 (quail-insert-kbd-layout, quail-get-translation): CSE.
12027
12028 * tmm.el: Use dolist, remove left over hook.
12029 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
12030 Use dolist.
12031 (calendar-load-hook): Don't mess with it.
12032
12033 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
12034 Use derived-mode-p. Run the diff asynchronously.
12035
12036 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12037
12038 * obsolete/mouse-sel.el: Add an Obsolete-since header.
12039
12040 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12041
12042 * misc.el: Display absolute path of loaded DLLs (bug#10424).
12043 (list-dynamic-libraries--loaded): New function.
12044 (list-dynamic-libraries--refresh): Use it.
12045
12046 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
12047
12048 * progmodes/python.el (python-fill-paragraph):
12049 Make python-fill-region in a multiline string work when font-lock is
12050 disabled (bug#7018).
12051
12052 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
12053
12054 * language/european.el (cp775): Add oem/legacy (en)coding on
12055 DOS/MS Windows for the Baltic languages. There are still plenty
12056 of texts written in this encoding/codepage (bug#6519).
12057
12058 2012-04-10 Glenn Morris <rgm@gnu.org>
12059
12060 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
12061 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
12062
12063 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
12064
12065 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
12066 next-line "n" and previous-line "p" in order to make recentf more
12067 consistent with ibuffer, dired or org-mode (bug#9387).
12068
12069 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12070
12071 * image.el (put-image): Return the overlay created instead of the
12072 optional input string (bug#7834). Note that this may break code
12073 that is (for some reason or other) depending on `put-image'
12074 returning the string.
12075
12076 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
12077
12078 * simple.el (zap-to-char): Allow zapping using input methods
12079 (bug#1580).
12080
12081 * textmodes/fill.el (fill-region): Leave point and mark where they
12082 were before filling (bug#5399).
12083
12084 2012-04-09 Glenn Morris <rgm@gnu.org>
12085
12086 * version.el (emacs-bzr-get-version):
12087 Handle lightweight checkouts of local branches.
12088
12089 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
12090
12091 * international/characters.el: Recover lost case pairs. (Bug#11209)
12092
12093 2012-04-09 Chong Yidong <cyd@gnu.org>
12094
12095 * custom.el (custom-variable-p): Return nil for non-symbol
12096 arguments instead of signaling an error.
12097 (user-variable-p): Obsolete alias for custom-variable-p.
12098
12099 * apropos.el (apropos-variable):
12100 * files-x.el (read-file-local-variable):
12101 * simple.el (set-variable):
12102 * woman.el (woman-mini-help):
12103 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
12104
12105 2012-04-09 Glenn Morris <rgm@gnu.org>
12106
12107 * startup.el (normal-top-level): Don't look for leim-list.el
12108 in places where it will not be found. (Bug#910)
12109
12110 * international/mule-cmds.el (set-default-coding-systems):
12111 * files.el (normal-mode):
12112 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
12113 This function was removed with ucs-tables.el in 2008.
12114
12115 2012-04-08 Eli Zaretskii <eliz@gnu.org>
12116
12117 * textmodes/ispell.el (ispell-check-version): For hunspell, set
12118 ispell-encoding8-command to "-i", without a trailing space.
12119 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
12120 separate command-line arguments, to specify the encoding, since
12121 that's how hunspell expects it.
12122
12123 2012-04-08 Glenn Morris <rgm@gnu.org>
12124
12125 * loadup.el: Load bindings before cus-start.
12126 This reduces somewhat the number of "rogue" settings in emacs -Q.
12127
12128 2012-04-07 Glenn Morris <rgm@gnu.org>
12129
12130 * version.el (emacs-bzr-get-version): New function.
12131 (emacs-bzr-version): New variable.
12132 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
12133 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
12134
12135 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12136
12137 * international/uni-bidi.el, international/uni-category.el:
12138 * international/uni-combining.el, international/uni-decimal.el:
12139 * international/uni-decomposition.el, international/uni-digit.el:
12140 * international/uni-lowercase.el, international/uni-mirrored.el:
12141 * international/uni-name.el, international/uni-numeric.el:
12142 * international/uni-titlecase.el, international/uni-uppercase.el:
12143 Update for Unicode 6.1.
12144
12145 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12146
12147 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
12148
12149 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
12150
12151 * window.el (shrink-window): Mention the `window-min-height'
12152 variable in the doc string.
12153
12154 2012-04-05 Bastien Guerry <bzg@altern.org>
12155
12156 * color.el (color-lighten-name): Fix typo.
12157
12158 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12159
12160 * server.el (server--on-display-p): New function.
12161 (server--on-display-p): Use it.
12162
12163 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
12164
12165 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
12166 (bug#11145).
12167
12168 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12169
12170 * comint.el (comint--common-quoted-suffix): Check string boundary
12171 before comparing (bug#11158).
12172 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
12173
12174 2012-04-04 Chong Yidong <cyd@gnu.org>
12175
12176 * minibuffer.el (completion-extra-properties): Doc fix.
12177
12178 * subr.el (delayed-warnings-hook): Doc fix.
12179
12180 2012-04-04 Daiki Ueno <ueno@unixuser.org>
12181
12182 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
12183 selection (Bug#11159).
12184 (epa-insert-keys): Inform that the default public key will be
12185 exported if no key is selected.
12186
12187 2012-04-04 Richard Stallman <rms@gnu.org>
12188
12189 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
12190
12191 2012-04-03 Chong Yidong <cyd@gnu.org>
12192
12193 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
12194 mail-insert-file, not its obsolete alias mail-attach-file.
12195
12196 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
12197
12198 * notifications.el (notifications-notify): Fix docstring.
12199
12200 2012-04-02 Glenn Morris <rgm@gnu.org>
12201
12202 * emacs-lisp/authors.el (authors-aliases): Another addition.
12203
12204 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
12205
12206 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
12207 `tramp-compat-call-process' instead of `tramp-local-call-process'.
12208 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
12209
12210 2012-04-01 Chong Yidong <cyd@gnu.org>
12211
12212 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
12213 Handle root directory properly.
12214 (copy-directory): Caller changed.
12215
12216 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12217 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
12218
12219 2012-03-31 Glenn Morris <rgm@gnu.org>
12220
12221 * term/xterm.el (xterm-extra-capabilities): Doc fix.
12222
12223 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
12224
12225 * calendar/calendar.el (calendar-window-list)
12226 (calendar-hide-window): Restore. (Bug#11140)
12227 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
12228
12229 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
12230
12231 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12232
12233 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12234 Check if file is a symlink (Bug#10489).
12235
12236 * files.el (copy-directory): Likewise.
12237
12238 2012-03-30 Chong Yidong <cyd@gnu.org>
12239
12240 * image.el (imagemagick-types-inhibit)
12241 (imagemagick-register-types): Doc fix.
12242
12243 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12244
12245 * textmodes/ispell.el (ispell-get-extended-character-mode):
12246 Disable extended-char-mode for hunspell. hunspell does not support it
12247 and treats ~word as ordinary words in pipe mode.
12248
12249 2012-03-30 Glenn Morris <rgm@gnu.org>
12250
12251 * tutorial.el (help-with-tutorial): Ensure local variables don't
12252 happen to make the buffer read-only. (Bug#11127)
12253
12254 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12255
12256 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
12257 (perl-calculate-indent): Return `noindent' in strings.
12258
12259 2012-03-28 Sam Steingold <sds@gnu.org>
12260
12261 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
12262 instead of the broken adhockery which does not prevent calendar
12263 buffers from being displayed at random after exit.
12264 (calendar-window-list, calendar-hide-window): Remove the broken
12265 adhockery.
12266
12267 2012-03-28 Glenn Morris <rgm@gnu.org>
12268
12269 * replace.el (query-replace-map): Doc fix.
12270
12271 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
12272
12273 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
12274 contents. (Bug#11109)
12275
12276 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12277
12278 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
12279 (bug#11077).
12280 (avl-tree--check, avl-tree--check-node): New funs.
12281
12282 2012-03-27 Martin Rudalics <rudalics@gmx.at>
12283
12284 * window.el (switch-to-visible-buffer): New option.
12285 (switch-to-prev-buffer, switch-to-next-buffer):
12286 Observe switch-to-visible-buffer. Make sure that checking for a window
12287 showing a buffer already is done on the same frame.
12288
12289 2012-03-27 Glenn Morris <rgm@gnu.org>
12290
12291 * startup.el (mail-host-address): Doc fix.
12292
12293 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12294
12295 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
12296 than 197 variables.
12297
12298 2012-03-26 Ami Fischman <ami@fischman.org>
12299
12300 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
12301
12302 2012-03-26 Glenn Morris <rgm@gnu.org>
12303
12304 * files.el (save-buffers-kill-emacs): Doc fix.
12305
12306 * startup.el (normal-top-level, command-line, command-line-1):
12307 Give them doc strings.
12308
12309 2012-03-25 Eli Zaretskii <eliz@gnu.org>
12310
12311 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
12312 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
12313
12314 2012-03-25 Chong Yidong <cyd@gnu.org>
12315
12316 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
12317 theme if it was previously enabled before (Bug#11031).
12318
12319 * cus-theme.el (custom-theme-write-faces): Retrieve current face
12320 spec with custom-face-get-current-spec if its :shown-value is not
12321 determined yet (Bug#9337).
12322 (customize-create-theme, custom-theme-revert): Doc fixes.
12323
12324 * button.el (button-at): Minor addition to docstring.
12325
12326 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
12327
12328 * vc/vc.el (vc-merge): Fix a prompt.
12329
12330 2012-03-24 Chong Yidong <cyd@gnu.org>
12331
12332 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
12333 point (Bug#9623).
12334
12335 * button.el (button-at): Minor addition to docstring.
12336
12337 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12338
12339 * newcomment.el (comment-choose-indent): No space after BOL.
12340
12341 2012-03-22 Sam Steingold <sds@gnu.org>
12342
12343 * window.el (switch-to-prev-buffer): Revert last patch because the
12344 bug turned out to be an advertised feature (Elisp manual 28.14).
12345
12346 2012-03-22 Glenn Morris <rgm@gnu.org>
12347
12348 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
12349 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
12350
12351 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12352
12353 * net/network-stream.el (network-stream-open-starttls): Make error
12354 message under Windows be less misleading.
12355
12356 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
12357
12358 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
12359 understands (bug#9942).
12360
12361 2012-03-22 Chong Yidong <cyd@gnu.org>
12362
12363 * simple.el (end-of-visible-line): Handle return value of
12364 next-single-property-change properly (Bug#9371).
12365
12366 2012-03-22 Kenichi Handa <handa@m17n.org>
12367
12368 * international/quail.el (quail-insert-kbd-layout): Fix previous
12369 change. To avoid unwanted bidi reordering, use
12370 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
12371
12372 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
12373
12374 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
12375 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
12376 (ruby-beginning-of-indent): Be more careful with the difference
12377 between word-boundary and symbol boundary.
12378 (ruby-mode-syntax-table): Make : a symbol constituent.
12379
12380 2012-03-21 Andreas Politz <politza@fh-trier.de>
12381
12382 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
12383
12384 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12385
12386 * progmodes/etags.el (tags-completion-at-point-function):
12387 Improve last fix.
12388
12389 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
12390
12391 2012-03-21 Sam Steingold <sds@gnu.org>
12392
12393 * progmodes/etags.el (tags-completion-at-point-function):
12394 Avoid the error when point is inside the pattern.
12395
12396 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
12397
12398 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
12399 line (Bug#10855).
12400
12401 2012-03-21 Drew Adams <drew.adams@oracle.com>
12402
12403 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
12404
12405 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
12406
12407 * ido.el (ido-set-current-directory, ido-read-internal)
12408 (ido-choose-completion-string, ido-completion-help): Handle nil
12409 value of ido-completion-buffer (Bug#11008).
12410
12411 2012-03-21 Sam Steingold <sds@gnu.org>
12412
12413 * window.el (switch-to-prev-buffer): Do not switch to a visible
12414 window previous buffer, just like with the frame previous buffers.
12415
12416 2012-03-21 Chong Yidong <cyd@gnu.org>
12417
12418 * faces.el (make-face, make-empty-face, copy-face):
12419 * face-remap.el (face-remap-add-relative, face-remap-set-base):
12420 Doc fixes.
12421
12422 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12423
12424 * wid-edit.el (widget-complete-field): Remove (bug#11051).
12425 (widget-complete): Remove broken use of it.
12426
12427 2012-03-20 Chong Yidong <cyd@gnu.org>
12428
12429 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12430 Use string-width and truncate-string-width to handle arbitrary
12431 characters.
12432
12433 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
12434
12435 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
12436 to draw rectangles, not squares. (Regression introduced by revno
12437 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
12438
12439 2012-03-18 Chong Yidong <cyd@gnu.org>
12440
12441 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
12442 it is not yet defined (for temacs).
12443
12444 2012-03-18 Leo Liu <sdl.web@gmail.com>
12445
12446 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
12447 prefix.
12448
12449 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12450
12451 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
12452 (ispell-choices-win-default-height, ispell-silently-savep)
12453 (ispell-dictionary-alist, ispell-encoding8-command)
12454 (ispell-check-version, ispell-aspell-find-dictionary)
12455 (ispell-valid-dictionary-list, ispell-words-keyword)
12456 (ispell-get-word, ispell-internal-change-dictionary)
12457 (ispell-region, ispell-skip-region-list)
12458 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
12459 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
12460 (ispell-message-text-end, ispell-message)
12461 (ispell-buffer-local-parsing): Doc fix.
12462
12463 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
12464
12465 * htmlfontify.el: Add support for code block fontification for ODT
12466 export (Bug #9914).
12467 (hfy-optimisations): Define new option
12468 `body-text-only'
12469 (hfy-fontify-buffer): Honor above setting.
12470 (hfy-begin-span, hfy-end-span): New routines factored out form
12471 `hfy-fontify-buffer'.
12472 (hfy-begin-span-handler, hfy-end-span-handler): New variables
12473 that permit insertion of custom tags.
12474 (hfy-fontify-buffer): Use above handlers.
12475 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
12476 (hfy-face-to-css): Re-defined to be a variable.
12477 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
12478 over multiple runs. This is made possible by having the caller let
12479 bind a special variable `hfy-user-sheet-assoc'.
12480 (htmlfontify-string): New defun.
12481 (hfy-compile-face-map): Make sure that the last char in the
12482 buffer is correctly fontified.
12483 (hfy-face-resolve-face): Whitespace only change.
12484
12485 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12486
12487 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
12488 message more clear.
12489
12490 2012-03-16 Leo Liu <sdl.web@gmail.com>
12491
12492 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
12493
12494 2012-03-16 Alan Mackenzie <acm@muc.de>
12495
12496 Further optimize the handling of large macros.
12497
12498 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
12499 limit to a call of `c-literal-limits'.
12500 (c-determine-+ve-limit): New function.
12501 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
12502 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
12503 In CASE 5B, restrict a search limit to 500.
12504 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
12505
12506 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
12507 Restrict macro bounds to +-500 from after-change's BEG END.
12508
12509 2012-03-16 Leo Liu <sdl.web@gmail.com>
12510
12511 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
12512
12513 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
12514
12515 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
12516 `special-mode' setting of `buffer-read-only'. (Bug#11010)
12517
12518 2012-03-16 Glenn Morris <rgm@gnu.org>
12519
12520 * view.el (view-buffer, view-buffer-other-window)
12521 (view-buffer-other-frame): Doc fixes re special mode-class.
12522
12523 * subr.el (eval-after-load): If named feature is provided not from
12524 a file, run after-load forms. (Bug#10946)
12525
12526 * calendar/calendar.el (calendar-insert-at-column):
12527 Handle non-unit-width characters a bit better. (Bug#10978)
12528
12529 2012-03-15 Chong Yidong <cyd@gnu.org>
12530
12531 * emacs-lisp/ring.el (ring-extend): New function.
12532 (ring-insert+extend): Extend the ring correctly (Bug#11019).
12533
12534 * comint.el (comint-read-input-ring)
12535 (comint-add-to-input-history): Grow comint-input-ring lazily.
12536
12537 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12538
12539 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
12540 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
12541
12542 * imenu.el: Fix multiple inheritance breakage (bug#9199).
12543 (imenu-add-to-menubar): Don't add a redundant index.
12544 (imenu-update-menubar): Handle a dynamically composed keymap.
12545
12546 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12547
12548 * mail/sendmail.el (mail-encode-header):
12549 Bind rfc2047-encode-encoded-words to nil.
12550
12551 2012-03-13 Glenn Morris <rgm@gnu.org>
12552
12553 * calendar/calendar.el (calendar-string-spread):
12554 Handle non-unit-width characters a bit better. (Bug#10978)
12555
12556 2012-03-13 Leo Liu <sdl.web@gmail.com>
12557
12558 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
12559 directory and file as argument (Bug#10822).
12560
12561 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
12562
12563 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
12564 For dynamically generated code, follow $PC.
12565 (gdb-disassembly-handler-custom): Handle no function name case.
12566
12567 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
12568
12569 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
12570 * emulation/ws-mode.el (ws-query-replace):
12571 * sort.el (sort-regexp-fields):
12572 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
12573
12574 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12575
12576 * dabbrev.el: Fix cycle completion order (bug#10963).
12577 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
12578 (dabbrev-completion): Don't use an obarray; provide
12579 a cycle-sort-function.
12580
12581 2012-03-12 Leo Liu <sdl.web@gmail.com>
12582
12583 * simple.el (kill-new): Use equal-including-properties for comparison.
12584 (kill-do-not-save-duplicates): Doc fix.
12585
12586 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12587
12588 * dabbrev.el: Fix cycle completion (bug#10963).
12589 Use lexical binding and wrap to 80 columns.
12590 (dabbrev-completion): Delay computing the list of completions.
12591
12592 2012-03-12 Kenichi Handa <handa@m17n.org>
12593
12594 * international/quail.el (quail-insert-kbd-layout): Surround each
12595 row by LRO and PDF instead of inserting many LRMs. Pad the left
12596 and right of each non-spacing marks. Insert invisible space
12597 between lower and upper characters to prevent composition.
12598
12599 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12600
12601 * minibuffer.el (minibuffer-complete): Don't get confused when the
12602 function is run twice via different commands (bug#10958).
12603 (complete-with-action): Fix docstring.
12604
12605 2012-03-12 Chong Yidong <cyd@gnu.org>
12606
12607 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
12608 (nxml-completion-at-point-function): New function.
12609 (nxml-mode): Use it.
12610 (nxml-bind-meta-tab-to-complete-flag): Default to t.
12611
12612 * emacs-lisp/package.el (package-unpack, package-unpack-single):
12613 Load generated autoloads file before byte compiling (Bug#10970).
12614 (package--make-autoloads-and-compile): New helper fun.
12615
12616 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
12617
12618 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
12619
12620 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
12621
12622 * autorevert.el (auto-revert-handler): Ensure, that
12623 file-readable-p is applied only for local files or in
12624 auto-revert-tail-mode.
12625
12626 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
12627
12628 * server.el (server-eval-at): Handle non-tcp connections.
12629 Decode result string.
12630
12631 * server.el (server-msg-size): New constant.
12632 (server-reply-print): New function.
12633 (server-eval-and-print): Use it.
12634 (server-eval-at): Use server-quote-arg and server-unquote-arg.
12635 Handle -print-nonl.
12636
12637 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
12638
12639 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
12640 (Bug#10987).
12641
12642 2012-03-11 Chong Yidong <cyd@gnu.org>
12643
12644 * simple.el (goto-line): Doc fix (Bug#9938).
12645
12646 * subr.el (save-window-excursion): Doc fix (Bug#9979).
12647
12648 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
12649 when finished (Bug#10963).
12650
12651 2012-03-11 Martin Rudalics <rudalics@gmx.at>
12652
12653 * window.el (split-window-below): Fix bug in case where
12654 split-window-keep-point is nil (Bug#10971).
12655
12656 2012-03-11 Juri Linkov <juri@jurta.org>
12657
12658 * replace.el (replace-highlight): Set isearch-word to nil
12659 unconditionally. (Bug#10887)
12660
12661 2012-03-10 Eli Zaretskii <eliz@gnu.org>
12662
12663 * net/mairix.el (mairix-replace-invalid-chars): Rename from
12664 mairix-replace-illegal-chars; all callers changed. Don't remove
12665 ^, ~, and = characters: they are meaningful in mairix search specs.
12666 (mairix-widget-create-query): Add usage information about mairix
12667 search forms: negating words, searching for substrings, etc.
12668
12669 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
12670
12671 * international/fontset.el (font-encoding-alist): Add an entry for
12672 ksx1001 (Bug#5667).
12673
12674 2012-03-10 Richard Stallman <rms@gnu.org>
12675
12676 * mail/sendmail.el (mail-encode-header):
12677 Set rfc2047-encode-encoded-words.
12678
12679 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
12680
12681 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
12682 view buffer means not swapped.
12683 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
12684 (rmail-write-region-annotate): Error if real text has disappeared.
12685
12686 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
12687
12688 2012-03-10 Chong Yidong <cyd@gnu.org>
12689
12690 * emulation/cua-rect.el (cua--init-rectangles):
12691 * emulation/cua-base.el (cua--init-keymaps):
12692 Add delete-forward-char to remappings (Bug#9666).
12693
12694 2012-03-10 Martin Rudalics <rudalics@gmx.at>
12695
12696 * speedbar.el (speedbar-unhighlight-one-tag-line):
12697 Avoid unhighlighting due to frame switching (Bug#10275).
12698
12699 2012-03-10 Chong Yidong <cyd@gnu.org>
12700
12701 * minibuffer.el (completion-in-region, completion-help-at-point):
12702 Give the completion field overlay a high priority (Bug#6830).
12703
12704 * dired.el (dired-goto-file): Recognize absolute file name
12705 listings (Bug#7126).
12706 (dired-goto-file-1): New helper function.
12707 (dired-toggle-read-only): Inhibit warnings.
12708
12709 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
12710
12711 * net/dbus.el (dbus-property-handler): Return empty array if
12712 there are no properties.
12713
12714 2012-03-09 Leo Liu <sdl.web@gmail.com>
12715
12716 * savehist.el (savehist-printable): Stricter check for string
12717 value (Bug#10937).
12718
12719 2012-03-09 Eli Zaretskii <eliz@gnu.org>
12720
12721 * mail/smtpmail.el (smtpmail-send-it):
12722 Bind coding-system-for-write to *-unix, so that FCC files are kept in
12723 valid mbox format.
12724
12725 2012-03-09 Glenn Morris <rgm@gnu.org>
12726
12727 * files.el (dir-locals-find-file):
12728 Don't check result is regular, readable.
12729 (dir-locals-read-from-file): Demote errors.
12730
12731 2012-03-08 Eli Zaretskii <eliz@gnu.org>
12732
12733 * international/quail.el (quail-insert-kbd-layout):
12734 Insert invisible LRM characters before each character in a keyboard
12735 layout cell, to prevent their reordering by bidi display engine.
12736 For details, see the discussion in
12737 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
12738
12739 2012-03-08 Alan Mackenzie <acm@muc.de>
12740
12741 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
12742 the starting position; make it extend the marked region when
12743 invoked repeatedly - all under appropriate circumstances.
12744 Fixes bugs #5525, #10906.
12745
12746 2012-03-08 Glenn Morris <rgm@gnu.org>
12747
12748 * files.el (locate-dominating-file, dir-locals-find-file):
12749 Undo 2012-03-06 change.
12750
12751 2012-03-07 Eli Zaretskii <eliz@gnu.org>
12752
12753 * international/quail.el (quail-help):
12754 Force bidi-paragraph-direction be left-to-right. See discussion in
12755 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
12756 for the reason.
12757
12758 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
12759
12760 Avoid superfluous registering of signals. (Bug#10807)
12761
12762 * notifications.el (notifications-on-action-object)
12763 (notifications-on-close-object): New defvars.
12764 (notifications-on-action-signal, notifications-on-closed-signal):
12765 Unregister the signal if not needed any longer.
12766 (notifications-notify): Register `notifications-action-signal' or
12767 `notifications-closed-signal', if :on-action or :on-close has been
12768 passed as argument.
12769
12770 2012-03-07 Chong Yidong <cyd@gnu.org>
12771
12772 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
12773 non-X platforms.
12774
12775 2012-03-06 Glenn Morris <rgm@gnu.org>
12776
12777 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12778 (x-disown-selection-internal, x-get-selection-internal):
12779 Doc fix (add arglist signatures). (Bug#10783)
12780
12781 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
12782
12783 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12784 Handle breakpoints with no "type".
12785
12786 2012-03-06 Glenn Morris <rgm@gnu.org>
12787
12788 * files.el (locate-dominating-file): Add optional predicate argument.
12789 (dir-locals-find-file): Make use of above change.
12790
12791 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
12792
12793 * info.el (Info-insert-dir): Also try "dir.gz".
12794
12795 2012-03-06 Glenn Morris <rgm@gnu.org>
12796
12797 * files.el (dir-locals-find-file):
12798 Ignore non-readable or non-regular files. (Bug#10928)
12799
12800 * files.el (locate-dominating-file): Doc fix.
12801
12802 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
12803
12804 * calendar/calendar.el (calendar-set-mode-line):
12805 `getenv' returns a string. (Bug#10951)
12806
12807 2012-03-05 Leo Liu <sdl.web@gmail.com>
12808
12809 * simple.el (backward-delete-char-untabify): Constrain point to
12810 field (Bug#10939).
12811
12812 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
12813
12814 2012-03-05 Chong Yidong <cyd@gnu.org>
12815
12816 * simple.el (count-words): If called from Lisp, return the word
12817 count, for symmetry with `count-lines'. Arglist changed.
12818 (count-words--message): Args changed. Consolidate counting code
12819 from count-words and count-words-region.
12820 (count-words-region): Caller changed.
12821 (count-lines-region): Make it an obsolete alias.
12822
12823 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
12824
12825 * saveplace.el (save-place-to-alist)
12826 (save-place-ignore-files-regexp): Allow value nil to disable this
12827 feature.
12828
12829 2012-03-04 Chong Yidong <cyd@gnu.org>
12830
12831 * faces.el (face-spec-reset-face): For the default face, reset the
12832 attributes to default values (Bug#10748).
12833
12834 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12835
12836 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
12837 previous patch: Check `message-send-mail-function', and not the
12838 default function (bug#10897).
12839
12840 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
12841
12842 * notifications.el (notifications-on-action-signal)
12843 (notifications-on-closed-signal): Check for unique service name of
12844 incoming event. Fix error in removing entry.
12845 (top): Register for signals with wildcard service name.
12846 (notifications-notify): Use daemon unique service name for map entries.
12847
12848 2012-03-04 Chong Yidong <cyd@gnu.org>
12849
12850 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
12851
12852 2012-03-04 Glenn Morris <rgm@gnu.org>
12853
12854 * abbrev.el (copy-abbrev-table, abbrev-table-p)
12855 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
12856 (expand-abbrev, define-abbrev-table): Doc fixes.
12857
12858 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12859
12860 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
12861 `message-default-send-mail-function' and not `send-mail-function'
12862 when doing the prompting for `sendmail-query-once' before sending
12863 in Message buffers (bug#10897).
12864
12865 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
12866 This is inconsistent with all the other stream functions, which leave
12867 the setting up to the higher levels (if so wanted) (bug#10931).
12868
12869 2012-03-02 Alan Mackenzie <acm@muc.de>
12870
12871 Depessimize the handling of very large macros.
12872
12873 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
12874 (c-macro-cache-syntactic): New variables to implement a one
12875 element macro cache.
12876 (c-invalidate-macro-cache): New function.
12877 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
12878 Adapt to use the new cache.
12879 (c-state-safe-place): Use better the cache of safe positions.
12880 (c-state-semi-nonlit-pos-cache)
12881 (c-state-semi-nonlit-pos-cache-limit):
12882 New variables for...
12883 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
12884 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
12885 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
12886 Use c-state-semi-safe-place.
12887
12888 * progmodes/cc-langs.el (c-get-state-before-change-functions):
12889 Add c-invalidate-macro-cache to the C, C++, Obj entries.
12890
12891 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
12892
12893 * jka-compr.el (jka-compr-call-process):
12894 Apply `file-accessible-directory-p' only when the default directory is
12895 not remote.
12896
12897 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
12898
12899 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
12900 access of FILE2, if FILE1 does not exist.
12901
12902 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
12903 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
12904
12905 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
12906 Add "PAGER=" to `process-environment'.
12907
12908 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
12909
12910 * progmodes/sql.el: Bug fix
12911 (sql-get-login-ext): Save login values in globals.
12912 (sql-get-login): Use new version of `sql-get-login-ext'.
12913 (sql-interactive-mode): Set global `sql-connection' to nil.
12914 (sql-connect): Set global values for connection.
12915 (sql-product-interactive): Save global values as buffer local.
12916
12917 2012-02-29 Leo Liu <sdl.web@gmail.com>
12918
12919 * abbrev.el (define-abbrevs): Reset sys to nil.
12920
12921 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12922
12923 * files.el (file-equal-p): Rename from `files-equal-p'.
12924 Return nil when one or both files don't exist.
12925 (file-subdir-of-p): Now only top directory must exists,
12926 return nil if it doesn't.
12927 (copy-directory): No need to test with `file-subdir-of-p' after
12928 creating dir.
12929 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
12930 to `file-equal-p'.
12931
12932 2012-02-28 Glenn Morris <rgm@gnu.org>
12933
12934 * shell.el (shell-mode):
12935 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
12936 * play/landmark.el (landmark-font-lock-face-O):
12937 * play/handwrite.el (handwrite):
12938 * play/gomoku.el (gomoku-O):
12939 * net/browse-url.el (browse-url-browser-display):
12940 * international/mule.el (define-charset):
12941 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
12942 * filesets.el (filesets-find-file-delay):
12943 * eshell/em-xtra.el (eshell-xtra):
12944 * eshell/em-unix.el (eshell-grep):
12945 * emulation/viper.el (viper-mode):
12946 * emacs-lisp/regexp-opt.el (regexp-opt-group):
12947 * emacs-lisp/easymenu.el (easy-menu-define):
12948 * calendar/timeclock.el (timeclock-use-display-time):
12949 * bs.el (bs-mode):
12950 * bookmark.el (bookmark-save-flag):
12951 Doc fix (standardize possessive apostrophe usage).
12952
12953 2012-02-27 Chong Yidong <cyd@gnu.org>
12954
12955 * emulation/viper-cmd.el (viper-intercept-ESC-key):
12956 Fix key-binding lookup for ESC key (Bug#9146).
12957
12958 * font-lock.el (font-lock-specified-p): Rename from
12959 font-lock-spec-present. Callers changed.
12960
12961 2012-02-27 Daniel Hackney <dan@haxney.org>
12962
12963 * emacs-lisp/package.el (package-compute-transaction):
12964 Handle holding a package version to t in package-load-list.
12965
12966 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
12967
12968 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
12969 (tramp-get-inode, tramp-get-device): Use cached values.
12970
12971 2012-02-26 Alan Mackenzie <acm@muc.de>
12972
12973 Check there is a font-lock specification before doing initial
12974 fontification.
12975
12976 * font-core.el (font-lock-mode): Move the conditional from
12977 :after-hook to font-lock-initial-fontify.
12978 (font-lock-default-function): Move the check for a specification
12979 to font-lock-spec-present.
12980
12981 * font-lock.el (font-lock-initial-fontify): Call ...
12982 (font-lock-spec-present): New function.
12983
12984 2012-02-26 Jim Blandy <jimb@red-bean.com>
12985
12986 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
12987 (gdb-send): Apply it to the operand of the '-interpreter-exec
12988 console' command, so that we can pass arguments with (say) quotes
12989 in them. Store exact string sent in gdb-debug-log (Bug#10765).
12990
12991 2012-02-26 Chong Yidong <cyd@gnu.org>
12992
12993 * help-fns.el (describe-function-1): Clarify description of
12994 remapping (Bug#10844).
12995
12996 * files.el (files-equal-p): Doc fix.
12997 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
12998 and quit the loop once a mismatch is found.
12999
13000 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
13001
13002 * bs.el (bs--show-with-configuration): Don't throw an error
13003 if the window cannot be split; otherwise, subsequent calls to
13004 bs-show fail, restoring a stale window config. (Bug#10882)
13005
13006 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
13007
13008 * term/ns-win.el (global-map): Bind ns-drag-file to
13009 ns-find-file (Bug#5855, Bug#10050).
13010
13011 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
13012
13013 * calendar/parse-time.el (parse-time-string): Allow extractor to
13014 return nil.
13015
13016 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
13017
13018 * net/tramp.el (tramp-file-name-for-operation):
13019 Add `files-equal-p' and `file-subdir-of-p'.
13020
13021 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
13022 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
13023 Add COPY-CONTENTS argument.
13024
13025 2012-02-25 Chong Yidong <cyd@gnu.org>
13026
13027 Add custom groups for VC backends, for consistency with vc-bzr.
13028
13029 * vc/vc-arch.el (vc-arch):
13030 * vc/vc-cvs.el (vc-cvs):
13031 * vc/vc-git.el (vc-git):
13032 * vc/vc-hg.el (vc-hg):
13033 * vc/vc-mtn.el (vc-mtn):
13034 * vc/vc-rcs.el (vc-rcs):
13035 * vc/vc-sccs.el (vc-sccs):
13036 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
13037 All relevant defcustoms reassigned.
13038
13039 2012-02-25 Chong Yidong <cyd@gnu.org>
13040
13041 * newcomment.el (comment-styles): Add autoload (Bug#10868).
13042
13043 * term/x-win.el (x-initialize-window-system): Reduce default for
13044 x-selection-timeout to 5 seconds (Bug#8869).
13045
13046 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13047
13048 * files.el (files-equal-p, file-subdir-of-p): New functions.
13049 (copy-directory): Error when trying to copy a directory on itself.
13050 Add missing copy-contents arg to tramp handler.
13051 * dired-aux.el (dired-copy-file-recursive): Same.
13052 (dired-create-files): Modify destination when source is equal to
13053 dest when copying files.
13054 Return also when dest is a subdir of source. (Bug#10489)
13055
13056 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
13057
13058 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
13059 (Bug#10874)
13060
13061 2012-02-23 Alan Mackenzie <acm@muc.de>
13062
13063 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
13064 parameter "after-hook:" to allow the expansion to run code after
13065 the execution of the mode hooks.
13066
13067 * font-lock.el (font-lock-initial-fontify): New function extracted
13068 from font-lock-mode-internal.
13069
13070 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
13071 :after-hook.
13072
13073 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13074
13075 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
13076 (completion--cache-all-sorted-completions): New function.
13077 (completion-all-sorted-completions): Use it.
13078 (completion--do-completion, minibuffer-force-complete):
13079 Use it to re-instate the flush hook.
13080
13081 * icomplete.el (icomplete-completions): Replace last fix with a better
13082 one (bug#10850).
13083
13084 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
13085
13086 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
13087 when it might call us back infinitely (bug#10797).
13088
13089 2012-02-23 Glenn Morris <rgm@gnu.org>
13090
13091 * minibuffer.el (completion-category-overrides): Doc fix.
13092
13093 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13094
13095 * minibuffer.el (completion-table-with-context): Fix inf-loop.
13096 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
13097
13098 2012-02-23 Glenn Morris <rgm@gnu.org>
13099
13100 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
13101 (authors-obsolete-files-regexps, authors-ignored-files)
13102 (authors-ambiguous-files, authors-renamed-files-alist):
13103 Add more entries.
13104
13105 2012-02-23 Juri Linkov <juri@jurta.org>
13106
13107 * isearch.el (isearch-occur): Sync interactive spec with occur's
13108 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
13109
13110 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
13111
13112 2012-02-22 Juri Linkov <juri@jurta.org>
13113
13114 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
13115 (ucs-insert): Doc fix. Check for hex digits in the string.
13116 Don't display `nil' in the error message. (Bug#10857)
13117
13118 2012-02-22 Alan Mackenzie <acm@muc.de>
13119
13120 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
13121
13122 2012-02-22 Glenn Morris <rgm@gnu.org>
13123
13124 * ffap.el (ffap-c-path):
13125 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
13126
13127 2012-02-22 Chong Yidong <cyd@gnu.org>
13128
13129 * custom.el (load-theme): Doc fix.
13130
13131 2012-02-22 Glenn Morris <rgm@gnu.org>
13132
13133 * dired-x.el (dired-guess-shell-alist-default):
13134 Remove escape sequences from nroff output. (Bug#172)
13135
13136 2012-02-21 Glenn Morris <rgm@gnu.org>
13137
13138 * vc/emerge.el (emerge-defvar-local):
13139 Set `permanent-local' property rather than unused `preserved'.
13140
13141 * textmodes/picture.el (picture-delete-char): New alias.
13142 (picture-mode-map): Use it. (Bug#10860)
13143 (picture-mode): Doc fix.
13144
13145 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
13146
13147 * newcomment.el (uncomment-region-default): Remove unused binding.
13148
13149 2012-02-21 Glenn Morris <rgm@gnu.org>
13150
13151 * textmodes/picture.el (picture-motion, picture-motion-reverse)
13152 (picture-self-insert, picture-tab-chars): Doc fix.
13153 (picture-mode-map): Fix C-a, C-e.
13154
13155 2012-02-20 Glenn Morris <rgm@gnu.org>
13156
13157 * emacs-lisp/authors.el (authors-aliases): Add another entry.
13158
13159 2012-02-20 Leo Liu <sdl.web@gmail.com>
13160
13161 * icomplete.el (icomplete-completions): Check FROM arg before
13162 passing to substring (Bug#10850).
13163
13164 2012-02-19 Chong Yidong <cyd@gnu.org>
13165
13166 * comint.el: Require ansi-color.
13167 (comint-output-filter-functions): Add ansi-color-process-output.
13168
13169 * ansi-color.el: Don't set comint-output-filter-functions; it is
13170 now in the initial value defined in comint.el.
13171 (ansi-color-apply-face-function): New variable.
13172 (ansi-color-apply-on-region): Use it.
13173 (ansi-color-apply-overlay-face): New function.
13174
13175 * shell.el (shell): No need to require ansi-color.
13176 (shell-mode): Use ansi-color-apply-face-function to highlight
13177 color escapes using font-lock-face property (Bug#10835).
13178
13179 2012-02-19 Chong Yidong <cyd@gnu.org>
13180
13181 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
13182 mode-line formats (Bug#10839).
13183
13184 2012-02-18 Glenn Morris <rgm@gnu.org>
13185
13186 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
13187
13188 * mail/undigest.el (unforward-rmail-message): Doc fix.
13189
13190 * saveplace.el (save-place-ignore-files-regexp): Add :version.
13191
13192 2012-02-18 Eli Zaretskii <eliz@gnu.org>
13193
13194 * international/characters.el (script-list): Sync with the latest
13195 Unicode Character Database.
13196
13197 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
13198
13199 * international/titdic-cnv.el: Remove duplicate coding tag.
13200 * language/cham.el: Likewise.
13201 * language/tai-viet.el: Likewise.
13202
13203 2012-02-18 Glenn Morris <rgm@gnu.org>
13204
13205 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
13206 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
13207 (calendar-bahai-all-holidays-flag, calendar-other-dates):
13208 * calendar/diary-lib.el (diary-abbreviated-year-flag):
13209 * calendar/holidays.el (holiday-bahai-holidays)
13210 (calendar-holidays, list-holidays):
13211 Use utf-8 Bahá'í in doc-strings, menus, etc.
13212
13213 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
13214
13215 * saveplace.el (save-place-ignore-files-regexp): New variable
13216 allowing for excluding files from saving their location of point.
13217 The default value matches the temporary commit message editing
13218 files from Git, SVN, Bazaar, and Mercurial.
13219 (save-place-to-alist): Use it.
13220
13221 2012-02-17 Lawrence Mitchell <wence@gmx.li>
13222 Stefan Monnier <monnier@iro.umontreal.ca>
13223
13224 * newcomment.el (uncomment-region-default): Don't leave extra space
13225 when an arg is provided (bug#8150).
13226
13227 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
13228
13229 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
13230
13231 2012-02-17 Glenn Morris <rgm@gnu.org>
13232
13233 * net/socks.el: Require network-stream. (Bug#10599)
13234
13235 2012-02-17 Kenichi Handa <handa@m17n.org>
13236
13237 * international/charprop.el:
13238 * international/uni-name.el:
13239 * international/uni-old-name.el:
13240 * international/uni-comment.el: Regenerate.
13241
13242 2012-02-16 Glenn Morris <rgm@gnu.org>
13243
13244 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
13245 Interactively in calendar buffer, give an error if not on a date.
13246
13247 2012-02-15 Glenn Morris <rgm@gnu.org>
13248
13249 * shell.el (shell-delimiter-argument-list):
13250 Revert 2011-02-17 change. (Bug#8027)
13251
13252 2012-02-15 Chong Yidong <cyd@gnu.org>
13253
13254 * minibuffer.el (completion-at-point-functions): Doc fix.
13255
13256 * custom.el (defcustom): Doc fix; note use of defvar.
13257
13258 2012-02-15 Glenn Morris <rgm@gnu.org>
13259
13260 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
13261 Doc fixes.
13262
13263 2012-02-14 Glenn Morris <rgm@gnu.org>
13264
13265 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
13266
13267 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
13268
13269 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
13270 way the ports list is computed.
13271 (smtpmail-query-smtp-server): Prompt the user for a port number if
13272 we can't connect to any of the standard ports (bug#10810).
13273
13274 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
13275
13276 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
13277
13278 2012-02-13 Glenn Morris <rgm@gnu.org>
13279
13280 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
13281
13282 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
13283
13284 * net/gnutls.el (gnutls-trustfiles): New variable.
13285 (gnutls-negotiate): Use it.
13286
13287 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
13288
13289 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
13290 does its stuff if Gnus is running.
13291
13292 2012-02-13 Alan Mackenzie <acm@muc.de>
13293
13294 Fix a loop in c-set-fl-decl-start.
13295
13296 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
13297 c-backward-syntactic-ws actually moves backwards.
13298
13299 2012-02-13 Leo Liu <sdl.web@gmail.com>
13300
13301 * net/rcirc.el (rcirc-markup-attributes): Move point to the
13302 beginning so that all \C-o chars are removed.
13303
13304 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
13305
13306 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
13307
13308 2012-02-12 Alan Mackenzie <acm@muc.de>
13309
13310 Fix infinite loop with long macros.
13311 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
13312
13313 2012-02-12 Chong Yidong <cyd@gnu.org>
13314
13315 * window.el (display-buffer): Doc fix (Bug#10785).
13316
13317 2012-02-12 Glenn Morris <rgm@gnu.org>
13318
13319 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13320 (x-disown-selection-internal, x-get-selection-internal):
13321 Sync docs with the xselect.c versions.
13322
13323 * allout-widgets.el: Add missing license notice.
13324
13325 2012-02-11 Glenn Morris <rgm@gnu.org>
13326
13327 * select.el (x-get-selection-internal, x-own-selection-internal)
13328 (x-disown-selection-internal):
13329 * x-dnd.el (x-get-selection-internal): Update declarations.
13330
13331 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
13332
13333 * window.el (window-sides-slots):
13334 * tool-bar.el (tool-bar-position):
13335 * term/xterm.el (xterm-extra-capabilities):
13336 * ses.el (ses-self-reference-early-detection):
13337 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
13338 (verilog-auto-wire-type)
13339 (verilog-auto-delete-trailing-whitespace)
13340 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
13341 (verilog-auto-tieoff-declaration):
13342 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
13343 (sql-oracle-statement-starters, sql-oracle-scan-on):
13344 * progmodes/prolog.el (prolog-align-comments-flag)
13345 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
13346 (prolog-left-indent-regexp, prolog-paren-indent-p)
13347 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
13348 (prolog-types, prolog-mode-specificators)
13349 (prolog-determinism-specificators, prolog-directives)
13350 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
13351 (prolog-electric-dot-flag)
13352 (prolog-electric-dot-full-predicate-template)
13353 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
13354 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
13355 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
13356 (prolog-program-switches, prolog-prompt-regexp)
13357 (prolog-debug-on-string, prolog-debug-off-string)
13358 (prolog-trace-on-string, prolog-trace-off-string)
13359 (prolog-zip-on-string, prolog-zip-off-string)
13360 (prolog-use-standard-consult-compile-method-flag)
13361 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
13362 (prolog-imenu-max-lines, prolog-info-predicate-index)
13363 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
13364 (prolog-char-quote-workaround):
13365 * progmodes/cc-vars.el (c-defun-tactic):
13366 * net/tramp.el (tramp-encoding-command-interactive)
13367 (tramp-local-end-of-line):
13368 * net/soap-client.el (soap-client):
13369 * net/netrc.el (netrc-file):
13370 * net/gnutls.el (gnutls):
13371 * minibuffer.el (completion-category-overrides)
13372 (completion-cycle-threshold)
13373 (completion-pcm-complete-word-inserts-delimiters):
13374 * man.el (Man-name-local-regexp):
13375 * mail/feedmail.el (feedmail-display-full-frame):
13376 * international/characters.el (glyphless-char-display-control):
13377 * eshell/em-ls.el (eshell-ls-date-format):
13378 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
13379 (lisp-lambda-list-keyword-parameter-indentation)
13380 (lisp-lambda-list-keyword-parameter-alignment):
13381 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
13382 * dired-x.el (dired-omit-verbose):
13383 * cus-theme.el (custom-theme-allow-multiple-selections):
13384 * calc/calc.el (calc-highlight-selections-with-faces)
13385 (calc-lu-field-reference, calc-lu-power-reference)
13386 (calc-note-threshold):
13387 * battery.el (battery-mode-line-limit):
13388 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
13389 (archive-7z-update):
13390 * allout.el (allout-prefixed-keybindings)
13391 (allout-unprefixed-keybindings)
13392 (allout-inhibit-auto-fill-on-headline)
13393 (allout-flattened-numbering-abbreviation):
13394 * allout-widgets.el (allout-widgets-auto-activation)
13395 (allout-widgets-icons-dark-subdir)
13396 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
13397 (allout-widgets-theme-dark-background)
13398 (allout-widgets-theme-light-background)
13399 (allout-widgets-item-image-properties-emacs)
13400 (allout-widgets-item-image-properties-xemacs)
13401 (allout-widgets-run-unit-tests-on-load)
13402 (allout-widgets-time-decoration-activity)
13403 (allout-widgets-hook-error-post-time)
13404 (allout-widgets-track-decoration):
13405 Add missing :version tags to new defcustoms and defgroups.
13406
13407 * progmodes/sql.el (sql-ansi-statement-starters)
13408 (sql-oracle-statement-starters): Add custom type.
13409
13410 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
13411 (prolog-system-version): Give it a type.
13412
13413 2012-02-11 Eli Zaretskii <eliz@gnu.org>
13414
13415 * term/pc-win.el (x-select-text, x-selection-owner-p)
13416 (x-own-selection-internal, x-disown-selection-internal)
13417 (x-get-selection-internal): Sync doc strings and argument lists
13418 with xselect.c, common-win.el and x-win.el. (Bug#10783)
13419
13420 2012-02-11 Leo Liu <sdl.web@gmail.com>
13421
13422 * progmodes/python.el (python-end-of-statement): Fix infinite
13423 loop. (Bug#10788)
13424
13425 2012-02-10 Glenn Morris <rgm@gnu.org>
13426
13427 * international/mule-cmds.el (unify-8859-on-encoding-mode)
13428 (unify-8859-on-decoding-mode): Properly mark as obsolete.
13429
13430 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
13431
13432 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
13433 about SMTP before checking the From header.
13434
13435 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
13436 into own function for reuse by emacsbug.el.
13437
13438 2012-02-10 Leo Liu <sdl.web@gmail.com>
13439
13440 * subr.el (condition-case-unless-debug): Rename from
13441 condition-case-no-debug. All callers changed.
13442 (with-demoted-errors): Fix caller.
13443
13444 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
13445 * nxml/rng-valid.el (rng-do-some-validation):
13446 * emacs-lisp/package.el (package-refresh-contents)
13447 (package-menu-execute):
13448 * desktop.el (desktop-create-buffer):
13449 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
13450
13451 2012-02-10 Glenn Morris <rgm@gnu.org>
13452
13453 * textmodes/bibtex.el:
13454 Add missing :version tags for new/changed defcustoms.
13455
13456 * files.el (remote-file-name-inhibit-cache): Doc fixes.
13457
13458 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
13459
13460 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
13461 (smtpmail-via-smtp): Use it, or fall back on the From address.
13462 (smtpmail-send-it): Ditto.
13463
13464 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
13465
13466 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
13467 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
13468 (byte-compile-tmp-var): New const.
13469 (byte-compile-defvar): Use it to minimize .elc size.
13470 Just use `defvar' rather than simulate it (bug#10761).
13471
13472 2012-02-09 Glenn Morris <rgm@gnu.org>
13473
13474 * files.el (rename-uniquely): Doc fix. (Bug#3806)
13475
13476 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
13477 Add :version tags.
13478
13479 * progmodes/compile.el (compilation-error-screen-columns)
13480 (compilation-first-column, compilation-filter-start): Doc fixes.
13481
13482 * vc/log-view.el (log-view-toggle-entry-display):
13483 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
13484
13485 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
13486 (report-emacs-bug-can-use-xdg-email):
13487 (report-emacs-bug-insert-to-mailer): Doc fixes.
13488 (report-emacs-bug): Message fix.
13489
13490 * net/browse-url.el (browse-url-can-use-xdg-open)
13491 (browse-url-xdg-open): Doc fixes.
13492
13493 * electric.el (electric-indent-mode, electric-pair-mode)
13494 (electric-layout-rules, electric-layout-mode): Doc fixes.
13495 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
13496
13497 2012-02-08 Martin Rudalics <rudalics@gmx.at>
13498
13499 * server.el (server-unselect-display): Don't inadvertently kill
13500 the current buffer. (Bug#10729)
13501
13502 2012-02-08 Glenn Morris <rgm@gnu.org>
13503
13504 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
13505 (sql-list-table): Doc fixes.
13506
13507 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
13508 Comment out (does nothing).
13509
13510 * completion.el (dynamic-completion-mode):
13511 * dirtrack.el (dirtrack-debug-mode):
13512 * electric.el (electric-layout-mode):
13513 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
13514 * face-remap.el (text-scale-mode, buffer-face-mode):
13515 * iimage.el (iimage-mode):
13516 * image-mode.el (image-transform-mode):
13517 * minibuffer.el (completion-in-region-mode):
13518 * scroll-lock.el (scroll-lock-mode):
13519 * simple.el (next-error-follow-minor-mode):
13520 * tar-mode.el (tar-subfile-mode):
13521 * tooltip.el (tooltip-mode):
13522 * vcursor.el (vcursor-use-vcursor-map):
13523 * wid-browse.el (widget-minor-mode):
13524 * emulation/tpu-edt.el (tpu-edt-mode):
13525 * emulation/tpu-extras.el (tpu-cursor-free-mode):
13526 * international/iso-ascii.el (iso-ascii-mode):
13527 * language/thai-util.el (thai-word-mode):
13528 * mail/supercite.el (sc-minor-mode):
13529 * net/goto-addr.el (goto-address-mode):
13530 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
13531 * progmodes/cwarn.el (cwarn-mode):
13532 * progmodes/flymake.el (flymake-mode):
13533 * progmodes/glasses.el (glasses-mode):
13534 * progmodes/hideshow.el (hs-minor-mode):
13535 * progmodes/pascal.el (pascal-outline-mode):
13536 * textmodes/enriched.el (enriched-mode):
13537 * vc/smerge-mode.el (smerge-mode):
13538 Doc fixes (minor mode argument).
13539
13540 2012-02-07 Eli Zaretskii <eliz@gnu.org>
13541
13542 * ls-lisp.el (ls-lisp-sanitize): New function.
13543 (ls-lisp-insert-directory): Use it to fix or remove any elements
13544 in file-alist with missing attributes. (Bug#4673)
13545
13546 2012-02-07 Alan Mackenzie <acm@muc.de>
13547
13548 Fix spurious recognition of c-in-knr-argdecl.
13549
13550 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
13551 putative K&R region.
13552
13553 2012-02-07 Alan Mackenzie <acm@muc.de>
13554
13555 * progmodes/cc-engine.el (c-forward-objc-directive):
13556 Prevent looping in "#pragma mark @implementation".
13557
13558 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
13559
13560 * notifications.el (notifications-on-closed-signal): Make `reason'
13561 optional. (Bug#10744)
13562
13563 2012-02-07 Glenn Morris <rgm@gnu.org>
13564
13565 * emacs-lisp/easy-mmode.el (define-minor-mode):
13566 Doc fixes for the macro and the mode it defines.
13567
13568 * image.el (imagemagick-types-inhibit): Doc fix.
13569
13570 * cus-start.el (imagemagick-render-type): Add it.
13571
13572 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
13573
13574 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
13575 Set the default at load time, too, so that `font-lock-fontify-buffer'
13576 can be called without setting up the entire mode first. This fixes
13577 a bug in `mm-inline-text' with C MIME parts.
13578
13579 2012-02-06 Chong Yidong <cyd@gnu.org>
13580
13581 * simple.el (list-processes--refresh): Delete exited processes
13582 (Bug#8094).
13583
13584 * comint.el (comint-next-prompt): next-single-char-property-change
13585 and prev-single-char-property-change never return nil (Bug#8657).
13586
13587 * custom.el (defcustom): Doc fix (Bug#9711).
13588
13589 2012-02-05 Chong Yidong <cyd@gnu.org>
13590
13591 * cus-edit.el (custom-variable-reset-backup): Quote the value
13592 before storing it in the customized-value property (Bug#6712).
13593 (custom-display): Add a customization type tag.
13594 (custom-buffer-create-internal): Improve tooltip message.
13595
13596 * wid-edit.el (widget-field-value-get): New optional arg to
13597 suppress trailing whitespace truncation.
13598 (character): Use it (Bug#2689).
13599
13600 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
13601
13602 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
13603 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
13604
13605 2012-02-05 Chong Yidong <cyd@gnu.org>
13606
13607 * cus-edit.el (custom-variable-value-create): For mismatched
13608 types, show the current value (Bug#7600).
13609
13610 * custom.el (defcustom): Doc fix.
13611
13612 2012-02-05 Glenn Morris <rgm@gnu.org>
13613
13614 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
13615
13616 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
13617
13618 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
13619 (pp-buffer): Use `ignore-errors', `looking-at-p'.
13620 (pp-last-sexp): Use `looking-at-p'.
13621
13622 2012-02-04 Glenn Morris <rgm@gnu.org>
13623
13624 * files.el (revert-buffer):
13625 Doc fix (mention revert-buffer-in-progress-p).
13626
13627 * emacs-lisp/ert-x.el (ert-simulate-command):
13628 Check deferred-action-list (which is obsolete) is bound.
13629
13630 * subr.el (with-wrapper-hook): Doc fixes.
13631
13632 * simple.el (filter-buffer-substring-functions)
13633 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
13634
13635 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
13636
13637 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
13638 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
13639
13640 2012-02-04 Leo Liu <sdl.web@gmail.com>
13641
13642 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
13643
13644 2012-02-04 Glenn Morris <rgm@gnu.org>
13645
13646 * image.el (image-extension-data): Add obsolete alias.
13647
13648 * isearch.el (isearch-update): Doc fix.
13649
13650 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
13651
13652 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
13653
13654 2012-02-03 Glenn Morris <rgm@gnu.org>
13655
13656 * image.el (image-animated-p): Doc fix. Use image-animated-types.
13657 (image-animate-timeout): Doc fix.
13658
13659 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
13660
13661 2012-02-02 Glenn Morris <rgm@gnu.org>
13662
13663 * server.el (server-auth-dir): Doc fix.
13664 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
13665
13666 * subr.el (run-mode-hooks): Doc fix.
13667
13668 2012-02-02 Juri Linkov <juri@jurta.org>
13669
13670 * image-mode.el (image-toggle-display-image): Remove tautological
13671 `major-mode' from the `derived-mode-p' test.
13672
13673 2012-02-02 Kenichi Handa <handa@m17n.org>
13674
13675 * composite.el (compose-region): Cancel previous change.
13676
13677 2012-02-02 Kenichi Handa <handa@m17n.org>
13678
13679 * composite.el (compose-region, compose-string): Signal error for
13680 a null string component (Bug#6988).
13681
13682 2012-02-01 Chong Yidong <cyd@gnu.org>
13683
13684 * view.el (view-buffer-other-window, view-buffer-other-frame):
13685 Handle special modes like view-buffer (Bug#10650).
13686 (view-buffer): Simplify.
13687
13688 * frame.el (set-frame-font): Tweak meaning of third argument.
13689
13690 * dynamic-setting.el (font-setting-change-default-font):
13691 Use set-frame-font (Bug#9982).
13692
13693 2012-02-01 Glenn Morris <rgm@gnu.org>
13694
13695 * progmodes/compile.el (compilation-internal-error-properties):
13696 Respect compilation-first-column in the "*compilation*" buffer.
13697
13698 * emacs-lisp/easy-mmode.el (define-minor-mode):
13699 Relax :variable's test for a named function.
13700
13701 2012-01-31 Alan Mackenzie <acm@muc.de>
13702
13703 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
13704 off by one error.
13705
13706 2012-01-31 Chong Yidong <cyd@gnu.org>
13707
13708 * frame.el (set-frame-font): New arg ALL-FRAMES.
13709
13710 * menu-bar.el (menu-set-font): Use set-frame-font.
13711
13712 * faces.el (face-spec-reset-face): Don't apply unspecified
13713 attribute values to the default face.
13714
13715 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
13716
13717 * progmodes/cwarn.el (cwarn): Remove dead link.
13718 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
13719 Remove * from defcustom docstrings.
13720 (turn-on-cwarn-mode): Make obsolete.
13721 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
13722 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
13723
13724 2012-01-31 Glenn Morris <rgm@gnu.org>
13725
13726 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13727 Fix :variable handling of mode a symbol not equal to modefun.
13728 Allow named functions to be used as the cdr of :variable.
13729
13730 2012-01-30 Glenn Morris <rgm@gnu.org>
13731
13732 * emacs-lisp/authors.el (authors-fixed-entries):
13733 Remove reference to deleted file rnewspost.el.
13734
13735 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
13736
13737 * window.el (window-with-parameter): Remove unused variable `windows'.
13738 (window--side-check): Remove unused variable `code'.
13739 (window--resize-siblings): Remove unused variable `first'.
13740 (adjust-window-trailing-edge): Remove unused variable `failed'.
13741 (window-deletable-p, window--delete): Remove unused variable `buffer'.
13742 Use `let', not `let*'.
13743 (balance-windows-2): Remove unused variable `found'.
13744 (window--state-put-2): Remove unused variable `splits'.
13745 (window-state-put): Remove unused variable `selected'.
13746 (same-window-p): Use `string-match-p'.
13747 (display-buffer-assq-regexp): Remove unused variable `value'.
13748 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13749 Mark argument ALIST as ignored.
13750 (pop-to-buffer): Remove unused variable `old-window'.
13751
13752 2012-01-29 Eli Zaretskii <eliz@gnu.org>
13753
13754 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
13755 and .lzma compressed files.
13756
13757 2012-01-29 Chong Yidong <cyd@gnu.org>
13758
13759 * frame.el (window-system-default-frame-alist): Doc fix.
13760
13761 * dynamic-setting.el (font-setting-change-default-font): Don't
13762 change the default face if SET-FONT argument is non-nil (Bug#9982).
13763
13764 2012-01-29 Samuel Bronson <naesten@gmail.com>
13765
13766 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
13767
13768 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
13769
13770 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
13771 breakpoints in files outside current directory (Bug#6098).
13772
13773 2012-01-29 Chong Yidong <cyd@gnu.org>
13774
13775 * progmodes/python.el: Require ansi-color at top-level.
13776
13777 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
13778 Define and use in Emacs Lisp mode (Bug#9360).
13779 (lisp-mode-abbrev-table): Add doc.
13780 (lisp-mode-variables): Don't set local-abbrev-table.
13781 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
13782
13783 2012-01-28 Roland Winkler <winkler@gnu.org>
13784
13785 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
13786
13787 2012-01-28 Roland Winkler <winkler@gnu.org>
13788
13789 * textmodes/bibtex.el (bibtex-entry-alist): New function.
13790 (bibtex-set-dialect): Use it. Either set global values of
13791 dialect-dependent variables or bind these variables buffer-locally
13792 (Bug#10254).
13793 (bibtex-mode): Call bibtex-set-dialect via
13794 hack-local-variables-hook.
13795 (bibtex-dialect): Update docstring.
13796 Add safe-local-variable predicate.
13797 (bibtex-entry-alist, bibtex-field-alist): Initialize via
13798 bibtex-set-dialect.
13799 (bibtex-mode-map): Define menu for each dialect.
13800 (bibtex-entry): Fix docstring.
13801
13802 2012-01-28 Chong Yidong <cyd@gnu.org>
13803
13804 * eshell/esh-arg.el (eshell-quote-argument): New function.
13805
13806 * eshell/esh-ext.el (eshell-invoke-batch-file):
13807 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
13808 first arg to eshell-parse-command (Bug#10523).
13809
13810 2012-01-28 Drew Adams <drew.adams@oracle.com>
13811
13812 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
13813 `default-directory' is non-nil.
13814
13815 2012-01-28 Eli Zaretskii <eliz@gnu.org>
13816
13817 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
13818 line that displays system-configuration-options. (Bug#9924)
13819
13820 2012-01-28 Drew Adams <drew.adams@oracle.com>
13821
13822 * descr-text.el (describe-char): Show information about POS, in
13823 addition to information about the character at POS. Improve and
13824 update the doc string. Change "code point" to "code point in
13825 charset", to avoid confusion with the character's Unicode code
13826 point shown above that. (Bug#10129)
13827
13828 2012-01-28 Eli Zaretskii <eliz@gnu.org>
13829
13830 * descr-text.el (describe-char): Show the raw character, not only
13831 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
13832 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
13833 for the reasons.
13834
13835 2012-01-28 Phil Hagelberg <phil@hagelb.org>
13836
13837 * emacs-lisp/package.el (package-install):
13838 Run package-refresh-contents if there is no archive yet (Bug#9798).
13839
13840 2012-01-28 Chong Yidong <cyd@gnu.org>
13841
13842 * emacs-lisp/package.el (package-maybe-load-descriptor):
13843 New function, split from package-maybe-load-descriptor.
13844 (package-maybe-load-descriptor): Use it.
13845 (package-download-transaction): Fully load required packages
13846 inside the loop, so that `require' calls work (Bug#10593).
13847 (package-install): No need to call package-initialize now.
13848
13849 2012-01-28 Chong Yidong <cyd@gnu.org>
13850
13851 * simple.el (deactivate-mark): Doc fix (Bug#8614).
13852
13853 * tooltip.el (tooltip-mode): Doc fix.
13854 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
13855
13856 * frame.el (set-cursor-color): Doc fix (Bug#352).
13857
13858 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
13859 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
13860
13861 * cus-edit.el (custom-buffer-create-internal): Fix search button
13862 action (Bug#10542).
13863 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
13864
13865 2012-01-27 Eduard Wiebe <usenet@pusto.de>
13866
13867 * dired.el (dired-mark-files-regexp):
13868 Include any subdirectory components. (Bug#10445)
13869
13870 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
13871
13872 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
13873 Handle [host]:port syntax. (Bug#10533)
13874
13875 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
13876
13877 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
13878
13879 2012-01-26 Glenn Morris <rgm@gnu.org>
13880
13881 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
13882 * term.el (term-raw-escape-map): Use Control-X-prefix.
13883 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
13884
13885 2012-01-25 Martin Rudalics <rudalics@gmx.at>
13886
13887 * window.el (window-state-get, window--state-get-1): Don't deal
13888 with fixed-sizeness of windows. Simplify code.
13889
13890 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
13891
13892 * window.el (window--state-get-1, window--state-put-2):
13893 Don't save and restore the mark.
13894
13895 2012-01-25 Chong Yidong <cyd@gnu.org>
13896
13897 * custom.el (custom-variable-p): Doc fix.
13898
13899 2012-01-25 Glenn Morris <rgm@gnu.org>
13900
13901 * dired.el (dired-goto-file): Handle some of the more common
13902 characters that `ls -b' escapes. (Bug#10596)
13903
13904 * progmodes/compile.el (compilation-next-error-function):
13905 Respect compilation-first-column in the "*compilation*" buffer.
13906 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
13907
13908 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
13909
13910 2012-01-24 Glenn Morris <rgm@gnu.org>
13911
13912 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
13913
13914 2012-01-24 Julien Danjou <julien@danjou.info>
13915
13916 * color.el (color-rgb-to-hsl): Fix value computing.
13917 (color-hue-to-rgb): New function.
13918 (color-hsl-to-rgb): New function.
13919 (color-clamp, color-saturate-hsl, color-saturate-name)
13920 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
13921 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
13922
13923 2012-01-24 Glenn Morris <rgm@gnu.org>
13924
13925 * vc/vc-rcs.el (vc-rcs-create-tag):
13926 * vc/vc-sccs.el (vc-sccs-create-tag):
13927 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
13928
13929 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
13930
13931 * eshell/esh-util.el (eshell-read-hosts-file):
13932 Skip comment lines. (Bug#10549)
13933
13934 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
13935
13936 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
13937
13938 * subr.el (display-delayed-warnings): Doc fix.
13939 (collapse-delayed-warnings): New function to collapse identical
13940 adjacent warnings.
13941 (delayed-warnings-hook): Add it.
13942
13943 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
13944
13945 * net/tramp.el (tramp-action-login): Set connection property "login-as".
13946
13947 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
13948 (tramp-default-user-alist): Don't add "pscp".
13949 (tramp-do-copy-or-rename-file-out-of-band): Use connection
13950 property "login-as", if set. (Bug#10530)
13951
13952 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
13953
13954 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
13955 "plink1" and "psftp". (Bug#10530)
13956
13957 2012-01-21 Kenichi Handa <handa@m17n.org>
13958
13959 * international/mule-cmds.el (prefer-coding-system): Show a
13960 warning message if the default value of file-name-coding-system
13961 was not changed.
13962
13963 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
13964
13965 * windmove.el (windmove-reference-loc):
13966 Fix windmove-reference-loc miscalculation.
13967
13968 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
13969
13970 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
13971 default unit.
13972
13973 2012-01-21 Glenn Morris <rgm@gnu.org>
13974
13975 * international/mule.el (auto-coding-alist): Add .tbz.
13976
13977 * files.el (local-enable-local-variables): Doc fix.
13978 (inhibit-local-variables-regexps): Rename from
13979 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
13980 Doc fix. Add some extensions from auto-coding-alist.
13981 (inhibit-local-variables-suffixes):
13982 Rename from inhibit-first-line-modes-suffixes. Doc fix.
13983 (inhibit-local-variables-p):
13984 New function, extracted from set-auto-mode-1.
13985 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
13986 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
13987 (hack-local-variables): Doc fix. Make the mode-only case
13988 respect enable-local-variables and friends.
13989 Respect inhibit-local-variables-regexps for file-locals, but
13990 not for directory-locals.
13991 (set-visited-file-name):
13992 Take account of inhibit-local-variables-regexps.
13993 Whether it applies may change as the file name is changed.
13994 * jka-cmpr-hook.el (jka-compr-install):
13995 * jka-compr.el (jka-compr-uninstall):
13996 Update for inhibit-first-line-modes-suffixes name change.
13997
13998 2012-01-20 Martin Rudalics <rudalics@gmx.at>
13999
14000 * help-macro.el (make-help-screen): Temporarily restore original
14001 binding for minor-mode-map-alist (Bug#10454).
14002
14003 2012-01-19 Julien Danjou <julien@danjou.info>
14004
14005 * color.el (color-name-to-rgb): Use the white color to find the max
14006 color component value and return correctly computed values.
14007 (color-name-to-rgb): Add missing float conversion for max value.
14008
14009 2012-01-19 Martin Rudalics <rudalics@gmx.at>
14010
14011 * window.el (window--state-get-1, window-state-get): Do not use
14012 special state value for window-persistent-parameters.
14013 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
14014 (window--state-put-2): Reset all window parameters to nil before
14015 assigning values of persistent parameters.
14016
14017 2012-01-18 Alan Mackenzie <acm@muc.de>
14018
14019 Eliminate sluggishness and hangs in fontification of "semicolon
14020 deserts".
14021
14022 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
14023 Change value 10000 -> 3000.
14024 (c-state-safe-place): Reformulate so it doesn't stack up an
14025 infinite number of wrong entries in c-state-nonlit-pos-cache.
14026 (c-determine-limit-get-base, c-determine-limit): New functions to
14027 determine backward search limits disregarding literals.
14028 (c-find-decl-spots): Amend commenting.
14029 (c-cheap-inside-bracelist-p): New function which detects "={".
14030
14031 * progmodes/cc-fonts.el
14032 (c-make-font-lock-BO-decl-search-function): Give a limit to a
14033 backward search.
14034 (c-font-lock-declarations): Fix an occurrence of point being
14035 undefined. Check additionally for point being in a bracelist or
14036 near a macro invocation without a semicolon so as to avoid a
14037 fruitless time consuming search for a declarator. Give a more
14038 precise search limit for declarators using the new
14039 c-determine-limit.
14040
14041 2012-01-18 Glenn Morris <rgm@gnu.org>
14042
14043 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
14044 (set-auto-mode): Doc fixes.
14045
14046 2012-01-17 Glenn Morris <rgm@gnu.org>
14047
14048 * isearch.el (search-nonincremental-instead): Fix doc typo.
14049
14050 * dired.el (dired-insert-directory): Handle newlines in directory name.
14051 (dired-build-subdir-alist): Unescape newlines in directory name.
14052
14053 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
14054
14055 * net/tramp.el (tramp-local-end-of-line): New defcustom.
14056 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
14057 (tramp-action-terminal): Use it. (Bug#10530)
14058
14059 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
14060
14061 * minibuffer.el (completion--replace): Strip properties (bug#10062).
14062
14063 2012-01-16 Martin Rudalics <rudalics@gmx.at>
14064
14065 * window.el (window-state-ignored-parameters): Remove variable.
14066 (window--state-get-1): Rename argument MARKERS to IGNORE.
14067 Handle persistent window parameters. Make copy of clone-of
14068 parameter only if requested. (Bug#10348)
14069 (window--state-put-2): Install a window parameter only if it has
14070 a non-nil value or an existing parameter shall be overwritten.
14071
14072 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
14073
14074 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
14075
14076 2012-01-14 Eli Zaretskii <eliz@gnu.org>
14077
14078 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
14079 don't pass the (nil) value of `upnode' to string-match.
14080
14081 2012-01-14 Chong Yidong <cyd@gnu.org>
14082
14083 * startup.el (command-line): Fix X resource class for cursorColor.
14084 Fix values recognized by the cursorBlink resource.
14085
14086 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
14087
14088 * epg.el (epg--make-temp-file): Avoid permission race condition
14089 when running on old Emacs versions (bug#10403).
14090
14091 2012-01-14 Glenn Morris <rgm@gnu.org>
14092
14093 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
14094
14095 2012-01-13 Alan Mackenzie <acm@muc.de>
14096
14097 Fix filling for when filladapt mode is enabled.
14098
14099 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
14100 c-mask-paragraph, pass in `fill-paragraph' rather than
14101 `fill-region-as-paragraph'. (This is a reversion of a previous
14102 change.)
14103 * progmodes/cc-mode.el (c-basic-common-init):
14104 Make fill-paragraph-handle-comment buffer local and set it to nil.
14105
14106 2012-01-13 Glenn Morris <rgm@gnu.org>
14107
14108 * dired.el (dired-switches-escape-p): New function.
14109 (dired-insert-directory): Use dired-switches-escape-p.
14110 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
14111
14112 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
14113
14114 2012-01-12 Glenn Morris <rgm@gnu.org>
14115
14116 * mail/sendmail.el (mail-mode): Update paragraph-separate for
14117 changes in adaptive-fill-regexp. (Bug#10276)
14118
14119 2012-01-11 Alan Mackenzie <acm@muc.de>
14120
14121 Fix Emacs bug #10463 - put `widen's around the critical spots.
14122
14123 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
14124 widen around each invocation of c-state-pp-to-literal. Remove an
14125 unused let variable.
14126
14127 2012-01-11 Glenn Morris <rgm@gnu.org>
14128
14129 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
14130 Doc fix.
14131
14132 2012-01-10 Chong Yidong <cyd@gnu.org>
14133
14134 * net/network-stream.el (network-stream-open-starttls):
14135 Avoid emitting a confusing error message when the server gives a bad
14136 response to the capability command.
14137
14138 2012-01-10 Glenn Morris <rgm@gnu.org>
14139
14140 * mail/unrmail.el (unrmail): Tweak previous change.
14141
14142 2012-01-09 Chong Yidong <cyd@gnu.org>
14143
14144 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
14145
14146 2012-01-08 Alan Mackenzie <acm@muc.de>
14147
14148 Optimize font locking in long enum definitions.
14149
14150 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
14151 arm to a cond form to handle enums.
14152 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
14153 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
14154
14155 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
14156
14157 * files.el (move-file-to-trash): Preserve default file modes on error.
14158 (Bug#10401)
14159
14160 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14161
14162 * faces.el (set-face-attribute): Clarify the meaning of the nil
14163 frame (bug#10294).
14164
14165 * subr.el (with-selected-frame): Mention that the selected frame
14166 is restored (bug#9980).
14167
14168 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
14169 (bug#9759).
14170
14171 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
14172 (password-read): Don't autoload unused function.
14173
14174 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
14175
14176 * progmodes/which-func.el (which-func-mode): Turn into a
14177 non-interactive function and mark as obsolete (bug#10428).
14178
14179 2012-01-06 Chong Yidong <cyd@gnu.org>
14180
14181 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
14182 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
14183 functions, along with 1 and -1.
14184
14185 2012-01-06 Eli Zaretskii <eliz@gnu.org>
14186
14187 * time.el (display-time-load-average)
14188 (display-time-default-load-average): Doc fixes. See the thread
14189 starting at
14190 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
14191 for the details.
14192
14193 2012-01-06 Glenn Morris <rgm@gnu.org>
14194
14195 * mail/unrmail.el (unrmail): Give an explicit error if the input file
14196 has no messages. (Bug#10377)
14197
14198 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
14199 than Info-edit. (Bug#10385)
14200
14201 * time.el (display-time-load-average, display-time-next-load-average):
14202 Doc fixes.
14203
14204 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
14205 local setting of buffer-read-only to the input buffer. (Bug#10419)
14206
14207 * calendar/calendar.el (calendar-mode):
14208 Locally set scroll-margin to 0. (Bug#10379)
14209
14210 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
14211
14212 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
14213
14214 2012-01-05 Glenn Morris <rgm@gnu.org>
14215
14216 * eshell/em-unix.el (diff-no-select): Autoload it.
14217 (eshell/diff): Use diff-no-select. (Bug#10420)
14218
14219 2012-01-05 Chong Yidong <cyd@gnu.org>
14220
14221 * shell.el (shell-dynamic-complete-functions): Revert last change.
14222 (shell-command-completion-function): New function.
14223 (shell-completion-vars): Use it to implement
14224 shell-completion-execonly (Bug#10417).
14225
14226 * custom.el (enable-theme): Don't set custom-safe-themes.
14227
14228 * cus-theme.el (custom-theme-merge-theme):
14229 Ignore custom-enabled-themes and custom-safe-themes.
14230
14231 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
14232
14233 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
14234 first prompt in `sql-interacive-mode'.
14235 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
14236 keywords.
14237 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
14238 (sql-product-interactive): Bug fix: Set `sql-buffer' in
14239 context of original buffer. Invoke `sql-login-hook'.
14240
14241 2012-01-04 Eli Zaretskii <eliz@gnu.org>
14242
14243 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
14244 letters in cite-prefix.
14245
14246 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14247
14248 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
14249
14250 2012-01-03 Chong Yidong <cyd@gnu.org>
14251
14252 * shell.el (shell-dynamic-complete-functions):
14253 Put pcomplete-completions-at-point, so as to try
14254 comint-filename-completion first (Bug#10417).
14255
14256 2012-01-02 Richard Stallman <rms@gnu.org>
14257
14258 * battery.el (battery-status-function):
14259 Detect when to use battery-yeeloong-sysfs.
14260 (battery-echo-area-format): Add string for Yeeloong.
14261 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
14262 (battery-yeeloong-sysfs): New function.
14263
14264 2012-01-02 Chong Yidong <cyd@gnu.org>
14265
14266 * dirtrack.el (dirtrack-list): Eliminate unused third element.
14267 (dirtrack): Merge code for handling relative filenames in prompt
14268 from shell-dir-cookie-watcher.
14269 (dirtrack-debug-message): New arg to avoid excess format calls.
14270
14271 * shell.el (shell-dir-cookie-re): Variable deleted.
14272 (shell-dir-cookie-watcher): Function deleted.
14273 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
14274 with dirtrack-mode.
14275
14276 2012-01-01 Eli Zaretskii <eliz@gnu.org>
14277
14278 * term/w32-win.el (dynamic-library-alist) <gnutls>:
14279 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
14280 libgnutls-26.dll.
14281
14282 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
14283
14284 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
14285
14286 2011-12-31 Eli Zaretskii <eliz@gnu.org>
14287
14288 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
14289 headers of non-MIME messages, when rmail-enable-mime is non-nil.
14290
14291 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
14292
14293 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
14294 also for alternative shells.
14295 (tramp-open-connection-setup-interactive-shell): Check, whether
14296 the shell is a busybox.
14297 (tramp-send-command): Don't suppress multiple prompts for
14298 busyboxes, it hurts.
14299
14300 2011-12-28 Chong Yidong <cyd@gnu.org>
14301
14302 * progmodes/gdb-mi.el (gdb-get-source-file-list)
14303 (gdb-get-source-file): Move mode line update to
14304 gdb-get-source-file (Bug#10087).
14305
14306 2011-12-25 Chong Yidong <cyd@gnu.org>
14307
14308 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
14309 gud-gdb-marker-filter without taking it as an argument.
14310 (gud-gdb-run-command-fetch-lines): Caller changed.
14311 (gud-gdb-completion-function): New variable.
14312 (gud-gdb-completion-at-point): Use it.
14313 (gud-gdb-completions-1): Split from gud-gdb-completions.
14314
14315 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
14316 function as separate arguments.
14317 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
14318 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
14319 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
14320 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
14321 (gdb-stopped, def-gdb-auto-update-trigger)
14322 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
14323 (gdb-get-changed-registers, gdb-get-main-selected-frame):
14324 Callers changed.
14325 (gud-gdbmi-completions): New function.
14326 (gdb): Use it for generating the completion table.
14327
14328 2011-12-24 Alan Mackenzie <acm@muc.de>
14329
14330 Introduce a mechanism to widen the region used in context font
14331 locking. Use this to protect declarations from losing their contexts.
14332
14333 * progmodes/cc-langs.el (c-before-font-lock-functions):
14334 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
14335 (c-before-context-fontification-functions): New defvar, a list of
14336 functions to be run just before context (etc.) font locking.
14337
14338 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
14339 New, functionality extracted from
14340 c-neutralize-syntax-in-and-mark-CPP.
14341 (c-in-after-change-fontification): New variable.
14342 (c-after-change): Set c-in-after-change-fontification.
14343 (c-set-fl-decl-start): Rejig its interface, so it can be called
14344 from both after-change and context fontifying.
14345 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
14346 New functions.
14347 (c-standard-font-lock-fontify-region-function): New variable.
14348 (c-font-lock-fontify-region): New function.
14349
14350 2011-12-24 Juri Linkov <juri@jurta.org>
14351
14352 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
14353 (Bug#10348)
14354
14355 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
14356
14357 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
14358 existence of source file. (Bug#10325)
14359
14360 2011-12-23 Alan Mackenzie <acm@muc.de>
14361
14362 Fix unstable fontification inside templates.
14363
14364 * progmodes/cc-langs.el (c-before-font-lock-functions):
14365 Newly created from the singular version. The (c c++ objc) entry now
14366 additionally has c-set-fl-decl-start. The other languages (apart
14367 from AWK) have that as a single entry.
14368
14369 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14370 The functionality for "local" declarations has been extracted to
14371 c-set-fl-decl-start.
14372
14373 * progmodes/cc-mode.el (c-common-init, c-after-change):
14374 Changes due to pluralisation of c-before-font-lock-functions.
14375 (c-set-fl-decl-start): New function, extracted from
14376 c-font-lock-enclosing-decls and enhanced.
14377
14378 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
14379
14380 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
14381
14382 2011-12-22 Juri Linkov <juri@jurta.org>
14383
14384 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
14385
14386 2011-12-22 Chong Yidong <cyd@gnu.org>
14387
14388 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
14389
14390 2011-12-21 Drew Adams <drew.adams@oracle.com>
14391
14392 * files.el (file-remote-p): Fix docstring. (Bug#10319)
14393
14394 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14395
14396 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
14397
14398 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14399
14400 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
14401 highlighting and support. Fix up comments for capitalization.
14402 (cfengine-mode-debug): New var.
14403 (cfengine3-mode): Change the modeline indicator to "CFE3".
14404 (cfengine3-font-lock-keywords): Improve defun highlighting.
14405 (cfengine2-actions): Rename from `cfengine-actions'.
14406 (cfengine2-font-lock-keywords): Rename from
14407 `cfengine-font-lock-keywords'.
14408 (cfengine2-imenu-expression): Rename from
14409 `cfengine-imenu-expression'.
14410 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
14411 (cfengine2-beginning-of-defun): Rename from
14412 `cfengine-beginning-of-defun'.
14413 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
14414 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
14415 (cfengine2-mode): Rename from `cfengine-mode'. Change the
14416 modeline indicator to "CFE2".
14417 (cfengine-mode): Defalias to `cfengine-auto-mode'.
14418 (cfengine-mode-abbrevs): Mark obsolete.
14419
14420 2011-12-21 Chong Yidong <cyd@gnu.org>
14421
14422 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
14423 filename argument.
14424
14425 2011-12-20 Martin Rudalics <rudalics@gmx.at>
14426
14427 * window.el (window-normalize-buffer-to-display): Remove.
14428 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
14429
14430 2011-12-19 Chong Yidong <cyd@gnu.org>
14431
14432 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
14433 Don't signal an error in a predicate function; return non-nil.
14434 (vc-dir-mark-file): Move the error here.
14435 (vc-dir-mark-unmark): If acting on the region, keep going if one
14436 of the entries cannot be marked/unmarked.
14437 (vc-dir-mark-all-files): If current entry is a directory, mark
14438 only child files, as documented.
14439
14440 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
14441
14442 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
14443 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
14444 addition.
14445
14446 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
14447
14448 * term/ns-win.el (ns-get-selection-internal)
14449 (ns-store-selection-internal): Declare.
14450 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
14451 Declare as obsolete.
14452 (ns-get-pasteboard, ns-paste-secondary):
14453 Use ns-get-selection-internal.
14454 (ns-set-pasteboard, ns-copy-including-secondary):
14455 Use ns-store-selection-internal.
14456
14457 2011-12-17 Chong Yidong <cyd@gnu.org>
14458
14459 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
14460 (vc-deduce-fileset): Doc fix.
14461
14462 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
14463
14464 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
14465
14466 2011-12-13 Sam Steingold <sds@gnu.org>
14467
14468 * man.el (Man-getpage-in-background): When running under a
14469 window-system, ignore $MANWIDTH and $COLUMNS.
14470
14471 2011-12-15 Kenichi Handa <handa@m17n.org>
14472
14473 * language/ethio-util.el: Change coding tag to utf-8-emacs.
14474 (setup-ethiopic-environment-internal): Comment out key-binding for
14475 ethio-toggle-punctuation.
14476
14477 2011-12-13 Alan Mackenzie <acm@muc.de>
14478
14479 Add the switch statement to AWK Mode.
14480
14481 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
14482 "default" to the keywords regexp.
14483
14484 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
14485 expression as the rest.
14486 (c-nonlabel-token-key): Allow string literals for AWK.
14487 Refactor for the other modes.
14488
14489 Large brace-block initialisation makes CC Mode slow: Fix.
14490 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
14491 routines. Limit backward searching in c-font-lock-enclosing.decl.
14492
14493 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
14494 pp-state and literal type in addition to the limits.
14495 (c-state-safe-place): New defun, extracted from c-state-literal-at.
14496 (c-state-literal-at): Use the above new defun.
14497 (c-slow-in-literal, c-fast-in-literal): Remove.
14498 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
14499
14500 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
14501 being in a literal. Add a limit for backward searching.
14502
14503 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
14504 c-slow-in-literal.
14505
14506 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
14507
14508 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
14509
14510 2011-12-13 Martin Rudalics <rudalics@gmx.at>
14511
14512 * window.el (delete-other-windows): Use correct frame in call to
14513 window-with-parameter.
14514
14515 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
14516
14517 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
14518 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
14519 (makefile-gmake-statements, makefile-makepp-statements):
14520 Use it and add new makepp keywords.
14521 (makefile-makepp-font-lock-keywords): Add new patterns.
14522 (makefile-match-function-end): Match new [...] and [[...]].
14523
14524 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
14525
14526 * ses.el (ses-call-printer-return, ses-cell-property-get)
14527 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
14528 (ses-create-cell-variable, ses-reset-header-string)
14529 (ses-cell-set-formula, ses-repair-cell-reference-all)
14530 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
14531 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
14532 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
14533 (ses-aset-with-undo, ses-load, ses-truncate-cell)
14534 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
14535 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
14536 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
14537 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
14538 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
14539 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
14540 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
14541 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
14542
14543 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
14544
14545 * ses.el: The overall change is to add cell renaming, that is
14546 setting fancy names for cell symbols other than name matching
14547 "\\`[A-Z]+[0-9]+\\'" regexp .
14548 (ses-create-cell-variable): New defun.
14549 (ses-relocate-formula): Relocate formulas only for cells the
14550 symbols of which are not renamed, i.e. symbols whose names do not
14551 match regexp "\\`[A-Z]+[0-9]+\\'".
14552 (ses-relocate-all): Relocate values only for cells the symbols of
14553 which are not renamed.
14554 (ses-load): Create cells variables as the (ses-cell ...) are read,
14555 in order to check row col consistency with cell symbol name only
14556 for cells that are not renamed.
14557 (ses-replace-name-in-formula): New defun.
14558 (ses-rename-cell): New defun.
14559
14560 2011-12-11 Chong Yidong <cyd@gnu.org>
14561
14562 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
14563 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
14564
14565 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
14566
14567 * window.el (other-window): Fix docstring.
14568
14569 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14570
14571 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
14572 `from' or `to' address before taking its substring.
14573 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
14574 encoded name is chopped in the middle of the encoded string, and
14575 thus displayed encoded.
14576
14577 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
14578
14579 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
14580
14581 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14582
14583 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
14584 to use texinfo-update-node and commands that call it if the
14585 Texinfo file uses @node lines without next/prev/up pointers.
14586 Correct outdated description about texinfo-master-menu.
14587 (texinfo-all-menus-update, texinfo-master-menu)
14588 (texinfo-update-node, texinfo-every-node-update)
14589 (texinfo-multiple-files-update): Doc fix. Warn against updating
14590 all the @node lines.
14591 (texinfo-master-menu): Only call texinfo-update-node if the prefix
14592 argument is numeric. Explain better in the doc string what the
14593 function really does.
14594 (texinfo-insert-master-menu-list): Improve the error message
14595 displayed if there's no menu in the Top node.
14596 (Bug#2975) See also this thread:
14597 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
14598
14599 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
14600
14601 * speedbar.el (speedbar-supported-extension-expressions):
14602 Add .adb and .ads, commonly used for Ada source code (bug#10256).
14603
14604 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
14605
14606 * printing.el (pr-mode-alist):
14607 * simple.el (filter-buffer-substring-functions)
14608 (completion-list-insert-choice-function):
14609 * window.el (window-with-parameter, window-atom-root)
14610 (window-sides-slots, window-size-fixed, window-min-delta)
14611 (window-max-delta, window--resize-mini-window)
14612 (window--resize-child-windows-normal, window-tree)
14613 (delete-other-windows, quit-window, split-window)
14614 (display-buffer-record-window, special-display-buffer-names)
14615 (special-display-regexps, special-display-popup-frame)
14616 (same-window-p, split-window-sensibly)
14617 (display-buffer-overriding-action, display-buffer-alist)
14618 (display-buffer-base-action, display-buffer, switch-to-buffer)
14619 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
14620 (fit-window-to-buffer, recenter-positions)
14621 (mouse-autoselect-window-state, mouse-autoselect-window-select):
14622 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
14623 and remove unneeded backslashes in docstrings.
14624
14625 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14626
14627 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
14628
14629 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
14630 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
14631 end in ".mk".
14632 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
14633 when reading the makefile (bug#10116).
14634
14635 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14636
14637 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
14638 (bug#10116).
14639
14640 2011-12-06 Glenn Morris <rgm@gnu.org>
14641
14642 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
14643
14644 2011-12-06 Chong Yidong <cyd@gnu.org>
14645
14646 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
14647
14648 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
14649
14650 * textmodes/table.el (table-shorten-cell): Fix typo.
14651
14652 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
14653
14654 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
14655
14656 2011-12-05 Eli Zaretskii <eliz@gnu.org>
14657
14658 * descr-text.el (describe-char): Fix display of strong
14659 right-to-left characters and directional embeddings and overrides.
14660
14661 * simple.el (what-cursor-position): Fix display of codepoints of
14662 strong right-to-left characters.
14663
14664 2011-12-05 Chong Yidong <cyd@gnu.org>
14665
14666 * faces.el (read-color): Doc fix.
14667
14668 2011-12-05 Glenn Morris <rgm@gnu.org>
14669
14670 * align.el (align--set-marker): Add doc-string.
14671 Don't try to move something that is not a marker. (Bug#10216)
14672
14673 2011-12-04 Glenn Morris <rgm@gnu.org>
14674
14675 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
14676 overly zealous deletion of trailing whitespace.
14677
14678 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
14679
14680 * server.el (server-delete-client): On Windows, do not try to delete
14681 the only terminal.
14682 (server-process-filter): On Windows, treat requests for a tty frame as
14683 if they were for a GUI frame if the running server is in GUI mode.
14684
14685 2011-12-03 Glenn Morris <rgm@gnu.org>
14686
14687 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
14688
14689 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14690
14691 * electric.el: Streamline electric-indent's hook.
14692 (electric-indent-chars): Revert to simple list.
14693 (electric-indent-functions): New var.
14694 (electric-indent-post-self-insert-function): Use it.
14695
14696 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
14697 there's no inferior buffer (bug#10196).
14698 (prolog-consult-compile): Don't use toggle-read-only.
14699
14700 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
14701
14702 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
14703 interrupt. (Bug#10187)
14704
14705 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14706
14707 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
14708 (bug#9160).
14709
14710 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
14711 (bug#10191).
14712
14713 2011-12-02 Juri Linkov <juri@jurta.org>
14714
14715 * info.el (Info-search): Display "end of manual" when Isearch
14716 reaches the end of single-file Info manual. (Bug#9918)
14717
14718 2011-12-02 Eli Zaretskii <eliz@gnu.org>
14719
14720 * isearch.el (isearch-message-prefix): Run the input method part
14721 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
14722
14723 2011-12-02 Juri Linkov <juri@jurta.org>
14724
14725 * isearch.el (isearch-occur): Use `word-search-regexp' for
14726 `isearch-word'.
14727 (isearch-search-and-update): Add condition for `isearch-word' and
14728 call `word-search-regexp'. (Bug#10145)
14729
14730 2011-12-01 Glenn Morris <rgm@gnu.org>
14731
14732 * eshell/em-hist.el (eshell-hist-initialize):
14733 Handle eshell-history-size nil and HISTSIZE set or unset.
14734 (eshell-history-file-name, eshell-history-size): Fix custom type.
14735
14736 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14737
14738 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
14739
14740 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
14741
14742 * progmodes/verilog-mode.el (verilog-pretty-expr):
14743 Rework verilog-pretty-expr to handle new assignment operators in system
14744 verilog, such as += *= and the like.
14745 (verilog-assignment-operator-re): Regular expression to find the
14746 assigment operator in a verilog assignment.
14747 (verilog-assignment-operation-re): Regular expression to find an
14748 assignment statement for pretty-expr.
14749 (verilog-in-attribute-p): Query returns true if point is in an
14750 attribute context; used to skip these for expression line up from
14751 pretty-expr.
14752 (verilog-in-parameter-p): Query returns true if point is in an
14753 parameter definition context; used to skip these for expression
14754 line up from pretty-expr.
14755 (verilog-in-parenthesis-p): Query returns true if point is in a
14756 parenthetical expression, specifically ( ) but not [ ] or { };
14757 used by pretty-expr.
14758 (verilog-just-one-space): If there is no space, don't add one.
14759 (verilog-get-lineup-indent-2): Specifically skip just attribute
14760 contexts for expression lineup, rather than skipping all
14761 parenthetical expressions.
14762 (verilog-calculate-indent): Fix comment, and fix indent.
14763 (verilog-do-indent): Indent declarations in lists (suggested by
14764 Joachim Lechner).
14765 (verilog-mode-abbrev-table): Populate abbrev mode with the various
14766 skeleton items.
14767 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
14768 by Alain Mellan).
14769
14770 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
14771
14772 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
14773 parameters with embedded comments. Reported by Ray Stevens.
14774 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
14775 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
14776 Reported by Tim Holt.
14777 (verilog-auto): Fix AUTOing a upper module then AUTOing module
14778 instantiated by upper module causing wrong expansion until AUTOed a
14779 second time. Reported by K C Buckenmaier.
14780 (verilog-diff-auto): Fix showing .* as a difference when
14781 `verilog-auto-star-save' off. Reported by Dan Dever.
14782 (verilog-auto-reset, verilog-read-always-signals)
14783 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
14784 temporary signals in reset list if
14785 verilog-auto-reset-blocking-in-non is nil, and match assignment
14786 style to each signal's assignment type, bug381.
14787 Reported by Thomas Esposito.
14788 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
14789 (verilog-uvm-statement-re): Support UVM indentation and
14790 highlighting, with old OVM keywords only.
14791 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
14792 Support AUTOTIEOFF creating non-wire data types.
14793 Suggested by Jonathan Greenlaw.
14794 (verilog-auto-insert-lisp, verilog-delete-to-paren)
14795 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
14796 (verilog-inject-sense, verilog-read-inst-pins)
14797 (verilog-read-sub-decls, verilog-read-sub-decls-line):
14798 Fix mismatching parenthesis inside commented out code when deleting
14799 AUTOINST, bug383. Reported by Jonathan Greenlaw.
14800 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
14801 non-numeric vector width. Reported by Alex Reed.
14802 (verilog-auto-ascii-enum): Add "onehot" option to work around not
14803 detecting signals with parameter widths. Reported by Alex Reed.
14804 (verilog-auto-delete-trailing-whitespace):
14805 With `verilog-auto-delete-trailing-whitespace' remove trailing
14806 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
14807 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
14808 Fix verilog-scan-cache corruption when running user AUTO expansion
14809 hooks that call indentation routines.
14810 (verilog-simplify-range-expression): Fix typo ignoring lower case
14811 identifiers.
14812 (verilog-delete-auto): Fix delete-autos to also remove user created
14813 automatics, as long as they start with AUTO.
14814 (verilog-batch-diff-auto, verilog-diff-auto)
14815 (verilog-diff-function): Add `verilog-diff-auto' and bind to
14816 "C-c?" to report differences in AUTO expansion, ignoring spaces.
14817 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
14818 (verilog-in-paren-quick, verilog-re-search-backward-quick)
14819 (verilog-re-search-forward-quick, verilog-syntax-ppss):
14820 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
14821 is disabled and its cache will get corrupt, causing AUTOS not to
14822 expand. Instead use only -quick functions.
14823 (verilog-scan-region): Fix scanning over escaped quotes.
14824 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
14825 (verilog-re-search-backward-quick)
14826 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
14827 related functions now ignore strings, to fix misparsing of strings
14828 with magic comments embedded in them.
14829 (verilog-read-auto-template):
14830 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
14831 Reported by Brad Dobbie.
14832 (verilog-read-auto-template):
14833 Fix 'verilog-auto-inst-template-numbers' with comments.
14834 Reported by Brad Dobbie.
14835 (verilog-auto-inst, verilog-auto-inst-param)
14836 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
14837 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
14838 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
14839 debugging templates without merge conflicts, bug357.
14840 Reported by Brad Dobbie.
14841 (verilog-read-auto-template):
14842 Fix verilog-auto-inst-template-numbers with multiple templates.
14843 Reported by Brad Dobbie.
14844 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
14845 abbrevs so user won't be asked to save.
14846 (verilog-read-auto-lisp-present): Fix to start at beginning of
14847 buffer in case called outside of verilog-auto.
14848 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
14849 to "X-2". Reported by Matthew Myers.
14850 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
14851 all inputs from module templates. Reported by Leith Johnson.
14852 (verilog-module-inside-filename-p): Fix locating programs as with
14853 modules.
14854 (verilog-auto-inst-port): Fix vl-width expressions when using
14855 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
14856 (verilog-decls-get-regs, verilog-decls-get-signals,
14857 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
14858 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
14859 verilog-read-decls): Combine reg and wire structures into one var
14860 structure to represent SystemVerilog concepts.
14861 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
14862 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
14863 (verilog-auto-wire-type, verilog-insert-definition):
14864 Add verilog-auto-wire-type and AUTOLOGIC to support using
14865 SystemVerilog "logic" keyword instead of "wire"/"reg".
14866 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
14867 to declares outputs that also have assignments (presumably in an
14868 ifdef or generate if so there's not a driver conflict).
14869 Reported by Matthew Myers.
14870 (verilog-auto-declare-nettype, verilog-insert-definition):
14871 Add verilog-auto-declare-nettype to fix declarations using
14872 `default_nettype none. Reported by Julian Gorfajn.
14873 (verilog-read-always-signals-recurse, verilog-read-decls)
14874 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
14875 malformed end statement, bug325. Reported by Joshua Wise and
14876 Andrew Drake.
14877 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
14878 (verilog-inst-comment-re): Fix not deleting Interfaced comment
14879 when expanding .* in interfaces, bug320.
14880 Reported by Pierre-David Pfister.
14881 (verilog-read-module-name): Fix import statements between module
14882 name and open parenthesis, bug317.
14883 Reported by Pierre-David Pfister.
14884 (verilog-simplify-range-expression): Fix simplification of
14885 multiplications inside AUTOWIRE connections, bug303.
14886 (verilog-auto-inst-port): Support parameter expansion in
14887 multidimensional arrays.
14888 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
14889 after "assert property". Reported by Julian Gorfajn.
14890 (verilog-simplify-range-expression): Fix "couldn't merge" errors
14891 with multiplication, bug303.
14892 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
14893 Reported by Jan Frode Lonnum.
14894
14895 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
14896
14897 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
14898 (hfy-shell-file-name, hfy-shell):
14899 * international/fontset.el (x-decompose-font-name): Fix typos.
14900
14901 2011-11-29 Ken Brown <kbrown@cornell.edu>
14902
14903 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
14904 (gdb-version): Remove defvar.
14905 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
14906 (gdb-gud-context-command, gdb-non-stop-handler)
14907 (gdb-current-context-command, gdb-stopped): Use it.
14908 (gdb-init-1): Enable pretty printing here.
14909 (gdb-non-stop-handler): Don't enable pretty-printing here.
14910 Check to see if the target supports non-stop mode; if not, turn off
14911 non-stop mode. Use the following.
14912 (gdb-check-target-async): New defun.
14913 (gud-watch, gdb-stopped): Fix whitespace.
14914 (gdb-get-source-file): Don't try to display the source file if
14915 `gdb-main-file' is nil.
14916
14917 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
14918
14919 * align.el: Try to generate fewer markers (bug#10047).
14920 (align--set-marker): New macro.
14921 (align-region): Use it.
14922
14923 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
14924
14925 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
14926
14927 2011-11-29 Chong Yidong <cyd@gnu.org>
14928
14929 * indent.el (indent-for-tab-command, indent-according-to-mode):
14930 Doc fix.
14931 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
14932
14933 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
14934
14935 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
14936 aware of remote file names. (Bug#10124)
14937
14938 2011-11-29 Chong Yidong <cyd@gnu.org>
14939
14940 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
14941
14942 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14943
14944 * files.el (find-file): Don't use force-same-window (bug#10144).
14945 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
14946 use pop-to-buffer if the selected window can't be used.
14947 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
14948
14949 2011-11-28 Eli Zaretskii <eliz@gnu.org>
14950
14951 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
14952 special-mode-map.
14953
14954 2011-11-28 Chong Yidong <cyd@gnu.org>
14955
14956 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
14957
14958 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
14959
14960 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
14961 gdb-get-source-file-list on gdb-create-source-file-list.
14962
14963 2011-11-26 Eli Zaretskii <eliz@gnu.org>
14964
14965 * whitespace.el (whitespace-newline): Use a different foreground
14966 color for 16-color light-background displays.
14967
14968 2011-11-24 Chong Yidong <cyd@gnu.org>
14969
14970 * window.el (display-buffer--special-action): Doc fix.
14971
14972 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
14973
14974 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
14975 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
14976 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
14977 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
14978 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
14979 (avl-tree-stack-first):
14980 * emacs-lisp/cconv.el (cconv--analyse-use):
14981 * net/gnutls.el (gnutls-negotiate): Fix typos.
14982
14983 2011-11-24 Glenn Morris <rgm@gnu.org>
14984
14985 * lpr.el (lpr-windows-system, lpr-lp-system):
14986 * mail/binhex.el (binhex-begin-line):
14987 * progmodes/grep.el (grep-history, grep-find-history):
14988 * textmodes/flyspell.el:
14989 * vc/pcvs-defs.el (cvs-global-menu):
14990 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
14991 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
14992 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
14993
14994 * net/tls.el: Fix case of "GnuTLS".
14995
14996 * paths.el (rmail-file-name): Format doc-string for make-docfile.
14997
14998 * version.el (emacs-build-system): Give it a doc-string.
14999
15000 2011-11-24 Juri Linkov <juri@jurta.org>
15001
15002 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
15003
15004 2011-11-24 Glenn Morris <rgm@gnu.org>
15005
15006 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
15007 if called on a non-mime message just toggle the headers. (Bug#8006)
15008
15009 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
15010
15011 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
15012 (allout-lead-with-comment-string, allout-structure-deleted-hook)
15013 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
15014 (allout-rebullet-heading, allout-open-sibtopic)
15015 (allout-toggle-current-subtree-encryption)
15016 (allout-toggle-subtree-encryption, allout-encrypt-string)
15017 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
15018 (allout-distinctive-bullets-string, allout-auto-activation):
15019 * window.el (window-normalize-buffer-to-display):
15020 * progmodes/verilog-mode.el (verilog-batch-indent):
15021 * textmodes/bibtex.el (bibtex-field-braces-opt)
15022 (bibtex-field-strings-opt):
15023 * vc/cvs-status.el (cvs-tree-merge):
15024 Fix typos.
15025
15026 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
15027
15028 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
15029 `non-essential' to t, in order to avoid remote connections.
15030
15031 2011-11-23 Eli Zaretskii <eliz@gnu.org>
15032
15033 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15034 On MS-DOS and MS-Windows, compare with loaddefs.el
15035 case-insensitively.
15036
15037 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15038
15039 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
15040
15041 2011-11-23 Glenn Morris <rgm@gnu.org>
15042
15043 * paths.el (rmail-file-name): Reformat the doc-string so that it
15044 is picked up.
15045
15046 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
15047 (rmail-auto-file): Ignore case in the "special" field names,
15048 as mail-fetch-field does for all others.
15049
15050 * mail/rmail.el (rmail-forward):
15051 * mail/rmailkwd.el (rmail-set-label):
15052 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
15053 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
15054
15055 * mail/rmail.el (rmail-current-message): Doc fix.
15056
15057 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
15058
15059 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15060
15061 * server.el (server-eval-and-print): Allow C-g (bug#6585).
15062
15063 2011-11-22 Glenn Morris <rgm@gnu.org>
15064
15065 * mail/rmailmm.el (test-rmail-mime-handler)
15066 (test-rmail-mime-bulk-handler)
15067 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
15068
15069 2011-11-21 Juri Linkov <juri@jurta.org>
15070
15071 * calc/calc.el (calc-read-key-sequence):
15072 Let-bind `input-method-function' to nil. (Bug#10018)
15073
15074 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15075
15076 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15077 Tell the caller that the next line needs recomputation, even
15078 though it doesn't start a sexp (bug#10094).
15079
15080 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15081
15082 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
15083
15084 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15085
15086 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15087 Use force-same-window.
15088
15089 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15090
15091 * descr-text.el (describe-char-unicode-data):
15092 * json.el (json-string-escape):
15093 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
15094 (Footnote-unicode, Footnote-style-p):
15095 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
15096
15097 2011-11-20 Chong Yidong <cyd@gnu.org>
15098
15099 * window.el (replace-buffer-in-windows): Restore interactive spec.
15100
15101 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15102
15103 * electric.el (electric-indent-mode): Fix last change (too optimistic).
15104
15105 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
15106 (byte-compile-global-not-obsolete-vars): New var.
15107 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
15108 Use it.
15109 (byte-compile-warn-obsolete): Align text with the one in *Help*.
15110
15111 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15112
15113 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
15114 * progmodes/pascal.el (electric-pascal-equal):
15115 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
15116 * xml.el (xml-substitute-special): Fix typos.
15117
15118 2011-11-20 Glenn Morris <rgm@gnu.org>
15119
15120 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
15121 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
15122 Doc fixes.
15123 (rmail-decode-mime-charset): Mark as obsolete.
15124
15125 * mail/rmailsum.el (rmail-message-regexp-p-1):
15126 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
15127 Before using mime functions, check they are set. (Bug#10077)
15128
15129 2011-11-19 Juri Linkov <juri@jurta.org>
15130
15131 * info.el (Info-finder-find-node): Use `package--builtins' instead
15132 of `package-alist'. Use node names formed by the pattern "Keyword "
15133 and the keyword name.
15134
15135 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15136
15137 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
15138
15139 2011-11-19 Juri Linkov <juri@jurta.org>
15140
15141 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
15142 that calls `revert-buffer' on all Info buffers. (Bug#9915)
15143 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
15144 `old-history', `old-history-forward'. Add let-binding
15145 `window-selected'. Remove calls to `kill-buffer',
15146 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
15147 before calling `Info-find-node', so `Info-find-node-2' will reread
15148 the Info file. Restore window positions only when `window-selected'
15149 is non-nil.
15150
15151 2011-11-19 Juri Linkov <juri@jurta.org>
15152
15153 * isearch.el (isearch-lazy-highlight-new-loop):
15154 Remove condition `(not isearch-error)'. (Bug#9918)
15155
15156 * misearch.el (multi-isearch-search-fun): Add condition
15157 `(not bound)' to ignore lazy-highlighting search.
15158 Add the search-failed message "end of multi" when the end of
15159 multi-sequence is reached. Uncapitalize the search-failed
15160 message "Repeat for next buffer".
15161
15162 * info.el (Info-search): Add the search-failed message
15163 "end of the manual" when the end of the manual is reached
15164 in Isearch mode.
15165
15166 2011-11-19 Juri Linkov <juri@jurta.org>
15167
15168 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
15169 Use non-destructive `remove' instead of `delete' because
15170 `Info-history-list' stored to `Info-isearch-initial-history-list' in
15171 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
15172
15173 2011-11-19 Juri Linkov <juri@jurta.org>
15174
15175 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
15176 to nil instead of binding `search-ring' and `regexp-search-ring'.
15177 (Bug#9185)
15178
15179 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15180
15181 * simple.el (line-move): Force movement by logical lines for any
15182 hscrolled window, not only when auto-hscroll-mode is on.
15183 (line-move-visual): Update doc string to that effect. (Bug#10076)
15184
15185 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15186
15187 * language/european.el (macintosh): Define as alias for mac-roman.
15188
15189 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15190
15191 * mail/rmailmm.el (rmail-mime-display-header)
15192 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
15193 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
15194 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
15195 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
15196 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
15197 of a raw aref.
15198 (rmail-mime-entity-segment): To get past the tagline, move forward
15199 2 more lines, to account for the 2 empty lines that precede and
15200 follow the line with the buttons.
15201 (rmail-mime-update-tagline): Move one more line, to get past the
15202 empty line that follows the buttons in the tagline. (Bug#9520)
15203
15204 2011-11-19 Martin Rudalics <rudalics@gmx.at>
15205
15206 * window.el (window-max-delta-1, window-min-delta-1)
15207 (window-min-size-1, window-state-get-1, window-state-put-1)
15208 (window-state-put-2): Use "window--" prefix.
15209
15210 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15211
15212 * emacs-lisp/smie.el: Improve warnings and conflict detection.
15213 (smie-warning-count): New var.
15214 (smie-set-prec2tab): Use it.
15215 (smie-bnf->prec2): Improve warnings. Add docstring.
15216 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
15217 (smie-bnf--set-class): New function.
15218 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
15219 corner case.
15220
15221 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
15222 (compilation-error-properties, compilation-move-to-column):
15223 Handle compilation-first-column while in the target buffer.
15224
15225 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
15226 Don't hardcode point-min==1.
15227
15228 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
15229 (eshell-rewrite-for-command): Remove workaround.
15230 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
15231 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
15232 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
15233
15234 * files-x.el (modify-file-local-variable): Obey commenting conventions.
15235
15236 2011-11-17 Glenn Morris <rgm@gnu.org>
15237
15238 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15239 Ignore buffer-local generated-autoload-file if it is the same
15240 as the global value. (Bug#10049)
15241
15242 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
15243
15244 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
15245 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
15246 (reftex-toc-previous-heading, reftex-toc-max-level)
15247 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
15248 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
15249 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15250 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15251 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
15252 (reftex-toc-rename-label, reftex-toc-visit-location)
15253 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
15254 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
15255 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
15256 leaving "*toc*" only for references to the buffer.
15257
15258 2011-11-17 Martin Rudalics <rudalics@gmx.at>
15259
15260 * window.el (window-resize, delete-window, split-window):
15261 Replace window-splits by window-combination-resize.
15262 * cus-start.el (window-splits): Replace by window-combination-resize.
15263
15264 2011-11-17 Glenn Morris <rgm@gnu.org>
15265
15266 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15267 Make bash entry derive from sh entry, not shell entry.
15268
15269 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
15270
15271 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
15272 local file name.
15273
15274 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15275
15276 * menu-bar.el (menu-bar-file-menu):
15277 * printing.el (pr-ps-utility):
15278 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
15279 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
15280 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
15281 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
15282 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
15283 (icalendar--convert-cyclic-to-ical)
15284 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
15285 (icalendar--convert-ical-to-diary)
15286 (icalendar--convert-recurring-to-diary)
15287 (icalendar--convert-non-recurring-all-day-to-diary)
15288 (icalendar-import-format-sample):
15289 * progmodes/idlw-shell.el (idlwave-shell-mode):
15290 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
15291 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
15292 (vhdl-ps-print-init): Fix typos.
15293
15294 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
15295
15296 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
15297 FSF and collapse date sequence, obscure author/maintainer email address
15298 better, remove extra version line, track relocation of author's webpage.
15299
15300 * progmodes/python.el (python-pdbtrack-input-prompt)
15301 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
15302 regular python pdb prompts. Adjustments shamelessly taken exactly as
15303 suggested in EmacsWiki page (tiny change):
15304 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
15305
15306 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15307
15308 * expand.el (expand-pos, expand-index, expand-point):
15309 Remove redundant info from docstring.
15310 (expand-add-abbrevs): Doc fix.
15311 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
15312 (expand-sample-perl-mode-expand-list): Fix typos.
15313
15314 * net/dbus.el (dbus-event-member-name):
15315 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
15316 * term/pc-win.el (msdos-create-frame-with-faces):
15317 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
15318
15319 2011-11-16 Martin Rudalics <rudalics@gmx.at>
15320
15321 * window.el (split-window, window-state-get-1)
15322 (window-state-put-1, window-state-put-2): Rename occurrences of
15323 window-nest to window-combination-limit.
15324 * cus-start.el (window-nest): Rename to window-combination-limit.
15325
15326 2011-11-16 Chong Yidong <cyd@gnu.org>
15327
15328 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
15329 regexp (Bug#10033).
15330
15331 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15332
15333 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
15334 `completing-read' will remove *Completions* and will preserve
15335 current-buffer for us.
15336 (tmm-add-prompt): Users of *Completions* will always (re)set its
15337 major mode.
15338 (tmm-old-comp-map): Remove.
15339
15340 2011-11-16 Glenn Morris <rgm@gnu.org>
15341
15342 * mail/rmailedit.el: Require rmailmm when compiling.
15343 (rmail-old-mime-state): New declaration.
15344 (rmail-edit-current-message): If editing a mime message,
15345 edit the "raw" message from the mbox buffer.
15346 (rmail-cease-edit): Handle mime messages. (Bug#9840)
15347
15348 2011-11-15 Glenn Morris <rgm@gnu.org>
15349
15350 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
15351 which wasn't being used. Add optional arg to force given state.
15352 (rmail-mime): Add optional arg to force given state.
15353
15354 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15355
15356 * allout.el (allout-encryption-plaintext-sanitization-regexps):
15357 * frame.el (display-mm-dimensions-alist):
15358 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
15359 (outline-move-subtree-down):
15360 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
15361 (newsticker--treeview-do-get-node):
15362 * net/quickurl.el (quickurl-list-buffer-name):
15363 * progmodes/dcl-mode.el (dcl-mode):
15364 * progmodes/gdb-mi.el (gdb-mapcar*):
15365 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
15366
15367 2011-11-15 Glenn Morris <rgm@gnu.org>
15368
15369 * mail/rmail.el (rmail-file-coding-system): It's only ever used
15370 in a boolean sense, so just make it a boolean, and fix the doc.
15371 (rmail-show-mime-function, rmail-mime-feature)
15372 (rmail-require-mime-maybe): Doc fixes.
15373 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
15374
15375 * mail/rmailmm.el (rmail-show-mime): Doc fix.
15376
15377 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15378
15379 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
15380 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
15381 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
15382 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
15383
15384 2011-11-15 Glenn Morris <rgm@gnu.org>
15385
15386 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
15387 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
15388 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
15389 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
15390 (rmail-mime, rmail-show-mime): Doc fixes.
15391
15392 * term/ns-win.el (mode-line-frame-identification):
15393 Leave it alone. (Bug#10051)
15394
15395 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
15396
15397 * mail/rmailout.el (rmail-output-to-rmail-buffer):
15398 Handle empty buffers. (Bug#9978)
15399
15400 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
15401
15402 * international/mule.el (define-charset):
15403 * mail/rmailmm.el (rmail-mime-find-header-encoding):
15404 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
15405 * progmodes/verilog-mode.el (verilog-backward-token):
15406 * textmodes/ispell.el (lookup-words):
15407 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
15408
15409 2011-11-14 Glenn Morris <rgm@gnu.org>
15410
15411 * progmodes/executable.el
15412 (executable-make-buffer-file-executable-if-script-p):
15413 Handle file-modes returning nil.
15414
15415 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
15416 message - not necessary, and causes problems. (Bug#9831)
15417
15418 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
15419
15420 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
15421
15422 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
15423 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
15424 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
15425
15426 2011-11-12 Martin Rudalics <rudalics@gmx.at>
15427
15428 * window.el (window-resize, delete-window): Use window-splits
15429 variable instead of function.
15430 (window-state-get-1, window-state-put-2, window-state-put):
15431 Don't deal with windows' splits status.
15432
15433 2011-11-12 Glenn Morris <rgm@gnu.org>
15434
15435 * apropos.el (apropos-do-all, apropos-library, apropos-value)
15436 (apropos-documentation): Doc fixes.
15437
15438 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
15439
15440 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
15441 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
15442
15443 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15444
15445 * electric.el (electric-indent-post-self-insert-function): Make it
15446 possible for a char to only indent in some circumstances.
15447 (electric-indent-mode): Simplify.
15448
15449 2011-11-11 Martin Rudalics <rudalics@gmx.at>
15450
15451 * window.el (windows-with-parameter): Remove unused function.
15452 (windows-at-side): Rename to window-at-side-list.
15453 (window-check, window-atom-check, window-atom-check-1)
15454 (window-side-check, window-size-ignore, window-size-fixed-1)
15455 (window-in-direction-2): Prefix with "window--".
15456 (window-tree-1): Rename to window--subtree, fix doc-string.
15457
15458 2011-11-11 Glenn Morris <rgm@gnu.org>
15459
15460 * subr.el (eval-after-load): If FILE is already loaded,
15461 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
15462
15463 2011-11-10 Glenn Morris <rgm@gnu.org>
15464
15465 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
15466 Call svn via vc-svn-command rather than vc-do-command.
15467 (vc-svn-command): Add --non-interactive. (Bug#9993)
15468 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
15469
15470 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15471 Add toggle-read-only. (Bug#7292)
15472 * files.el (toggle-read-only): Mention that it should only
15473 be used interactively. (Bug#10006)
15474
15475 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15476
15477 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15478 Adjust regexp for OCaml warnings.
15479
15480 * electric.el (electric-pair-post-self-insert-function): Let user
15481 turn it off buffer-locally (bug#9932).
15482
15483 * progmodes/python.el (python-beginning-of-statement):
15484 Rewrite (bug#2703).
15485
15486 * progmodes/compile.el: Better handle TABs (bug#9749).
15487 (compilation-internal-error-properties)
15488 (compilation-next-error-function): Obey the target buffer's
15489 compilation-error-screen-columns.
15490
15491 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
15492
15493 * progmodes/meta-mode.el: Remove obsolete comments.
15494 (meta-right-comment-regexp, meta-ignore-comment-regexp):
15495 Fix typos in docstrings.
15496
15497 2011-11-09 Martin Rudalics <rudalics@gmx.at>
15498
15499 * window.el (window-size-fixed-p): Rewrite doc-string.
15500 (window-resizable-p): Rename to window--resizable-p. Update callers.
15501 (window--resizable): New function. Make all callers of
15502 window-resizable call window--resizable instead.
15503 (window-resizable): Rewrite in terms of window--resizable.
15504
15505 2011-11-08 Glenn Morris <rgm@gnu.org>
15506
15507 * progmodes/delphi.el (delphi-mode-syntax-table):
15508 Let define-derived-mode define a proper syntax table. (Bug#9994)
15509
15510 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15511
15512 * window.el: Stay away from defsubst.
15513 (window-list-no-nils): Remove.
15514 (window-state-get-1, window-state-get): Use backquote instead.
15515
15516 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15517
15518 * emacs-lisp/find-func.el (find-function-read):
15519 Fix incorrect use of default argument in `completing-read'.
15520
15521 2011-11-08 Martin Rudalics <rudalics@gmx.at>
15522
15523 * window.el (display-buffer-function, special-display-function):
15524 Mention display-buffer-record-window but do not mention
15525 help-setup parameter in doc-strings.
15526 (window-min-delta): Fix doc-string typo.
15527
15528 2011-11-08 Chong Yidong <cyd@gnu.org>
15529
15530 * window.el (window-total-height, window-total-width): Doc fix.
15531 (window-body-size): Move from C.
15532 (window-body-height, window-body-width): Move to C.
15533
15534 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15535
15536 * window.el: Make special-display like display-buffer-alist (bug#9532).
15537 (display-buffer--special-action): New function, morphed
15538 from display-buffer--special.
15539 (display-buffer): Use it to handle special-display-buffers at higher
15540 priority (just after display-buffer-alist).
15541 (display-buffer-fallback-action, display-buffer--other-frame-action)
15542 (pop-to-buffer-same-window): Remove display-buffer--special.
15543
15544 2011-11-07 Glenn Morris <rgm@gnu.org>
15545
15546 * calendar/cal-menu.el (cal-menu-set-date-title):
15547 Do nothing if not in a calendar. (Bug#9976)
15548
15549 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15550
15551 * files.el (find-file): Always use selected-window.
15552
15553 2011-11-07 Martin Rudalics <rudalics@gmx.at>
15554
15555 * window.el (window-combinations): Make WINDOW argument
15556 mandatory. Rewrite doc-string.
15557 (walk-window-subtree, window-atom-check, window-min-delta)
15558 (window-max-delta, window--resize-this-window)
15559 (window--resize-root-window-vertically, window-tree)
15560 (balance-windows, window-state-put): Rewrite doc-strings as to
15561 not mention the term "subwindow".
15562 (window--resize-subwindows-skip-p): Rename to
15563 window--resize-child-windows-skip-p.
15564 (window--resize-subwindows-normal): Rename to
15565 window--resize-child-windows-normal.
15566 (window--resize-subwindows): Rename to
15567 window--resize-child-windows.
15568 (window-or-subwindow-p): Rename to window--in-subtree-p.
15569
15570 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15571
15572 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
15573 Ensure that mbox format messages end in two newlines (Bug#9974).
15574
15575 2011-11-06 Chong Yidong <cyd@gnu.org>
15576
15577 * window.el (window-combination-p): Function deleted; its
15578 side-effect is not used in any existing code.
15579 (window-combinations, window-combined-p): Call window-*-child
15580 directly.
15581
15582 2011-11-05 Chong Yidong <cyd@gnu.org>
15583
15584 * window.el (window-valid-p): Rename from window-any-p.
15585 (window-size-ignore, window-state-get): Callers changed.
15586 (window-normalize-window): Rename from window-normalize-any-window.
15587 New arg LIVE-ONLY, replacing window-normalize-live-window.
15588 (window-normalize-live-window): Delete.
15589 (window-combination-p, window-combined-p, window-combinations)
15590 (walk-window-subtree, window-atom-root, window-min-size)
15591 (window-sizable, window-sizable-p, window-size-fixed-p)
15592 (window-min-delta, window-max-delta, window-resizable)
15593 (window-resizable-p, window-full-height-p, window-full-width-p)
15594 (window-current-scroll-bars, window-point-1, set-window-point-1)
15595 (window-at-side-p, window-in-direction, window-resize)
15596 (adjust-window-trailing-edge, maximize-window, minimize-window)
15597 (window-deletable-p, delete-window, delete-other-windows)
15598 (record-window-buffer, unrecord-window-buffer)
15599 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
15600 (quit-window, split-window, window-state-put)
15601 (set-window-text-height, fit-window-to-buffer)
15602 (shrink-window-if-larger-than-buffer): Callers changed.
15603
15604 2011-11-04 Eli Zaretskii <eliz@gnu.org>
15605
15606 * mail/rmail.el (rmail-simplified-subject): Decode subject with
15607 rfc2047-decode-string.
15608 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
15609 warnings.
15610
15611 * window.el (window-body-height, window-body-width): Mention in
15612 the doc string that the return values are in frame's canonical
15613 units. (Bug#9949)
15614
15615 2011-11-03 Alan Mackenzie <acm@muc.de>
15616
15617 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
15618 change in cc-engine.el.
15619
15620 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
15621
15622 * window.el (switch-to-buffer): Use `force-same-window' interactively.
15623
15624 2011-11-02 Martin Rudalics <rudalics@gmx.at>
15625
15626 * window.el (quit-window): Call unrecord-window-buffer after
15627 showing another buffer in the window. (Bug#9937)
15628 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
15629
15630 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
15631
15632 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
15633 Accept status with more than 9 shelves. (Bug#9935)
15634 Reported by Colin D Bennett <colin@gibibit.com>.
15635
15636 2011-11-01 Martin Rudalics <rudalics@gmx.at>
15637
15638 * help.el (with-help-window): Don't reference
15639 temp-buffer-show-specifiers in doc-string.
15640
15641 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
15642
15643 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
15644 menu-item.
15645
15646 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15647
15648 * whitespace.el: New version 13.2.2.
15649 (whitespace-newline-mode): Disable properly. Reported by Sarah
15650 <EmacsWiki>.
15651
15652 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
15653
15654 * net/newst-treeview.el: Remove "Time-stamp".
15655 (newsticker--group-manage-orphan-feeds): Do not call
15656 newsticker--treeview-tree-update.
15657 (newsticker-treeview-update, newsticker-treeview):
15658 Call newsticker--treeview-tree-update if necessary.
15659
15660 2011-10-30 Martin Rudalics <rudalics@gmx.at>
15661
15662 * window.el (window-iso-combination-p, window-iso-combined-p)
15663 (window-iso-combinations): Remove "iso-" infix.
15664 Suggested by Chong Yidong.
15665 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
15666 (window-max-delta-1, window-resize, window--resize-siblings)
15667 (window--resize-this-window, adjust-window-trailing-edge)
15668 (split-window, balance-windows-1)
15669 (shrink-window-if-larger-than-buffer):
15670 * calendar/calendar.el (calendar-generate-window):
15671 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
15672
15673 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15674
15675 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
15676 in place (bug#9907).
15677 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
15678 (eshell-rewrite-if-command, eshell-rewrite-for-command)
15679 (eshell-structure-basic-command, eshell-rewrite-while-command)
15680 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
15681 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
15682 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
15683 (eshell-do-pipelines-synchronously, eshell-eval-command):
15684 Use backquotes and prefer setq to set.
15685 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
15686 (eshell-macrop): Use functionp.
15687 (eshell-do-eval): Handle multiple expressions in `while' body.
15688
15689 2011-10-30 Chong Yidong <cyd@gnu.org>
15690
15691 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
15692 instead of set-mark (Bug#9810).
15693
15694 2011-10-30 Chong Yidong <cyd@gnu.org>
15695
15696 * window.el (split-window-below, split-window-right): Rename from
15697 split-window-above-each-other and split-window-side-by-side
15698 respectively. All callers changed.
15699 (split-window-sensibly, split-window-sensibly): Use them.
15700 (split-window-keep-point): Doc fix.
15701
15702 * isearch.el: Add isearch-scroll property to split-window-below
15703 and split-window-right.
15704
15705 * follow.el (follow-mode):
15706 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15707 * progmodes/ada-xref.el (ada-gdb-application):
15708 * emulation/vip.el (vip-buffer-in-two-windows):
15709 * image-dired.el (image-dired-dired-with-window-configuration):
15710 * dired-x.el (dired-do-find-marked-files):
15711 * dired.el (dired-pop-to-buffer):
15712 * bs.el (bs--show-with-configuration):
15713 * vc/emerge.el (emerge-setup-windows):
15714 * textmodes/two-column.el (2C-two-columns):
15715 * textmodes/reftex-toc.el (reftex-toc):
15716 * progmodes/gdb-mi.el (gdb-setup-windows):
15717 * progmodes/fortran.el (fortran-window-create):
15718 * net/newst-treeview.el (newsticker--treeview-window-init):
15719 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
15720 * emulation/tpu-edt.el (tpu-gold-map):
15721 * emulation/crisp.el (crisp-mode-map):
15722 * calendar/calendar.el (calendar-basic-setup): Callers changed.
15723
15724 2011-10-29 Chong Yidong <cyd@gnu.org>
15725
15726 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
15727
15728 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
15729
15730 * textmodes/flyspell.el (flyspell-word): Fix char offset for
15731 forged Ispell output (Bug#7904).
15732
15733 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
15734
15735 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15736
15737 * doc-view.el: Avoid ugly errors about not finding nil.
15738 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15739 (doc-view-dvipdf-program, doc-view-unoconv-program)
15740 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
15741 Avoid nil or absolute file name as default value.
15742 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
15743
15744 2011-10-28 Alan Mackenzie <acm@muc.de>
15745
15746 * progmodes/cc-defs.el (c-version): -> 5.32.2.
15747
15748 2011-10-28 Alan Mackenzie <acm@muc.de>
15749
15750 Amend the handling of c-beginning/end-of-defun in nested declaration
15751 scopes.
15752
15753 * progmodes/cc-vars.el (c-defun-tactic): Move here from
15754 cc-langs.el. Change it to a defcustom.
15755
15756 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
15757 cc-vars.el.
15758
15759 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15760 Prevent "class foo : bar" being spuriously recognized as a label.
15761
15762 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
15763 Add parameter `inclusive' (to include enclosing braces in the region).
15764 (c-widen-to-enclosing-decl-scope): New function.
15765 (c-while-widening-to-decl-block): New macro.
15766 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
15767 outward for defun boundaries, and correspondingly change symbol
15768 `respect-enclosure' to `go-outward'.
15769 (c-declaration-limits): Change algorithm to report only the "innermost"
15770 defun's boundaries.
15771
15772 2011-10-28 Deniz Dogan <deniz@dogan.se>
15773
15774 * net/rcirc.el (rcirc-mode): Use hard newlines.
15775
15776 2011-10-28 Alan Mackenzie <acm@muc.de>
15777
15778 Amend to indent and fontify macros "which include their own semicolon"
15779 correctly, using the "virtual semicolon" mechanism.
15780
15781 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
15782
15783 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
15784 Recode to scan one line at a time rather than having \n and \r
15785 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
15786 (c-forward-label): Amend for virtual semicolons.
15787 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
15788
15789 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
15790 of the new C macros.
15791
15792 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
15793 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
15794 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
15795 (c-opt-cpp-macro-define): Make into a full language variable.
15796 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
15797 AWK Mode (including \n, \r) removed, no longer needed.
15798
15799 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
15800 Invoke c-make-macro-with-semi-re.
15801
15802 * progmodes/cc-vars.el (c-macro-with-semi-re):
15803 (c-macro-names-with-semicolon): New variables.
15804 (c-make-macro-with-semi-re): New function.
15805
15806 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15807
15808 * vc/log-edit.el: Fill empty field rather than adding new one.
15809 (log-edit-add-field): New function.
15810 (log-edit-insert-changelog): Use it.
15811
15812 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15813
15814 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
15815
15816 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15817
15818 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
15819 (gdb--check-interpreter): New function.
15820 (gdb): Use it.
15821
15822 2011-10-27 Glenn Morris <rgm@gnu.org>
15823
15824 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
15825 (least-positive-float, least-negative-float)
15826 (least-positive-normalized-float, least-negative-normalized-float)
15827 (float-epsilon, float-negative-epsilon):
15828 Remove unnecessary declarations.
15829
15830 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
15831 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
15832 (least-positive-float, least-negative-float)
15833 (least-positive-normalized-float, least-negative-normalized-float)
15834 (float-epsilon, float-negative-epsilon): Add doc-strings,
15835 based on those in cl.texi.
15836
15837 * files.el (set-visited-file-name): If the major-mode changed,
15838 reload the local variables. (Bug#9796)
15839
15840 2011-10-27 Chong Yidong <cyd@gnu.org>
15841
15842 * subr.el (change-major-mode-after-body-hook): New hook.
15843 (run-mode-hooks): Run it.
15844
15845 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
15846 Use change-major-mode-before-body-hook.
15847
15848 * simple.el (fundamental-mode):
15849 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
15850 change introducing fundamental-mode-hook.
15851
15852 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
15853
15854 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
15855
15856 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
15857
15858 * ido.el (ido-file-name-all-completions-1): Do not require
15859 tramp.el explicitly. (Bug#7583)
15860
15861 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
15862
15863 * progmodes/octave-mod.el:
15864 * progmodes/octave-inf.el: Update maintainer.
15865
15866 2011-10-26 Chong Yidong <cyd@gnu.org>
15867
15868 * subr.el (with-wrapper-hook): Rewrite doc.
15869
15870 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
15871
15872 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
15873 filenames "/method:foo:". (Bug#9793)
15874
15875 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15876
15877 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
15878 (bug#9865).
15879
15880 2011-10-24 Glenn Morris <rgm@gnu.org>
15881
15882 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
15883
15884 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
15885
15886 * notifications.el: Add the requirement of a running D-Bus session
15887 bus to the Commentary.
15888
15889 2011-10-24 Juri Linkov <juri@jurta.org>
15890
15891 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15892 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
15893 (Bug#9364)
15894
15895 2011-10-24 Juri Linkov <juri@jurta.org>
15896
15897 * info.el (Info-following-node-name-re): Add newline to the list
15898 of allowed characters for leading space. (Bug#9824)
15899
15900 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15901
15902 * progmodes/octave-inf.el (inferior-octave-mode-map):
15903 Fix C-c C-h binding.
15904 * progmodes/octave-mod.el (octave-help): Remove.
15905
15906 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
15907
15908 Sync with Tramp 2.2.3.
15909
15910 * net/tramp-cache.el (top): Pacify byte-compiler using
15911 `init-file-user' and `site-run-file'.
15912
15913 * net/trampver.el: Update release number.
15914
15915 2011-10-23 Chong Yidong <cyd@gnu.org>
15916
15917 * files.el (toggle-read-only): Remove obsolete comment about
15918 version control.
15919
15920 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
15921 for toggle-read-only. Note that this hasn't called vc-next-action
15922 since 2008-05-02, though it wasn't documented at the time.
15923
15924 * vc/ediff-init.el (ediff-toggle-read-only-function):
15925 Use toggle-read-only.
15926
15927 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
15928
15929 Fix bug #9560, sporadic wrong indentation; improve instrumentation
15930 of c-parse-state.
15931
15932 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
15933 correct faulty logical expression.
15934 (c-parse-state-state, c-record-parse-state-state):
15935 (c-replay-parse-state-state): New defvar/defuns.
15936 (c-debug-parse-state): Use new functions.
15937
15938 2011-10-22 Martin Rudalics <rudalics@gmx.at>
15939
15940 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
15941 last fix. Use window-in-direction correctly.
15942
15943 2011-10-21 Chong Yidong <cyd@gnu.org>
15944
15945 * progmodes/idlwave.el (idlwave-mode):
15946 * progmodes/vera-mode.el (vera-mode): No need to set
15947 require-final-newline; that's done in prog-mode.
15948 Suggested by Stefan Monnier.
15949
15950 2011-10-21 Martin Rudalics <rudalics@gmx.at>
15951
15952 * mouse.el (mouse-drag-window-above)
15953 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
15954 (mouse-drag-mode-line-1, mouse-drag-header-line)
15955 (mouse-drag-vertical-line-rightward-window): Remove.
15956 (mouse-drag-line): New function.
15957 (mouse-drag-mode-line, mouse-drag-header-line)
15958 (mouse-drag-vertical-line): Call mouse-drag-line.
15959 * window.el (window-at-side-p, windows-at-side): New functions.
15960
15961 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
15962
15963 * tar-mode.el (tar-grind-file-mode):
15964 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
15965
15966 2011-10-21 Chong Yidong <cyd@gnu.org>
15967
15968 * progmodes/idlwave.el (idlwave-mode):
15969 * progmodes/vera-mode.el (vera-mode):
15970 Use mode-require-final-newline.
15971
15972 2011-10-20 Glenn Morris <rgm@gnu.org>
15973
15974 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
15975
15976 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
15977
15978 * emulation/cua-base.el (cua-set-mark): Fix case of string.
15979
15980 2011-10-20 Chong Yidong <cyd@gnu.org>
15981
15982 * emulation/cua-base.el (cua-mode):
15983 * mail/footnote.el (footnote-mode):
15984 * mail/mailabbrev.el (mail-abbrevs-mode):
15985 * net/xesam.el (xesam-minor-mode):
15986 * progmodes/bug-reference.el (bug-reference-mode):
15987 * progmodes/cap-words.el (capitalized-words-mode):
15988 * progmodes/compile.el (compilation-minor-mode)
15989 (compilation-shell-minor-mode):
15990 * progmodes/gud.el (gud-tooltip-mode):
15991 * progmodes/hideif.el (hide-ifdef-mode):
15992 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
15993 * progmodes/subword.el (subword-mode):
15994 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
15995 * progmodes/which-func.el (which-function-mode):
15996 * term/tvi970.el (tvi970-set-keypad-mode):
15997 * term/vt100.el (vt100-wide-mode):
15998 * textmodes/flyspell.el (flyspell-mode):
15999 * textmodes/ispell.el (ispell-minor-mode):
16000 * textmodes/nroff-mode.el (nroff-electric-mode):
16001 * textmodes/paragraphs.el (use-hard-newlines):
16002 * textmodes/refill.el (refill-mode):
16003 * textmodes/reftex.el (reftex-mode):
16004 * textmodes/rst.el (rst-minor-mode):
16005 * textmodes/sgml-mode.el (html-autoview-mode)
16006 (sgml-electric-tag-pair-mode):
16007 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
16008 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
16009 * emulation/crisp.el (crisp-mode):
16010 * emacs-lisp/eldoc.el (eldoc-mode):
16011 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
16012 minor mode behavior.
16013
16014 2011-10-19 Juri Linkov <juri@jurta.org>
16015
16016 * descr-text.el (describe-char): Add #x2010 and #x2011 to
16017 the list of hard-coded chars with escape-glyph face.
16018
16019 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16020
16021 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
16022
16023 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
16024
16025 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
16026 running process.
16027
16028 2011-10-19 Glenn Morris <rgm@gnu.org>
16029
16030 * vc/vc-bzr.el (vc-bzr-after-dir-status):
16031 Ignore ignored files. (Bug#9726)
16032
16033 2011-10-19 Chong Yidong <cyd@gnu.org>
16034
16035 Doc fix for minor modes, stating that an omitted argument enables
16036 the mode unconditionally when called from Lisp.
16037
16038 * abbrev.el (abbrev-mode):
16039 * allout.el (allout-mode):
16040 * autoinsert.el (auto-insert-mode):
16041 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16042 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16043 (global-auto-revert-mode):
16044 * battery.el (display-battery-mode):
16045 * composite.el (global-auto-composition-mode)
16046 (auto-composition-mode):
16047 * delsel.el (delete-selection-mode):
16048 * desktop.el (desktop-save-mode):
16049 * dired-x.el (dired-omit-mode):
16050 * dirtrack.el (dirtrack-mode):
16051 * doc-view.el (doc-view-minor-mode):
16052 * double.el (double-mode):
16053 * electric.el (electric-indent-mode, electric-pair-mode):
16054 * emacs-lock.el (emacs-lock-mode):
16055 * epa-hook.el (auto-encryption-mode):
16056 * follow.el (follow-mode):
16057 * font-core.el (font-lock-mode):
16058 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
16059 * help.el (temp-buffer-resize-mode):
16060 * hilit-chg.el (highlight-changes-mode)
16061 (highlight-changes-visible-mode):
16062 * hi-lock.el (hi-lock-mode):
16063 * hl-line.el (hl-line-mode, global-hl-line-mode):
16064 * icomplete.el (icomplete-mode):
16065 * ido.el (ido-everywhere):
16066 * image-file.el (auto-image-file-mode):
16067 * image-mode.el (image-minor-mode):
16068 * iswitchb.el (iswitchb-mode):
16069 * jka-cmpr-hook.el (auto-compression-mode):
16070 * linum.el (linum-mode):
16071 * longlines.el (longlines-mode):
16072 * master.el (master-mode):
16073 * mb-depth.el (minibuffer-depth-indicate-mode):
16074 * menu-bar.el (menu-bar-mode):
16075 * minibuf-eldef.el (minibuffer-electric-default-mode):
16076 * mouse-sel.el (mouse-sel-mode):
16077 * msb.el (msb-mode):
16078 * mwheel.el (mouse-wheel-mode):
16079 * outline.el (outline-minor-mode):
16080 * paren.el (show-paren-mode):
16081 * recentf.el (recentf-mode):
16082 * reveal.el (reveal-mode, global-reveal-mode):
16083 * rfn-eshadow.el (file-name-shadow-mode):
16084 * ruler-mode.el (ruler-mode):
16085 * savehist.el (savehist-mode):
16086 * scroll-all.el (scroll-all-mode):
16087 * scroll-bar.el (scroll-bar-mode):
16088 * server.el (server-mode):
16089 * shell.el (shell-dirtrack-mode):
16090 * simple.el (auto-fill-mode, transient-mark-mode)
16091 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
16092 (line-number-mode, column-number-mode, size-indication-mode)
16093 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
16094 * strokes.el (strokes-mode):
16095 * time.el (display-time-mode):
16096 * t-mouse.el (gpm-mouse-mode):
16097 * tool-bar.el (tool-bar-mode):
16098 * tooltip.el (tooltip-mode):
16099 * type-break.el (type-break-mode-line-message-mode)
16100 (type-break-query-mode):
16101 * view.el (view-mode):
16102 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16103 (global-whitespace-mode, global-whitespace-newline-mode):
16104 * xt-mouse.el (xterm-mouse-mode): Doc fix.
16105
16106 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16107 Fix autogenerated docstring.
16108
16109 2011-10-19 Juri Linkov <juri@jurta.org>
16110
16111 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
16112 by checking environment variables "DESKTOP_SESSION" and
16113 "XDG_CURRENT_DESKTOP". (Bug#9779)
16114
16115 2011-10-19 Juri Linkov <juri@jurta.org>
16116
16117 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
16118 (browse-url-chromium-program, browse-url-chromium-arguments):
16119 New defcustoms.
16120 (browse-url-default-browser): Check for `browse-url-chromium' and
16121 call `browse-url-chromium-program'.
16122 (browse-url-chromium): New command. (Bug#9779)
16123
16124 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
16125
16126 * facemenu.el (list-colors-duplicates): On Windows, detect more
16127 duplicates by assuming that only colors matching "^System" are
16128 special "system colors". (Bug#9722)
16129
16130 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16131
16132 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
16133 to distinguish the author from the committer.
16134
16135 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
16136
16137 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
16138
16139 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
16140
16141 * international/mule.el (sgml-html-meta-auto-coding-function):
16142 Add support for detecting encoding in HTML5 specified only as
16143 <meta charset="UTF-8">. Implementation just makes http-equiv and
16144 content-type parts from HTML4 encoding string optional. (Bug#9716)
16145
16146 2011-10-18 Glenn Morris <rgm@gnu.org>
16147
16148 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
16149
16150 2011-10-18 Chong Yidong <cyd@gnu.org>
16151
16152 * faces.el (cursor): Doc fix.
16153
16154 2011-10-17 Chong Yidong <cyd@gnu.org>
16155
16156 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
16157
16158 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
16159
16160 * dirtrack.el (dirtrack): Support shell buffers with path
16161 prefixes, e.g. tramp-based remote shells. (Bug#9647)
16162
16163 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
16164
16165 * json.el: Bump version to 1.3 and note change in History.
16166 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
16167
16168 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16169
16170 * comint.el (comint-insert-input, comint-send-input)
16171 (comint-get-old-input-default, comint-backward-matching-input)
16172 (comint-next-prompt): Use nil instead of `input' for field property of
16173 past user input (bug#114).
16174
16175 * minibuffer.el (completion--replace): Inherit surrounding properties
16176 (bug#114).
16177 (minibuffer-complete-and-exit): Use it.
16178
16179 * comint.el (comint--table-subvert): Quote the all-completions output
16180 (bug#9160).
16181
16182 2011-10-17 Martin Rudalics <rudalics@gmx.at>
16183
16184 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
16185
16186 * menu-bar.el (menu-bar-file-menu): Add entry for making new
16187 window on right of selected. (Bug#9350) Reword other window
16188 entries and separate them from frame entries.
16189
16190 2011-10-15 Glenn Morris <rgm@gnu.org>
16191
16192 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
16193 Doc fixes.
16194
16195 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
16196
16197 * net/network-stream.el (network-stream-open-starttls):
16198 Improve detection of failure due to lack of TLS support.
16199
16200 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
16201 putting the input text in front and in bold.
16202
16203 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16204
16205 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
16206
16207 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
16208 empty buffer.
16209
16210 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
16211 unread-command-events rather than pushing yet-another event.
16212
16213 2011-10-14 Eli Zaretskii <eliz@gnu.org>
16214
16215 * mail/sendmail.el (sendmail-query-once): Improve the wording of
16216 the explanation of the possible choices. Make the options passed
16217 to completing-read shorter.
16218
16219 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16220
16221 * textmodes/flyspell.el (flyspell-large-region): Make sure
16222 extended character mode is used if defined (Bug#1339).
16223
16224 2011-10-13 Eli Zaretskii <eliz@gnu.org>
16225
16226 * simple.el (what-cursor-position): Fix the display of the
16227 character info for LRE, LRO, RLE, and RLO characters by appending
16228 an invisible PDF.
16229
16230 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
16231
16232 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
16233 even in case of error; add debug spec; simplify data flow.
16234 (with-timeout-handler): Remove.
16235
16236 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
16237
16238 Fix Bug#6019, Bug#9315.
16239
16240 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
16241 complete `buffer-file-name', the local file name part could look
16242 remotely (for example on VMS).
16243
16244 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
16245 `tramp-run-real-handler'.
16246 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
16247 already quoted by '"'.
16248
16249 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
16250 Let `file-name-handler-alist' be nil, the local file name part
16251 could look remotely (for example on VMS).
16252
16253 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16254
16255 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
16256 from here...
16257 (flyspell-post-command-hook): ...to here.
16258
16259 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16260
16261 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
16262 if not needed.
16263 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
16264 using completion. Protect against "slow" callers.
16265 Remove the "message hack".
16266
16267 2011-10-11 Juri Linkov <juri@jurta.org>
16268
16269 * isearch.el (isearch-lazy-highlight-word): New variable.
16270 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
16271 Use it. (Bug#9727)
16272
16273 2011-10-11 Glenn Morris <rgm@gnu.org>
16274
16275 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
16276 like f90-previous-statement does.
16277
16278 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16279
16280 * eshell/eshell.el (eshell-command): History should be saved
16281 only in interactive use, to avoid error.
16282
16283 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16284
16285 * minibuffer.el (completion-file-name-table): Fix last change,
16286 i.e. ignore normal errors but not the other ones.
16287
16288 2011-10-10 Martin Rudalics <rudalics@gmx.at>
16289
16290 * window.el (special-display-buffer-names)
16291 (special-display-regexps): Remove some remnants of earlier
16292 changes from doc-strings.
16293 (quit-windows-on): New function.
16294
16295 * vc/vc.el (vc-revert, vc-rollback):
16296 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
16297 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
16298 (Bug#6183) (Bug#7074) (Bug#7447)
16299
16300 2011-10-09 Martin Rudalics <rudalics@gmx.at>
16301
16302 * window.el (frame-auto-hide-function): Add version tag.
16303 (Bug#9699)
16304
16305 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
16306
16307 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
16308 condition.
16309
16310 2011-10-09 Leo Liu <sdl.web@gmail.com>
16311
16312 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
16313 (Bug#9701)
16314
16315 2011-10-08 Glenn Morris <rgm@gnu.org>
16316
16317 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
16318 before the first code statement zero indent. (Bug#9690)
16319
16320 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
16321
16322 * simple.el (count-words-region): Always count in the region.
16323 Report the number of lines and characters too.
16324 (count-words): New command, which counts in the buffer if the
16325 region is inactive, as count-words-region used to.
16326 (count-words--message): New function. Handle plurals.
16327 (count-lines-region): Make it an alias for count-words-region.
16328
16329 * bindings.el (esc-map): Replace count-lines-region with
16330 count-words-region.
16331
16332 2011-10-08 Martin Rudalics <rudalics@gmx.at>
16333
16334 * window.el (window--delete): Delete dedicated frame
16335 unconditionally when argument KILL is non-nil. (Bug#9699)
16336 (switch-to-buffer): Fix doc-string typo.
16337
16338 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16339
16340 * eshell/eshell.el (eshell-command): Avoid using hooks.
16341
16342 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
16343
16344 * bindings.el ([M-left],[M-right]): Bind to left-word and
16345 right-word respectively.
16346
16347 2011-10-07 Glenn Morris <rgm@gnu.org>
16348
16349 * cus-start.el (debug-on-quit): Fix custom type.
16350
16351 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16352
16353 * subr.el (define-key-after): Clarify that the function is not
16354 useful for non-menu keymaps.
16355
16356 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
16357
16358 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16359
16360 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
16361 in current minibuffer (Fix bug with recursive minibuffers).
16362
16363 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
16364
16365 * progmodes/gdb-mi.el (gdb): Doc fix.
16366
16367 2011-10-05 Martin Rudalics <rudalics@gmx.at>
16368
16369 * window.el (frame-auto-hide-function): New option replacing
16370 frame-auto-delete. Suggested by Stefan Monnier.
16371 (window--delete): Call frame-auto-hide-function instead of
16372 investigating frame-auto-delete.
16373 (window-point-1, set-window-point-1): New functions.
16374 (window-in-direction, record-window-buffer, window-state-get-1)
16375 (display-buffer-record-window): Use window-point-1 instead of
16376 window-point.
16377 (set-window-buffer-start-and-point): Use set-window-point-1.
16378
16379 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16380
16381 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
16382
16383 2011-10-05 Glenn Morris <rgm@gnu.org>
16384
16385 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
16386 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
16387
16388 2011-10-05 Leo Liu <sdl.web@gmail.com>
16389
16390 * subr.el (read-char-choice): Fix argument to buffer-live-p which
16391 works with buffer object.
16392
16393 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16394
16395 * mpc.el (mpc-tool-bar-map): Add labels.
16396
16397 2011-10-04 Glenn Morris <rgm@gnu.org>
16398
16399 * calendar/holidays.el (calendar-check-holidays): Doc fix.
16400
16401 2011-10-04 Martin Rudalics <rudalics@gmx.at>
16402
16403 * window.el (window--delete): New function.
16404 (frame-auto-delete): Resuscitate option.
16405 (bury-buffer, replace-buffer-in-windows)
16406 (quit-window): Rewrite using window--delete.
16407 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16408 Pass display-buffer-mark-dedicated to window--display-buffer-2
16409 (Bug#9639).
16410
16411 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16412
16413 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
16414 returns a list (bug#9554). Add remote file name completion.
16415 * comint.el (comint--table-subvert): Curry and get quote&unquote
16416 functions as arguments.
16417 (comint--complete-file-name-data): Adjust call accordingly.
16418 * pcomplete.el (pcomplete--table-subvert): Remove.
16419 (pcomplete-completions-at-point): Use comint--table-subvert instead.
16420
16421 * minibuffer.el (completion-table-case-fold): Use currying.
16422 (completion--styles-type, completion--cycling-threshold-type):
16423 New constants.
16424 (completion-styles, completion-category-overrides)
16425 (completion-cycle-threshold): Use them.
16426 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
16427 completion-table-case-fold.
16428
16429 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
16430
16431 * minibuffer.el (completion-category-overrides): Fix type of styles
16432 and add more user friendly tags (bug#9660).
16433
16434 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16435
16436 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
16437 (mule-input-method-string): New widget.
16438 (default-input-method, language-info-custom-alist): Use it.
16439
16440 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16441
16442 * pcomplete.el: Require comint.
16443 (pcomplete--common-suffix): Remove.
16444 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
16445 (pcomplete--table-subvert): Sync with comint--table-subvert.
16446 (pcomplete--entries): Use comint-completion-file-name-table.
16447 * comint.el (comint-unquote-filename): Simplify.
16448 (comint-completion-file-name-table): New function (bug#9616).
16449 (comint--complete-file-name-data): Use it.
16450
16451 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
16452 (pcmpl-gnu-tar-buffer): Remove.
16453 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
16454 around. Make sure pcomplete-suffix-list is only changed temporarily.
16455 Don't look inside the tar's file if it's too large.
16456
16457 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
16458
16459 * cus-edit.el (custom-mode-map):
16460 * epa.el (epa-key-list-mode-map):
16461 * man.el (Man-mode-map):
16462 * startup.el (splash-screen-keymap):
16463 * simple.el (special-mode-map): Use scroll-up-command and
16464 scroll-down-command.
16465
16466 * progmodes/idlw-help.el (idlwave-help-mode-map):
16467 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
16468 * net/newst-plainview.el (newsticker-mode-map):
16469 * emulation/ws-mode.el (wordstar-mode-map):
16470 * emulation/vi.el (vi-com-map):
16471 * calc/calc-graph.el (calc-graph-show-dumb):
16472 * term/sun.el (terminal-init-sun):
16473 * term/ns-win.el (global-map):
16474 * progmodes/grep.el (grep-mode-map):
16475 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
16476 * mail/rmail.el (rmail-mode-map):
16477 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
16478
16479 * custom.el (custom-safe-themes, load-theme): Treat value of t for
16480 custom-safe-themes as special.
16481
16482 2011-10-01 Julien Danjou <julien@danjou.info>
16483
16484 * notifications.el (notifications-notify): Fix docstring.
16485
16486 2011-10-01 Per Starbäck <per@starback.se>
16487
16488 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
16489
16490 2011-09-30 Martin Rudalics <rudalics@gmx.at>
16491
16492 * startup.el (command-line-1): Fix last fix by inserting
16493 initial-scratch-message into *scratch* before displaying it.
16494 (Bug#9605) and (Bug#9636)
16495
16496 2011-09-29 Eli Zaretskii <eliz@gnu.org>
16497
16498 * simple.el (line-move): If auto-hscroll-mode is disabled and the
16499 window is hscrolled, move by logical lines. (Bug#9607)
16500 (line-move-visual): Update the doc string to the above effect.
16501
16502 2011-09-29 Martin Rudalics <rudalics@gmx.at>
16503
16504 * window.el (display-buffer-record-window): When WINDOW is the
16505 selected window use `point' instead of `window-point'. (Bug#9626)
16506
16507 * startup.el (command-line-1): Use insert-before-markers when
16508 inserting initial-scratch-message. (Bug#9605)
16509
16510 * help.el (help-window): Remove variable.
16511
16512 2011-09-29 Glenn Morris <rgm@gnu.org>
16513
16514 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
16515
16516 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
16517
16518 * descr-text.el (describe-char-categories): Accept category
16519 descriptions more than one line long.
16520
16521 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16522
16523 * simple.el (delete-trailing-whitespace): Fix last change.
16524
16525 * progmodes/perl-mode.el (perl-syntax-propertize-function):
16526 Don't confuse "y => 3" as the beginning of a `y' operation.
16527
16528 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
16529 object has more than 4 slots (bug#9613).
16530
16531 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
16532
16533 * subr.el (with-output-to-temp-buffer):
16534 * net/quickurl.el (quickurl, quickurl-browse-url):
16535 Fix typos in docstrings.
16536
16537 2011-09-27 Eli Zaretskii <eliz@gnu.org>
16538
16539 * minibuffer.el (completion-styles)
16540 (completion-category-overrides): Cross reference each other in doc
16541 strings.
16542
16543 2011-09-27 Glenn Morris <rgm@gnu.org>
16544
16545 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
16546 to split-string. (Bug#9606)
16547
16548 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16549
16550 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
16551 (bug#9615).
16552
16553 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
16554
16555 * emacs-lisp/package.el (list-packages): Fix echo area message.
16556
16557 2011-09-27 Leo Liu <sdl.web@gmail.com>
16558
16559 * ido.el (ido-read-internal): Accept cons cell HIST arg.
16560
16561 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
16562
16563 * net/dbus.el (dbus-unregister-object): Don't release services for
16564 registered signals. (Bug#9581)
16565
16566 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
16567
16568 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
16569 function that picks between cfengine 2 and 3 support
16570 automatically. Update docs accordingly.
16571
16572 2011-09-22 Kenichi Handa <handa@m17n.org>
16573
16574 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
16575 ZERO.
16576 (indian-itrans-v5-table-for-tamil): New variable.
16577 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
16578
16579 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
16580
16581 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
16582 that's true if the current command involved collapsing of text.
16583 It's reset to false at the beginning of the next command.
16584 (allout-post-command-business): Move the cursor to the beginning
16585 of entry if the cursor is hidden and collapsing activity just
16586 happened.
16587
16588 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
16589
16590 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
16591 tracking (Bug#9541).
16592
16593 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
16594
16595 * net/newst-reader.el (newsticker-html-renderer)
16596 (newsticker-show-news): Automatically load html rendering package
16597 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
16598 because w3m-fill-column is let-bound" and the error "Symbol's value
16599 as variable is void: w3m-fill-column".
16600
16601 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
16602
16603 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
16604 Release services only if they are defined. (Bug#9581)
16605
16606 2011-09-23 Richard Stallman <rms@gnu.org>
16607
16608 * textmodes/paragraphs.el (forward-sentence): For backwards case,
16609 distinguish start of paragraph from start of its text.
16610
16611 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
16612
16613 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
16614 (rmail-generate-viewer-buffer): Put that hook on view buffer.
16615 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
16616
16617 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
16618
16619 * international/mule-diag.el (mule-diag): Insert a newline after
16620 each fontset description.
16621
16622 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16623
16624 * simple.el (delete-trailing-whitespace):
16625 Document last change; simplify.
16626
16627 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
16628
16629 * simple.el (delete-trailing-whitespace): Also delete
16630 extra newlines at the end of the buffer.
16631
16632 * textmodes/picture.el: Make motion commands obey shift-select-mode.
16633 (picture-newline): Use forward-line so as to ignore fields.
16634
16635 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16636
16637 * subr.el (with-wrapper-hook): Fix edebug spec.
16638
16639 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16640
16641 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
16642 (bug#4538).
16643
16644 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
16645
16646 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
16647 Fix nasty bug using wrong cached values.
16648
16649 2011-09-23 Alan Mackenzie <acm@muc.de>
16650
16651 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
16652
16653 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
16654
16655 * window.el (pop-to-buffer): Ensure right window is selected if we
16656 chose another frame.
16657
16658 2011-09-22 Eli Zaretskii <eliz@gnu.org>
16659
16660 * simple.el (what-cursor-position): Use get-char-property-change
16661 and next-single-char-property-change, to be able to show display
16662 properties that come from overlays as well as text properties.
16663
16664 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
16665
16666 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
16667
16668 * cmuscheme.el (run-scheme, switch-to-scheme):
16669 * cus-edit.el (customize-group, custom-buffer-create)
16670 (customize-browse):
16671 * info.el (info):
16672 * shell.el (shell):
16673 * mail/sendmail.el (mail):
16674 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
16675
16676 2011-09-22 Richard Stallman <rms@gnu.org>
16677
16678 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
16679 move back only to line beg, don't move back over blank lines.
16680
16681 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
16682
16683 * files.el (copy-directory): Set directory attributes only in case
16684 they could be retrieved from the source directory. (Bug#9565)
16685
16686 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
16687
16688 * progmodes/hideshow.el (hs-looking-at-block-start-p)
16689 (hs-find-block-beginning, hs-hide-level-recursive):
16690 Ignore strings as well as comments. (Bug#9502)
16691
16692 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
16693
16694 * progmodes/sql.el (sql-comint-postgres):
16695 Convert port number to a string. (Bug#9566)
16696
16697 2011-09-22 Martin Rudalics <rudalics@gmx.at>
16698
16699 * window.el (quit-window): Undedicate window when switching to
16700 previous buffer. Reported by Thierry Volpiatto
16701 <thierry.volpiatto@gmail.com>.
16702 (special-display-popup-frame): When popping up a new frame reset
16703 its previous buffers to nil. Simplify code.
16704
16705 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
16706
16707 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
16708 and process filter, as done also in `shell-command'.
16709
16710 2011-09-21 Martin Rudalics <rudalics@gmx.at>
16711
16712 * window.el (set-window-buffer-start-and-point):
16713 Call set-window-start with NOFORCE argument t.
16714 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16715 (quit-window): Reword doc-string. Handle new format of
16716 quit-restore parameter. Don't delete window if it has a
16717 previous buffer we can show instead of the present one.
16718 (display-buffer-record-window): Rewrite using a new format for
16719 the quit-restore window parameter
16720 (special-display-popup-frame, display-buffer-same-window)
16721 (display-buffer-reuse-window, display-buffer-pop-up-frame)
16722 (display-buffer-pop-up-window, display-buffer-use-some-window):
16723 Adapt symbol passed to display-buffer-record-window.
16724 * help.el (help-window-setup): Handle new format of quit-restore
16725 parameter.
16726
16727 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16728
16729 * faces.el (face-list): Fix docstring (bug#9564).
16730
16731 * window.el (display-buffer--action-function-custom-type):
16732 Don't include internal functions in the Custom interface.
16733
16734 2011-09-20 Juri Linkov <juri@jurta.org>
16735
16736 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
16737 (Info-forward-node, Info-backward-node, Info-next-preorder)
16738 (Info-last-preorder): Use it. (Bug#9528)
16739
16740 2011-09-20 Juri Linkov <juri@jurta.org>
16741
16742 * info.el (Info-last-preorder): Visit last menu item only when
16743 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
16744
16745 2011-09-20 Julien Danjou <julien@danjou.info>
16746
16747 * password-cache.el (password-cache-remove): Remove entries even if the
16748 value is nil, so that password with a nil value (negative caching) is
16749 possible to invalidate.
16750
16751 2011-09-20 Lawrence Mitchell <wence@gmx.li>
16752
16753 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
16754 all whitespace around breakpoint. (Bug#9553)
16755 (f90-find-breakpoint): Only break at whitespace inside a comment.
16756
16757 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16758
16759 * minibuffer.el (completion-file-name-table): Keep track of errors.
16760 (completion-table-with-predicate): Handle the case where pred1 is nil.
16761 * pcomplete.el (pcomplete-completions-at-point): Simplify.
16762
16763 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16764
16765 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
16766 (debugger-return-value): Signal an error if the debugging context does
16767 not await any return value.
16768
16769 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
16770 * image-mode.el (image-toggle-display-text)
16771 (image-toggle-display-image): Stay away from evil `intangible'.
16772
16773 2011-09-19 Leo Liu <sdl.web@gmail.com>
16774
16775 * replace.el (occur-revert-arguments): Make it permanent-local.
16776 (occur-mode): Don't call font-lock-defontify.
16777
16778 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
16779
16780 * net/ldap.el (ldap-search-internal): Don't push empty search
16781 result (Bug#9508).
16782
16783 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16784
16785 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
16786
16787 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
16788
16789 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
16790 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
16791
16792 2011-09-18 Juri Linkov <juri@jurta.org>
16793
16794 * buff-menu.el (Buffer-menu-mode-map):
16795 * dired.el (dired-mode-map):
16796 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
16797 (lisp-interaction-mode-map):
16798 * emacs-lisp/package.el (package-menu-mode-map):
16799 * epa.el (epa-key-list-mode-map):
16800 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
16801 (menu-bar-options-menu):
16802 * outline.el (outline-mode-menu-bar-map):
16803 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
16804 * vc/vc-dir.el (vc-dir-menu-map):
16805 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
16806 Capitalize non-function content words in menu item strings.
16807
16808 * dired.el (dired-mode-map): Add menu item for
16809 `image-dired-dired-toggle-marked-thumbs'.
16810
16811 2011-09-18 Juri Linkov <juri@jurta.org>
16812
16813 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
16814 to `isearch-case-fold-search' and restore its original value
16815 after the `isearch-mode' call.
16816
16817 2011-09-18 Juri Linkov <juri@jurta.org>
16818
16819 * progmodes/grep.el (grep-process-setup): Don't check code for 1
16820 because `zgrep' returns 1 for successful matches (bug#9226).
16821
16822 2011-09-18 Juri Linkov <juri@jurta.org>
16823
16824 * info.el (Info-extract-menu-node-name): Check the second match
16825 for empty string (second test-case of bug#9528).
16826 (Info-last-preorder): Let-bind `Info-history' to nil to not add
16827 intermediate nodes to the history (first test-case of bug#9528).
16828
16829 2011-09-18 Juri Linkov <juri@jurta.org>
16830
16831 * info.el (Info-mode-syntax-table): New variable.
16832 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
16833
16834 2011-09-18 Juri Linkov <juri@jurta.org>
16835
16836 * info.el (Info-file-supports-index-cookies):
16837 Increment line-beginning-position's arg from 3 to 4 because makeinfo
16838 outputs one more line for long file names (bug#4142).
16839
16840 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
16841
16842 * newcomment.el (comment-normalize-vars): If prompting for
16843 comment-start, set comment-start-skip too (Bug#8424).
16844
16845 2011-09-18 Johan Bockgård <bojohan@gnu.org>
16846
16847 * icomplete.el: Fix previous fix of Bug#5849.
16848 (icomplete-mode): Don't set completion-show-inline-help.
16849 (icomplete-minibuffer-setup): Set completion-show-inline-help
16850 locally during icompletion.
16851
16852 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
16853
16854 * woman.el (woman2-process-escapes): Don't delete unrecognized
16855 escapes (Bug#7843).
16856
16857 * files.el (inhibit-first-line-modes-regexps): Add image files.
16858 (hack-local-variables-prop-line): Return nil for malformed
16859 prop-lines (Bug#9044).
16860
16861 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
16862
16863 * net/tramp.el (top): Don't require 'shell.
16864 (tramp-methods): Fix docstring.
16865 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
16866 Return complete remote file name. Handle "smb" case.
16867 Use `tramp-tmpdir', if defined for the respective method.
16868 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
16869
16870 * net/tramp-compat.el (top): Require 'shell.
16871
16872 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
16873 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
16874 `tramp-current-host'.
16875 (tramp-get-remote-tmpdir): Remove.
16876
16877 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
16878 `tramp-tmpdir' entries.
16879 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
16880 (tramp-smb-handle-file-attributes): Ignore errors.
16881 (tramp-smb-wait-for-output): Check also for process end.
16882
16883 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16884
16885 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
16886 when sending QUIT (bug#9312).
16887
16888 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
16889
16890 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
16891 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
16892 occur-mode-display-occurrence.
16893 (occur-edit-mode): Add usage message.
16894 (occur-cease-edit): New command.
16895 (occur-after-change-function): Use text properties to find the
16896 position of the prefix text.
16897 (occur-engine): Set stickiness of prefix text properties.
16898
16899 2011-09-17 Glenn Morris <rgm@gnu.org>
16900
16901 * progmodes/etags.el (complete-tag):
16902 Fix call to completion-in-region. (Bug#9526)
16903
16904 2011-09-17 Juri Linkov <juri@jurta.org>
16905
16906 * textmodes/ispell.el (ispell-word): Add to the error message
16907 the word, ispell program name and current dictionary (bug#9121).
16908 (ispell-tex-arg-end): Capitalize "error" in the error message.
16909
16910 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
16911
16912 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
16913 check. (Bug#4251)
16914
16915 2011-09-17 Juri Linkov <juri@jurta.org>
16916
16917 * window.el (window-safe-min-height, window-safe-min-width):
16918 Fix typos (followup to bug#9522).
16919
16920 2011-09-17 Sven Joachim <svenjoac@gmx.de>
16921
16922 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
16923
16924 2011-09-16 Eli Zaretskii <eliz@gnu.org>
16925
16926 * simple.el (line-move): If goal-column is set, move by logical
16927 lines, not by display lines. (Bug#971)
16928 (next-line, previous-line, goal-column, line-move-visual): Doc fix
16929 to reflect the above change.
16930
16931 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
16932
16933 * image.el (imagemagick-register-types): Use regexp-opt.
16934
16935 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
16936
16937 * window.el (display-buffer-base-action): Rename from
16938 display-buffer-default-action. Make default value empty.
16939 (display-buffer-overriding-action): Convert to defvar.
16940 (display-buffer-fallback-action): New var.
16941
16942 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
16943
16944 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
16945 declaration.
16946 (package--add-to-archive-contents): If there is a duplicate entry
16947 with an older version, remove it.
16948 (package-menu-mark-delete, package-menu-mark-install)
16949 (package-menu-mark-unmark): Make unused args optional.
16950 (package-menu-mark-obsolete-for-deletion):
16951 Use package-menu-get-status instead of a regexp search.
16952 (package-menu-get-status): Use tabulated-list-entry.
16953 (package-menu-mark-upgrades): New command.
16954 (package-menu-mode-map): Bind it to U. Add it to menu bar.
16955 (package-menu-execute): Do installation before deletion.
16956 (package-menu-refresh, package-menu-execute): Use derived-mode-p
16957 instead of checking major-mode.
16958 (package-menu--find-upgrades): New function.
16959
16960 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16961
16962 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
16963 passwords in the log buffer.
16964 (smtpmail-process-filter): Update the process marker so that the
16965 "broken by peer" status message is inserted in the right place.
16966
16967 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
16968
16969 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
16970 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
16971 bibtex-completion-at-point-function.
16972 (bibtex-completion-at-point-function): Use them.
16973
16974 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
16975
16976 * mpc.el (mpc-constraints-tag-lookup): New function.
16977 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
16978 also to browser "album|playlist".
16979
16980 2011-09-14 Juri Linkov <juri@jurta.org>
16981
16982 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
16983 (isearch-edit-string): Use length of `isearch-string' when
16984 `isearch-fail-pos' returns nil.
16985 (isearch-message): Remove duplicate code and call
16986 `isearch-fail-pos' with arg `t'.
16987
16988 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
16989
16990 * replace.el (occur-mode-goto-occurrence): Don't force using other
16991 window (Bug#9499).
16992
16993 * dired-aux.el (dired-do-chmod): Don't provide initial input.
16994
16995 2011-09-14 Martin Rudalics <rudalics@gmx.at>
16996
16997 * window.el (display-buffer-window): Remove.
16998 (display-buffer-record-window): Use help-setup window parameter
16999 instead of variable display-buffer-window.
17000 (display-buffer-function, special-display-buffer-names)
17001 (special-display-function): Mention help-setup parameter instead
17002 of display-buffer-window in doc-string.
17003 * help.el (help-window-setup): New argument help-window.
17004 Use help-window-setup parameter instead of display-buffer-window.
17005 Reword some messages.
17006 (with-help-window): Pass window used for displaying the buffer
17007 to help-window-setup. Don't set display-buffer-window.
17008
17009 2011-09-13 Glenn Morris <rgm@gnu.org>
17010
17011 * emacs-lisp/debug.el (debugger-make-xrefs):
17012 Preserve point. (Bug#9462)
17013
17014 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17015
17016 * window.el (window-deletable-p): Use next-frame.
17017
17018 2011-09-13 Martin Rudalics <rudalics@gmx.at>
17019
17020 * window.el (window-auto-delete): Remove.
17021 (window-deletable-p): Remove argument FORCE. Don't deal with
17022 dedication and previous buffers.
17023 (switch-to-prev-buffer): Don't delete window.
17024 (delete-windows-on): Delete a window's frame if and only if the
17025 window is dedicated.
17026 (replace-buffer-in-windows): Delete buffer's window or frame if
17027 and only if window is dedicated.
17028 (quit-window): Handle quit-restore as before last change.
17029 (bury-buffer): Delete window only if window-deletable-p returns t.
17030
17031 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17032
17033 * window.el (window-deletable-p): Never delete the last frame on a
17034 given terminal.
17035
17036 2011-09-13 Glenn Morris <rgm@gnu.org>
17037
17038 * help.el (describe-key-briefly): Copy previous standard-output change.
17039
17040 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
17041
17042 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
17043
17044 2011-09-13 Glenn Morris <rgm@gnu.org>
17045
17046 * emacs-lisp/lisp-mode.el (lisp-indent-function):
17047 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
17048
17049 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
17050
17051 * dired-aux.el (dired-mark-read-string): Don't return default
17052 value on empty input (Bug#9361).
17053 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
17054 Omit initial minibuffer contents.
17055 (dired-do-chmod): Signal an error on empty input.
17056 (dired-mark-read-string): Don't return default on empty input.
17057
17058 * files.el (file-modes-symbolic-to-number): Doc fix.
17059
17060 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17061
17062 * international/mule-cmds.el (ucs-completions): Remove.
17063 (read-char-by-name): Use complete-with-action instead; add metadata.
17064
17065 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17066
17067 * window.el (display-buffer--action-function-custom-type)
17068 (display-buffer--action-custom-type): New vars.
17069 (display-buffer-alist, display-buffer-default-action)
17070 (display-buffer-overriding-action): Add defcustom types.
17071
17072 * frame.el (delete-other-frames): Doc fix (Bug#276).
17073
17074 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17075
17076 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
17077
17078 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17079
17080 Change modes that used same-window-* vars to use switch-to-buffer.
17081
17082 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
17083 Use switch-to-buffer.
17084
17085 * cus-edit.el (customize-group, custom-buffer-create)
17086 (customize-browse, custom-buffer-create-other-window):
17087 Use switch-to-buffer or switch-to-buffer-other-window.
17088
17089 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
17090 (Info-prev, Info-up, Info-speedbar-goto-node)
17091 (info-display-manual): Use switch-to-buffer.
17092 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
17093
17094 * mail/sendmail.el (mail): Use switch-to-buffer.
17095 (mail-recover): Use switch-to-buffer-other-window.
17096
17097 * cmuscheme.el (run-scheme, switch-to-scheme):
17098 * ielm.el (ielm):
17099 * shell.el (shell):
17100 * net/rlogin.el (rlogin):
17101 * net/telnet.el (telnet, rsh):
17102 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
17103
17104 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
17105
17106 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
17107
17108 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17109
17110 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
17111 so don't mention it (bug#9301).
17112 (dired-sort-toggle-or-edit): Clarify string further.
17113
17114 * faces.el (face-spec-set-match-display): Make `(type graphic)'
17115 match `x', `w32' and `ns', like the manual says (bug#9029).
17116
17117 * subr.el (eval-after-load): Doc string clarification (bug#9125).
17118 (process-kill-buffer-query-function): Mention the buffer name in
17119 the query.
17120
17121 * image-mode.el (image-next-line): The line parameter is mandatory
17122 (bug#9258).
17123
17124 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
17125 which can be useful (bug#9301).
17126
17127 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
17128
17129 * subr.el (match-string): Mention that the current buffer should
17130 be the same as the search was done in (bug#9282).
17131
17132 * facemenu.el: Disable the remove-* commands if the mark isn't
17133 active (bug#9162).
17134
17135 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17136
17137 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
17138 of display-buffer.
17139 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
17140
17141 * replace.el (occur-mode-goto-occurrence)
17142 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
17143 and display-buffer.
17144
17145 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
17146 display-buffer.
17147
17148 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
17149 special-display and same-window variables.
17150 (mail-other-window): Use switch-to-buffer-other-window.
17151 (mail-other-frame): USe switch-to-buffer-other-frame.
17152
17153 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
17154 Use display-buffer-other-frame.
17155 (gdb-display-gdb-buffer): Use pop-to-buffer.
17156
17157 * progmodes/gud.el (gud-goto-info): Use info-other-window.
17158
17159 * progmodes/python.el: Don't set same-window-buffer-names.
17160
17161 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
17162
17163 * window.el (display-buffer-alist): Add *Python*.
17164
17165 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17166
17167 * window.el (display-buffer-alist): Add entry for buffers
17168 previously handled same-window-*.
17169 (display-buffer-alist, display-buffer-default-action)
17170 (display-buffer-overriding-action): Mark as risky.
17171 (display-buffer-alist): Document action function changes.
17172 (display-buffer--same-window-action)
17173 (display-buffer--other-frame-action): New variables.
17174 (switch-to-buffer, display-buffer-other-frame): Use them.
17175 (display-buffer): Rename reuse-frame entry to reusable-frames.
17176 (display-buffer-reuse-selected-window): Function deleted.
17177 (display-buffer-reuse-window): Handle reusable-frames alist entry.
17178 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
17179 (display-buffer-special): New function.
17180 (display-buffer--maybe-pop-up-frame-or-window): Rename from
17181 display-buffer-reuse-or-pop-window. Split off special-display
17182 part into display-buffer-special.
17183 (display-buffer-use-some-window): Don't perform any special
17184 pop-up-frames handling.
17185 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
17186 (display-buffer--maybe-same-window): Rename from
17187 display-buffer-maybe-same-window.
17188
17189 * info.el: Don't set same-window-regexps.
17190 (info-setup): New function.
17191 (info-other-window, info): Call it.
17192
17193 * cus-edit.el: Don't set same-window-regexps.
17194 (customize-group): New argument.
17195 (customize-group-other-window): Use it.
17196 (customize-face, customize-face-other-window): Likewise.
17197 (custom-buffer-create-other-window): Use pop-to-buffer directly.
17198
17199 * net/rlogin.el:
17200 * net/telnet.el:
17201 * progmodes/gud.el: Don't set same-window-regexps.
17202
17203 * cmuscheme.el:
17204 * ielm.el:
17205 * shell.el:
17206 * mail/sendmail.el:
17207 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
17208
17209 2011-09-10 Juri Linkov <juri@jurta.org>
17210
17211 * isearch.el (isearch-edit-string): Remove obsolete mention of
17212 `C-w' (`isearch-yank-word-or-char') from docstring.
17213 (isearch-query-replace): Fix typo in docstring (bug#9466).
17214
17215 2011-09-10 Juri Linkov <juri@jurta.org>
17216
17217 * paren.el (show-paren-function): Don't show escaped parens.
17218 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
17219
17220 2011-09-10 Eli Zaretskii <eliz@gnu.org>
17221
17222 * mail/sendmail.el (mml-to-mime, mml-attach-file)
17223 (mm-default-file-encoding): Remove autoload forms, they are
17224 replaced with autoload cookies in mml.el and mm-encode.el.
17225 (mail-add-attachment): New command.
17226 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
17227 (mail-mode): Mention mail-insert-file and mail-add-attachment in
17228 the doc string.
17229 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
17230
17231 2011-09-10 Reuben Thomas <rrt@sc3d.org>
17232
17233 * simple.el (count-words-region): Use buffer if there's no region
17234 (bug#9429).
17235
17236 2011-09-09 Juri Linkov <juri@jurta.org>
17237
17238 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
17239 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
17240 (wdired-isearch-filter-read-only): New function. (Bug#6362)
17241
17242 2011-09-09 Alan Mackenzie <acm@muc.de>
17243
17244 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
17245 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
17246
17247 2011-09-09 Eli Zaretskii <eliz@gnu.org>
17248
17249 Fix for Savannah bug#9392.
17250 * simple.el (mail-encode-mml): New defvar.
17251
17252 * mail/rmail.el (mail-encode-mml): Add a defvar.
17253 (rmail-enable-mime-composing): Default to t.
17254 (rmail-forward): Use MIME method of forwarding only if both
17255 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
17256 Set mail-encode-mml non-nil if the MIME method was used.
17257
17258 * mail/sendmail.el (mml-to-mime): Add autoload form.
17259 (mail-encode-mml): Add a defvar.
17260 (mail-mode): Make mail-encode-mml buffer-local and initialize it
17261 to nil.
17262 (mail-send): If mail-encode-mml is non-nil, run the outgoing
17263 message through mml-to-mime, and reset mail-encode-mml to nil.
17264
17265 2011-09-09 Glenn Morris <rgm@gnu.org>
17266
17267 * woman.el (woman-if-body): When processing an .el block,
17268 do not delete the next .el block as well. (Bug#9447)
17269 (woman-special-characters): Add oq, cq, and hy characters.
17270
17271 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17272
17273 * window.el (window-deletable-p): Make sure window is live before
17274 invoking window-prev-buffers.
17275
17276 2011-09-08 Leo Liu <sdl.web@gmail.com>
17277
17278 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
17279
17280 2011-09-08 Juri Linkov <juri@jurta.org>
17281
17282 * progmodes/compile.el (compilation-environment): Make it
17283 a defcustom (bug#8340).
17284
17285 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17286
17287 * window.el (frame-auto-delete): Rename to window-auto-delete.
17288 Make it control auto-deletion of windows and/or frames.
17289 (window-deletable-p): New argument FORCE. Rewrite conditions
17290 for deleting window/frame. (Bug#9419)
17291 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
17292 Rewrite handling of case when window/frame can be deleted.
17293 (delete-windows-on): Call window-deletable-p with new FORCE
17294 argument t. (Bug#9456)
17295
17296 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
17297
17298 * help-mode.el (help-mode): Restore autoload.
17299
17300 2011-09-07 Juri Linkov <juri@jurta.org>
17301
17302 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
17303 `compilation-environment'. Set buffer-local
17304 `compilation-environment' to `thisenv' later after (funcall mode).
17305 (Bug#8340)
17306
17307 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
17308 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
17309 instead of replacing its value. (Bug#8340)
17310
17311 2011-09-07 Juri Linkov <juri@jurta.org>
17312
17313 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
17314 based on text properties put by `grep-filter' instead of matching
17315 escape sequences.
17316 (grep-mode): Set buffer-local `compilation-error-screen-columns'
17317 to the value of `grep-error-screen-columns' (bug#9438).
17318
17319 2011-09-07 Juri Linkov <juri@jurta.org>
17320
17321 * simple.el (next-error-highlight, next-error-highlight-no-select):
17322 Doc fix (bug#9432).
17323
17324 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
17325
17326 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17327 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
17328
17329 2011-09-07 Leo Liu <sdl.web@gmail.com>
17330
17331 * net/rcirc.el (rcirc-mode): Conditionally initialize
17332 rcirc-input-ring.
17333
17334 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17335
17336 * emacs-lisp/find-func.el (find-function-C-source): Only set
17337 find-function-C-source-directory after checking that we found a source
17338 file there (bug#9440).
17339
17340 2011-09-06 Alan Mackenzie <acm@muc.de>
17341
17342 * isearch.el (isearch-other-meta-char): Wherever a key list is
17343 unread, "unread" the prefix arg, too. This fixes bug #8901.
17344
17345 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
17346
17347 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
17348
17349 2011-09-05 Juri Linkov <juri@jurta.org>
17350
17351 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
17352
17353 2011-09-05 Juri Linkov <juri@jurta.org>
17354
17355 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
17356 keeping point where processing of grep matches begins, and
17357 continue to delete remaining escape sequences from the same point.
17358 (grep-filter): Make leading zero optional in "0?1;31m" because
17359 git-grep emits "\033[1;31m" escape sequences unlike expected
17360 "\033[01;31m" as GNU Grep does (bug#9408).
17361 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
17362
17363 2011-09-05 Juri Linkov <juri@jurta.org>
17364
17365 * subr.el (y-or-n-p): Capitalize "yes".
17366
17367 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
17368
17369 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
17370 `tramp-cache-unload-hook' where appropriate.
17371 (tramp-methods): Rename `tramp-remote-sh' to
17372 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
17373 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
17374
17375 * net/tramp-sh.el (top): Don't require 'shell.
17376 (tramp-methods): Add `tramp-remote-shell' and
17377 `tramp-remote-shell-args' entries.
17378 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
17379 (tramp-sh-handle-shell-command): Remove.
17380 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17381 Use `tramp-remote-shell'.
17382
17383 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
17384
17385 * mail/sendmail.el (sendmail-query-once-function): Delete.
17386 (sendmail-query-once): Save directly to send-mail-function.
17387 Update message-send-mail-function too.
17388
17389 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
17390
17391 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17392
17393 * progmodes/python.el (python-mode-map): Use correct function to
17394 start python interpreter from menu-bar (as reported by Geert
17395 Kloosterman).
17396 (inferior-python-mode-map): Fix typo.
17397 (python-shell-map): Remove.
17398
17399 2011-09-03 Deniz Dogan <deniz@dogan.se>
17400
17401 * net/rcirc.el (rcirc-print): Simplify code for
17402 rcirc-scroll-show-maximum-output. There is no need to walk
17403 through all windows to find the right one.
17404
17405 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17406
17407 * help.el (help-return-method): Doc fix.
17408
17409 2011-09-03 Martin Rudalics <rudalics@gmx.at>
17410
17411 * window.el (window-deletable-p): Don't return a non-nil value
17412 when there's a buffer that was shown in the window before.
17413 (Bug#9419)
17414 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17415 Set window's previous buffers to nil.
17416
17417 2011-09-03 Eli Zaretskii <eliz@gnu.org>
17418
17419 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
17420 newline before and after the tag line, so it doesn't interfere
17421 with determining the paragraph direction of bidirectional text.
17422
17423 2011-09-03 Leo Liu <sdl.web@gmail.com>
17424
17425 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
17426
17427 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17428
17429 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
17430 (pop-to-buffer): Change interactive spec. Pass second argument
17431 directly to display-buffer.
17432 (display-buffer): Fix interactive spec. Use functionp to
17433 distinguish between a function and a list of functions.
17434
17435 * abbrev.el (edit-abbrevs):
17436 * arc-mode.el (archive-extract):
17437 * autoinsert.el (auto-insert):
17438 * bookmark.el (bookmark-bmenu-list):
17439 * files.el (find-file):
17440 * view.el (view-buffer):
17441 * progmodes/compile.el (compilation-goto-locus):
17442 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
17443
17444 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17445
17446 * window.el (display-buffer-alist): Doc fix.
17447 (display-buffer): Add docstring. Don't treat
17448 display-buffer-default specially.
17449 (display-buffer-reuse-selected-window)
17450 (display-buffer-same-window, display-buffer-maybe-same-window)
17451 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17452 (display-buffer-pop-up-window)
17453 (display-buffer-reuse-or-pop-window)
17454 (display-buffer-use-some-window): New functions.
17455 (display-buffer-default-action): Use them.
17456 (display-buffer-default): Delete.
17457 (pop-to-buffer-1): Fix choice of actions.
17458
17459 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
17460
17461 * minibuffer.el (completion--insert-strings): Don't get confused by
17462 completion entries that end with an LF char.
17463
17464 2011-09-01 Eli Zaretskii <eliz@gnu.org>
17465
17466 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
17467
17468 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
17469
17470 * window.el (display-buffer): Restore interactive spec.
17471 (display-buffer-same-window, display-buffer-other-window):
17472 New functions.
17473 (pop-to-buffer-1): New function. Use the above.
17474 (pop-to-buffer, pop-to-buffer-same-window): Use it.
17475 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
17476
17477 * view.el (view-buffer-other-window, view-buffer-other-frame):
17478 Just use pop-to-buffer.
17479
17480 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17481
17482 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
17483
17484 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
17485
17486 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
17487
17488 2011-08-31 Richard Stallman <rms@gnu.org>
17489
17490 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
17491 of the separation of rmail-view-buffer from rmail-buffer.
17492 If you say no to "replace original", the decrypt is in the
17493 view buffer. If you say yes, the decrypt goes into the
17494 rmail buffer also.
17495
17496 2011-08-31 Martin Rudalics <rudalics@gmx.at>
17497
17498 * window.el (display-buffer-window): Rewrite doc-string.
17499 (display-buffer-record-window): New function.
17500 (display-buffer-macro-specifiers)
17501 (display-buffer-even-window-sizes, display-buffer-set-height)
17502 (display-buffer-set-width, display-buffer-in-window)
17503 (display-buffer-reuse-window, display-buffer-split-specifiers)
17504 (display-buffer-side-specifiers, display-buffer-split-window-1)
17505 (display-buffer-split-window, display-buffer-split-atom-window)
17506 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
17507 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
17508 (display-buffer-other-window-means-other-frame)
17509 (display-buffer-normalize-special)
17510 (display-buffer-normalize-default)
17511 (display-buffer-normalize-argument)
17512 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
17513 (display-buffer-normalize-specifiers, display-buffer-frame)
17514 (display-buffer-same-window, display-buffer-same-frame)
17515 (display-buffer-other-window)
17516 (display-buffer-same-frame-other-window)
17517 (display-buffer-other-frame, pop-to-buffer-same-window)
17518 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
17519 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
17520 (switch-to-buffer-same-frame)
17521 (switch-to-buffer-other-window-same-frame)
17522 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
17523 (display-buffer-alist-set-1, display-buffer-alist-set-2)
17524 (display-buffer-alist-set): Remove.
17525 (display-buffer-function, special-display-buffer-names)
17526 (special-display-regexps, special-display-function):
17527 In doc-string refer to display-buffer-window and quit-restore
17528 parameter.
17529 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
17530 (special-display-frame-alist, special-display-popup-frame)
17531 (same-window-buffer-names, same-window-regexps, same-window-p)
17532 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17533 (split-window-preferred-function, split-height-threshold)
17534 (split-width-threshold, window-splittable-p)
17535 (split-window-sensibly, window--try-to-split-window)
17536 (window--frame-usable-p, even-window-heights)
17537 (window--even-window-heights, window--display-buffer-1)
17538 (window--display-buffer-2, display-buffer-other-frame):
17539 Restore old Emacs 23 code, order and doc-strings where applicable.
17540 (display-buffer-default, display-buffer-assq-regexp): New functions.
17541 (display-buffer-alist): Rewrite doc-string.
17542 (display-buffer-default-action)
17543 (display-buffer-overriding-action): New variables.
17544 (display-buffer, switch-to-buffer): Rewrite.
17545 (pop-to-buffer): Restore Emacs 23 behavior but use
17546 window-normalize-buffer-to-display.
17547 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
17548 Restore Emacs 23 behavior but use
17549 window-normalize-buffer-to-switch-to.
17550 (pop-to-buffer-same-window): Rewrite.
17551 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
17552 Rewrite using Emacs 23 options.
17553
17554 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
17555
17556 * net/tramp.el (tramp-root-regexp): Remove.
17557 (tramp-completion-file-name-regexp-unified)
17558 (tramp-completion-file-name-regexp-separate)
17559 (tramp-completion-file-name-regexp-url): Don't use leading volume
17560 letter on w32 systems. (Bug#5303, Bug#9311)
17561 (tramp-drop-volume-letter): Simplify definition.
17562 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17563
17564 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17565
17566 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
17567 (bug#9356).
17568
17569 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
17570
17571 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
17572
17573 2011-08-29 Juri Linkov <juri@jurta.org>
17574
17575 * isearch.el (isearch-done): Don't display message "Mark saved"
17576 when arg `edit' is non-nil to prevent its flicker in the echo area.
17577
17578 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17579
17580 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
17581 obsolete packages for deletion.
17582
17583 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
17584
17585 * help-mode.el (help-mode-map): Add special-mode-map to parent.
17586 (help-mode): Derive help-mode from special-mode. Don't invoke
17587 view-mode from help-mode.
17588 (help-xref-override-view-map): Remove.
17589 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
17590 view-mode is not used anymore.
17591
17592 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17593
17594 * server.el (server-port): Doc fix.
17595
17596 * cus-theme.el (custom-theme-choose-mode): Inherit from
17597 special-mode (Bug#9124).
17598 (custom-theme-choose-mode-map): Add special-mode to parent.
17599
17600 2011-08-28 Alan Mackenzie <acm@muc.de>
17601
17602 * progmodes/cc-fonts.el
17603 (c-make-font-lock-BO-decl-search-function): New function.
17604 (c-basic-matchers-after - "Fontify the clauses after various
17605 keywords"): Extract the three keyword lists for the 3 erroneous
17606 constructs from the list of four, and use the new function above
17607 in place of an old one.
17608
17609 2011-08-28 Deniz Dogan <deniz@dogan.se>
17610
17611 * net/rcirc.el (rcirc-insert-prev-input)
17612 (rcirc-insert-next-input): Remove unused argument.
17613
17614 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17615
17616 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
17617
17618 2011-08-27 Alan Mackenzie <acm@muc.de>
17619
17620 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
17621 handle function pointer parameters properly.
17622
17623 2011-08-27 Martin Rudalics <rudalics@gmx.at>
17624
17625 * window.el (display-buffer-reuse-window): Fix case where
17626 selected window was reused with non-nil OTHER-WINDOW argument.
17627 (Bug#9381)
17628
17629 2011-08-27 Deniz Dogan <deniz@dogan.se>
17630
17631 * net/rcirc.el (rcirc-check-auth-status): Adding support for
17632 oftc's NickServ messages.
17633
17634 2011-08-27 Glenn Morris <rgm@gnu.org>
17635
17636 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
17637
17638 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
17639
17640 * emacs-lisp/package.el (package-install): Call package-initialize
17641 if called interactively.
17642
17643 2011-08-26 Leo Liu <sdl.web@gmail.com>
17644
17645 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
17646
17647 2011-08-25 Juri Linkov <juri@jurta.org>
17648
17649 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17650 `search-whitespace-regexp' (bug#9364).
17651
17652 2011-08-25 Juri Linkov <juri@jurta.org>
17653
17654 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
17655 `regexp-search-ring' to their global values to protect from
17656 updating by `read-from-minibuffer' (bug#9185).
17657
17658 2011-08-25 Juri Linkov <juri@jurta.org>
17659
17660 * textmodes/ispell.el (ispell-command-loop): Add newline
17661 at the end of the "Use option `i'..." line.
17662
17663 2011-08-25 Juri Linkov <juri@jurta.org>
17664
17665 * battery.el (display-battery-mode): If `battery-status-function'
17666 or `battery-mode-line-format' is nil, display the message and set
17667 `display-battery-mode' to nil (bug#9363).
17668
17669 2011-08-25 Eli Zaretskii <eliz@gnu.org>
17670
17671 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
17672 bidi-string-mark-left-to-right; they are unnecessary now.
17673
17674 2011-08-25 Deniz Dogan <deniz@dogan.se>
17675
17676 * net/quickurl.el: Documentation typo fixes.
17677
17678 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
17679
17680 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
17681
17682 2011-08-25 Glenn Morris <rgm@gnu.org>
17683
17684 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17685
17686 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
17687 (smtpmail-via-smtp): Handle nil response from smtp.
17688
17689 2011-08-24 Juri Linkov <juri@jurta.org>
17690
17691 * proced.el (proced-marked): Inherit from `error' instead of
17692 `font-lock-warning-face'.
17693
17694 * ibuffer.el (ibuffer-marked-face): Change default face from
17695 `font-lock-warning-face' to `warning'.
17696 (ibuffer-deletion-face): Change default face from
17697 `font-lock-type-face' to `error'.
17698
17699 * battery.el (battery-update): Use the face `error' instead of
17700 `font-lock-warning-face' (bug#6117).
17701
17702 2011-08-24 Juri Linkov <juri@jurta.org>
17703
17704 * faces.el (success): Change face color from "Green3" to
17705 "ForestGreen" on light background (bug#9353).
17706
17707 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
17708
17709 * window.el (quit-window): Rename from quit-restore-window.
17710 Use same arglist as old quit-window.
17711 (frame-auto-delete): Doc fix.
17712
17713 * view.el (view-mode-exit): Use quit-window.
17714
17715 2011-08-24 Juri Linkov <juri@jurta.org>
17716
17717 * isearch.el (isearch-ring-adjust1): Start visiting previous
17718 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
17719 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
17720 for empty search string (when the last search string is reused
17721 automatically) to adjust the isearch ring to the last element and
17722 prepare the correct index for further M-p commands (bug#9185).
17723
17724 2011-08-24 Kenichi Handa <handa@m17n.org>
17725
17726 * international/ucs-normalize.el: If decomposition property of
17727 CHAR is the default one (i.e. a list of CHAR itself), treat it as
17728 nil.
17729 (nfd, nfkd): Likewise.
17730
17731 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
17732
17733 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
17734 from process filters aren't reliably transmitted to the surrounding
17735 accept-process-output.
17736 (mpc-proc-check): New function.
17737 (mpc-proc-sync): Use it (bug#8293)
17738
17739 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
17740
17741 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
17742 Add compatibility functions (bug#9313).
17743
17744 2011-08-23 Eli Zaretskii <eliz@gnu.org>
17745
17746 * cus-start.el (all): Add entry for bidi-paragraph-direction.
17747
17748 * international/uni-bidi.el: Regenerate.
17749
17750 2011-08-23 Kenichi Handa <handa@m17n.org>
17751
17752 * international/charprop.el:
17753 * international/uni-bidi.el:
17754 * international/uni-category.el:
17755 * international/uni-combining.el:
17756 * international/uni-comment.el:
17757 * international/uni-decimal.el:
17758 * international/uni-decomposition.el:
17759 * international/uni-digit.el:
17760 * international/uni-lowercase.el:
17761 * international/uni-mirrored.el:
17762 * international/uni-name.el:
17763 * international/uni-numeric.el:
17764 * international/uni-old-name.el:
17765 * international/uni-titlecase.el:
17766 * international/uni-uppercase.el: Regenerate.
17767
17768 2011-08-23 Martin Rudalics <rudalics@gmx.at>
17769
17770 * help.el (help-window-setup): Fix message displayed when other
17771 window is reused. (Bug#9341)
17772
17773 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
17774
17775 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
17776 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
17777
17778 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
17779 Mark obsolete.
17780 * shell.el (shell-parse-pcomplete-arguments): New function.
17781 (shell-completion-vars): Use it instead (bug#9160).
17782
17783 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17784
17785 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
17786 strings and comments (bug#9333).
17787
17788 * emacs-lisp/debug.el (debug-arglist): New function.
17789 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
17790 (debug-on-entry-1): Handle interpreted closures (bug#9120).
17791
17792 2011-08-22 Juri Linkov <juri@jurta.org>
17793
17794 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17795 Revert regexp that highlights output switches to its old
17796 pre-2010-10-28 value and remove one `?' from it (bug#9319).
17797
17798 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
17799 to check for empty output (bug#9226).
17800
17801 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
17802
17803 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
17804 symbol-constituent as the default, as that stops font-lock from
17805 working properly (Bug#8843).
17806
17807 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17808
17809 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
17810 `coding-system-for-*' around the process open call to avoid
17811 auth-source side effects.
17812 (smtpmail-try-auth-methods): Expand the secret password.
17813 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
17814 probe hangs.
17815
17816 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
17817
17818 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
17819
17820 * emacs-lisp/find-func.el (find-function-noselect): New arg
17821 lisp-only.
17822
17823 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
17824 signal an error for built-in functions (Bug#6664).
17825
17826 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17827
17828 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
17829 (smtpmail-try-auth-methods): Use it.
17830
17831 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
17832
17833 * font-lock.el (font-lock-fontify-region)
17834 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
17835 (font-lock-default-unfontify-buffer)
17836 (font-lock-default-fontify-region)
17837 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
17838
17839 * progmodes/compile.el (compilation-error-properties):
17840 Fix confusion between file struct and message struct (Bug#9319).
17841 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
17842 `ant' regexp.
17843
17844 * net/browse-url.el (browse-url-firefox): Don't call
17845 browse-url-firefox-sentinel unless using -remote (Bug#9328).
17846
17847 2011-08-20 Glenn Morris <rgm@gnu.org>
17848
17849 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
17850
17851 * tutorial.el (tutorial--default-keys): Update some default bindings.
17852
17853 * files.el (hack-local-variables): Fully ignore case for "mode:".
17854
17855 2011-08-20 Alan Mackenzie <acm@muc.de>
17856
17857 Resolve invalid use of a regexp in regexp-opt.
17858
17859 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
17860 detection for a java annotation.
17861
17862 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
17863 detection for a java annotation.
17864
17865 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
17866 handling for java.
17867 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
17868
17869 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
17870
17871 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
17872 (Bug#9274).
17873
17874 2011-08-20 Alan Mackenzie <acm@muc.de>
17875
17876 Fontify CPP expressions correctly when starting in the middle of
17877 such a construct. Mainly for when jit-lock etc. starts a chunk
17878 here.
17879
17880 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
17881 variable.
17882 (c-make-font-lock-search-form): New function, extracted from
17883 c-make-font-lock-search-function.
17884 (c-make-font-lock-search-function): Use the above function.
17885 (c-make-font-lock-context-search-function): New function.
17886 (c-cpp-matchers): Enhance the preprocessor expression case with
17887 the above function
17888 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
17889 which takes an expression.
17890
17891 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
17892
17893 2011-08-20 Martin Rudalics <rudalics@gmx.at>
17894
17895 * window.el (display-buffer-reuse-window)
17896 (display-buffer-pop-up-window): Don't reuse or split a side
17897 window.
17898
17899 2011-08-19 Glenn Morris <rgm@gnu.org>
17900
17901 * files.el (hack-local-variables-prop-line, hack-local-variables):
17902 Downcase "Mode:". (Bug#9331)
17903
17904 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
17905
17906 * international/characters.el: Add L and R categories.
17907
17908 * subr.el (bidi-string-mark-left-to-right): Rename from
17909 string-mark-left-to-right. Use category search.
17910
17911 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
17912
17913 2011-08-18 Juri Linkov <juri@jurta.org>
17914
17915 * faces.el (error, warning, success): New faces with definitions
17916 copied from old default values of `font-lock-warning-face',
17917 `compilation-warning', `compilation-info' (bug#6117).
17918
17919 * font-lock.el (font-lock-warning-face): Inherit from `error'.
17920
17921 * progmodes/compile.el (compilation-error): Inherit from `error'.
17922 (compilation-warning): Inherit from `warning'.
17923 (compilation-info): Inherit from `success'.
17924
17925 * dired.el (dired-marked): Inherit from `warning'.
17926 (dired-flagged): Inherit from `error'.
17927
17928 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17929
17930 * mail/smtpmail.el (auth-source): Require to avoid problems with
17931 binding variables (bug#9298). Also clean up some unused
17932 autoloads.
17933
17934 * net/network-stream.el (network-stream-open-starttls):
17935 Support using starttls.el without using gnutls-cli.
17936
17937 2011-08-17 Juri Linkov <juri@jurta.org>
17938
17939 * progmodes/grep.el (rgrep): Handle the case when
17940 `grep-find-command' is a cons cell (bug#9278).
17941
17942 2011-08-17 Martin Rudalics <rudalics@gmx.at>
17943
17944 * window.el (display-buffer-pop-up-frame): Run frame creation
17945 function with BUFFER current (as special-display-popup-frame
17946 does). Reported by Drew Adams.
17947
17948 2011-08-17 Daiki Ueno <ueno@unixuser.org>
17949
17950 * epa-mail.el: Simplify GnuPG group expansion using
17951 epg-expand-group.
17952 (epa-mail-group-alist, epa-mail-group-modtime)
17953 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
17954 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
17955 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
17956 Remove.
17957
17958 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
17959
17960 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
17961
17962 2011-08-16 Alan Mackenzie <acm@muc.de>
17963
17964 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
17965 Correct, to avoid the inside of macros.
17966
17967 2011-08-16 Richard Stallman <rms@gnu.org>
17968
17969 * epa-mail.el: Handle GnuPG group definitions.
17970 (epa-mail-group-alist, epa-mail-group-modtime)
17971 (epa-mail-gnupg-conf-file): New variables.
17972 (epa-mail-parse-groups, epa-mail-sync-groups)
17973 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
17974 (epa-mail-expand-recipients): New functions.
17975 (epa-mail-encrypt): Call epa-mail-expand-recipients.
17976
17977 * mail/rmail.el (rmail-epa-decrypt): New command.
17978
17979 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
17980 Don't bind buffer-read-only, just inhibit-read-only.
17981 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
17982 (epa-decrypt-armor-in-region): Make error message clearer.
17983
17984 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
17985
17986 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
17987 and "a2b" to "ab" for `prefix'.
17988
17989 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
17990
17991 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
17992 filter groups.
17993 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
17994 Fourquet (Bug#8804).
17995
17996 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
17997
17998 * startup.el (argi): Declare as global variable (bug#9275).
17999
18000 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
18001
18002 * subr.el (string-mark-left-to-right): Search the entire string
18003 for RTL script, not just the terminating character. Doc fix.
18004
18005 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
18006
18007 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
18008 New function.
18009 (js--regexp-literal, js-syntax-propertize-function): Remove.
18010 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
18011 (js-mode-map): Don't rebind electric keys.
18012 (js-insert-and-indent): Remove.
18013 (js-mode): Setup electric-layout and electric-indent instead.
18014
18015 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
18016
18017 2011-08-12 Daiki Ueno <ueno@unixuser.org>
18018
18019 * epa.el (epa-progress-callback-function): Fix the logic of
18020 displaying progress.
18021 * epa-file.el (epa-file-insert-file-contents): Make progress
18022 display more user-friendly.
18023 (epa-file-write-region): Ditto.
18024
18025 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
18026
18027 * subr.el (string-mark-left-to-right): New function.
18028
18029 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
18030 Use string-mark-left-to-right.
18031 (list-buffers-noselect): Caller changed.
18032
18033 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18034 Use string-mark-left-to-right.
18035 (tabulated-list-print): Recenter after moving point.
18036
18037 2011-08-10 Juri Linkov <juri@jurta.org>
18038
18039 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
18040 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
18041 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
18042
18043 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
18044
18045 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
18046 (Bug#7554).
18047
18048 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
18049
18050 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
18051 character. (Bug#6594)
18052
18053 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
18054
18055 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
18056 (image-dired--with-db-file): New macro.
18057 (image-dired-write-tags, image-dired-remove-tag)
18058 (image-dired-create-gallery-lists, image-dired-write-comments)
18059 (image-dired-get-comment, image-dired-mark-tagged-files)
18060 (image-dired-list-tags, image-dired-gallery-generate): Use it.
18061 (image-dired-gallery-generate): Use insert-file-contents.
18062
18063 * time.el (display-time-world-list, display-time-world-display):
18064 * time-stamp.el (time-stamp-string):
18065 * vc/add-log.el (add-change-log-entry): Use setenv instead of
18066 set-time-zone-rule (Bug#7337).
18067
18068 2011-08-08 Daiki Ueno <ueno@unixuser.org>
18069
18070 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
18071 (epg-error-to-string, epg-errors-to-string): New function.
18072 (epg-wait-for-completion): Reverse errors list.
18073 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
18074 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
18075 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
18076 (epg-sign-keys, epg-generate-key-from-file)
18077 (epg-generate-key-from-string): Format errors by using
18078 epg-errors-to-string (bug#9255).
18079 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
18080
18081 2011-08-07 Juri Linkov <juri@jurta.org>
18082
18083 * faces.el (list-faces-display): Remove extra angle bracket
18084 from `help-mode-map'.
18085
18086 * info.el (Info-history-toc-nodes): Doc fix.
18087
18088 * longlines.el (longlines-mode): Doc fix.
18089
18090 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
18091
18092 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
18093 of statements and in a few more cases (bug#9183).
18094
18095 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
18096 New functions.
18097 (cl-transform-lambda): Use them (bug#9239).
18098
18099 2011-08-05 Martin Rudalics <rudalics@gmx.at>
18100
18101 * window.el (display-buffer-same-window)
18102 (display-buffer-same-frame, display-buffer-other-window)
18103 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18104 (pop-to-buffer-other-window)
18105 (pop-to-buffer-same-frame-other-window)
18106 (pop-to-buffer-other-frame): Make them defuns.
18107 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
18108
18109 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18110
18111 * subr.el (make-composed-keymap): Move from C. Change calling
18112 convention, and improve docstring to bring attention to a subtle point.
18113 * minibuffer.el (completing-read-default): Adjust accordingly.
18114
18115 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
18116
18117 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18118 (tramp-open-shell): Use `tramp-shell-quote-argument'.
18119
18120 * net/trampver.el: Update release number.
18121
18122 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18123
18124 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
18125 "in" (bug#9190).
18126
18127 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18128
18129 * mail/sendmail.el (sendmail-query-once): Restore the current
18130 buffer after querying (bug#9074).
18131
18132 * dired.el (dired-flagged): Use different faces for marked and
18133 flagged files (bug#6117).
18134
18135 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
18136 (bug#4433).
18137
18138 * ido.el (ido-mode): Switch off the message if called
18139 non-interactively.
18140
18141 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
18142 before 587, since it appears that that's more likely to work for
18143 more people.
18144
18145 * cus-edit.el (custom-file): When running under emacs -q, always
18146 refuse to save the customizations, even if the .emacs file doesn't
18147 exist.
18148
18149 * info.el: Remove the `Info-beginning-of-buffer' function
18150 (bug#8325).
18151
18152 * net/network-stream.el (network-stream-open-starttls):
18153 Use `starttls-available-p' to see whether starttls.el can be used.
18154
18155 2011-08-01 Martin Rudalics <rudalics@gmx.at>
18156
18157 * window.el (display-buffer-in-window): Don't set dedicated status
18158 of window here (Bug#9215).
18159 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18160 (display-buffer-pop-up-side-window)
18161 (display-buffer-in-side-window): Set dedicated status of window here.
18162
18163 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
18164
18165 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
18166 before binding generated-autoload-file.
18167
18168 2011-08-01 Deniz Dogan <deniz@dogan.se>
18169
18170 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
18171
18172 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
18173
18174 Sync with Tramp 2.2.2.
18175
18176 * net/trampver.el: Update release number.
18177
18178 2011-07-30 Juri Linkov <juri@jurta.org>
18179
18180 * dired-aux.el (dired-touch-initial): Remove function.
18181 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
18182 current time, and `default' to the last modification time of the
18183 current marked file (bug#6887).
18184
18185 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
18186
18187 * simple.el (goto-line): Use string-to-number to provide a
18188 numeric argument to read-number (bug#9163).
18189
18190 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
18191
18192 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
18193 connection process, it could be nil.
18194
18195 2011-07-27 Leo Liu <sdl.web@gmail.com>
18196
18197 Simplify url handling in rcirc-mode.
18198
18199 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
18200 (rcirc-browse-url-at-mouse): Remove.
18201 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
18202
18203 2011-07-26 Alan Mackenzie <acm@muc.de>
18204
18205 Fontify bitfield declarations properly.
18206
18207 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
18208 (c-symbol-chars): Now exported as a lang variable.
18209 (c-not-primitive-type-keywords): New lang variable.
18210
18211 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
18212 QT keyword "more" to prevent "more slots: ...." being spuriously
18213 parsed as a bitfield declaration.
18214
18215 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18216 Refactor and enhance to handle bitfield declarations.
18217 (c-punctuation-in): New function.
18218 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
18219 declarations properly.
18220
18221 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
18222
18223 * calendar/icalendar.el (icalendar--all-events): Take care of
18224 multiple vcalendars in a single file.
18225 (icalendar--convert-float-to-ical): Checkdoc fixes.
18226
18227 2011-07-25 Deniz Dogan <deniz@dogan.se>
18228
18229 * image.el (insert-image): Clarifying docstring.
18230
18231 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
18232
18233 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
18234 `tramp-send-command-and-check' if there is no error.
18235 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
18236
18237 2011-07-22 Alan Mackenzie <acm@muc.de>
18238
18239 Prevent cc-langs.elc being loaded at run time.
18240
18241 * progmodes/cc-mode.el: Remove two autoload forms which loaded
18242 cc-langs.
18243
18244 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
18245 "(require 'cc-langs)". Quote a form so it will evaluate at
18246 (cc-mode's) compilation time.
18247
18248 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
18249
18250 * net/tramp.el (tramp-file-name-handler): Avoid recursive
18251 loading. (Bug#9114)
18252
18253 2011-07-21 Martin Rudalics <rudalics@gmx.at>
18254
18255 * window.el (display-buffer-pop-up-window)
18256 (display-buffer-pop-up-side-window)
18257 (display-buffer-in-side-window): Call display-buffer-set-height
18258 and display-buffer-set-width after setting the new window's
18259 buffer so `fit-window-to-buffer' and friends work on the right buffer.
18260
18261 2011-07-20 Sam Steingold <sds@gnu.org>
18262
18263 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
18264 (etags-tags-included-tables): Call `convert-standard-filename' on
18265 the file names contained in TAGS so that windows Emacs can handle
18266 TAGS files created by cygwin ctags.
18267
18268 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18269
18270 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
18271 which apparently didn't work.
18272
18273 2011-07-19 Roland Winkler <winkler@gnu.org>
18274
18275 * proced.el (proced-send-signal): For *Marked Processes* buffer
18276 put point at beginning of buffer.
18277
18278 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
18279
18280 * proced.el (proced-format): Make header lines align with the text
18281 (bug#1779).
18282
18283 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18284
18285 * view.el (view-buffer): Allow running in `special' modes if we're
18286 visiting a file (bug#8615).
18287
18288 2011-07-19 Martin Rudalics <rudalics@gmx.at>
18289
18290 * window.el (display-buffer-alist-of-strings-p)
18291 (display-buffer-alist-set-1, display-buffer-alist-set-2):
18292 New functions.
18293 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
18294 more accurately.
18295
18296 2011-07-18 Alan Mackenzie <acm@muc.de>
18297
18298 Fontify declarators properly when, e.g., a jit-lock chunk begins
18299 inside a declaration.
18300
18301 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
18302
18303 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18304 New function.
18305 (c-complex-decl-matchers): Insert reference to
18306 c-font-lock-enclosing-decls.
18307
18308 * progmodes/cc-engine.el (c-backward-single-comment):
18309 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
18310 to nil around calls to (forward-comment -1).
18311
18312 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18313
18314 * image.el (put-image): Doc typo fix.
18315
18316 * progmodes/etags.el (tags-search): Doc typo fix.
18317
18318 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
18319 password if we get errors 550 to 554.
18320
18321 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18322
18323 * net/gnutls.el (gnutls-log-level): Remove.
18324
18325 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
18326 indentation character (bug#6380).
18327
18328 * files.el (buffer-offer-save): Made permanently local (bug#6241).
18329
18330 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
18331 to clarify what the problem is (bug#4291).
18332
18333 * simple.el (current-kill): Clarify what
18334 `interprogram-paste-function' does (bug#7500).
18335 (auto-fill-mode): Document `auto-fill-function' in relation to
18336 `auto-fill-mode' (bug#2470).
18337
18338 2011-07-16 Lawrence Mitchell <wence@gmx.li>
18339
18340 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
18341 method if slot is read-only (bug#9035).
18342
18343 2011-07-16 Martin Rudalics <rudalics@gmx.at>
18344
18345 * frame.el (select-frame-set-input-focus): New argument NORECORD.
18346 * window.el (pop-to-buffer): Select window used even if it was
18347 selected before, see discussion of (Bug#8615), (Bug#6954).
18348 Pass argument NORECORD on to select-frame-set-input-focus.
18349
18350 2011-07-15 Glenn Morris <rgm@gnu.org>
18351
18352 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
18353 Respect help-form.
18354
18355 2011-07-09 Lawrence Mitchell <wence@gmx.li>
18356
18357 * net/gnutls.el (gnutls-min-prime-bits): New variable.
18358 (gnutls-negotiate): Use it.
18359
18360 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18361
18362 * net/gnutls.el (gnutls-negotiate):
18363 Upcase `gnutls-algorithm-priority'.
18364
18365 2011-07-15 Glenn Morris <rgm@gnu.org>
18366
18367 * jka-compr.el (jka-compr-verbose): Move from here...
18368 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
18369 Add missing :version tag.
18370 * info.el: No need to require jka-compr when compiling.
18371
18372 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18373
18374 * net/gnutls.el (gnutls-algorithm-priority): New variable.
18375 (gnutls-negotiate): Use it.
18376
18377 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
18378
18379 * info.el (Info-beginning-of-buffer): New command.
18380 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
18381 announcing `b' as the key (bug#8325).
18382 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
18383
18384 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
18385
18386 * international/mule-cmds.el
18387 (describe-specified-language-support): Make the error message
18388 clearer (bug#8905).
18389
18390 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
18391
18392 * isearch.el (isearch-barrier): Add a doc string, since it's
18393 mentioned in a function doc string (bug#8678).
18394
18395 2011-07-15 Martin Rudalics <rudalics@gmx.at>
18396
18397 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
18398 buffer argument (Bug#9083) and self-identifying label argument.
18399
18400 2011-07-15 Glenn Morris <rgm@gnu.org>
18401
18402 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
18403
18404 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18405
18406 * man.el (Man-fontify-manpage): Fix message when formatting the
18407 man page (bug#7929).
18408
18409 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18410
18411 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
18412 argument LRM; if non-nil, append an invisible LRM character to the
18413 buffer name.
18414 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
18415 last argument non-nil, when formatting buffer names.
18416 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
18417 paragraph direction.
18418
18419 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18420
18421 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
18422 the man page name (bug#7929).
18423
18424 * image.el (put-image): Mention the `put-image' overlay property
18425 (bug#7834).
18426
18427 * scroll-bar.el (set-scroll-bar-mode): Mention that
18428 `scroll-bar-mode' lists the values (bug#7772).
18429
18430 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
18431 command (bug#7729).
18432
18433 * rect.el (apply-on-rectangle): Return the point after the last
18434 operation.
18435 (string-rectangle): Go to the point after the last operation
18436 (bug#7522).
18437
18438 * printing.el (pr-toggle-region): Clarify the documentation
18439 slightly (bug#7493).
18440
18441 * time.el (display-time-update):
18442 Allow `display-time-mail-function' to return nil (bug#7158).
18443 Fix suggested by Detlev Zundel.
18444
18445 * vc/diff.el (diff): Clarify the order the file names are read
18446 (bug#7111).
18447
18448 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
18449 the doc string (bug#7015).
18450
18451 * font-lock.el (font-lock-maximum-decoration): Mention what
18452 numeric levels mean (bug#6935).
18453
18454 * startup.el (initial-buffer-choice): Don't mention the `none'
18455 selection, which is against policy.
18456
18457 2011-07-14 Martin Rudalics <rudalics@gmx.at>
18458
18459 * window.el (display-buffer-normalize-special):
18460 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
18461
18462 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18463
18464 * subr.el (version<, version<=, version=): Mention "-CVS" and
18465 "-12345" alpha version numbers.
18466
18467 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18468
18469 * bindings.el: Add advertised binding for set-mark-command
18470 (Bug#5772).
18471
18472 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18473
18474 * bindings.el (mode-line-other-buffer):
18475 * bookmark.el (bookmark-bmenu-2-window):
18476 * bs.el (bs-cycle-next, bs-cycle-previous):
18477 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
18478 switch-to-buffer.
18479
18480 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
18481 Delete.
18482
18483 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
18484
18485 * follow.el (follow-debug-message, follow-redisplay):
18486 * jka-cmpr-hook.el (with-auto-compression-mode):
18487 Fix typos in docstrings.
18488
18489 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18490
18491 * subr.el (with-silent-modifications): Clarify somewhat what the
18492 macro inhibits (bug#6525).
18493
18494 * simple.el (eval-expression): Note what it does if called
18495 interactively (bug#6495).
18496
18497 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18498
18499 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
18500 Use pop-to-buffer buffer-or-name if it is nil.
18501
18502 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18503 Remove switch-to-buffer.
18504
18505 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18506
18507 * files.el (make-directory): Clarify that an error will be raised
18508 if there's an error (bug#6397).
18509
18510 * startup.el (initial-buffer-choice): Add `none' as a choice
18511 (bug#6234).
18512
18513 * subr.el (add-hook): Clarify section about buffer-local hooks
18514 (bug#6218).
18515
18516 * dired.el (dired-flagged): Clarify doc string (bug#6117).
18517
18518 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18519
18520 * tabify.el (untabify): Preserve the current column so that point
18521 doesn't move (bug#6032).
18522
18523 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18524
18525 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
18526 Rewrite to avoid awkward possessive "s" (bug#5986).
18527
18528 2011-07-13 Glenn Morris <rgm@gnu.org>
18529
18530 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
18531 (dired-insert-directory): Give a message the first time
18532 if ls is found not to support --dired.
18533
18534 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18535
18536 * simple.el (toggle-truncate-lines): Clarify what is toggled
18537 (bug#5580). Text by Drew Adams.
18538
18539 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18540
18541 * simple.el (blink-matching-open): Make the error message from the
18542 last change less verbose.
18543
18544 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
18545
18546 * font-lock.el (font-lock-comment-face): Use the high contrast
18547 "yellow" color for font-lock-comment-face on low color terminals
18548 using a dark background color (bug#4221).
18549
18550 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18551
18552 * dired.el (dired-insert-set-properties): Make the doc string
18553 reflect what it does now (bug#5325).
18554
18555 * simple.el (blink-matching-open): Say that we were unable to find
18556 the match within the limit, if we're limited (bug#5122).
18557
18558 * international/mule-cmds.el (prefer-coding-system): Add an
18559 example (bug#4869).
18560
18561 * progmodes/etags.el (tags-search): Document `file-list-form'
18562 (bug#4731).
18563
18564 2011-07-13 Lawrence Mitchell <wence@gmx.li>
18565
18566 * net/browse-url.el (browse-url-default-browser)
18567 (browse-url-browser-function): Make the default browser choice a
18568 bit more logical (bug#4300). Also clean up the doc string.
18569
18570 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18571
18572 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
18573 binary endings (bug#4440).
18574
18575 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18576
18577 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
18578 which can be pretty annoying (bug#8971).
18579
18580 * jka-compr.el (jka-compr-verbose): New variable, and use
18581 throughout (bug#8971).
18582
18583 * info.el (Info-find-file): Fall back on the installation
18584 directory if we can't find the info node anywhere else.
18585
18586 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
18587
18588 * vc/vc.el (vc-revert-file):
18589 Don't set file time-stamp in the past. (Bug#5181)
18590
18591 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18592
18593 * files.el (after-find-file): Give a better error message when
18594 trying to find a symlink that points to a file that doesn't exist
18595 (bug#4398).
18596
18597 * progmodes/cc-vars.el: Remove (probably) misleading comment
18598 (bug#4396).
18599
18600 2011-07-12 Johan Bockgård <bojohan@gnu.org>
18601
18602 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
18603
18604 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
18605
18606 * mouse-sel.el: Hack restoring functionality, while keeping
18607 compatibility with 2010-07-03 changes to mouse selection.
18608 (mouse-sel-primary-overlay): New var.
18609 (mouse-sel-selection-alist): Use it.
18610 (mouse-sel-mode): Doc fix; remove points that are default features
18611 of mouse.el.
18612
18613 2011-07-12 Johan Bockgård <bojohan@gnu.org>
18614
18615 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18616 Fix previous fix (bug#2490).
18617
18618 2011-07-12 Roland Winkler <winkler@gnu.org>
18619
18620 * textmodes/bibtex.el (bibtex-initialize):
18621 Use pop-to-buffer-same-window.
18622 (bibtex-search-entries): Fix interactive call.
18623
18624 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18625
18626 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18627 Fontise bytecomp Error lines more correctly (bug#2490).
18628 Fix suggested by Johan Bockgård.
18629
18630 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
18631
18632 * dired-x.el (dired-guess-default): Use `delete-dups'.
18633
18634 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
18635
18636 * dired.el (dired-mark-prompt):
18637 * dired-aux.el (dired-read-shell-command): Doc fix.
18638
18639 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18640
18641 * mail/sendmail.el (sendmail-query-once):
18642 Use `customize-save-variable' unconditionally, now that it works under
18643 emacs -Q.
18644
18645 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18646
18647 * cus-edit.el (custom-file): Take an optional no-error variable.
18648 (customize-save-variable): Set the variable, and give a warning if
18649 running under "emacs -q".
18650
18651 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
18652
18653 * loadhist.el (unload-feature-special-hooks):
18654 Add `auto-coding-functions', `fill-nobreak-predicate' and
18655 `find-directory-functions' (bug#5327).
18656
18657 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18658
18659 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
18660
18661 * cus-edit.el (custom-guess-name-alist): -alist variables should
18662 use the `alist' type (bug#3120). Suggested by Drew Adams.
18663
18664 * printing.el: Add documentation to all the `pr-toggle-' commands.
18665
18666 2011-07-11 Leo Liu <sdl.web@gmail.com>
18667
18668 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
18669 backends where it makes sense (bug#2623).
18670
18671 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18672
18673 * dired-x.el (dired-guess-default): Remove duplicate shell command
18674 entries (bug#2028).
18675 (dired-guess-default): Fix grammar in doc string (bug#2028).
18676 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
18677
18678 * subr.el (remove-duplicates): New conveniency function.
18679
18680 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18681
18682 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
18683 (bug#1526).
18684
18685 2011-07-10 Martin Rudalics <rudalics@gmx.at>
18686
18687 * window.el (display-buffer-normalize-default): Don't invert
18688 meaning of even-window-heights. Reported by Eli Zaretskii
18689 <eliz@gnu.org>.
18690
18691 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
18692
18693 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
18694
18695 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
18696
18697 * window.el (display-buffer): Fix arguments to
18698 display-buffer-reuse-window in last change.
18699
18700 * faces.el (link): Use a less saturated blue on light backgrounds.
18701
18702 * startup.el (fancy-startup-text, fancy-about-text)
18703 (fancy-startup-tail): Use font-lock faces, for background safety.
18704
18705 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
18706
18707 * emulation/viper-cmd.el (viper-change-state-to-vi):
18708 Limit triggering of abbrev expansion (Bug#9038).
18709
18710 2011-07-09 Martin Rudalics <rudalics@gmx.at>
18711
18712 * window.el (display-buffer-default-specifiers): Remove.
18713 (display-buffer-macro-specifiers): Remove default specifiers.
18714 (display-buffer-alist): Default to nil.
18715 (display-buffer-reuse-window): New optional argument other-window.
18716 (display-buffer-pop-up-window): Allow splitting internal
18717 windows. Check whether a live window was created.
18718 (display-buffer-other-window-means-other-frame)
18719 (display-buffer-normalize-arguments): Rename to
18720 display-buffer-normalize-argument and rewrite. Set the
18721 other-window specifier.
18722 (display-buffer-normalize-special): New function.
18723 (display-buffer-normalize-options): Rename to
18724 display-buffer-normalize-default and rewrite.
18725 (display-buffer-normalize-options-inhibit): Remove.
18726 (display-buffer-normalize-specifiers): Rewrite.
18727 (display-buffer): Process other-window specifier and call
18728 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
18729 more faithfully.
18730 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
18731 (display-buffer-alist-set): Don't handle 'unset default values.
18732 (display-buffer-in-window, display-buffer-alist-set):
18733 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
18734 <tassilo@member.fsf.org>.
18735
18736 2011-07-09 Leo Liu <sdl.web@gmail.com>
18737
18738 * register.el (insert-register): Restore accidental change on
18739 2011-06-26. (Bug#9028)
18740
18741 2011-07-09 Glenn Morris <rgm@gnu.org>
18742
18743 * subr.el (remq): Handle the empty list. (Bug#9024)
18744
18745 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
18746
18747 * mail/sendmail.el (send-mail-function): No longer delay custom
18748 initialization.
18749 * custom.el (custom-initialize-delay): Doc fix.
18750
18751 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
18752
18753 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
18754
18755 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
18756
18757 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
18758 human-friendly prompt.
18759
18760 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
18761
18762 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
18763 provided by a particular plugin.
18764
18765 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
18766
18767 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
18768 save customizations (with "emacs -Q"), just set the variable
18769 instead of erroring out.
18770
18771 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18772
18773 2011-07-08 Juri Linkov <juri@jurta.org>
18774
18775 * arc-mode.el (archive-zip-expunge, archive-zip-update)
18776 (archive-zip-update-case): Use 7z if found by `executable-find'.
18777 The order of searching the available programs is the same as in
18778 `archive-zip-extract' (bug#8968).
18779
18780 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
18781
18782 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
18783 (menu-bar-options-menu): Tweak descriptions.
18784
18785 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18786
18787 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
18788 menu items into verb phrases (bug#1421). Also refill to fit under
18789 80 columns.
18790
18791 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
18792
18793 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
18794 (Info-read-node-name): Doc fix (Bug#1084).
18795
18796 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
18797 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
18798 (end-of-sexp, beginning-of-sexp)
18799 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
18800 (forward-symbol, forward-same-syntax, word-at-point)
18801 (sentence-at-point): Doc fix (Bug#1144).
18802
18803 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18804
18805 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
18806 should cover it (bug#1281).
18807
18808 * cus-edit.el (custom-show): Mark as obsolete.
18809
18810 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
18811 negotiation fails, then possibly try again with a non-encrypted
18812 connection (bug#9017).
18813
18814 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
18815 be used.
18816
18817 2011-07-07 Richard Stallman <rms@gnu.org>
18818
18819 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
18820 property, and handle its changed format.
18821 Look for the correct line number.
18822 Use file's line contents (but not past first =) to find
18823 correct line in message.
18824
18825 2011-07-07 Kenichi Handa <handa@m17n.org>
18826
18827 * international/characters.el (build-unicode-category-table):
18828 Delete it.
18829 (unicode-category-table): Set it by unicode-property-table-internal.
18830
18831 * international/mule-cmds.el (char-code-property-alist): Move to
18832 to src/chartab.c.
18833 (get-char-code-property): Call unicode-property-table-internal to
18834 load a file. Call get-unicode-property-internal where necessary.
18835 (put-char-code-property): Call unicode-property-table-internal to
18836 load a file. Call put-unicode-property-internal where necessary.
18837 put-unicode-property-internal where necessary.
18838 (char-code-property-description):
18839 Call unicode-property-table-internal to load a file.
18840
18841 * international/charprop.el:
18842 * international/uni-bidi.el:
18843 * international/uni-category.el:
18844 * international/uni-combining.el:
18845 * international/uni-comment.el:
18846 * international/uni-decimal.el:
18847 * international/uni-decomposition.el:
18848 * international/uni-digit.el:
18849 * international/uni-lowercase.el:
18850 * international/uni-mirrored.el:
18851 * international/uni-name.el:
18852 * international/uni-numeric.el:
18853 * international/uni-old-name.el:
18854 * international/uni-titlecase.el:
18855 * international/uni-uppercase.el: Regenerate.
18856
18857 * loadup.el: Load international/charprop.el before
18858 international/characters.
18859
18860 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
18861
18862 * window.el (next-buffer, previous-buffer): Signal an error if
18863 called from a minibuffer window.
18864
18865 * bindings.el: Revert 2011-07-04 change.
18866
18867 2011-07-06 Richard Stallman <rms@gnu.org>
18868
18869 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
18870 (rmail-mime-insert-bulk, rmail-mime-insert-text):
18871 Treat markers like ints.
18872 (rmail-mime-entity): Doc fix.
18873
18874 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18875
18876 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
18877 defcustom again for backwards compatibility.
18878
18879 * simple.el (shell-command-on-region): Fill.
18880
18881 * dired-aux.el (dired-kill-line): Add a doc string.
18882
18883 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
18884 to "\\sw\\|\\s_" (bug#358).
18885
18886 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
18887 (dired-unmark-backward): Ditto.
18888 (dired-flag-backup-files): Ditto.
18889
18890 * dired-x.el (dired-mark-sexp): Ditto.
18891
18892 2011-07-06 Richard Stallman <rms@gnu.org>
18893
18894 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
18895 (rmail-mime-entity): New arg TRUNCATED.
18896 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
18897 New functions.
18898 (rmail-mime-save): Warn if entity is truncated.
18899 (rmail-mime-toggle-hidden): Likewise, for showing.
18900 (rmail-mime-process-multipart): Record when an entity is truncated.
18901
18902 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
18903 if ENTITY is a string.
18904
18905 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18906
18907 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
18908 of faces when `M-C-x'-ing their definitions (bug#8378).
18909 Also clean up the code slightly.
18910
18911 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
18912 because that makes the colors go away.
18913
18914 * mail/sendmail.el (send-mail-function): Change the default to
18915 `sendmail-query-once'.
18916 (sendmail-query-once): Add an autoload cookie.
18917
18918 * net/network-stream.el (network-stream-open-starttls): Try using
18919 a plain connection even if the server offered STARTTLS, and we
18920 kinda wanted to use it, if Emacs doesn't have any STARTTLS
18921 capability. This should make smtpmail.el work in slightly more
18922 configurations.
18923
18924 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
18925
18926 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
18927 New defun.
18928 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
18929
18930 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
18931
18932 * progmodes/sql.el: Version 3.0
18933 (sql-product-alist): Add product :completion-object,
18934 :completion-column, and :statement attributes.
18935 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
18936 (sql-mode-syntax-table): Mark all punctuation.
18937 (sql-font-lock-keywords-builder): Temporarily remove fallback on
18938 ansi keywords.
18939 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
18940 (sql-mode-oracle-font-lock-keywords): Improve.
18941 (sql-oracle-show-reserved-words): New function for development.
18942 (sql-product-font-lock): Simplify for source code buffers.
18943 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
18944 New functions.
18945 (sql-highlight-product): Set product specific syntax table.
18946 (sql-mode-map): Add statement movement functions.
18947 (sql-ansi-statement-starters, sql-oracle-statement-starters):
18948 New variable.
18949 (sql-statement-regexp, sql-beginning-of-statement)
18950 (sql-end-of-statement, sql-signum): New functions.
18951 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
18952 (sql-show-sqli-buffer): Bug fix.
18953 (sql-interactive-mode): Store connection data as buffer local.
18954 (sql-connect): Add NEW-NAME parameter. Redesign interaction
18955 with sql-interactive-mode.
18956 (sql-save-connection): Save buffer local settings.
18957 (sql-connection-menu-filter): Change menu entry name.
18958 (sql-product-interactive): Bug fix.
18959 (sql-preoutput-hold): New variable.
18960 (sql-interactive-remove-continuation-prompt): Bug fixes.
18961 (sql-debug-redirect): New variable.
18962 (sql-str-literal): New function.
18963 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
18964 Redesign.
18965 (sql-oracle-save-settings, sql-oracle-restore-settings)
18966 (sql-oracle-list-all, sql-oracle-list-table): New functions.
18967 (sql-completion-object, sql-completion-column)
18968 (sql-completion-sqlbuf): New variables.
18969 (sql-build-completions-1, sql-build-completions)
18970 (sql-try-completion): New functions.
18971 (sql-read-table-name): Use them.
18972 (sql-contains-names): New buffer local variable.
18973 (sql-list-all, sql-list-table): Use it.
18974 (sql-oracle-completion-types): New variable.
18975 (sql-oracle-completion-object, sql-sqlite-completion-object)
18976 (sql-postgres-completion-object): New functions.
18977
18978 2011-07-06 Glenn Morris <rgm@gnu.org>
18979
18980 * window.el (pop-to-buffer): Doc fix.
18981
18982 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
18983
18984 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
18985
18986 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
18987
18988 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
18989
18990 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
18991
18992 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
18993
18994 * button.el (button): Inherit from link face. Suggested by Dan
18995 Nicolaescu.
18996
18997 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
18998
18999 * progmodes/gdb-mi.el: Fit in 80 columns.
19000 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
19001 switch-to-buffer.
19002
19003 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
19004 if imenu is simply not configured (bug#8941).
19005
19006 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
19007
19008 * allout.el (allout-post-undo-hook): New allout outline-change
19009 event hook to signal undo activity.
19010 (allout-post-command-business): Run allout-post-undo-hook if an
19011 undo just occurred.
19012 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
19013 * allout-widgets.el (allout-widgets-after-undo-function):
19014 Ensure the integrity of the current item's decoration after it has been
19015 in the vicinity of an undo.
19016 (allout-widgets-mode): Include allout-widgets-after-undo-function
19017 on the new allout-post-undo-hook.
19018
19019 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19020
19021 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
19022 Let define-derived-mode define it.
19023 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
19024 cycles of abbrev-table inheritance (bug#8998).
19025
19026 2011-07-05 Roland Winkler <winkler@gnu.org>
19027
19028 * textmodes/bibtex.el: Add support for biblatex.
19029 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
19030 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
19031 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
19032 (bibtex-entry-alist, bibtex-field-alist): New variables.
19033 (bibtex-entry-field-alist): Obsolete alias for
19034 bibtex-BibTeX-entry-alist.
19035 (bibtex-entry-alist, bibtex-field-alist): New widgets.
19036 (bibtex-set-dialect): New command.
19037 (bibtex-entry-type, bibtex-entry-head)
19038 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
19039 Bind via bibtex-set-dialect.
19040 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
19041 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
19042 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
19043 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
19044 Define via bibtex-set-dialect.
19045 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
19046 Obey bibtex-no-opt-remove-re.
19047 (bibtex-vec-push, bibtex-vec-incr): New functions.
19048 (bibtex-format-entry, bibtex-field-list)
19049 (bibtex-print-help-message, bibtex-validate)
19050 (bibtex-search-entries): Use new format of bibtex-entry-alist.
19051
19052 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19053
19054 * progmodes/compile.el (compilation-goto-locus):
19055 * net/tramp-cmds.el (tramp-append-tramp-buffers):
19056 * bs.el (bs-cycle-next, bs-cycle-previous):
19057 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
19058 * bindings.el (mode-line-other-buffer):
19059 * autoinsert.el (auto-insert):
19060 * arc-mode.el (archive-extract):
19061 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
19062
19063 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19064
19065 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
19066 Fix check of `emacs-lock-unlockable-modes'.
19067 Coerce true values of `emacs-lock--try-unlocking' to t.
19068
19069 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19070
19071 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
19072 * emacs-lock.el: New file.
19073
19074 2011-07-05 Julien Danjou <julien@danjou.info>
19075
19076 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
19077 than `boundp' to check if face is set.
19078
19079 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19080
19081 * register.el (registerv-make):
19082 * window.el (window-min-height): Fix typos in docstrings.
19083
19084 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
19085
19086 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
19087 Update doc string.
19088
19089 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19090
19091 * server.el (server-execute): Catch quit and call
19092 `server-return-error' to pass the error back to emacsclient and
19093 close the connection (bug#8942).
19094
19095 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
19096
19097 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
19098 insecure exception for current topic. Also note that auto-saves
19099 are handled differently.
19100
19101 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
19102 State variables for tracking auto-save inhibition situation.
19103
19104 (allout-write-contents-hook-handler): Rename from
19105 'allout-write-file-hook-handler', and describe how it depends on
19106 write-contents-functions sensitivity to non-nil value to prevent
19107 file write.
19108
19109 (allout-auto-save-hook-handler): Remove. auto-save does not check
19110 this in individual buffers, only in the starting buffer, so this
19111 is not the right way for us to inhibit auto-save in a buffer
19112 according to its condition.
19113
19114 (allout-mode): Use new allout-write-contents-hook-handler, and
19115 only with write-contents-functions. Remove auto-save provisions -
19116 they're implemented elsewhere.
19117
19118 (allout-before-change-handler): If undo is in progress, note that
19119 for attention of allout-post-command-business.
19120
19121 (allout-post-command-business): If the command we're following was
19122 an undo, check for change in the status of encrypted items and
19123 adjust auto-save inhibitions accordingly.
19124
19125 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
19126 according to whether there are or aren't any plain-text topics
19127 pending encryption.
19128
19129 (allout-inhibit-auto-save-info-for-decryption):
19130 Adjust buffer-saved-size and some allout state to inhibit auto-saves
19131 if there are plain-text topics pending encryption.
19132
19133 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
19134 buffer-saved-size and some allout state to not inhibit auto-saves
19135 if there are no longer any plain-text topics pending encryption.
19136
19137 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
19138 No longer provide for exemption of the current topic.
19139
19140 2011-07-04 Juri Linkov <juri@jurta.org>
19141
19142 Add 7z operations to delete and save changed members (bug#8968).
19143 * arc-mode.el (archive-7z-expunge, archive-7z-update):
19144 New defcustoms.
19145 (archive-7z-write-file-member): New function.
19146 (archive-7z-summarize): Fix the number of dashes in the
19147 listing output.
19148
19149 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19150
19151 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
19152 (bug#8958).
19153
19154 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
19155
19156 * bindings.el: Ignore next-buffer and previous-buffer in
19157 minibuffer-local-map.
19158
19159 * font-lock.el (font-lock-builtin-face): Change light background
19160 color to dark slate blue (Bug#6693).
19161
19162 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
19163
19164 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
19165
19166 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19167
19168 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
19169 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19170 Add switch-to-buffer.
19171
19172 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19173
19174 * isearch.el (isearch-search-fun-function): Clarify further the
19175 meaning of the function returned.
19176
19177 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
19178
19179 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
19180
19181 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
19182 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
19183 Use it.
19184 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
19185 `tramp-default-remote-path' does not exist.
19186 (tramp-send-command-and-read): New optional argument NOERROR.
19187 (tramp-open-connection-setup-interactive-shell)
19188 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
19189 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
19190 (tramp-process-sentinel): Flush also process' connection property.
19191 (tramp-sh-handle-start-file-process): Do not set process
19192 sentinel. It is done now ...
19193 (tramp-maybe-open-connection): ... here. (Bug#8929)
19194
19195 2011-07-04 MON KEY <monkey@sandpframing.com>
19196
19197 * play/animate.el (animate-string): Doc fixes and allow changing
19198 the buffer name (bug#5417).
19199
19200 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19201
19202 * play/animate.el (animation-buffer-name): Rename from *animate*.
19203
19204 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
19205
19206 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
19207 This is simpler and helps future-proof the code.
19208 (timer-until): Use time-subtract and float-time.
19209 (timer--time-less-p): Use time-less-p.
19210
19211 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19212
19213 * type-break.el (timep): Use the value of `float-time' to avoid a
19214 byte-compiler warning.
19215
19216 * server.el (server-eval-and-print): Return any result, even nil.
19217
19218 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
19219
19220 * type-break.el: Accept time formats that the builtins accept.
19221 (timep, type-break-time-difference): Accept any format that
19222 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
19223 This is simpler and helps future-proof the code.
19224 (type-break-time-difference): Round rather than ignoring
19225 subseconds components.
19226
19227 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19228
19229 * info.el (Info-apropos-matches): Make non-interactive, since it
19230 doesn't seem to do anything useful as a command (bug#8829).
19231
19232 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
19233
19234 * frame.el (frame-background-mode, frame-set-background-mode):
19235 Move from faces.el.
19236 (frame-default-terminal-background): New function.
19237
19238 * custom.el (custom-push-theme): Don't record faces in `changed'
19239 theme; this doesn't work correctly for per-frame face settings.
19240 (disable-theme): Use face-set-after-frame-default to reset faces.
19241 (custom--frame-color-default): New function.
19242
19243 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19244
19245 * dired.el (dired-flagging-regexp): Remove unused variable
19246 (bug#8769).
19247
19248 2011-03-29 Kevin Ryde <user42@zip.com.au>
19249
19250 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19251 `perl-Test2' extend to match possible "fail #N" rep count
19252 (bug#8377).
19253
19254 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19255
19256 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
19257 `smtpmail-via-smtp' now returns the error instead of nil.
19258
19259 * isearch.el (isearch-search-fun-function): Clarify the doc string
19260 (bug#8101).
19261
19262 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
19263
19264 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
19265 unnecessary spaces (bug#8987).
19266
19267 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19268
19269 * net/network-stream.el (open-network-stream): Use the
19270 :end-of-capability command thoughout.
19271
19272 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19273
19274 * net/network-stream.el (open-network-stream): Add the
19275 :end-of-capability command parameter, used by pop3.el.
19276
19277 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19278
19279 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
19280
19281 * fringe.el (fringe-query-style): Remove redundant text " (type ?
19282 for list)" (bug#6475).
19283
19284 * files.el (file-expand-wildcards): Ignore non-readable
19285 sub-directories while trying to find matches instead of signaling
19286 an error (bug#6297).
19287
19288 * man.el (Man-reference-regexp): Allow matching possible
19289 word-wrapped references (bug#6289).
19290
19291 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
19292 for consistency with the other vc buffers (bug#6197).
19293 (vc-checkin): Ditto.
19294
19295 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
19296
19297 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
19298
19299 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19300
19301 * custom.el (defcustom): Clarify that :set is only used in the
19302 Customize user interface (bug#6089).
19303
19304 * progmodes/flymake.el (flymake-mode): If the buffer isn't
19305 associated with a file, refuse to run instead of erroring out
19306 (bug#6084).
19307
19308 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
19309 the doc string, since it appears that using `fill-column' always
19310 controls the width (bug#7845).
19311
19312 * simple.el (shell-command-on-region): Say where the error output
19313 went if `shell-command-default-error-buffer' is set (bug#6857).
19314
19315 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
19316
19317 * allout.el (allout-yank-processing): Adjust cursor position for
19318 backwards-deleted space.
19319
19320 (allout-rebullet-heading): Register changes with
19321 allout-exposure-changed-hook, so the modified topic is properly
19322 decorated.
19323
19324 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19325
19326 * minibuffer.el (completion-in-region): Document PREDICATE
19327 (bug#7136).
19328
19329 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
19330 of keyword/argument pairs (bug#6904).
19331
19332 * replace.el (multi-occur):
19333 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
19334
19335 2011-07-02 Drew Adams <drew.adams@oracle.com>
19336
19337 * dired.el (dired-mark-if): Make the message about whether it's
19338 marking or unmarking clearer (bug#8523).
19339
19340 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19341
19342 * disp-table.el (display-table-print-array): New function.
19343 (describe-display-table): Use it to print the vectors more pretty
19344 (Bug#8859).
19345
19346 2011-07-02 Martin Rudalics <rudalics@gmx.at>
19347
19348 * window.el (window-state-get-1): Don't assign clone numbers.
19349 Add clone-of item to list of window parameters.
19350 (window-state-put-2): Don't process clone numbers.
19351 (display-buffer-alist): Fix doc-string.
19352
19353 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19354
19355 * subr.el (remq): Don't allocate if it's not needed.
19356 (keymap--menu-item-binding, keymap--menu-item-with-binding)
19357 (keymap--merge-bindings): New functions.
19358 (keymap-canonicalize): Use them to refine the canonicalization.
19359 * minibuffer.el (minibuffer-local-completion-map)
19360 (minibuffer-local-must-match-map): Move initialization from C.
19361 (minibuffer-local-filename-completion-map): Move initialization from C;
19362 don't inherit from anything here.
19363 (minibuffer-local-filename-must-match-map): Make obsolete.
19364 (completing-read-default): Use make-composed-keymap to combine
19365 minibuffer-local-filename-completion-map with either
19366 minibuffer-local-must-match-map or
19367 minibuffer-local-filename-completion-map.
19368
19369 2011-07-01 Glenn Morris <rgm@gnu.org>
19370
19371 * type-break.el (type-break-time-sum): Use dolist.
19372
19373 * textmodes/flyspell.el (flyspell-word-search-backward):
19374 Replace CL function.
19375
19376 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19377
19378 * mouse.el (mouse--strip-first-event): New function.
19379 (function-key-map): Use it to map fringe clicks to normal clicks
19380 by default.
19381
19382 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
19383 (vc-bzr-revision-completion-table): Add support for annotate and date.
19384
19385 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
19386 inherit from parent.
19387
19388 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19389
19390 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
19391 (dired-show-file-type): Doc fixup (bug#8818).
19392
19393 * dired.el (dired-mode): Fix up the doc string as suggested by
19394 Drew Adams (bug#8817).
19395
19396 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
19397 cookie, since the manual says that it should be possible to add
19398 this function to `find-file-hook' (bug#8709).
19399
19400 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19401
19402 * progmodes/cfengine.el: Moved all cfengine3.el functionality
19403 here. Noted Ted Zlatanov as the maintainer.
19404 (cfengine-common-settings, cfengine-common-syntax): New functions
19405 to set up common things between `cfengine-mode' and
19406 `cfengine3-mode'.
19407 (cfengine3-mode): New mode.
19408 (cfengine3-defuns cfengine3-defuns-regex
19409 (cfengine3-class-selector-regex cfengine3-category-regex)
19410 (cfengine3-vartypes cfengine3-font-lock-keywords)
19411 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
19412 (cfengine3-indent-line): Add from cfengine3.el.
19413
19414 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
19415
19416 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
19417
19418 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
19419
19420 2011-07-01 Martin Rudalics <rudalics@gmx.at>
19421
19422 * window.el (same-window-buffer-names, same-window-regexps)
19423 (same-window-p, special-display-frame-alist)
19424 (special-display-popup-frame, special-display-function)
19425 (special-display-buffer-names, special-display-regexps)
19426 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
19427 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19428 (split-window-preferred-function, split-height-threshold)
19429 (split-width-threshold, even-window-heights)
19430 (display-buffer-mark-dedicated, window-splittable-p)
19431 (split-window-sensibly, window-safely-shrinkable-p):
19432 Un-obsolete.
19433 (display-buffer): Don't spread args with function specifier
19434 because special-display-popup-frame won't like it.
19435
19436 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
19437
19438 Time-stamp simplifications and fixes.
19439 These improve accuracy slightly, and future-proof the code
19440 against some potential changes to current-time format.
19441
19442 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
19443 by using time-since and float-time.
19444
19445 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
19446 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
19447 + NNN microseconds".
19448
19449 * type-break.el (type-break-time-sum): Rewrite using time-add.
19450
19451 * play/hanoi.el (hanoi-current-time-float): Remove.
19452 All uses replaced by float-time.
19453
19454 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
19455 This yields a more-accurate answer.
19456 (rng-time-to-float): Remove; no longer needed.
19457
19458 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
19459
19460 * calendar/timeclock.el (timeclock-seconds-to-time):
19461 Defalias to seconds-to-time, since they're the same thing.
19462
19463 * emacs-lisp/elp.el (elp-elapsed-time):
19464 * emacs-lisp/benchmark.el (benchmark-elapse):
19465 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
19466
19467 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19468
19469 * window.el (bury-buffer): Don't iconify the only frame.
19470 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
19471 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
19472
19473 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
19474
19475 * eshell/em-smart.el (eshell-smart-display-navigate-list):
19476 Add mouse-yank-primary.
19477
19478 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19479
19480 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
19481
19482 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19483
19484 * emacs-lisp/find-func.el (find-library--load-name): New fun.
19485 (find-library-name): Use it to find relative load names when provided
19486 absolute file name (bug#8803).
19487
19488 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19489
19490 * textmodes/flyspell.el (flyspell-word): Consider words that
19491 differ only in case as potential doublons (bug#5687).
19492
19493 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
19494 Remove two rather uninteresting debugging-like messages to make
19495 debbugs.el more silent.
19496
19497 * comint.el (comint-password-prompt-regexp): Accept "Response" as
19498 a password-like phrase.
19499
19500 2011-06-30 Masatake YAMATO <yamato@redhat.com>
19501
19502 * progmodes/cc-guess.el: New file.
19503
19504 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
19505
19506 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
19507 derived from `c-basic-common-init'.
19508
19509 * progmodes/cc-mode.el (top-level): Require cc-guess.
19510 (c-basic-common-init): Use `cc-choose-style-for-mode'.
19511
19512 2011-06-30 Lawrence Mitchell <wence@gmx.li>
19513
19514 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
19515
19516 2011-06-30 Alan Mackenzie <acm@muc.de>
19517
19518 * progmodes/cc-engine.el (c-guess-continued-construct):
19519 Correct the handling of template-args-cont, particularly for when font
19520 lock is disabled. Name this case as "CASE G".
19521
19522 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
19523
19524 * allout.el (allout-yank-processing): Fix injection of extra space
19525 between bullet and non-whitespace character in first topic when
19526 pasting, ensuring that the actual spacing in the pasted topic
19527 following the bullet char is preserved. This extra space was
19528 causing pasted encrypted topics to get a decrypted status even
19529 when the content was actually still encrypted. Now the decryption
19530 status from before the paste is preserved.
19531
19532 (allout-flag-region): Set all allout overlays so they evaporate
19533 when reduced to zero length (evanescent), to prevent overlay
19534 leakage.
19535
19536 2011-06-30 Glenn Morris <rgm@gnu.org>
19537
19538 * w32-fns.el (w32-charset-info-alist): Declare.
19539
19540 * find-dired.el (find-grep-options): Simplify.
19541
19542 * term/ns-win.el (ns-set-resource): Declare.
19543
19544 * ses.el (row, col): Declare dynamic variables honestly.
19545
19546 * textmodes/reftex-parse.el (index-tags): Declare.
19547
19548 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
19549
19550 * cus-edit.el (customize-push-and-save): New function.
19551
19552 * files.el (hack-local-variables-confirm): Use it.
19553
19554 * custom.el (load-theme): New arg NO-CONFIRM.
19555 Use customize-push-and-save (Bug#8720).
19556 (custom-enabled-themes): Doc fix.
19557
19558 * cus-theme.el (customize-create-theme)
19559 (custom-theme-merge-theme): Callers to load-theme changed.
19560
19561 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19562
19563 * thingatpt.el (thing-at-point-short-url-regexp): Require that
19564 short URLs have at least one dot in them (bug #7614).
19565
19566 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
19567 nil, because using a pty is apparently too slow (bug #895).
19568
19569 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
19570
19571 * mail/sendmail.el (sendmail-query-once): New function.
19572 (sendmail-query-once-function): New variable.
19573
19574 2011-06-29 Glenn Morris <rgm@gnu.org>
19575
19576 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
19577
19578 * ses.el (top-level): Require cl when compiling.
19579 (ses-set-localvars): Fix error statement.
19580 Call it at compile time to silence a storm of warnings.
19581
19582 2011-06-29 Martin Rudalics <rudalics@gmx.at>
19583
19584 * window.el (normalize-live-buffer): Rename to
19585 window-normalize-buffer.
19586 (normalize-live-frame): Rename to window-normalize-frame.
19587 (normalize-any-window): Rename to window-normalize-any-window.
19588 (normalize-live-window): Rename to window-normalize-live-window.
19589 (make-window-atom): Rename to window-make-atom.
19590 (window-resize-reset): Rename to window--resize-reset.
19591 (window-resize-reset-1): Rename to window--resize-reset-1.
19592 (resize-mini-window): Rename to window--resize-mini-window.
19593 (resize-subwindows-skip-p): Rename to
19594 window--resize-subwindows-skip-p.
19595 (resize-subwindows-normal): Rename to
19596 window--resize-subwindows-normal.
19597 (resize-subwindows): Rename to window--resize-subwindows.
19598 (resize-other-windows): Rename to window--resize-siblings.
19599 (resize-this-window): Rename to window--resize-this-window.
19600 (resize-root-window): Rename to window--resize-root-window.
19601 (resize-root-window-vertically): Rename to
19602 window--resize-root-window-vertically.
19603 (normalize-buffer-to-display): Rename to
19604 window-normalize-buffer-to-display.
19605 (normalize-buffer-to-switch-to): Rename to
19606 window-normalize-buffer-to-switch-to.
19607 Correspondingly update all callers of the functions listed
19608 above.
19609 (display-buffer-alist, display-buffer-normalize-arguments)
19610 (display-buffer-normalize-options, display-buffer)
19611 (display-buffer-alist-set): Use "function" instead of
19612 "fun-with-args".
19613
19614 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
19615
19616 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
19617 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
19618 debbugs.gnu.org. Mention acknowledgment email.
19619
19620 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
19621
19622 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
19623 buffer multibyteness, since it shouldn't matter.
19624
19625 2011-06-28 Martin Rudalics <rudalics@gmx.at>
19626
19627 * window.el (display-buffer-in-side-window): Handle dedicated
19628 windows as in display-buffer-reuse-window.
19629 (display-buffer-normalize-alist): Use value of override
19630 specifier.
19631 (display-buffer-normalize-specifiers): Use value of
19632 other-window-means-other-frame specifier.
19633 (display-buffer-alist): Rewrite some texts in widgets.
19634 (display-buffer): Spread arguments when calling function
19635 specified by fun-with-args.
19636
19637 2011-06-28 Deniz Dogan <deniz@dogan.se>
19638
19639 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19640 Unnest `let'.
19641
19642 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
19643 selectors (Bug#5732).
19644 (css-proprietary-nmstart-re): Use `regexp-opt'.
19645
19646 2011-06-27 Jari Aalto <jari.aalto@cante.net>
19647
19648 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
19649 (eshell-ls-date-format): New defcustom.
19650 (eshell-ls-file): Use it.
19651
19652 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19653
19654 * help-fns.el (describe-variable): Fix message for terminal-local vars.
19655
19656 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
19657
19658 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
19659 (ange-ftp-make-tmp-name): New arg.
19660 (ange-ftp-file-local-copy): Use it.
19661
19662 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
19663
19664 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
19665 no-conversion (Bug#8870).
19666
19667 2011-06-27 Martin Rudalics <rudalics@gmx.at>
19668
19669 * window.el (window-right, window-left, window-child)
19670 (window-child-count, window-last-child)
19671 (window-iso-combination-p, walk-window-tree-1)
19672 (window-atom-check-1, window-tree-1, delete-window)
19673 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
19674 new naming conventions - window-vchild, window-hchild,
19675 window-next and window-prev are now called window-top-child,
19676 window-left-child, window-next-sibling and window-prev-sibling
19677 respectively.
19678 (resize-window-reset): Rename to window-resize-reset.
19679 (resize-window-reset-1): Rename to window-resize-reset-1.
19680 (resize-window): Rename to window-resize.
19681 (window-min-height, window-min-width)
19682 (resize-mini-window, resize-this-window, resize-root-window)
19683 (resize-root-window-vertically, adjust-window-trailing-edge)
19684 (enlarge-window, shrink-window, maximize-window)
19685 (minimize-window, delete-window, quit-restore-window)
19686 (split-window, balance-windows, balance-windows-area-adjust)
19687 (balance-windows-area, window-state-put-2)
19688 (display-buffer-even-window-sizes, display-buffer-set-height)
19689 (display-buffer-set-width, set-window-text-height)
19690 (fit-window-to-buffer): Rename all "resize-window" prefixed
19691 calls to use the "window-resize" prefix convention.
19692 (display-buffer-alist): Fix symbol for label specifier.
19693 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
19694 corresponding specifier.
19695 Reported by Juanma Barranquero <lekktu@gmail.com>.
19696
19697 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
19698
19699 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
19700 convention.
19701 (ses-call-printer): Does not pass an empty string to formatter when the
19702 cell is empty to keep from barking printer Calc math-format-value.
19703
19704 2011-06-27 Richard Stallman <rms@gnu.org>
19705
19706 * battery.el (battery-mode-line-limit): New variable.
19707 (battery-update): Handle it.
19708
19709 * mail/rmailmm.el (rmail-mime-process-multipart):
19710 Handle truncated messages.
19711
19712 2011-06-27 Glenn Morris <rgm@gnu.org>
19713
19714 * progmodes/flymake.el (flymake-err-line-patterns):
19715 Allow for column numbers in the ant/javac pattern. (Bug#8866)
19716
19717 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
19718
19719 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
19720 (ses--clean-!, ses--clean-_): New functions.
19721 (ses-range): Add configurability of readout order, and conversion
19722 to Calc vector.
19723
19724 * ses.el (ses-repair-cell-reference-all): New function.
19725 (ses-cell-symbol): Set macro as safe, so that it can be used in
19726 formulas.
19727
19728 * ses.el: Update cycle detection algorithm.
19729 (ses-localvars): Add ses--Dijkstra-attempt-nb and
19730 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
19731 (ses-set-localvars): New function.
19732 (ses-make-cell): Add property-list as a cell element.
19733 (ses-cell-property-get-fun, ses-cell-property-get)
19734 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
19735 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
19736 New functions.
19737 (ses-cell-property-set, ses-cell-property-pop)
19738 (ses-cell-property-get-handle): New macro.
19739 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
19740 New aliases, used for code readability.
19741 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
19742 cycle detection.
19743 (ses-self-reference-early-detection): New defcustom.
19744 (ses-formula-references): Robustify against self-referring cells.
19745 (ses-mode): Use ses-set-localvars.
19746 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
19747 before lauching the update processing.
19748 (ses-initialize-Dijkstra-attempt): New function.
19749 (ses-recalculate-cell): Update for cycle detection based on
19750 Dijkstra algorithm.
19751
19752 * ses.el: Fix commenting and indenting convention.
19753
19754 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19755
19756 * bs.el (bs-cycle-next): Complete last change.
19757
19758 2011-06-27 Drew Adams <drew.adams@oracle.com>
19759
19760 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
19761
19762 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19763
19764 * net/network-stream.el (network-stream-open-starttls):
19765 Don't re-get capabilities unless we've reestablished connection.
19766 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
19767
19768 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
19769 to binary to possibly avoid line encoding issues on Windows (among
19770 other things).
19771
19772 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
19773
19774 * net/network-stream.el (open-network-stream): Return an :error
19775 saying what the problem was, if possible.
19776
19777 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
19778 server.
19779
19780 * net/network-stream.el (network-stream-open-starttls): If we
19781 wanted to use STARTTLS, and the server offered it, but we weren't
19782 able to because we had no STARTTLS support, then close the connection.
19783 (open-network-stream): Return an :error element, if present.
19784
19785 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
19786
19787 * hl-line.el (hl-line-sticky-flag): Doc fix.
19788 (global-hl-line-sticky-flag): New option (Bug#8323).
19789 (global-hl-line-highlight): Obey it.
19790
19791 * vc/vc.el (vc-revert-show-diff): Default to t.
19792
19793 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
19794
19795 * allout-widgets.el (allout-widgets-post-command-business):
19796 Stop decorating intermediate isearch matches. They're not being
19797 undecorated when an isearch is continued past, and isearch
19798 automatically collapses them. This leads to "widget leaks", where
19799 decorated items accumulate in collapsed areas. Lines with lots of
19800 hidden widgets can slow down cursor travel, substantially.
19801 Too much complicated machinery would be needed to ensure undecoration,
19802 so we're doing without this nicety.
19803
19804 (allout-widgets-tally-string): Don't try to do a hash-table-count
19805 of allout-widgets-tally when it's nil. This eliminates spurious "Error
19806 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
19807 *Messages* when allout-widgets-maintain-tally is t.
19808
19809 2011-06-26 Martin Rudalics <rudalics@gmx.at>
19810
19811 * window.el (display-buffer-normalize-argument): Rename to
19812 display-buffer-normalize-arguments. Handle special meaning of
19813 LABEL argument. Respect special-display-function when popping up
19814 a new frame. Fix code searching for a window showing the buffer
19815 on another frame.
19816 (display-buffer-normalize-specifiers):
19817 Call display-buffer-normalize-arguments.
19818 (display-buffer-in-window): Don't undedicate the window if its
19819 buffer remains the same.
19820 Reported by Drew Adams <drew.adams@oracle.com>.
19821 (display-buffer-alist): Add choice for same-window macro
19822 specfier.
19823 (display-buffer): Mention special meaning of LABEL argument in
19824 doc-string. Fix quoting. Don't pop up a new frame even as
19825 fallback.
19826
19827 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
19828
19829 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
19830 avoid deleting the current window in some cases (bug#8911).
19831
19832 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
19833
19834 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
19835 (Bug#8934)
19836
19837 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
19838
19839 * net/network-stream.el (network-stream-open-starttls):
19840 Use built-in TLS support if `gnutls-available-p' is true.
19841 (network-stream-open-tls): Ditto.
19842
19843 2011-06-26 Leo Liu <sdl.web@gmail.com>
19844
19845 * register.el (registerv): New struct.
19846 (registerv-make): New function.
19847 (jump-to-register, describe-register-1, insert-register):
19848 Support the jump-func, print-func and insert-func slot of a registerv
19849 struct. (Bug#8415)
19850
19851 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
19852
19853 * vc/vc.el (vc-revert-show-diff): New defcustom.
19854 (vc-diff-internal): New arg specifying diff buffer.
19855 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
19856 reuse an existing *vc-diff* buffer (Bug#8927).
19857
19858 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
19859
19860 2011-06-26 Glenn Morris <rgm@gnu.org>
19861
19862 * progmodes/f90.el (f90-critical-indent): New option.
19863 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
19864 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
19865 (f90-mode): Doc fix.
19866 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
19867 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
19868 (f90-beginning-of-block, f90-next-block, f90-indent-region)
19869 (f90-match-end): Handle block, critical.
19870
19871 2011-06-25 Glenn Morris <rgm@gnu.org>
19872
19873 * calendar/diary-lib.el (diary-included-files): Doc fix.
19874 (diary-include-files): New function, extracted from
19875 diary-include-other-diary-files and diary-mark-included-diary-files.
19876 (diary-include-other-diary-files, diary-mark-included-diary-files):
19877 Just call diary-include-files.
19878 (diary-mark-entries): Reset diary-included-files on first call.
19879
19880 * calendar/diary-lib.el (diary-mark-entries)
19881 (diary-mark-included-diary-files):
19882 Visit included diary-files in temp buffers.
19883
19884 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
19885 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
19886 (f90-start-block-re, f90-imenu-generic-expression)
19887 (f90-looking-at-program-block-start, f90-no-block-limit):
19888 Add support for submodules.
19889
19890 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
19891 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
19892
19893 2011-06-25 Eli Zaretskii <eliz@gnu.org>
19894
19895 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
19896 buffer-file-type before setting its value, to avoid disastrous
19897 global effects on decoding files for DOS/Windows systems. (Bug#8780)
19898
19899 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
19900
19901 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
19902
19903 * ses.el (ses-unload-function):
19904 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
19905
19906 * proced.el (proced-unload-function):
19907 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
19908
19909 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
19910
19911 * server.el (server-create-window-system-frame): Add parameters arg.
19912 (server-process-filter): Doc fix. Handle frame-parameters.
19913
19914 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
19915
19916 Fix bug#8730, bug#8781.
19917
19918 * loadhist.el (unload--set-major-mode): New function.
19919 (unload-feature): Use it.
19920
19921 * progmodes/python.el (python-after-info-look): Add autoload cookie.
19922 (python-unload-function): New function.
19923
19924 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
19925
19926 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
19927
19928 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
19929
19930 * net/browse-url.el (browse-url-firefox-program): Add icecat to
19931 the candidates list.
19932
19933 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
19934
19935 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
19936
19937 2011-06-23 Richard Stallman <rms@gnu.org>
19938
19939 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
19940 (rmail-variables): Set next-error-move-function.
19941 (rmail-what-message): Take argument POS.
19942 (rmail-next-error-move): New function.
19943
19944 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
19945
19946 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
19947 messages for adjacent non-terminals.
19948
19949 2011-06-23 Richard Stallman <rms@gnu.org>
19950
19951 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
19952 (rmail-show-message-1): Preserve buffer modified flag.
19953 (rmail-start-mail): Don't specify use of rmail-mail-return;
19954 that's done by mail-bury now.
19955 (rmail-mail-return): Handle arg NEWBUF.
19956
19957 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
19958
19959 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
19960 SIZE is a number.
19961
19962 2011-06-23 Martin Rudalics <rudalics@gmx.at>
19963
19964 * window.el (get-lru-window, get-mru-window)
19965 (get-largest-window): Never return a minibuffer window.
19966 (display-buffer-pop-up-window): Fix a bug that could lead to
19967 reusing the minibuffer window.
19968 (display-buffer): Pass original specifier argument to
19969 display-buffer-function instead of the normalized one.
19970 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19971
19972 2011-06-22 Leo Liu <sdl.web@gmail.com>
19973
19974 * minibuffer.el (completing-read-function)
19975 (completing-read-default): Move from minibuf.c.
19976
19977 2011-06-22 Richard Stallman <rms@gnu.org>
19978
19979 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
19980 to Rmail even if not started by a special Rmail command.
19981
19982 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
19983 Copy the buffer currently showing just one message.
19984
19985 2011-06-22 Roland Winkler <winkler@gnu.org>
19986
19987 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
19988 (bibtex-clean-entry): First delete the old key so that a
19989 customized algorithm for generating the new key does not get
19990 confused by the old key.
19991 (bibtex-url): Obey regexp of first step.
19992 (bibtex-search-entries): Do not use add-to-list with local
19993 list-var.
19994
19995 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
19996
19997 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
19998 stored a user name, then query for the password first, instead of
19999 waiting for SMTP to give an error message and the trying again.
20000
20001 2011-06-22 Lawrence Mitchell <wence@gmx.li>
20002
20003 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
20004 BUFFER in call-process.
20005
20006 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20007
20008 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
20009 QUIT twice.
20010 (smtpmail-try-auth-methods): Require user name and password from
20011 auth-source.
20012
20013 2011-06-22 Martin Rudalics <rudalics@gmx.at>
20014
20015 * window.el (display-buffer-default-specifiers)
20016 (display-buffer-alist): Remove entries for pop-up-frame-alist.
20017 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
20018 (split-window): Normalize SIDE argument (Bug#8916).
20019
20020 * frame.el (pop-up-frame-alist, pop-up-frame-function)
20021 (special-display-frame-alist, special-display-popup-frame):
20022 Remove duplicate declarations. These are now in window.el.
20023
20024 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20025
20026 * mail/smtpmail.el (smtpmail-via-smtp):
20027 Set :use-starttls-if-possible so that we always use STARTTLS if the
20028 server supports it. SMTP servers that support STARTTLS commonly
20029 require it.
20030
20031 * net/network-stream.el (network-stream-open-starttls): Support
20032 upgrading to STARTTLS always, even if we don't have built-in support.
20033 (open-network-stream): Add the :always-query-capabilities keyword.
20034
20035 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
20036 upgrades with `open-network-stream', and rely solely on
20037 auth-source for all credentials. Big changes throughout the file,
20038 but in particular:
20039 (smtpmail-auth-credentials): Remove.
20040 (smtpmail-starttls-credentials): Remove.
20041 (smtpmail-via-smtp): Check for servers saying they want AUTH after
20042 MAIL FROM, too.
20043
20044 * net/network-stream.el (network-stream-open-starttls):
20045 Provide support for client certificates both for external and built-in
20046 STARTTLS.
20047 (auth-source): Require.
20048 (open-network-stream): Document the :client-certificate keyword.
20049 (network-stream-certificate): Change cert-cert to cert and
20050 cert-key to key.
20051
20052 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
20053
20054 * net/tramp-cache.el (top): Don't load the persistency file when
20055 "emacs -Q" has been called.
20056
20057 2011-06-21 Tim Harper <timcharper@gmail.com>
20058
20059 * term/ns-win.el (ns-initialize-window-system):
20060 Set application-specific `ApplePressAndHoldEnabled' system
20061 resource to NO as it is not yet supported by the NS port.
20062
20063 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
20064
20065 * misc.el (list-dynamic-libraries--refresh): Compute header here...
20066 (list-dynamic-libraries): ...not here.
20067
20068 2011-06-21 Leo Liu <sdl.web@gmail.com>
20069
20070 * subr.el (sha1): Implement sha1 using secure-hash.
20071
20072 2011-06-21 Martin Rudalics <rudalics@gmx.at>
20073
20074 * window.el (display-buffer-alist): In default value do not
20075 enforce searching a window on any but the selected frame.
20076 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20077 (display-buffer-select-window): Remove function.
20078 (display-buffer-in-window): When a window on another frame gets
20079 reused, do not select it any more but just raise its frame if
20080 necessary (Bug#8851) and (Bug#8856).
20081 (display-buffer-normalize-options): Handle pop-up-frames related
20082 options more faithfully.
20083 (pop-to-buffer): Don't rely on `display-buffer' selecting the
20084 window if it is on another frame.
20085 (display-buffer-alist, display-buffer-default-specifiers):
20086 Don't make new frame unsplittable by default.
20087 (display-buffer-normalize-argument): Fix doc-string typo and use
20088 'same-frame-other-window instead of 'other-window when associating
20089 with display-buffer-macro-specifiers.
20090
20091 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
20092
20093 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
20094 New functions.
20095 (5x5-mode-map, 5x5-mode-menu): Bind them.
20096 (5x5-draw-grid): Tweak the solver's rendering.
20097
20098 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20099
20100 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
20101 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
20102
20103 2011-06-21 Drew Adams <drew.adams@oracle.com>
20104
20105 * menu-bar.el: Use function variable instead of switch-to-buffer.
20106 (menu-bar-select-buffer-function): New variable.
20107 (menu-bar-update-buffers): Use it (bug#8876).
20108
20109 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20110
20111 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
20112 variable's status.
20113
20114 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
20115
20116 * x-dnd.el (x-dnd-version-from-flags)
20117 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
20118 and long as number (Bug#8899).
20119 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
20120
20121 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20122
20123 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
20124 (completion-try-completion, completion-all-completions): Compute the
20125 metadata argument if it's missing; make it optional (bug#8795).
20126
20127 * wid-edit.el: Use lex-bind and move towards completion-at-point.
20128 (widget-complete): Use new :completion-function property.
20129 (widget-completions-at-point): New function.
20130 (default): Use :completion-function instead of :complete.
20131 (widget-default-completions): Rename from widget-default-complete;
20132 Rewrite.
20133 (widget-string-complete, widget-file-complete, widget-color-complete):
20134 Remove functions.
20135 (file, symbol, function, variable, coding-system, color):
20136 * international/mule-cmds.el (default-input-method, charset)
20137 (language-info-custom-alist):
20138 * cus-edit.el (face): Use new property :completions.
20139
20140 * progmodes/pascal.el (pascal-completions-at-point): New function.
20141 (pascal-mode): Use it.
20142 (pascal-mode-map): Use completion-at-point.
20143 (pascal-toggle-completions): Make obsolete.
20144 (pascal-complete-word, pascal-show-completions):
20145 * progmodes/octave-mod.el (octave-complete-symbol):
20146 Redefine as obsolete alias.
20147 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
20148 Signal absence of completion info for old Octave,
20149 (inferior-octave-complete): Redefine as obsolete alias.
20150 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
20151 (meta-completions-at-point): Rename from meta-complete-symbol and
20152 adapt it for use on completion-at-point-functions.
20153 (meta-common-mode): Use it.
20154 (meta-looking-at-backward, meta-match-buffer): Remove.
20155 (meta-complete-symbol): Redefine as obsolete alias.
20156 (meta-common-mode-map): Use completion-at-point.
20157 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
20158 (makefile-mode-map): Use completion-at-point.
20159 (makefile-completions-at-point): Rename from makefile-complete and
20160 adapt it for use on completion-at-point-functions.
20161 (makefile-mode): Use it.
20162 (makefile-complete): Redefine as obsolete alias.
20163
20164 2011-06-20 Deniz Dogan <deniz@dogan.se>
20165
20166 * net/rcirc.el: Delete trailing whitespaces once and for all.
20167
20168 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
20169
20170 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
20171
20172 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
20173
20174 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
20175
20176 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
20177
20178 2011-06-19 Martin Rudalics <rudalics@gmx.at>
20179
20180 * window.el (display-buffer-other-window-means-other-frame):
20181 Call display-buffer-normalize-alist.
20182 (display-buffer-normalize-specifiers-1): Rename to
20183 display-buffer-normalize-argument. New argument other-frame.
20184 Rewrite.
20185 (display-buffer-normalize-specifiers-2): Rename to
20186 display-buffer-normalize-options.
20187 (display-buffer-normalize-alist-1): New function.
20188 (display-buffer-normalize-specifiers-3): Rename to
20189 display-buffer-normalize-alist.
20190 Call display-buffer-normalize-alist-1.
20191 (display-buffer-normalize-options-inhibit): New variable.
20192 (display-buffer-normalize-specifiers): Rewrite calling
20193 display-buffer-normalize-alist,
20194 display-buffer-normalize-argument, and
20195 display-buffer-normalize-options. Don't call the latter if
20196 display-buffer-normalize-options-inhibit is non-nil.
20197 (frame-auto-delete): New option.
20198 (window-deletable-p): Use frame-auto-delete.
20199 (window-list-no-nils, window-state-ignored-parameters)
20200 (window-state-get-1, window-state-get, window-state-put-list)
20201 (window-state-put-1, window-state-put-2, window-state-put):
20202 New functions.
20203 (display-buffer-normalize-options): Move special-display-p group
20204 after pop-up-frame group (Bug#8851) and (Bug#8856).
20205
20206 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
20207
20208 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
20209 groups (Bug#8776).
20210 (rx-submatch-n): New function.
20211 (rx): Document it.
20212
20213 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
20214 (Bug#8768).
20215
20216 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
20217
20218 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
20219
20220 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
20221 anytime existing face settings are present (Bug#8889).
20222
20223 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
20224 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
20225 Remove unused argument.
20226
20227 2011-06-18 Martin Rudalics <rudalics@gmx.at>
20228
20229 * window.el (display-buffer-default-specifiers):
20230 Remove pop-up-frame. Add pop-up-window-min-height,
20231 pop-up-window-min-width, and another reuse-window specifier
20232 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
20233 (display-buffer-normalize-specifiers-2):
20234 Handle split-height-threshold and split-width-threshold also when
20235 pop-up-windows is unset. Add a reuse-window specifier for the
20236 case popping up a new window fails.
20237 (special-display-popup-frame): Remove double quoting.
20238 (display-buffer-normalize-specifiers-1): Fix thinko.
20239
20240 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
20241
20242 * shell.el (shell-completion-vars): Set pcomplete-termination-string
20243 according to comint-completion-addsuffix.
20244
20245 * pcomplete.el: Convert to lexical binding and fix bug#8819.
20246 (pcomplete-suffix-list): Mark as obsolete.
20247 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
20248 pcomplete-seen in the closure.
20249 (pcomplete-comint-setup): Setup completion-at-point as well.
20250 (pcomplete--entries): New function.
20251 (pcomplete--env-regexp): New var.
20252 (pcomplete-entries): Rewrite to work with partial-completion and
20253 without relying on pcomplete-suffix-list.
20254 (pcomplete-pare-list): Remove, unused.
20255
20256 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20257
20258 * window.el (display-buffer-alist): Set pop-up-window-min-height
20259 and pop-up-window-min-width in default value. Reported by
20260 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
20261 other-window-means-other-frame.
20262 (display-buffer-macro-specifiers): Comment out entry for
20263 other-window specifier.
20264 (display-buffer-other-window-means-other-frame): New function.
20265 (display-buffer-normalize-specifiers-1): New arguments
20266 buffer-name and label. Treat other-window case specially.
20267 (display-buffer-normalize-specifiers-2): Treat other-window case
20268 specially.
20269 (display-buffer-normalize-specifiers-3): New function.
20270 (display-buffer-normalize-specifiers):
20271 Call display-buffer-normalize-specifiers-3.
20272
20273 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20274
20275 * window.el (same-window-p): Fix two typos introduced when
20276 adding with-no-warnings.
20277 (display-buffer-normalize-specifiers-1): Don't check
20278 pop-up-frames for 'unset initialization.
20279 (display-buffer-normalize-specifiers-2): Major rewrite using
20280 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
20281 (pop-up-frames, display-buffer-reuse-frames)
20282 (display-buffer-mark-dedicated): Don't initialize to 'unset.
20283 Suggested by David Engster <deng@randomsample.de>.
20284 (even-window-heights): Initialize to 'unset.
20285 (display-buffer-alist-set): Handle new 'unset initializations.
20286 (display-buffer-macro-specifiers): Don't pop up a new frame in the
20287 other window case.
20288
20289 2011-06-16 Martin Rudalics <rudalics@gmx.at>
20290
20291 * window.el (display-buffer-normalize-specifiers-1):
20292 Respect current value of pop-up-frames for most reasonable values of
20293 second argument of display-buffer (Bug#8865).
20294 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
20295 (switch-to-buffer-other-window-same-frame)
20296 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
20297 Adams (Bug#8875).
20298 (display-buffer): Don't check noninteractive when calling
20299 display-buffer-pop-up-frame.
20300 (display-buffer-pop-up-frame): Never pop up a frame in
20301 noninteractive mode (Bug#8857).
20302 (enlarge-window, shrink-window): Don't report an error when the
20303 window can't be resized as requested (Bug#8862).
20304
20305 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20306
20307 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
20308
20309 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
20310
20311 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
20312
20313 2011-06-15 Alan Mackenzie <acm@muc.de>
20314
20315 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
20316 for declarators, disable knr checking to speed up for normal files.
20317 2: Refactor, replacing a sequence of nested if forms by a cond form.
20318
20319 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20320
20321 * net/network-stream.el (open-network-stream): Add the keyword
20322 :always-query-capabilities for the case where you want to force a
20323 `plain' network connection, but the protocol still requires the
20324 capabilitiy command (i.e., SMTP and EHLO).
20325
20326 * subr.el (process-live-p): Rename from `process-alive-p' for
20327 consistency with other `-live-p' functions.
20328
20329 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20330
20331 * window.el (same-window-buffer-names, same-window-regexps)
20332 (special-display-frame-alist, special-display-popup-frame)
20333 (special-display-function, special-display-buffer-names)
20334 (special-display-regexps, pop-up-frame-alist)
20335 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
20336 (pop-up-windows, split-window-preferred-function)
20337 (split-height-threshold, split-width-threshold, even-window-heights)
20338 (display-buffer-mark-dedicated): Don't encourage the use of
20339 display-buffer-alist from Elisp code.
20340
20341 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
20342
20343 * progmodes/python.el (python-mode): Derive from prog-mode.
20344 * progmodes/ps-mode.el (ps-mode):
20345 * progmodes/mixal-mode.el (mixal-mode):
20346 * progmodes/cfengine.el (cfengine-mode):
20347 * progmodes/ld-script.el (ld-script-mode): Likewise.
20348
20349 2011-06-15 Martin Rudalics <rudalics@gmx.at>
20350
20351 * window.el (display-buffer-alist): Trim default value to avoid
20352 popping up a new frame (Bug#8857) or reusing an arbitrary window
20353 on another frame.
20354 (display-buffer): Do not fall back on popping up a new frame in
20355 batch mode (Bug#8857).
20356
20357 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
20358
20359 * cus-theme.el (describe-theme-1): Use custom-theme-p.
20360 (custom-theme-summary): New function.
20361 (customize-themes): Use it.
20362
20363 2011-06-13 Glenn Morris <rgm@gnu.org>
20364
20365 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
20366
20367 2011-06-13 Martin Rudalics <rudalics@gmx.at>
20368
20369 * help.el (help-window): Remove variable.
20370 (help-window-point-marker, temp-buffer-max-height)
20371 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
20372 (help-print-return-message): Don't set help-window.
20373 (resize-temp-buffer-window): Rewrite cod eand doc-string.
20374 (help-window-setup-finish): Remove.
20375 (help-window-display-message, help-window-setup)
20376 (with-help-window): Major rewrite based on new
20377 display-buffer-window variable.
20378
20379 * help-mode.el (help-mode-finish): Remove help-window related
20380 code.
20381
20382 * view.el (view-exits-all-viewing-windows): Remove reference to
20383 view-return-to-alist in doc-string.
20384 (view-return-to-alist): Make obsolete.
20385 (view-buffer): Call pop-to-buffer-same-window and remove
20386 undo-window code.
20387 (view-buffer-other-window): Call pop-to-buffer-other-window and
20388 simplify code. Ignore second argument.
20389 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
20390 simplify code. Ignore second argument.
20391 (view-return-to-alist-update): Make obsolete.
20392 (view-mode-enter): Rename second argument to QUIT-RESTORE.
20393 Rewrite using quit-restore window parameters.
20394 (view-mode-exit): Rename second argument to EXIT-ONLY.
20395 Rewrite using quit-restore-window.
20396 (View-exit, View-exit-and-edit, View-leave, View-quit)
20397 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
20398 appropriate arguments.
20399 (view-end-message): Use quit-restore window parameter.
20400
20401 * window.el (display-buffer-function): Rewrite doc-string.
20402 (display-buffer-window, display-buffer-alist): New variables.
20403 (display-buffer-split-specifiers)
20404 (display-buffer-side-specifiers)
20405 (display-buffer-macro-specifiers): New constants.
20406 (display-buffer-even-window-sizes, display-buffer-set-height)
20407 (display-buffer-set-width, display-buffer-select-window)
20408 (display-buffer-in-window, display-buffer-reuse-window)
20409 (display-buffer-split-window-1, display-buffer-split-window)
20410 (display-buffer-split-atom-window, display-buffer-pop-up-window)
20411 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
20412 (display-buffer-in-side-window, normalize-buffer-to-display)
20413 (display-buffer-normalize-specifiers-1)
20414 (display-buffer-normalize-specifiers-2)
20415 (display-buffer-normalize-specifiers, display-buffer-frame):
20416 New functions.
20417 (display-buffer): Major rewrite.
20418 (display-buffer-other-window, display-buffer-other-frame)
20419 (pop-to-buffer, switch-to-buffer-other-window)
20420 (switch-to-buffer-other-frame): Rewrite.
20421 (display-buffer-same-window, display-buffer-same-frame)
20422 (display-buffer-same-frame-other-window)
20423 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20424 (pop-to-buffer-other-window)
20425 (pop-to-buffer-same-frame-other-window)
20426 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
20427 (switch-to-buffer-other-window-same-frame): New functions.
20428 (same-window-p, special-display-p): Rewrite disabling warnings.
20429 Make obsolete.
20430 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20431 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
20432 Make obsolete
20433 (same-window-buffer-names, same-window-regexps)
20434 (special-display-frame-alist, special-display-popup-frame)
20435 (special-display-function, special-display-buffer-names)
20436 (special-display-regexps, pop-up-frame-alist)
20437 (pop-up-frame-function, split-window-preferred-function)
20438 (split-height-threshold, split-width-threshold)
20439 (even-window-heights): Make obsolete.
20440
20441 2011-06-12 Glenn Morris <rgm@gnu.org>
20442
20443 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
20444 Misc simplifications.
20445
20446 2011-06-12 Martin Rudalics <rudalics@gmx.at>
20447
20448 * window.el (window-safely-shrinkable-p): Restore function which
20449 was inadvertently removed in change from 2011-06-11. Declare as
20450 obsolete.
20451
20452 * calendar/calendar.el (calendar-generate-window):
20453 Use window-iso-combined-p instead of combination of one-window-p and
20454 window-safely-shrinkable-p.
20455
20456 2011-06-12 Glenn Morris <rgm@gnu.org>
20457
20458 * progmodes/fortran.el (fortran-mode-syntax-table):
20459 * progmodes/f90.el (f90-mode-syntax-table):
20460 Set % to punctuation. (Bug#8820)
20461 (f90-find-tag-default): Remove, no longer needed.
20462
20463 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
20464
20465 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
20466
20467 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
20468
20469 * image.el (image-animated-p): Return animation delay in seconds.
20470 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
20471 (image-animate-timeout): Remove DELAY argument. Don't assume
20472 every subimage has the same delay; get it from image-animated-p.
20473 (image-animate): Caller changed.
20474
20475 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
20476
20477 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
20478 to ignored backtrace functions.
20479
20480 2011-06-11 Glenn Morris <rgm@gnu.org>
20481
20482 * calendar/appt.el (appt-disp-window-function): Doc fix.
20483 (appt-check): Handle overlapping appointments. (Bug#8337)
20484
20485 2011-06-11 Martin Rudalics <rudalics@gmx.at>
20486
20487 * window.el (window-tree-1, window-tree): New functions, moving
20488 the latter to window.el.
20489 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20490 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20491 (bw-refresh-edges): Remove.
20492 (balance-windows-1, balance-windows-2): New functions.
20493 (balance-windows): Rewrite in terms of window tree functions,
20494 balance-windows-1 and balance-windows-2.
20495 (bw-adjust-window): Remove.
20496 (balance-windows-area-adjust): New function with functionality of
20497 bw-adjust-window but using resize-window.
20498 (set-window-text-height): Rewrite doc-string.
20499 Use normalize-live-window and resize-window.
20500 (enlarge-window-horizontally, shrink-window-horizontally):
20501 Rename argument to DELTA.
20502 (window-buffer-height): New function.
20503 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
20504 Rewrite using new window resize routines.
20505 (kill-buffer-and-window, mouse-autoselect-window-select):
20506 Use ignore-errors instead of condition-case.
20507 (quit-window): Call delete-frame instead of delete-windows-on
20508 for the only buffer on frame.
20509
20510 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20511
20512 * loadup.el (top-level): Load window before files for the sake
20513 of replace-buffer-in-windows.
20514
20515 * files.el (read-buffer-to-switch)
20516 (switch-to-buffer-other-window)
20517 (switch-to-buffer-other-frame, display-buffer-other-frame):
20518 Move to window.el.
20519
20520 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
20521 (previous-buffer): Move to window.el.
20522
20523 * bindings.el (unbury-buffer): Move to window.el.
20524
20525 * window.el (delete-other-windows-vertically): Move after
20526 definition of delete-other-windows.
20527 (other-window, delete-windows-on, replace-buffer-in-windows):
20528 Move here from window.c.
20529 (record-window-buffer, unrecord-window-buffer)
20530 (set-window-buffer-start-and-point, switch-to-prev-buffer)
20531 (switch-to-next-buffer): New functions.
20532 (get-next-valid-buffer, last-buffer, next-buffer): Move here
20533 from simple.el. Call switch-to-next-buffer.
20534 (previous-buffer): Move here from simple.el.
20535 Call switch-to-prev-buffer.
20536 (bury-buffer): Move here from buffer.c. Switch to previous
20537 buffer when window cannot be deleted.
20538 (unbury-buffer): Move here from bindings.el.
20539 (ctl-x-map): Move binding for other-window from window.c to
20540 here.
20541 (read-buffer-to-switch, switch-to-buffer-other-window)
20542 (switch-to-buffer-other-frame): Move here from files.el.
20543 (normalize-buffer-to-switch-to): New functions.
20544 (switch-to-buffer): Move here from buffer.c.
20545 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
20546
20547 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20548
20549 * window.el (window-min-height, window-min-width): Move here
20550 from window.c. Add defcustoms and rewrite doc-strings.
20551 (resize-mini-window, resize-window): New functions.
20552 (adjust-window-trailing-edge, enlarge-window, shrink-window):
20553 Move here from window.c.
20554 (maximize-window, minimize-window): New functions.
20555 (delete-window, delete-other-windows, split-window): Move here
20556 from window.c.
20557 (window-split-min-size): New function.
20558 (split-window-keep-point): Mention split-window-above-each-other
20559 instead of split-window-vertically.
20560 (split-window-above-each-other, split-window-vertically):
20561 Rename split-window-vertically to split-window-above-each-other
20562 and provide defalias for old definition.
20563 (split-window-side-by-side, split-window-horizontally):
20564 Rename split-window-horizontally to split-window-side-by-side
20565 and provide defalias for the old definition.
20566 (ctl-x-map): Move bindings for delete-window,
20567 delete-other-windows and enlarge-window here from window.c.
20568 Replace bindings for split-window-vertically and
20569 split-window-horizontally by bindings for
20570 split-window-above-each-other and split-window-side-by-side.
20571
20572 * cus-start.el (all): Remove entries for window-min-height and
20573 window-min-width. Add entries for window-splits and
20574 window-nest.
20575
20576 2011-06-09 Glenn Morris <rgm@gnu.org>
20577
20578 * calendar/appt.el (appt-mode-line): New function.
20579 (appt-check, appt-disp-window): Use it.
20580
20581 * files.el (hack-one-local-variable-eval-safep):
20582 Allow minor-modes with explicit +/-1 arguments.
20583
20584 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
20585
20586 * term/xterm.el (xterm): Add defgroup.
20587 (xterm-extra-capabilities): Add defcustom to supply known xterm
20588 capabilities, skip querying them, or query them (default).
20589 (terminal-init-xterm): Use it.
20590 (terminal-init-xterm-modify-other-keys): New function to set up
20591 modifyOtherKeys support to simplify `terminal-init-xterm'.
20592
20593 2011-06-09 Martin Rudalics <rudalics@gmx.at>
20594
20595 * window.el (resize-window-reset, resize-window-reset-1)
20596 (resize-subwindows-skip-p, resize-subwindows-normal)
20597 (resize-subwindows, resize-other-windows, resize-this-window)
20598 (resize-root-window, resize-root-window-vertically)
20599 (window-deletable-p, window-or-subwindow-p)
20600 (frame-root-window-p): New functions.
20601
20602 2011-06-09 Glenn Morris <rgm@gnu.org>
20603
20604 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
20605 (ange-ftp-get-files): Use it.
20606
20607 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20608
20609 * mail/sendmail.el (mail-recover-1, mail-recover):
20610 * files.el (recover-file, recover-session):
20611 Handle dired-listing-switches not being just a single short option.
20612
20613 2011-06-09 Glenn Morris <rgm@gnu.org>
20614
20615 * calendar/appt.el (appt-display-message, appt-disp-window):
20616 Handle lists of appointments.
20617
20618 2011-06-08 Martin Rudalics <rudalics@gmx.at>
20619
20620 * window.el (one-window-p): Move down in code.
20621 Rewrite doc-string.
20622 (window-current-scroll-bars): Rewrite doc-string.
20623 Normalize live window argument.
20624 (walk-windows, get-window-with-predicate, count-windows):
20625 Rewrite doc-string. Use window-list-1.
20626 (window-in-direction-2, window-in-direction, get-mru-window):
20627 New functions.
20628
20629 2011-06-08 Reuben Thomas <rrt@sc3d.org>
20630
20631 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
20632 Doc fix (Bug#8713).
20633
20634 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
20635
20636 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
20637
20638 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
20639
20640 * loadhist.el (unload-feature-special-hooks):
20641 Add `comint-output-filter-functions'.
20642
20643 2011-06-08 Ivan Kanis <gnu@kanis.fr>
20644
20645 * calendar/appt.el (appt-check): Move some initializations into the let.
20646
20647 2011-06-08 Martin Rudalics <rudalics@gmx.at>
20648
20649 * window.el (window-height): Defalias to window-total-height.
20650 (window-width): Defalias to window-body-width.
20651
20652 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
20653
20654 * image-mode.el (image-toggle-animation): New command.
20655 (image-mode-map): Bind it to RET.
20656 (image-mode): Update message.
20657 (image-toggle-display-image): Avoid a spurious cache flush.
20658 (image-transform-rotation): Doc fix.
20659 (image-transform-properties): Return quickly in the normal case.
20660 (image-animate-loop): Rename from image-animate-max-time.
20661
20662 * image.el (image-animate-max-time): Move to image-mode.el.
20663 (create-animated-image): Remove unnecessary function.
20664 (image-animate): Rename from image-animate-start. New arg.
20665 (image-animate-stop): Remove; just use image-animate-timer.
20666 (image-animate-timer): Use car-safe.
20667 (image-animate-timeout): Rename argument.
20668
20669 2011-06-07 Martin Rudalics <rudalics@gmx.at>
20670
20671 * window.el (get-lru-window, get-largest-window): Move here from
20672 window.c. Rename first argument to ALL-FRAMES.
20673 Rephrase doc-strings.
20674 (get-buffer-window-list): Rewrite using window-list-1.
20675 Rephrase doc-string.
20676 (window-safe-min-height, window-safe-min-width): New constants.
20677 (window-size-ignore, window-min-size, window-min-size-1)
20678 (window-sizable, window-sizable-p, window-size-fixed-1)
20679 (window-size-fixed-p, window-min-delta-1, window-min-delta)
20680 (window-max-delta-1, window-max-delta, window-resizable)
20681 (window-resizable-p, window-total-height, window-total-width)
20682 (window-body-width): New functions.
20683 (window-full-height-p, window-full-width-p): Rewrite using
20684 window-total-size.
20685 (window-body-height): Rewrite using window-body-size.
20686
20687 2011-06-06 Martin Rudalics <rudalics@gmx.at>
20688
20689 * window.el (window-right, window-left, window-child)
20690 (window-child-count, window-last-child, window-any-p)
20691 (normalize-live-buffer, normalize-live-frame)
20692 (normalize-any-window, normalize-live-window)
20693 (window-iso-combination-p, window-iso-combined-p)
20694 (window-iso-combinations)
20695 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
20696 (windows-with-parameter, window-with-parameter)
20697 (window-atom-root, make-window-atom, window-atom-check-1)
20698 (window-atom-check, window-side-check, window-check):
20699 New functions.
20700 (ignore-window-parameters, window-sides, window-sides-vertical)
20701 (window-sides-slots): New variables.
20702 (window-size-fixed): Move down in code. Minor doc-string fix.
20703
20704 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
20705
20706 * comint.el (comint-dynamic-complete-as-filename)
20707 (comint-dynamic-complete-filename): Correctly call
20708 completion-in-region.
20709
20710 2011-06-05 Deniz Dogan <deniz@dogan.se>
20711
20712 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
20713 in last change.
20714
20715 2011-06-05 Deniz Dogan <deniz@dogan.se>
20716
20717 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
20718 (rcirc): Use it to prompt for encryption.
20719
20720 2011-06-05 Roland Winkler <winkler@gnu.org>
20721
20722 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
20723 (bibtex-search-entries): New command bound to C-c C-a.
20724 (bibtex-display-entries): New function.
20725
20726 2011-06-05 Roland Winkler <winkler@gnu.org>
20727
20728 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
20729 (bibtex-insert-kill): After yanking insert newline if necessary.
20730 (bibtex-initialize): Call bibtex-string-files-init only once.
20731 (bibtex-mode): Do not call easy-menu-add.
20732 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
20733 (bibtex-yank): Set arg properly if nil.
20734
20735 2011-06-05 Roland Winkler <winkler@gnu.org>
20736
20737 * textmodes/bibtex.el (bibtex-search-entry-globally):
20738 New variable.
20739 (bibtex-search-entry): Use it.
20740
20741 2011-06-05 Roland Winkler <winkler@gnu.org>
20742
20743 * textmodes/bibtex.el (bibtex-entry-format): New option
20744 sort-fields.
20745 (bibtex-format-entry, bibtex-reformat): Honor this option.
20746 (bibtex-parse-entry): Return fields in proper order.
20747
20748 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
20749
20750 * doc-view.el (doc-view-remove-if): Move computation of result out
20751 of `dolist' to silence misleading lexical-binding warning.
20752
20753 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
20754
20755 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
20756 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
20757
20758 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
20759
20760 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
20761 "SunOS 5.10".
20762
20763 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
20764
20765 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
20766 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
20767 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
20768 (tramp-parse-putty):
20769 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
20770 (tramp-completion-function-alist-ssh)
20771 (tramp-completion-function-alist-telnet)
20772 (tramp-completion-function-alist-su)
20773 (tramp-completion-function-alist-putty): Set `tramp-autoload'
20774 cookie.
20775
20776 * net/tramp-ftp.el:
20777 * net/tramp-sh.el:
20778 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
20779 load "tramp.el" `tramp-set-completion-function'.
20780
20781 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
20782
20783 * shell.el: Require and use pcomplete.
20784 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
20785 (shell-completion-vars): Set pcomplete-default-completion-function.
20786
20787 2011-06-04 Deniz Dogan <deniz@dogan.se>
20788
20789 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
20790 `memq' (Bug#8799).
20791
20792 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
20793
20794 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
20795
20796 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
20797
20798 * bs.el (bs--mark-unmark, bs--nth-wrapper):
20799 * mpc.el (mpc-select-extend, mpc-songpointer-context):
20800 * vc/log-view.el (log-view-beginning-of-defun):
20801 * vc/smerge-mode.el (smerge-apply-resolution-patch)
20802 (smerge-refine-forward, smerge-refine-chopup-region):
20803 Silence warning for unused `dotimes' counter variables.
20804
20805 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
20806
20807 * net/tramp.el (tramp-with-progress-reporter): Rename from
20808 with-progress-reporter. Use `declare'.
20809 * net/tramp-smb.el:
20810 * net/tramp-sh.el:
20811 * net/tramp-gvfs.el: Update all uses.
20812
20813 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
20814
20815 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
20816 buffer isn't killed before making it current.
20817
20818 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20819
20820 Silence various byte-compiler warnings.
20821 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
20822 `access-type' and new obsolescence format.
20823 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
20824 new format.
20825 (byte-compile-check-variable): New `access-type' argument.
20826 Only warn if the access-type is obsolete.
20827 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20828 (byte-compile-variable-set): Adjust callers.
20829 * help-fns.el (describe-variable): Adjust to new obsolescence format.
20830 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
20831 setting it as obsolete.
20832 * simple.el (minibuffer-completing-symbol):
20833 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
20834 access as obsolete.
20835 * minibuffer.el (minibuffer-completing-file-name): Don't make it
20836 obsolete yet.
20837 * international/quail.el (quail-mouse-choose-completion): Remove unused
20838 code referring to obsolete var.
20839 (quail-choose-completion-string): Remove.
20840 * server.el (server-clients-with, server-kill-buffer-query-function)
20841 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
20842 * proced.el (proced-send-signal):
20843 * emacs-lisp/lisp.el (lisp-complete-symbol):
20844 Replace completion-annotate-function with completion-extra-properties.
20845
20846 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20847
20848 * simple.el (goto-line): Use read-number.
20849 (overriding-map-is-bound): Remove.
20850 (saved-overriding-map): Change default.
20851 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
20852 Take the map as argument.
20853 (universal-argument, negative-argument, digit-argument): Use it.
20854 (restore-overriding-map): Adjust.
20855 (do-auto-fill): Use fill-forward-paragraph.
20856 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
20857
20858 * minibuffer.el (minibuffer-inactive-mode-map): New var.
20859 (minibuffer-inactive-mode): New major mode.
20860 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
20861 the *Messages* buffer" hack.
20862 (mouse-popup-menubar): Don't burp if the event is a normal key.
20863
20864 Miscellaneous tweaks.
20865 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
20866 lexical scoping as in subr.el's dolist and dotimes.
20867 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
20868 Silence compiler warning.
20869 * thingatpt.el (forward-whitespace): Trivial coding style fix.
20870 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
20871 * international/ccl.el (ccl-compile): Trivial simplification.
20872 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
20873 * emacs-lisp/testcover.el (testcover-end): Remove spurious
20874 `printflag' argument.
20875 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
20876 Purecopy the whole obsolescence data.
20877
20878 2011-06-01 Leo Liu <sdl.web@gmail.com>
20879
20880 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
20881 improve doc-string as suggested by Marco Pessotto
20882 <melmothx@gmail.com>.
20883 (rcirc-print): Fix last change.
20884
20885 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20886
20887 * minibuffer.el (complete-with-action): Return nil for the metadata and
20888 boundaries of non-functional tables.
20889 (completion-table-dynamic): Return nil for the metadata.
20890 (completion-table-with-terminator): Add default case, using
20891 complete-with-action.
20892 (completion--metadata): New function.
20893 (completion-all-sorted-completions, minibuffer-completion-help): Use it
20894 to try and avoid pathological performance problems.
20895 (completion--embedded-envvar-table): Return `category' metadata.
20896
20897 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
20898
20899 * subr.el (process-alive-p): New tiny convenience function.
20900
20901 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20902
20903 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
20904 content but also its previous major mode.
20905
20906 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
20907
20908 * emacs-lisp/debug.el (debug): Restore the previous content of the
20909 *Backtrace* buffer when we exit with C-M-c.
20910
20911 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20912
20913 * minibuffer.el: Add metadata method to completion tables.
20914 (completion-category-overrides): New defcustom.
20915 (completion-metadata, completion--field-metadata)
20916 (completion-metadata-get, completion--styles)
20917 (completion--cycle-threshold): New functions.
20918 (completion-try-completion, completion-all-completions):
20919 Add `metadata' argument to choose completion-styles.
20920 (completion--do-completion): Use metadata to choose cycling.
20921 (completion-all-sorted-completions): Use metadata for sorting.
20922 Remove :completion-cycle-penalty which is not needed any more.
20923 (completion--try-word-completion): Add `metadata' argument.
20924 (minibuffer-completion-help): Check metadata for annotation function
20925 and sorting.
20926 (completion-file-name-table): Return `category' metadata.
20927 (minibuffer-completing-file-name): Make obsolete.
20928 * simple.el (minibuffer-completing-symbol): Make obsolete.
20929 * icomplete.el (icomplete-completions): Pass new `metadata' param to
20930 completion-try-completion.
20931
20932 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20933
20934 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
20935
20936 2011-05-30 Leo Liu <sdl.web@gmail.com>
20937
20938 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
20939 (rcirc-print): Decode all incoming messages (bug#8744).
20940 (rcirc-decode-coding-system): Allow value nil for automatic coding
20941 system detection.
20942
20943 2011-06-01 Glenn Morris <rgm@gnu.org>
20944
20945 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
20946
20947 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
20948
20949 * image.el (image-animate-max-time): Allow nil and t values.
20950 Default to nil.
20951 (create-animated-image): Doc fix.
20952 (image-animate-start): Remove second arg; just use
20953 image-animate-max-time.
20954 (image-animate-timeout): Doc fix. Args changed.
20955
20956 * image-mode.el (image-toggle-display-image): Ensure that the
20957 image spec passed to the animate timer is the same object as in
20958 the buffer's display property (Bug#6981).
20959 (image-transform-properties): Doc fix.
20960
20961 * image.el (image-animate-max-time): Default to nil.
20962
20963 2011-05-29 Martin Rudalics <rudalics@gmx.at>
20964
20965 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
20966 entire buffer list (Bug#8184).
20967
20968 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
20969
20970 * image.el (imagemagick-types-inhibit)
20971 (imagemagick-register-types): Doc fix.
20972
20973 2011-05-29 Deniz Dogan <deniz@dogan.se>
20974
20975 * net/rcirc.el (rcirc): Use the user's stored encryption method by
20976 default.
20977
20978 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
20979
20980 * select.el: Don't perform clipboard-manager saving in hooks;
20981 leave the hooks empty.
20982
20983 2011-05-28 Leo Liu <sdl.web@gmail.com>
20984
20985 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
20986 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
20987 (occur-edit-mode): New major mode (Bug#8463).
20988 (occur-after-change-function): New function.
20989 (occur-engine): Give Occur tags a read-only property.
20990
20991 2011-05-28 Kevin Ryde <user42@zip.com.au>
20992
20993 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
20994
20995 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
20996
20997 * bindings.el (help-echo): Make the initial non-indicator dash
20998 empty on graphical terminals (Bug#7295).
20999
21000 * files.el (auto-mode-alist): Move config rule after the
21001 in-stripping one (Bug#8547).
21002
21003 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
21004
21005 * startup.el (normal-splash-screen): Remove gratuitous mode-line
21006 setting (Bug#8740).
21007
21008 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
21009
21010 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
21011 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
21012 (Bug#8539).
21013
21014 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21015
21016 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
21017
21018 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
21019
21020 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
21021 (hs-hide-block-at-point, hs-find-block-beginning)
21022 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
21023 (Bug#8279).
21024
21025 2011-05-28 Glenn Morris <rgm@gnu.org>
21026
21027 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
21028
21029 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21030
21031 * help-fns.el (describe-function-1): If the function is a derived
21032 major mode, print the parent mode.
21033
21034 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
21035 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
21036
21037 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
21038
21039 * minibuffer.el (completion--capf-wrapper): Check applicability before
21040 returning non-nil for non-exclusive completion data.
21041 * progmodes/etags.el (tags-completion-at-point-function):
21042 * info-look.el (info-lookup-completions-at-point): Mark as
21043 non-exclusive.
21044 (info-complete): Adjust accordingly.
21045
21046 * info-look.el: Convert to lexical-binding and completion-at-point.
21047 (info-lookup-completions-at-point): New function.
21048 (info-complete): Use it and completion-in-region.
21049
21050 2011-05-28 Drew Adams <drew.adams@oracle.com>
21051
21052 * isearch.el: Let M-e start with point at the first mismatched char.
21053 (isearch-fail-pos): New function.
21054 (isearch-edit-string): Use it.
21055
21056 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21057
21058 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21059
21060 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
21061
21062 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
21063 traversal functions for avl-trees.
21064 (avl-tree--stack): New struct.
21065 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
21066 (avl-tree-enter): Add optional `updatefun' arg.
21067 (avl-tree--do-enter): Add optional `updatefun' arg.
21068 Change return value.
21069 (avl-tree-delete): Add optional `test' and `nilflag' args.
21070 (avl-tree--do-delete): Add `test' and `nilflag' args.
21071 Change return value.
21072 (avl-tree-member): Add optional `nilflag'
21073 (avl-tree-member-p): New function.
21074 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
21075 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
21076 (avl-tree-stack-empty-p): New functions.
21077
21078 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
21079 avl-tree--del-balance1 and make it work both ways.
21080 (avl-tree--del-balance2): Remove.
21081 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
21082 make it work both ways.
21083 (avl-tree--enter-balance2): Remove.
21084 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
21085 New macros.
21086 (avl-tree--mapc, avl-tree-map): Add direction argument.
21087
21088 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
21089
21090 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
21091
21092 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
21093
21094 * select.el: Support clipboard managers with built-in function
21095 x-clipboard-manager-save, via delete-frame-functions and
21096 kill-emacs-hook.
21097 (xselect-convert-to-targets): Add MULTIPLE target to list.
21098 (xselect-convert-to-save-targets): New function.
21099
21100 2011-05-27 Kenichi Handa <handa@m17n.org>
21101
21102 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
21103 let-binding rfc2047-encode-encoded-words to nil.
21104
21105 2011-05-27 Glenn Morris <rgm@gnu.org>
21106
21107 * mail/emacsbug.el: Don't require url-util.
21108
21109 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
21110
21111 * files.el (set-auto-mode):
21112 Also respect mode: entries at the end of the file. (Bug#8586)
21113
21114 2011-05-26 Glenn Morris <rgm@gnu.org>
21115
21116 * files.el (hack-local-variables-prop-line, hack-local-variables):
21117 Downcase mode names, as seems to be traditional.
21118 (hack-local-variables, hack-local-variables-apply): Doc fixes.
21119
21120 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
21121 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
21122
21123 2011-05-25 Julien Danjou <julien@danjou.info>
21124
21125 * textmodes/rst.el (rst-define-level-faces): Do not define face
21126 symbol if it is already defined.
21127
21128 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
21129
21130 * play/5x5.el (5x5-new-game, 5x5-randomize):
21131 Reset 5x5-solver-output to nil when a new grid is cast.
21132 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
21133 these debugging traces, as defmacro breaks the compiled code.
21134
21135 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21136
21137 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21138
21139 2011-05-24 Leo Liu <sdl.web@gmail.com>
21140
21141 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
21142 (vc-bzr-sha1): Adapt.
21143
21144 * sha1.el: Remove. Function `sha1' is now builtin.
21145
21146 * bindings.el: Provide sha1 feature.
21147
21148 2011-05-24 Kenichi Handa <handa@m17n.org>
21149
21150 * mail/sendmail.el: Require `rfc2047'.
21151 (mail-insert-from-field): Do not perform RFC2047 encoding.
21152 (mail-encode-header): New function.
21153 (sendmail-send-it): Set buffer-file-coding-system of the work
21154 buffer to the return value of select-message-coding-system.
21155 Call mail-encode-header.
21156
21157 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
21158
21159 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
21160
21161 * mail/supercite.el (sc-default-cite-frame):
21162 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
21163
21164 2011-05-24 Glenn Morris <rgm@gnu.org>
21165
21166 * progmodes/python.el (brm-menu): Declare.
21167
21168 * emulation/viper.el (viper-set-hooks): Declare.
21169
21170 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
21171 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
21172 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
21173 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
21174 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
21175 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
21176
21177 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
21178
21179 Add an :exit-function for completion-at-point.
21180
21181 * minibuffer.el (completion--done): New fun.
21182 (completion--do-completion): Use it. New arg `expect-exact'.
21183 (minibuffer-complete, minibuffer-complete-word): Don't output message,
21184 since completion--do-completion does it for us now.
21185 (minibuffer-force-complete): Use completion--done and
21186 completion--replace. Handle sole-completion case with more care.
21187 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
21188 (completion-extra-properties): New var.
21189 (completion-annotate-function): Make obsolete.
21190 (minibuffer-completion-help): Adjust accordingly.
21191 Use completion-list-insert-choice-function.
21192 (completion-at-point, completion-help-at-point):
21193 Bind completion-extra-properties.
21194 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
21195 * simple.el (completion-list-insert-choice-function): New var.
21196 (completion-setup-function): Preserve it.
21197 (choose-completion): Pay attention to it, shuffle the code a bit.
21198 (choose-completion-string): New arg `insert-function'.
21199
21200 * textmodes/bibtex.el: Convert to lexical binding.
21201 (bibtex-mode-map): Use completion-at-point.
21202 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
21203 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
21204 (bibtex-complete): Define as obsolete alias.
21205 (bibtex-complete-internal): Remove.
21206 (bibtex-format-entry): Remove unused sub-group in regexp.
21207 * shell.el (shell--command-completion-data)
21208 (shell-environment-variable-completion):
21209 * pcomplete.el (pcomplete-completions-at-point):
21210 * comint.el (comint--complete-file-name-data): Use :exit-function
21211 instead of completion-table-with-terminator so it also works for
21212 choose-completion.
21213
21214 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21215
21216 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
21217
21218 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
21219 (bug#8710).
21220
21221 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
21222
21223 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
21224
21225 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
21226 customization variable and implement: If non-nil, auto-fill will
21227 be inhibited while on topic's header line.
21228
21229 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
21230
21231 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
21232 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
21233 always have a solution in grid size = 5 cases.
21234 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
21235 (5x5-solver-output, 5x5-log-buffer): New vars.
21236 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
21237 Make these variables buffer local to achieve 5x5 multi-session-ness.
21238 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
21239 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
21240 (5x5-solve-suggest): New funs.
21241 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
21242 randomize a grid so that we ensure that there is always a solution.
21243 (5x5-make-random-grid): Allow other movement than flipping.
21244
21245 2011-05-23 Kevin Ryde <user42@zip.com.au>
21246
21247 * emacs-lisp/advice.el (ad-read-advised-function):
21248 Use `function-called-at-point' as the default, if it has
21249 advice and passes PREDICATE.
21250
21251 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21252
21253 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
21254 byte-compile-lambda if it's actually a lambda.
21255
21256 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
21257 Fix function quoting. Use backquote better.
21258
21259 2011-05-22 Yuanle Song <sylecn@gmail.com>
21260
21261 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
21262 matching (Bug#8516).
21263
21264 2011-05-22 Jari Aalto <jari.aalto@cante.net>
21265
21266 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
21267 different face (Bug#8178).
21268
21269 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
21270
21271 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
21272 defface (Bug#8144).
21273
21274 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21275
21276 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
21277 funcall as well (bug#8712). Warn when performing those conversions.
21278 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
21279
21280 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
21281
21282 2011-05-22 Glenn Morris <rgm@gnu.org>
21283
21284 * files.el (hack-local-variables-prop-line): Small simplifications.
21285 (hack-local-variables, hack-local-variables-prop-line):
21286 If MODE-ONLY, return the mode, rather than just `t'.
21287
21288 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
21289
21290 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
21291
21292 2011-05-21 Glenn Morris <rgm@gnu.org>
21293
21294 * files.el (hack-local-variables-prop-line, hack-local-variables):
21295 If only interested in the mode, don't bother doing the other stuff.
21296
21297 * image-mode.el (image-after-revert-hook):
21298 Redraw all frames on which the image is visible. (Bug#8567)
21299
21300 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
21301
21302 * wid-edit.el (widget-checklist-match-inline):
21303 Fix 2011-04-19 change. (Bug#8649)
21304
21305 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21306
21307 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
21308 Also allow singlespace after single-letter capitals followed by a dot.
21309
21310 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
21311 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
21312
21313 2011-05-20 Nix <nix@esperi.org.uk>
21314
21315 * files.el (basic-save-buffer-2):
21316 Fix handling of break-hardlink-on-save with non-existent files.
21317
21318 2011-05-19 Deniz Dogan <deniz@dogan.se>
21319
21320 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
21321 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
21322
21323 2011-05-19 Glenn Morris <rgm@gnu.org>
21324
21325 * progmodes/f90.el (f90-type-def-re):
21326 Handle "type, bind(c)". (Bug#8691)
21327
21328 * emacs-lisp/autoload.el (batch-update-autoloads):
21329 Set autoload-excludes by parsing loadup.el rather than Makefiles.
21330
21331 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
21332
21333 * net/tramp.el (tramp-process-actions): Set "first-password-request"
21334 property for the correct connection in case of multihops.
21335
21336 2011-05-18 Glenn Morris <rgm@gnu.org>
21337
21338 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
21339 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
21340
21341 Rationalize calendar handling of day and month abbrev-arrays.
21342 * calendar/calendar.el (calendar-customized-p): New function.
21343 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
21344 (calendar-day-name-array, calendar-month-name-array): Doc fix.
21345 Add :set function.
21346 (calendar-abbrev-length, calendar-day-abbrev-array)
21347 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
21348 (calendar-day-abbrev-array, calendar-month-abbrev-array):
21349 Elements may no longer be nil.
21350 (calendar-day-name, calendar-month-name):
21351 Update for changed nature of abbrev arrays.
21352 * calendar/diary-lib.el (diary-name-pattern):
21353 Update for changed nature of abbrev arrays.
21354 (diary-mark-entries-1): Update calendar-make-alist calls.
21355 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
21356 * calendar/cal-html.el (cal-html-day-abbrev-array):
21357 Simply inherit from calendar-day-abbrev-array.
21358
21359 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
21360
21361 * progmodes/grep.el (grep-mode): Disable default
21362 compilation-directory-matcher setting (bug#8684).
21363
21364 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
21365
21366 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
21367 instead of "head" and "tail". There were problems with SunOS 5.9,
21368 and it performs better.
21369
21370 2011-05-17 Glenn Morris <rgm@gnu.org>
21371
21372 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
21373
21374 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
21375 Replace obsolete function.
21376
21377 * shell.el (pcomplete-parse-arguments-function): Declare.
21378
21379 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
21380 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
21381 (appt-check): Doc fixes.
21382 (appt-disp-window-function, appt-delete-window-function):
21383 Remove needless special case in custom :type.
21384 (appt-display-count): Default to 0, not nil.
21385 (appt-check): Reset appt-display-count to 0, not nil.
21386
21387 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
21388
21389 * progmodes/python.el (python-font-lock-keywords):
21390 Add the Python 3.X keyword "nonlocal" (bug#8639).
21391
21392 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
21393
21394 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
21395
21396 2011-05-16 Kevin Ryde <user42@zip.com.au>
21397
21398 * info-look.el (makefile-automake-mode): New setups, looking in
21399 automake manual, then makefile-mode.
21400 (makefile-mode): Remove automake manual, have it just in
21401 makefile-automake-mode since there's various things different or
21402 not relevant to plain make.
21403 (makefile-mode): Remove "other-modes" non-existent automake-mode,
21404 believe a hypothetical automake-mode would go to makefile-mode,
21405 not the other way around.
21406
21407 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
21408
21409 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
21410 hunk-end tags (Bug#8672).
21411
21412 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
21413 vc-annotate-show-diff-revision-at-line (Bug#8671).
21414
21415 2011-05-14 Glenn Morris <rgm@gnu.org>
21416
21417 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
21418 in the middle of an existing one with multiple authors. (Bug#8645)
21419 (change-log-font-lock-keywords): Also handle multiple author lines
21420 with leading tabs. (Bug#8644)
21421
21422 * calendar/appt.el (appt-check): Rename some local variables.
21423 Some simplification/reordering.
21424
21425 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
21426 (feedmail-sendmail-f-doesnt-sell-me-out)
21427 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21428 (feedmail-debug-sit-for, feedmail-queue-express-hook)
21429 (feedmail-queue-runner-message-sender): Set :version.
21430 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
21431 (bbdb-dwim-net-address, vm-mail): Declare.
21432 (feedmail-binmail-gnulinuxish-template):
21433 Rename from feedmail-binmail-linuxish-template.
21434 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
21435 Use insert-buffer-substring.
21436
21437 2011-05-14 Bill Carpenter <bill@carpenter.org>
21438
21439 * mail/feedmail.el (feedmail-patch-level): Increase.
21440 (feedmail-debug): New custom group.
21441 (feedmail-confirm-outgoing-timeout)
21442 (feedmail-sendmail-f-doesnt-sell-me-out)
21443 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21444 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
21445 (feedmail-sender-line, feedmail-from-line)
21446 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
21447 (feedmail-spray-this-address)
21448 (feedmail-spray-address-fiddle-plex-list)
21449 (feedmail-queue-use-send-time-for-date)
21450 (feedmail-queue-use-send-time-for-message-id)
21451 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
21452 (feedmail-buffer-eating-function):
21453 Doc fixes.
21454 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
21455 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
21456 (feedmail-message-action-scroll-down): New functions.
21457 (feedmail-queue-directory, feedmail-queue-draft-directory):
21458 Use expand-file-name.
21459 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
21460 Remove C-v help entry.
21461 (feedmail-queue-buffer-file-name): New variable.
21462 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
21463 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
21464 (feedmail-message-action-send-strong, feedmail-message-action-edit)
21465 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
21466 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
21467 (feedmail-message-action-toggle-spray)
21468 (feedmail-run-the-queue-no-prompts)
21469 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
21470 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
21471 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
21472 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
21473 (feedmail-envelope-deducer, feedmail-fiddle-from)
21474 (feedmail-fiddle-sender, feedmail-default-date-generator)
21475 (feedmail-fiddle-date, feedmail-fiddle-message-id)
21476 (feedmail-fiddle-spray-address)
21477 (feedmail-fiddle-list-of-spray-fiddle-plexes)
21478 (feedmail-fiddle-list-of-fiddle-plexes)
21479 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
21480 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
21481 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
21482 Change default. Doc fix.
21483 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
21484 (feedmail-binmail-linuxish-template): New constant.
21485 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
21486 Respect feedmail-sendmail-f-doesnt-sell-me-out.
21487 (feedmail-send-it): Add debug call.
21488 Use feedmail-queue-buffer-file-name, and
21489 feedmail-send-it-immediately-wrapper.
21490 (feedmail-message-action-send): Add debug call.
21491 Use feedmail-send-it-immediately-wrapper.
21492 (feedmail-queue-express-to-queue): Add debug call.
21493 Run feedmail-queue-express-hook.
21494 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
21495 (feedmail-message-action-help-blat):
21496 Rename from feedmail-queue-send-edit-prompt-help-first.
21497 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
21498 Check line-endings. Handle errors better.
21499 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
21500 Doc fix. Add debug call.
21501 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
21502 Use feedmail-queue-send-edit-prompt-inner.
21503 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
21504 (feedmail-queue-send-edit-prompt-inner): New function, extracted
21505 from feedmail-queue-send-edit-prompt.
21506 (feedmail-queue-send-edit-prompt-help)
21507 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
21508 (feedmail-tidy-up-slug): Add debug call.
21509 Respect feedmail-queue-slug-suspect-regexp.
21510 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
21511 (feedmail-dump-message-to-queue): Add debug call.
21512 Expand queue-directory.
21513 (feedmail-dump-message-to-queue): Change message slightly.
21514 Use feedmail-say-chatter.
21515 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
21516 (feedmail-send-it-immediately-wrapper): New function.
21517 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
21518 Insert empty string rather than newline. Handle full-frame case.
21519 Use catch/throw. Use feedmail-say-chatter.
21520 (feedmail-fiddle-from): Try mail-host-address.
21521 (feedmail-default-message-id-generator): Doc fix.
21522 Bind system-time-locale. Handle missing end.
21523 (feedmail-fiddle-x-mailer): Add debug call.
21524 Handle feedmail-x-mailer-line being nil.
21525 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
21526 Add debug call. Use buffer-substring-no-properties.
21527 (feedmail-say-debug, feedmail-say-chatter): New functions.
21528 (feedmail-find-eoh): Give an explicit error.
21529
21530 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
21531
21532 * net/newst-treeview.el (newsticker-treeview-face): Change default
21533 family from helvetica to sans.
21534 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
21535 etc/images/newsticker.
21536
21537 * net/newst-reader.el (newsticker-feed-face): Change default
21538 family from helvetica to sans.
21539
21540 * net/newst-plainview.el (newsticker-new-item-face)
21541 (newsticker-old-item-face, newsticker-immortal-item-face)
21542 (newsticker-obsolete-item-face, newsticker-date-face)
21543 (newsticker-statistics-face): Change default family from
21544 helvetica to sans.
21545 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
21546 etc/images/newsticker.
21547
21548 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
21549 (newsticker--process-auto-mark-filter-match): Tell user about
21550 auto-marking.
21551
21552 2011-05-13 Didier Verna <didier@xemacs.org>
21553
21554 Common Lisp indentation improvements on defmethod and lambda-lists.
21555 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
21556 TODO entries.
21557 (lisp-lambda-list-keyword-parameter-indentation)
21558 (lisp-lambda-list-keyword-parameter-alignment)
21559 (lisp-lambda-list-keyword-alignment): New customizable user options.
21560 (lisp-indent-defun-method): Improve docstring.
21561 (extended-loop-p): Fix comment.
21562 (lisp-indent-lambda-list-keywords-regexp): New variable.
21563 (lisp-indent-lambda-list): New function.
21564 (lisp-indent-259): Use it.
21565 (lisp-indent-defmethod): Support for more than one
21566 method qualifier and properly indent methods lambda-lists.
21567 (defgeneric): Provide a missing common-lisp-indent-function property.
21568
21569 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
21570
21571 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
21572 bounds for the empty string (bug#8667).
21573
21574 2011-05-13 Glenn Morris <rgm@gnu.org>
21575
21576 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
21577
21578 * mail/sendmail.el (sendmail-program): Try executable-find first.
21579 (sendmail-send-it): `sendmail-program' cannot be unbound.
21580
21581 * calendar/appt.el (appt-make-list): Simplify.
21582 (appt-time-msg-list): Doc fix.
21583 (appt-check): Change mode-line message at the time of the appointment.
21584
21585 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
21586
21587 * progmodes/ld-script.el (ld-script-keywords)
21588 (ld-script-builtins): Update keywords list.
21589
21590 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21591
21592 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
21593
21594 * shell.el (shell-completion-vars): New function.
21595 (shell-mode):
21596 * simple.el (read-shell-command): Use it.
21597 (blink-matching-open): No need for " [...]" in minibuffer-message.
21598
21599 2011-05-12 Glenn Morris <rgm@gnu.org>
21600
21601 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
21602 (appt-check): Simplify.
21603
21604 2011-05-12 Eli Zaretskii <eliz@gnu.org>
21605
21606 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
21607 literal "/dev/null".
21608
21609 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21610
21611 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
21612 Fix typo.
21613
21614 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
21615
21616 * progmodes/which-func.el (which-function):
21617 Use add-log-current-defun instead of add-log-current-defun-function,
21618 which might not be defined (Bug#8260).
21619
21620 2011-05-12 Glenn Morris <rgm@gnu.org>
21621
21622 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
21623 Let byte-compile-initial-macro-environment always take precedence.
21624
21625 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21626
21627 * net/rcirc.el: Add support for SSL/TLS connections.
21628 (rcirc-server-alist): New field `encryption'.
21629 (rcirc): Check `encryption' settings.
21630 (rcirc-connect): New arg `encryption'. Use open-network-stream.
21631 Merge make-local-variable into `set'.
21632 (rcirc--connection-open-p): New function.
21633 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
21634 the process is not a network process (e.g. running gnutls-cli).
21635 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
21636 Make rcirc-(en|de)code-coding-system local here.
21637 (rcirc-mode): Merge make-local-variable into `set'.
21638 (rcirc-parent-buffer): Make permanent buffer-local.
21639 (rcirc-multiline-minor-mode): Don't do it here.
21640 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
21641 there's no server buffer.
21642
21643 2011-05-11 Glenn Morris <rgm@gnu.org>
21644
21645 * newcomment.el (comment-kill): Prefix "unused" local.
21646
21647 * term/w32console.el (get-screen-color): Declare.
21648
21649 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
21650 Handle symbol elements of byte-compile-initial-macro-environment.
21651
21652 2011-05-10 Leo Liu <sdl.web@gmail.com>
21653
21654 * bookmark.el (bookmark-bmenu-mode-map):
21655 Bind bookmark-bmenu-search to `/'.
21656
21657 * mail/footnote.el: Convert to utf-8 encoding.
21658 (footnote-unicode-string, footnote-unicode-regexp): New variable.
21659 (Footnote-unicode): New function.
21660 (footnote-style-alist): Add unicode style to the list.
21661 (footnote-style): Doc fix.
21662
21663 2011-05-10 Jim Meyering <meyering@redhat.com>
21664
21665 Fix doubled-word typos.
21666 * international/quail.el (quail-insert-kbd-layout): and and -> and
21667 * kermit.el: and and -> and
21668 * net/ldap.el (ldap-search-internal): to to -> to
21669 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
21670 * progmodes/js.el (js-mode): and and -> and
21671 * textmodes/artist.el (artist-move-to-xy): at at -> at
21672 (artist-draw-region-trim-line-endings): if if -> if
21673 And Safetyc -> Safety.
21674 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
21675
21676 2011-05-10 Glenn Morris <rgm@gnu.org>
21677 Stefan Monnier <monnier@iro.umontreal.ca>
21678
21679 * files.el (hack-one-local-variable-eval-safep):
21680 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
21681
21682 2011-05-10 Glenn Morris <rgm@gnu.org>
21683
21684 * calendar/diary-lib.el (diary-list-entries-hook)
21685 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
21686 (diary-nongregorian-marking-hook, diary-list-entries)
21687 (diary-include-other-diary-files, diary-mark-entries)
21688 (diary-mark-included-diary-files): Doc fixes.
21689
21690 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
21691
21692 * misc.el: Require tabulated-list.el during compilation.
21693
21694 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
21695
21696 * progmodes/compile.el (compilation-start):
21697 Run compilation-filter-hook for the async case too.
21698 (compilation-filter-hook): Doc fix.
21699
21700 2011-05-09 Deniz Dogan <deniz@dogan.se>
21701
21702 * wdired.el: Remove outdated installation comment. Fix usage
21703 comment.
21704
21705 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
21706
21707 * misc.el: Implement new command `list-dynamic-libraries'.
21708 (list-dynamic-libraries--loaded-only-p): New variable.
21709 (list-dynamic-libraries--refresh): New function.
21710 (list-dynamic-libraries): New command.
21711
21712 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
21713
21714 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21715 Fix the ant regexp to handle end-line and end-column info from jikes.
21716 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
21717 higher priority to avoid clobbering by gnu.
21718
21719 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
21720
21721 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
21722 if the face has existing theme settings (Bug#8454).
21723
21724 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
21725
21726 * progmodes/perl-mode.el (perl-imenu-generic-expression):
21727 Only match variables declared via `my' or `our' (Bug#8261).
21728
21729 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
21730 special file names `.' and `..' (Bug#8259).
21731
21732 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
21733
21734 * progmodes/grep.el (grep-mode-font-lock-keywords):
21735 Remove buffer-changing entries.
21736 (grep-filter): New function.
21737 (grep-mode): Add it to compilation-filter-hook.
21738
21739 * progmodes/compile.el (compilation-filter-hook)
21740 (compilation-filter-start): New defvars.
21741 (compilation-filter): Call compilation-filter-hook prior to
21742 updating the process mark.
21743
21744 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
21745
21746 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
21747
21748 2011-05-07 Eli Zaretskii <eliz@gnu.org>
21749
21750 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
21751 mailclient-send-it even if window-system is nil. (Bug#8595)
21752
21753 * term/w32console.el (terminal-init-w32console):
21754 Call get-screen-color and use its output to set the frame
21755 background-mode. (Bug#8597)
21756
21757 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21758
21759 Make bytecomp.el understand that defmethod defines funs (bug#8631).
21760 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
21761 New functions.
21762 (defgeneric, eieio--defmethod): Use them.
21763 (eieio-defgeneric): Remove.
21764 (defmethod): Call defgeneric in a way visible to the byte-compiler.
21765
21766 2011-05-07 Glenn Morris <rgm@gnu.org>
21767
21768 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
21769 Use let rather than let*.
21770 (timeclock-find-discrep): Remove unused local.
21771
21772 * calendar/diary-lib.el (diary-comment-start): Doc fix.
21773
21774 * calendar/appt.el (appt-time-msg-list): Doc fix.
21775
21776 2011-05-06 Noah Friedman <friedman@splode.com>
21777
21778 * apropos.el (apropos-print-doc): Only use
21779 emacs-lisp-docstring-fill-column when it is bound to an integer,
21780 per that variable's documentation.
21781
21782 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21783
21784 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
21785 and warnings are not silently discarded (e.g. use -d instead of -P).
21786
21787 2011-05-06 Glenn Morris <rgm@gnu.org>
21788
21789 * calendar/appt.el (appt-message-warning-time): Doc fix.
21790 (appt-warning-time-regexp): New option.
21791 (appt-make-list): Respect appt-message-warning-time.
21792
21793 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
21794 New options.
21795 (diary-add-to-list): Strip comments from the displayed string.
21796 (diary-mode): Set comment-start and comment-end.
21797
21798 * vc/diff-mode.el (smerge-refine-subst): Declare.
21799 (diff-refine-hunk): Don't require smerge-mode when compiling.
21800
21801 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
21802
21803 * simple.el (list-processes): Return nil as the docstring says.
21804
21805 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
21806
21807 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
21808 to "".
21809 (ange-ftp-write-region, ange-ftp-insert-file-contents)
21810 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
21811 determining of binary transfer. (Bug#7383)
21812
21813 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
21814
21815 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21816 Fix port computation bug. (Bug#8618)
21817
21818 2011-05-05 Glenn Morris <rgm@gnu.org>
21819
21820 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
21821
21822 * simple.el (shell-dynamic-complete-functions)
21823 (comint-dynamic-complete-functions): Declare.
21824
21825 * net/network-stream.el (gnutls-negotiate):
21826 * simple.el (tabulated-list-print): Fix declarations.
21827
21828 * progmodes/gud.el (syntax-symbol, syntax-point):
21829 Remove unnecessary and incorrect declarations.
21830
21831 * emacs-lisp/check-declare.el (check-declare-scan):
21832 Handle byte-compile-initial-macro-environment in bytecomp.el.
21833
21834 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21835
21836 Fix earlier half-done eieio-defmethod change (bug#8338).
21837 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
21838 Streamline and change calling convention.
21839 (defmethod): Adjust accordingly and simplify.
21840 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
21841 new eieio--defmethod.
21842 (slot-boundp): Minor CSE simplification.
21843
21844 2011-05-05 Milan Zamazal <pdm@zamazal.org>
21845
21846 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
21847 (glasses-make-readable): Use glasses-separate-capital-groups.
21848
21849 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
21850
21851 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
21852 (warning-series): Doc fix.
21853 (display-warning): Don't try to create the buffer if we just found it.
21854
21855 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
21856
21857 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
21858 (autoload-find-generated-file): New function.
21859 (generate-file-autoloads): Bind generated-autoload-file to
21860 buffer-file-name.
21861 (update-file-autoloads, update-directory-autoloads):
21862 Use autoload-find-generated-file. If called interactively, prompt for
21863 output file (Bug#7989).
21864 (batch-update-autoloads): Doc fix.
21865
21866 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
21867
21868 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
21869
21870 2011-05-04 Glenn Morris <rgm@gnu.org>
21871
21872 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
21873 function, so it follows changes in calendar-date-style.
21874 (diary-fancy-date-matcher): New function.
21875 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
21876 (diary-fancy-font-lock-fontify-region-function):
21877 Use diary-fancy-date-pattern as a function.
21878
21879 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
21880 non-numbers for `year' etc pseudo-variables. (Bug#8583)
21881
21882 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
21883
21884 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
21885 instead of positional arguments. Allow :keylist and :crlfiles
21886 arguments.
21887 (open-gnutls-stream): Call it.
21888
21889 * net/network-stream.el (network-stream-open-starttls): Adjust to
21890 call `gnutls-negotiate' with :process and :hostname arguments.
21891
21892 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
21893
21894 * minibuffer.el (completion--message): New function.
21895 (completion--do-completion, minibuffer-complete)
21896 (minibuffer-force-complete, minibuffer-complete-word): Use it.
21897 (completion--do-completion): Don't ignore completion-auto-help when in
21898 icomplete-mode.
21899
21900 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
21901 internal encoding (e.g. tibetan zero is not whitespace).
21902 (global-whitespace-mode): Prefer save-current-buffer.
21903 (whitespace-trailing-regexp): Remove useless save-match-data.
21904 (whitespace-empty-at-bob-regexp): Minor simplification.
21905
21906 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
21907
21908 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
21909
21910 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
21911
21912 * textmodes/ispell.el (ispell-add-per-file-word-list):
21913 Use `concat' to create string for insertion.
21914
21915 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
21916
21917 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
21918 Avoid open-line which runs post-self-insert-hook.
21919 (bibtex-fill-entry): Remove unused `end' var.
21920
21921 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
21922
21923 * textmodes/ispell.el (ispell-add-per-file-word-list):
21924 Protect against `nil' value of `comment-start' (Bug#8579).
21925
21926 2011-05-03 Leo Liu <sdl.web@gmail.com>
21927
21928 * isearch.el (isearch-yank-pop): New command.
21929 (isearch-mode-map): Bind it to `M-y'.
21930 (isearch-forward): Mention it.
21931
21932 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
21933
21934 * simple.el (minibuffer-complete-shell-command): Remove.
21935 (minibuffer-local-shell-command-map): Use completion-at-point.
21936 (read-shell-command): Setup completion vars here instead.
21937 (read-expression-map): Bind TAB to symbol completion.
21938
21939 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
21940 error directly rather via storing it into `results'.
21941
21942 2011-05-02 Leo Liu <sdl.web@gmail.com>
21943
21944 * vc/diff.el: Fix description.
21945
21946 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21947
21948 * server.el (server-eval-at): New function.
21949
21950 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21951
21952 * net/network-stream.el (open-network-stream): Take a :nowait
21953 parameter and pass it on to `make-network-process'.
21954 (network-stream-open-plain): Ditto.
21955
21956 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
21957
21958 * faces.el (face-spec-set-match-display): Don't match toolkit
21959 options on terminal frames.
21960
21961 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21962
21963 * progmodes/pascal.el: Use lexical binding.
21964 (pascal-mode-map): Remove author preferences.
21965
21966 * pcomplete.el (pcomplete-std-complete): Don't abuse
21967 completion-at-point.
21968
21969 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
21970
21971 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
21972 removing code that has been dead since 1991 or so.
21973
21974 * startup.el (command-line): When warning about "_emacs", use a
21975 delayed warning to allow the user to filter it out.
21976
21977 2011-04-28 Deniz Dogan <deniz@dogan.se>
21978
21979 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
21980 user has not joined.
21981
21982 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21983
21984 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
21985 aren't any completions at point.
21986
21987 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
21988
21989 * subr.el (display-delayed-warnings): New function.
21990 (delayed-warnings-hook): New variable.
21991
21992 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21993
21994 * minibuffer.el (completion-at-point, completion-help-at-point):
21995 Don't presume that a given completion-at-point-function will always
21996 use the same calling convention.
21997
21998 * pcomplete.el (pcomplete-completions-at-point):
21999 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
22000 pcomplete-seen is non-nil.
22001 (pcomplete-comint-setup): Also recognize the new comint/shell
22002 completion functions.
22003 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
22004 pcomplete-seen is non-nil.
22005
22006 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
22007
22008 * calendar/icalendar.el (diary-lib): Add require statement.
22009 (icalendar--create-uid): Read out a uid from a text-property on
22010 the first character in the entry. This allows for code to add its
22011 own uid to the entry.
22012 (icalendar--convert-float-to-ical): Add export of
22013 `diary-float'-entries save for those with the optional DAY
22014 argument.
22015
22016 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
22017
22018 * subr.el (shell-quote-argument): Use alternate escaping strategy
22019 when we spot a variable reference in a string.
22020
22021 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22022
22023 * cus-start.el (all): Define customization for debug-on-event.
22024
22025 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22026
22027 * subr.el (shell-quote-argument): Escape correctly under Windows.
22028
22029 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22030
22031 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
22032
22033 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
22034
22035 * net/tramp.el (tramp-process-actions): Add POS argument.
22036 Delete region between POS and (pos).
22037
22038 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22039 Use `nil' position in `tramp-process-actions' call.
22040 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
22041
22042 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
22043 position in `tramp-process-actions' call.
22044
22045 * net/trampver.el: Update release number.
22046
22047 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22048
22049 * custom.el (defcustom): Obey lexical-binding.
22050
22051 Fix octave-inf completion problems reported by Alexander Klimov.
22052 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
22053 Inherit from octave-mode-syntax-table.
22054 (inferior-octave-mode): Set info-lookup-mode.
22055 (inferior-octave-completion-at-point): New function.
22056 (inferior-octave-complete): Use it and completion-in-region.
22057 (inferior-octave-dynamic-complete-functions): Use it as well, and use
22058 comint-filename-completion.
22059 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
22060 symbol elements which shouldn't be word elements.
22061 (octave-font-lock-keywords, octave-beginning-of-defun)
22062 (octave-function-header-regexp): Adjust regexps accordingly.
22063 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
22064
22065 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
22066
22067 * net/gnutls.el (gnutls-errorp): Declare before first use.
22068
22069 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
22070
22071 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
22072 verify-error, and verify-hostname-error parameters. Check whether
22073 default trustfile exists before going to use it. Add missing
22074 argument to gnutls-message-maybe call. Return value.
22075 Reported by Claudio Bley <claudio.bley@gmail.com>.
22076 (open-gnutls-stream): Add usage example.
22077
22078 * net/network-stream.el (network-stream-open-starttls): Give host
22079 parameter to `gnutls-negotiate'.
22080 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
22081 * subr.el (shell-quote-argument): Escape correctly under Windows.
22082
22083 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
22084
22085 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
22086 Use correct match group (bug#8438).
22087
22088 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22089
22090 * emacs-lisp/package.el (package-built-in-p): Fix typo.
22091 (package-menu--generate): New arg specifying packages to show.
22092 (package-menu-refresh, package-menu-execute, list-packages):
22093 Callers changed.
22094 (package-show-package-list): New function, replacing deleted
22095 package--list-packages (renamed because it is non-internal).
22096
22097 * finder.el (finder-list-matches): Use package-show-package-list
22098 instead of deleted package--list-packages.
22099
22100 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
22101 Based on a previous implementation by Juanma Barranquero (Bug#8366).
22102 (vc-annotate-mode-map): Bind it to RET.
22103
22104 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
22105
22106 * progmodes/etags.el (next-file): Don't use set-buffer to change
22107 buffers (Bug#8478).
22108
22109 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22110
22111 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
22112
22113 * apropos.el (apropos-label-face): Avoid variable-pitch face.
22114 (apropos-accumulator): Doc fix.
22115 (apropos-function, apropos-macro, apropos-command)
22116 (apropos-variable, apropos-face, apropos-group, apropos-widget)
22117 (apropos-plist): Add face property.
22118 (apropos-symbols-internal): Fix indentation.
22119 (apropos-print): Simplify help, and recognize apropos-multi-type.
22120 (apropos-print-doc): Use button-type-get to extract the button's
22121 face property. Fill docstring (Bug#8352).
22122
22123 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
22124
22125 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
22126
22127 * play/mpuz.el (mpuz-silent): Doc fix.
22128 (mpuz-mode-map): Use mapc.
22129 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
22130 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
22131 Fix typos in docstrings.
22132
22133 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
22134 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
22135
22136 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
22137
22138 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
22139
22140 * minibuffer.el (completion--do-completion): Avoid the "Next char
22141 not unique" prompt if icomplete-mode is enabled (Bug#5849).
22142
22143 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
22144 mouse-2 into unread-command-events, it is interpreted correctly.
22145
22146 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
22147 (image-toggle-display): Doc fix.
22148
22149 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
22150
22151 * textmodes/page.el (what-page): Use line-number-at-pos to
22152 calculate line number (Bug#6825).
22153
22154 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22155
22156 * eshell/esh-mode.el (find-tag-interactive): Declare function.
22157 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
22158 Pass argument NO-DEFAULT to `find-tag-interactive'.
22159
22160 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22161
22162 Lexical-binding cleanup.
22163
22164 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
22165 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
22166 * progmodes/ada-prj.el (ada-prj-initialize-values)
22167 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
22168 (ada-prj-show-value):
22169 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
22170 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
22171 (antlr-invalidate-context-cache, antlr-options-menu-filter)
22172 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
22173 * progmodes/bug-reference.el (bug-reference-push-button):
22174 * progmodes/fortran.el (fortran-line-length):
22175 * progmodes/glasses.el (glasses-change):
22176 * progmodes/octave-mod.el (octave-fill-paragraph):
22177 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
22178 (python-pdbtrack-grub-for-buffer, python-sentinel):
22179 * progmodes/sql.el (sql-save-connection):
22180 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
22181 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
22182 Mark unused parameters.
22183
22184 * progmodes/compile.el (compilation--flush-directory-cache)
22185 (compilation--flush-parse, compile-internal): Mark unused parameters.
22186 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
22187 (compilation-next-error-function): Remove unused variable `timestamp'.
22188
22189 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
22190 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
22191
22192 * progmodes/dcl-mode.el (dcl-end-of-command):
22193 Remove unused variable `start'.
22194 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
22195 (dcl-option-value-basic, dcl-option-value-offset)
22196 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
22197 Mark unused parameters.
22198 (dcl-save-local-variable): Remove unused variable `val'.
22199 (mode): Declare.
22200
22201 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
22202 Mark unused parameters.
22203 (delphi-ignore-changes): Move before first use.
22204 (delphi-charset-token-at): Remove unused variable `start'.
22205 (delphi-else-start): Remove unused variable `if-count'.
22206 (delphi-comment-block-start, delphi-comment-block-end):
22207 Remove unused variable `kind'.
22208 (delphi-indent-line): Remove unused variable `new-point'.
22209
22210 * progmodes/ebrowse.el (ebrowse-files-list)
22211 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
22212 Mark unused parameters. Don't quote `lambda'.
22213 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
22214 Don't quote `lambda'.
22215 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
22216 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
22217 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
22218 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
22219 Use `ignore-errors'.
22220 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
22221 (ebrowse-view/find-file-and-search-pattern)
22222 (ebrowse-view/find-member-declaration/definition):
22223 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
22224 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
22225 Rename parameter PREFIX-ARG to PREFIX.
22226 (ebrowse-tags-read-name): Remove unused variables `start' and
22227 `member-info'.
22228 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
22229 to `tags-file'.
22230
22231 * progmodes/etags.el (local-find-tag-hook): Declare.
22232 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
22233 Mark unused parameters.
22234
22235 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
22236 (executable-interpret): Mark unused parameter.
22237
22238 * progmodes/flymake.el (flymake-process-sentinel)
22239 (flymake-after-change-function)
22240 (flymake-create-temp-with-folder-structure)
22241 (flymake-get-include-dirs-dot): Mark unused parameters.
22242 (flymake-safe-delete-directory): Remove unused variable `err'.
22243
22244 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
22245 (speedbar-timer-fn, speedbar-line-text)
22246 (speedbar-change-expand-button-char, speedbar-delete-subblock)
22247 (speedbar-center-buffer-smartly): Declare functions.
22248 (gdb-find-watch-expression): Remove unused variable `array'.
22249 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
22250 (gdb-starting): Mark unused parameters.
22251 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
22252 (gdb-table-string): Remove unused variable `res'.
22253 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
22254 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
22255 (gdb-display-buffer): Remove unused variable `cur-size'.
22256
22257 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
22258 allow lexical-binding compilation.
22259 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
22260 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
22261 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
22262 Mark unused parameters.
22263 (gud-gdb-marker-filter): Remove unused variable `match'.
22264 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
22265 lambda expressions and funcall them, instead of using `fset'.
22266
22267 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
22268 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
22269
22270 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
22271 variable `header-beg'; use `let'.
22272
22273 * progmodes/icon.el (indent-icon-exp): Remove unused variables
22274 `restart', `last-sexp' and `at-do'.
22275
22276 * progmodes/js.el (js--debug): Mark unused parameter.
22277 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
22278 (js--splice-into-items): Remove unused variable `item'.
22279 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
22280
22281 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
22282 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
22283 (makefile-complete): Remove unused variable `try'.
22284 (makefile-fill-paragraph, makefile-match-function-end):
22285 Mark unused parameters.
22286
22287 * progmodes/octave-inf.el (inferior-octave-complete):
22288 Remove unused variable `proc'.
22289 (inferior-octave-output-digest): Mark unused parameter.
22290
22291 * progmodes/perl-mode.el (perl-calculate-indent):
22292 Remove unused variable `err'.
22293
22294 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
22295 (prolog-indent-line): Mark unused parameters.
22296 (prolog-indent-line): Remove unused variable `beg'.
22297
22298 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
22299 (reporter-dont-compact-list): Declare.
22300
22301 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
22302 Remove unused variable `char'.
22303 (sh-debug): Mark unused parameter.
22304 (sh-get-indent-info): Remove unused variable `start'.
22305 (sh-calculate-indent): Remove unused variable `var'.
22306
22307 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
22308 (simula-electric-keyword): Remove unused variable `null'.
22309 (simula-search-backward, simula-search-forward): Remove unused
22310 variables `begin' and `end'.
22311
22312 * progmodes/vera-mode.el (vera-guess-basic-syntax):
22313 Remove unused variable `pos'.
22314 (vera-electric-tab, vera-comment-uncomment-region):
22315 Mark unused parameters.
22316 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
22317
22318 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
22319
22320 * emacs-lisp/package.el (package--builtins, package-alist)
22321 (package-load-descriptor, package-built-in-p, package-activate)
22322 (define-package, package-installed-p)
22323 (package-compute-transaction, package-buffer-info)
22324 (package--push): Doc fix. Distinguish more clearly between
22325 version strings and version lists.
22326
22327 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
22328
22329 Lexical-binding cleanup.
22330
22331 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
22332 (5x5-make-mutate-best):
22333 * play/fortune.el (fortune-in-buffer):
22334 * play/gomoku.el (gomoku-init-display):
22335 * play/solitaire.el (solitaire, solitaire-do-check):
22336 * play/tetris.el (tetris-default-update-speed-function):
22337 Mark unused parameters.
22338
22339 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
22340 (bubbles--shift): Remove unused variable `char-org'.
22341 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
22342 (bubbles--show-images): Remove unused variable `char'.
22343
22344 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
22345 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
22346 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
22347 (decipher-analyze-buffer): Use ?\s.
22348 (decipher-make-checkpoint): Remove unused variable `mapping'.
22349
22350 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
22351
22352 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
22353 Remove unused variable `result'; use `let'.
22354
22355 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
22356 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
22357 (gametree-children-shown-p, gametree-compute-reduced-score):
22358 Use `ignore-errors'.
22359
22360 * play/handwrite.el (ps-lpr-switches): Declare.
22361 (handwrite): Remove unused variables `pmin' and `lastp'.
22362
22363 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
22364
22365 * play/landmark.el (landmark-init-display)
22366 (landmark-update-naught-weights): Mark unused parameters.
22367 (landmark-y): Remove unused variable `noise'. Simplify.
22368 (landmark-human-plays): Remove unused variable `score'.
22369
22370 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
22371 (mpuz-try-proposal): Remove unused variable `game'.
22372
22373 * play/zone.el (life-patterns): Declare.
22374
22375 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
22376
22377 * vc/vc.el (ediff-vc-internal): Declare function.
22378
22379 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22380
22381 * shell.el: Use lexical-binding and std completion UI.
22382 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
22383 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
22384 comint-preoutput-filter-functions rather than on
22385 comint-output-filter-functions.
22386 (shell-command-completion, shell--command-completion-data)
22387 (shell-filename-completion, shell-environment-variable-completion)
22388 (shell-c-a-p-replace-by-expanded-directory): New functions.
22389 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
22390 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
22391 (shell-dynamic-complete-environment-variable): Use them.
22392 (shell-dynamic-complete-as-environment-variable)
22393 (shell-dynamic-complete-as-command): Remove.
22394 (shell-match-partial-variable): Match past point.
22395 * comint.el: Clean up use of completion-at-point-functions.
22396 (comint-completion-at-point): New function.
22397 (comint-mode): Use it completion-at-point-functions.
22398 (comint-dynamic-complete): Make it obsolete.
22399 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
22400 (comint-c-a-p-replace-by-expanded-history): New function.
22401 (comint-dynamic-complete-functions)
22402 (comint-replace-by-expanded-history): Use it.
22403 * minibuffer.el (completion-table-with-terminator): Allow dynamic
22404 termination strings. Try harder to avoid second try-completion.
22405 (completion-in-region-mode-map): Disable bindings that don't work yet.
22406
22407 * comint.el: Use lexical-binding. Require CL.
22408 (comint-dynamic-complete-functions): Use comint-filename-completion.
22409 (comint-completion-addsuffix): Tweak custom type.
22410 (comint-filename-completion, comint--common-suffix)
22411 (comint--common-quoted-suffix, comint--table-subvert)
22412 (comint--complete-file-name-data): New functions.
22413 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
22414 (comint-dynamic-list-filename-completions): Use them.
22415 (comint-dynamic-simple-complete): Make obsolete.
22416
22417 * minibuffer.el (completion-in-region-mode):
22418 Keep completion-in-region-mode--predicate global.
22419 (completion-in-region--postch):
22420 Assume completion-in-region-mode--predicate is not null.
22421
22422 * progmodes/flymake.el (flymake-start-syntax-check-process):
22423 Obey `dir'. Simplify.
22424
22425 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
22426 we're in VC after all.
22427
22428 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
22429
22430 * vc/vc.el (vc-diff-build-argument-list-internal)
22431 (vc-version-ediff, vc-ediff): New commands.
22432 (vc-version-diff): Use vc-diff-build-argument-list-internal.
22433
22434 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22435
22436 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
22437 add sanity check.
22438
22439 * obsolete/erc-hecomplete.el: Make obsolete.
22440 * obsolete/: Standardize obsolescence info in the header.
22441
22442 2011-04-20 Glenn Morris <rgm@gnu.org>
22443
22444 * calendar/solar.el (solar-horizontal-coordinates):
22445 Use the longitude argument rather than `calendar-longitude'.
22446 (solar-date-next-longitude): Remove unused locals.
22447
22448 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22449
22450 * whitespace.el: New version 13.2.1.
22451
22452 2011-04-20 felix <EmacsWiki> (tiny change)
22453
22454 * whitespace.el (global-whitespace-mode): Keep highlight when
22455 switching between major modes on a file.
22456
22457 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22458
22459 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
22460 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
22461 multi-line comments as well.
22462
22463 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
22464
22465 Lexical-binding cleanup.
22466
22467 * arc-mode.el (archive-mode-revert):
22468 * cmuscheme.el (scheme-interactively-start-process):
22469 * custom.el (custom-initialize-delay):
22470 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
22471 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
22472 * emacs-lock.el (emacs-lock-clear-sentinel):
22473 * ezimage.el (defezimage):
22474 * follow.el (follow-avoid-tail-recenter):
22475 * fringe.el (set-fringe-mode-1):
22476 * generic-x.el (bat-generic-mode-compile):
22477 * help-mode.el (help-info-variable, help-do-xref)
22478 (help-mode-revert-buffer):
22479 * help.el (view-emacs-todo):
22480 * iswitchb.el (iswitchb-completion-help):
22481 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
22482 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
22483 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
22484 * locate.el (locate-update):
22485 * longlines.el (longlines-encode-region)
22486 (longlines-after-change-function):
22487 * outline.el (outline-isearch-open-invisible):
22488 * ps-def.el (declare-function, charset-dimension, char-width)
22489 (encode-char):
22490 * ps-mule.el (ps-mule-plot-string):
22491 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
22492 (recentf-edit-list-select, recentf-edit-list-validate)
22493 (recentf-open-files-action):
22494 * rect.el (delete-whitespace-rectangle-line)
22495 (rectangle-number-line-callback):
22496 * register.el (window-configuration-to-register)
22497 (frame-configuration-to-register):
22498 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
22499 * select.el (xselect-convert-to-string, xselect-convert-to-length)
22500 (xselect-convert-to-targets, xselect-convert-to-delete)
22501 (xselect-convert-to-filename, xselect-convert-to-charpos)
22502 (xselect-convert-to-lineno, xselect-convert-to-colno)
22503 (xselect-convert-to-os, xselect-convert-to-host)
22504 (xselect-convert-to-user, xselect-convert-to-class)
22505 (xselect-convert-to-name, xselect-convert-to-integer)
22506 (xselect-convert-to-atom, xselect-convert-to-identity):
22507 * subr.el (declare, ignore, process-kill-without-query)
22508 (text-clone-maintain):
22509 * terminal.el (te-get-char, te-tic-sentinel):
22510 * tool-bar.el (tool-bar-make-keymap):
22511 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
22512 * type-break.el (type-break-mode, type-break-noninteractive-query):
22513 * view.el (View-back-to-mark):
22514 * wid-browse.el (widget-browse-action, widget-browse-widget)
22515 (widget-browse-widgets, widget-browse-sexp):
22516 * widget.el (define-widget-keywords):
22517 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
22518 Mark unused parameters.
22519
22520 * align.el (align-adjust-col-for-rule): Mark unused parameter.
22521 (align-areas): Remove unused variable `look'.
22522 (align-region): Remove unused variables `real-end' and `pos-list'.
22523
22524 * apropos.el (apropos-score-doc): Remove unused variable `i'.
22525
22526 * bindings.el (mode-line-modified, mode-line-remote):
22527 Mark unused parameters.
22528 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
22529
22530 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
22531 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
22532
22533 * comint.el (comint-history-isearch-pop-state)
22534 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
22535 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
22536 (comint-substitute-in-file-name): Doc fix.
22537
22538 * completion.el (cmpl-statistics-block): Mark unused parameter.
22539 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
22540 (save-completions-to-file, load-completions-from-file):
22541 Remove unused local variable `e'.
22542
22543 * composite.el (compose-chars): Remove unused variable `len'.
22544 (lgstring-insert-glyph): Remove unused variable `g'.
22545 (compose-glyph-string): Remove unused variables `ascent',
22546 `descent', `lbearing' and `rbearing'.
22547 (compose-glyph-string-relative): Remove unused variables
22548 `lbearing', `rbearing' and `wadjust'.
22549 (compose-gstring-for-graphic): Remove unused variables `header',
22550 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
22551 (compose-gstring-for-terminal): Remove unused variables `header'
22552 and `nchars'. Use `let', not `let*'.
22553
22554 * cus-edit.el (Custom-set, Custom-save, custom-reset)
22555 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
22556 (Custom-buffer-done, custom-buffer-create-internal)
22557 (custom-browse-visibility-action, custom-browse-group-tag-action)
22558 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
22559 (widget-magic-mouse-down-action, custom-toggle-parent)
22560 (custom-add-parent-links, custom-toggle-hide-variable)
22561 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
22562 (custom-toggle-hide-face, face, hook, custom-group-link-action)
22563 (custom-face-menu-create, custom-variable-menu-create, get)
22564 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
22565 (custom-reset-standard-save-and-update): Remove unused variable `value'.
22566 (customize-apropos): Remove unused variable `tests'.
22567 (custom-group-value-create): Remove unused variable `hidden-p'.
22568 (sort-fold-case): Declare.
22569
22570 * cus-theme.el (custom-reset-standard-faces-list)
22571 (custom-reset-standard-variables-list): Declare.
22572 (customize-create-theme, custom-theme-revert, custom-theme-write)
22573 (custom-theme-choose-mode, customize-themes, custom-theme-save):
22574 Mark unused parameters.
22575
22576 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
22577
22578 * delim-col.el (delimit-columns-max): Move defvar before first use.
22579
22580 * descr-text.el (describe-char-categories): Don't quote `lambda'.
22581 (describe-char): Don't quote `lambda'. Mark unused parameter.
22582
22583 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
22584 (auto-insert): Declare.
22585 (desktop-restore-file-buffer): Rename desktop-* parameters;
22586 mark unused ones.
22587 (desktop-create-buffer): Rename desktop-* parameters and bind them.
22588 (desktop-buffer): Rename desktop-* parameters.
22589
22590 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
22591 (dframe-reposition-frame-xemacs, dframe-help-echo)
22592 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
22593 Mark unused parameters.
22594
22595 * dired-aux.el (backup-extract-version-start, overwrite-query)
22596 (overwrite-backup-query, rename-regexp-query)
22597 (rename-non-directory-query): Declare.
22598 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
22599 (dired-add-entry): Remove unused variable `orig-file-name'.
22600 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
22601 Use parameter PRESERVE-TIME instead of accessing dynamic variable
22602 `dired-copy-preserve-time' directly.
22603 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
22604 (dired-insert-subdir-newpos): Rename unused variable `pos'.
22605
22606 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
22607 (dired-virtual-revert, dired-make-relative-symlink):
22608 Mark unused parameters.
22609 (manual-program): Declare.
22610 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
22611 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
22612 wrapped in `with-no-warnings' to avoid replacing one warning by another.
22613
22614 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
22615
22616 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
22617
22618 * echistory.el (electric-history-in-progress, Helper-return-blurb):
22619 Declare.
22620
22621 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
22622
22623 * electric.el (Electric-command-loop): Rename parameter
22624 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
22625
22626 * expand.el (expand-in-literal): Remove unused variable `here'.
22627
22628 * facemenu.el (facemenu-add-new-color):
22629 Remove unused variable `docstring'.
22630
22631 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
22632 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
22633 (face-attr-construct): Mark unused parameter. Doc fix.
22634 (read-color): Remove unused variable `hex-string'.
22635
22636 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
22637 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
22638 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
22639 (display-buffer-other-frame): Remove unused variable `old-window'.
22640 (kill-buffer-hook): Declare.
22641 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
22642 Mark unused parameters.
22643 (after-find-file): Pass 1 to `auto-save-mode', not t.
22644
22645 * files-x.el (auto-insert): Declare.
22646 (modify-file-local-variable-prop-line): Remove unused variable `val'.
22647
22648 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
22649 variable `buf'. Mark unused parameter.
22650 (find-lisp-insert-directory): Mark unused parameter.
22651
22652 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
22653 (format-encode-region): Remove unused variables `cur-buf' and `result'.
22654 (format-common-tail): Remove, unused.
22655 (format-deannotate-region): Remove unused variable `loc'.
22656 (format-annotate-region): Remove unused variable `p'.
22657 (format-annotate-single-property-change): Remove unused variables
22658 `default' and `tail'.
22659
22660 * forms.el (read-file-filter): Declare.
22661 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
22662
22663 * frame.el (frame-creation-function-alist): Mark unused parameter.
22664 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
22665
22666 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
22667 Remove unused parameters.
22668 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
22669 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
22670
22671 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
22672 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
22673 (hfy-prepare-tag-map): Mark unused parameters.
22674 (htmlfontify-buffer): Use `called-interactively-p'.
22675
22676 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
22677 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
22678 (ibuffer-do-occur): Mark unused parameters.
22679 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
22680 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
22681
22682 * ibuffer.el: Don't quote `lambda'.
22683 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
22684 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
22685 Mark unused parameters.
22686
22687 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
22688 (ido-completing-read): Mark unused parameters.
22689 (ido-copy-current-word): Mark unused parameters;
22690 remove unused variable `name'.
22691 (ido-sort-merged-list): Remove unused parameter `dirs'.
22692
22693 * ielm.el (ielm-input-sender): Mark unused parameter.
22694 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
22695 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
22696 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
22697 `ielm-string' as a dynamic variable accessible from the IELM prompt.
22698 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
22699
22700 * image-dired.el (image-dired-display-thumbs): Remove unused
22701 variables `curr-file' and `count'.
22702 (image-dired-remove-tag): Remove unused variable `start'.
22703 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
22704 variable `curr-file'
22705 (image-dired-rotate-original): Remove unused variable `temp-file'.
22706 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
22707 Remove unused variable `file'.
22708 (image-dired-gallery-generate): Remove unused variable `curr'.
22709 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
22710
22711 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
22712
22713 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
22714
22715 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
22716
22717 * isearch.el (minibuffer-history-symbol): Declare.
22718 (isearch-edit-string): Remove unused variable `err'.
22719 (isearch-message-prefix, isearch-message-suffix):
22720 Mark unused parameters.
22721
22722 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
22723
22724 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
22725
22726 * makesum.el (double-column): Remove unused variable `cnt'.
22727
22728 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
22729 (ido-ignore-item-temp-list): Declare.
22730
22731 * mouse-drag.el (mouse-drag-throw): Remove unused variables
22732 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
22733 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
22734 (mouse-drag-drag): Remove unused variables `mouse-delta' and
22735 `mouse-col-delta'.
22736
22737 * mouse-sel.el (mouse-extend-internal):
22738 Remove unused variable `orig-window-frame'.
22739
22740 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
22741 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
22742 Move declarations before first use.
22743 (pcomplete-opt): Mark unused parameters; doc fix.
22744
22745 * proced.el (proced-revert): Mark unused parameter.
22746 (proced-send-signal): Remove unused variable `err'.
22747
22748 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
22749 Rename parameter PREFIX-ARG to ARG.
22750 (ps-basic-plot-string, ps-basic-plot-whitespace):
22751 Mark unused parameters.
22752
22753 * replace.el (replace-count): Define.
22754 (occur-revert-function): Mark unused parameters.
22755 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
22756 (isearch-case-fold-search, isearch-string): Declare.
22757 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
22758 bind `case-fold-search'. Remove unused variables `beg' and `end',
22759 and simplify.
22760 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
22761 COUNT and bind `replace-count'.
22762 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
22763 to COUNT.
22764
22765 * savehist.el (print-readably, print-string-length): Declare.
22766
22767 * shadowfile.el (shadow-expand-cluster-in-file-name):
22768 Remove unused variable `cluster'.
22769 (shadow-copy-file): Remove unused variable `i'.
22770 (shadow-noquery, shadow-clusters, shadow-site-cluster)
22771 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
22772 (shadow-define-literal-group, shadow-define-regexp-group)
22773 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
22774
22775 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
22776 (shell): Use `called-interactively-p'.
22777 (shell-directory-tracker): Remove unused variable `chdir-failure'.
22778
22779 * simple.el (compilation-context-lines, comint-file-name-quote-list)
22780 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
22781 (delete-backward-char): Remove unused variable `ocol'.
22782 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
22783 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
22784 (event-apply-hyper-modifier, event-apply-shift-modifier)
22785 (event-apply-control-modifier, event-apply-meta-modifier):
22786 Mark unused parameters.
22787 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
22788 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
22789
22790 * speedbar.el (speedbar-ignored-directory-expressions)
22791 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
22792 (speedbar-find-file, speedbar-dir-follow)
22793 (speedbar-directory-buttons-follow, speedbar-tag-find)
22794 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
22795 (speedbar-buffers-line-directory, speedbar-buffer-click):
22796 Mark unused parameters.
22797 (speedbar-tag-file): Remove unused variable `mode'.
22798 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
22799
22800 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
22801
22802 * talk.el (talk): Remove unused variable `display'.
22803
22804 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
22805 (tar-write-region-annotate): Mark unused parameter.
22806
22807 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
22808 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
22809 Declare them, wrapped in `with-no-warnings' to avoid replacing one
22810 warning by another.
22811
22812 * time-stamp.el (time-stamp-string-preprocess):
22813 Remove unused variable `require-padding'.
22814
22815 * tree-widget.el (widget-glyph-enable): Declare.
22816 (tree-widget-action): Mark unused parameter.
22817
22818 * w32-fns.el (x-get-selection): Mark unused parameter.
22819 (autoload-make-program, generated-autoload-file): Declare.
22820
22821 * wdired.el (wdired-revert): Mark unused parameters.
22822 (wdired-xcase-word): Remove unused variable `err'.
22823
22824 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
22825 (whitespace-help-scroll): Remove unused variable `data-help'.
22826
22827 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
22828 (widget-image-insert, widget-after-change, default)
22829 (widget-default-format-handler, widget-default-notify)
22830 (widget-default-prompt-value, widget-info-link-action)
22831 (widget-url-link-action, widget-function-link-action)
22832 (widget-variable-link-action, widget-file-link-action)
22833 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
22834 (widget-field-prompt-internal, widget-field-action, widget-field-match)
22835 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
22836 (widget-insert-button-action, widget-delete-button-action, visibility)
22837 (widget-documentation-link-action, widget-documentation-string-action)
22838 (widget-const-prompt-value, widget-regexp-match, symbol)
22839 (widget-coding-system-prompt-value)
22840 (widget-key-sequence-value-to-external, sexp)
22841 (widget-sexp-value-to-internal, character, vector, cons)
22842 (widget-choice-prompt-value, widget-boolean-prompt-value)
22843 (widget-color--choose-action): Mark unused parameters.
22844 (widget-item-match-inline, widget-choice-match-inline)
22845 (widget-checklist-match, widget-checklist-match-inline)
22846 (widget-group-match): Rename parameter VALUES to VALS.
22847 (widget-field-value-set): Remove unused variable `size'.
22848 (widget-color-action): Remove unused variables `value' and `start'.
22849
22850 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
22851 variable `dir'. Doc fix.
22852 (windmove-find-other-window): Don't pass it.
22853
22854 * window.el (count-windows): Mark unused parameter.
22855 (bw-adjust-window): Remove unused variable `err'.
22856
22857 * woman.el (woman-file-name): Remove unused variable `default'.
22858 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
22859 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
22860 (global-font-lock-mode): Declare.
22861 (woman-decode-region): Mark unused parameter.
22862 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
22863
22864 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
22865 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
22866 (x-dnd-handle-moz-url): Remove unused variable `title'.
22867 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
22868
22869 * xml.el (xml-parse-tag, xml-parse-attlist):
22870 Remove unused variable `pos'.
22871
22872 2011-04-19 Glenn Morris <rgm@gnu.org>
22873
22874 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
22875 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
22876 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
22877 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
22878 * calendar/cal-html.el (cal-html-insert-minical):
22879 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
22880 (calendar-mark-date-pattern):
22881 Prefix "unused" locals.
22882
22883 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
22884 optional argument `style'.
22885
22886 * calendar/appt.el (appt-make-list):
22887 * calendar/cal-china.el (calendar-chinese-date-string):
22888 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
22889 (diary-hebrew-yahrzeit):
22890 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
22891 * calendar/calendar.el (calendar-generate-window):
22892 * calendar/time-date.el (time-to-days):
22893 Remove unused local variables.
22894
22895 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
22896
22897 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
22898 glyphless-char-display table.
22899 (tabulated-list-glyphless-char-display): New var.
22900
22901 2011-04-18 Sam Steingold <sds@gnu.org>
22902
22903 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
22904 to acknowledgments.
22905
22906 2011-04-17 Glenn Morris <rgm@gnu.org>
22907
22908 * calendar/diary-lib.el (diary-sexp-entry):
22909 * calendar/holidays.el (holiday-sexp):
22910 Set debug-on-error rather than the removed stack-trace-on-error.
22911
22912 2011-04-16 Glenn Morris <rgm@gnu.org>
22913
22914 * progmodes/f90.el: Use lexical-binding.
22915 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
22916
22917 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
22918
22919 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
22920 (mail-mode): Setup mailalias completion here instead.
22921 * mail/mailalias.el: Use lexical-binding.
22922 (pattern, mailalias-done): Declare dynamic.
22923 (mail-completion-at-point-function): New function, from mail-complete.
22924 (mail-complete): Use it.
22925 (mail-completion-expand): New function.
22926 (mail-get-names): Use it.
22927 (mail-directory, mail-directory-process, mail-directory-stream):
22928 Don't use `pattern' for lexically bound arg.
22929
22930 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
22931
22932 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
22933 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
22934 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
22935
22936 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
22937 (byte-save-window-excursion, byte-temp-output-buffer-setup)
22938 (byte-interactive-p): Define them again, for use when inlining
22939 old code.
22940
22941 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
22942
22943 * loadup.el: Use `string-to-number', not `string-to-int'.
22944
22945 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
22946
22947 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
22948 gud-gdb-complete-command.
22949 (gud-gdb-completions): New function, from gud-gdb-complete-command.
22950 (gud-gdb-completion-at-point): New function.
22951 (gud-gdb-completions): Remove.
22952
22953 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
22954
22955 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
22956 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
22957 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
22958 whether `executable-find' is bound.
22959
22960 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
22961
22962 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
22963
22964 * minibuffer.el (completion-in-region-mode-predicate)
22965 (completion-in-region-mode--predicate): New vars.
22966 (completion-in-region, completion-in-region--postch)
22967 (completion-in-region-mode): Use them.
22968 (completion--capf-wrapper): Also return the hook function.
22969 (completion-at-point, completion-help-at-point):
22970 Adjust and provide a predicate.
22971
22972 Preserve arg names for advice of subr and lexical functions (bug#8457).
22973 * help-fns.el (help-function-arglist): Consolidate the subr and
22974 new-byte-code cases. Add argument `preserve-names' to extract names
22975 from the docstring when needed.
22976 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
22977 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
22978 (ad-arglist): Use help-function-arglist's new arg.
22979 (ad-definition-type): Use cond.
22980
22981 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
22982
22983 * autorevert.el (auto-revert-handler):
22984 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
22985 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
22986 Don't quote lambda.
22987
22988 * image-mode.el (image-transform-set-scale):
22989 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
22990
22991 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22992
22993 * net/network-stream.el (network-stream-open-starttls): Only do
22994 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
22995 Upgrades via gnutls-cli are too slow to be done opportunistically.
22996
22997 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
22998
22999 * dframe.el (dframe-current-frame): Remove spurious quote.
23000
23001 2011-04-12 Glenn Morris <rgm@gnu.org>
23002
23003 * calendar/cal-tex.el (cal-tex-end-document):
23004 Try to automatically use latin1 input if needed.
23005
23006 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
23007 Don't try to cons a mark onto an empty element.
23008
23009 2011-04-11 Leo Liu <sdl.web@gmail.com>
23010
23011 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
23012 buffers.
23013 (ido-kill-buffer-at-head): Support killing virtual buffers.
23014
23015 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
23016
23017 * minibuffer.el (completion-show-inline-help): New var.
23018 (completion--do-completion, minibuffer-complete)
23019 (minibuffer-force-complete, minibuffer-complete-word):
23020 Inhibit minibuffer messages if completion-show-inline-help is nil.
23021
23022 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
23023 to avoid interference from inline help (Bug#5849).
23024
23025 2011-04-10 Leo Liu <sdl.web@gmail.com>
23026
23027 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
23028 Fix typo.
23029
23030 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
23031
23032 * image-mode.el (image-toggle-display-image): Signal an error if
23033 not in Image mode.
23034 (image-transform-mode, image-transform-resize)
23035 (image-transform-set-rotation): Doc fix.
23036 (image-transform-set-resize): Delete.
23037 (image-transform-set-scale, image-transform-fit-to-height)
23038 (image-transform-fit-to-width): Handle image-toggle-display-image
23039 and image-transform-resize directly.
23040
23041 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
23042
23043 * doc-view.el (doc-view-fit-width-to-window)
23044 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
23045 New functions for fitting the shown image to the Emacs window size.
23046 (doc-view-mode-map): Add bindings for the new functions.
23047
23048 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
23049
23050 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
23051 Fix typo in docstring.
23052
23053 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23054
23055 * files.el (file-size-human-readable): Produce one digit after
23056 decimal, like "ls -lh" does.
23057
23058 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
23059 the file size representation.
23060
23061 * simple.el (list-processes): If async subprocesses are not
23062 available, error out with a clear error message.
23063
23064 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
23065
23066 * help.el (help-form-show): New function, to be called from C.
23067 Put help-form output in a buffer named differently than *Help*.
23068
23069 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23070
23071 * files.el (file-size-human-readable): New function.
23072
23073 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
23074 computing the representation inline. Don't require `cl'.
23075
23076 2011-04-08 Glenn Morris <rgm@gnu.org>
23077
23078 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
23079
23080 * net/browse-url.el (browse-url-firefox):
23081 Test system-type, not system-configuration.
23082
23083 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
23084 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
23085 Use log-edit-empty-buffer-p. (Bug#7598)
23086
23087 * net/rlogin.el (rlogin-process-connection-type): Simplify.
23088 (rlogin-mode-map): Initialize in the defvar.
23089 (rlogin): Use ignore-errors.
23090
23091 * replace.el (occur-mode-map): Some fixes for menu items.
23092
23093 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
23094
23095 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
23096
23097 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23098
23099 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
23100 issuing unused warnings.
23101
23102 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
23103 macro directly.
23104
23105 * simple.el: Lisp reimplement of list-processes. Based on an
23106 earlier reimplementation by Leo Liu, but using tabulated-list.el.
23107 (process-menu-mode): New major mode.
23108 (list-processes--refresh, list-processes):
23109 (process-menu-visit-buffer): New functions.
23110
23111 * files.el (save-buffers-kill-emacs): Don't assume any return
23112 value of list-processes, which is undocumented anyway.
23113
23114 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23115
23116 * emacs-lisp/tabulated-list.el: New file.
23117
23118 * emacs-lisp/package.el: Use Tabulated List mode.
23119 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
23120 (package-menu-mode): Derive from tabulated-list-mode. Set up the
23121 table format using Tabulated List mode variables.
23122 (package--push): New macro, replacing package-list-maybe-add.
23123 (package-menu--generate): Use package--push. Renamed from
23124 package--generate-package-list.
23125 (package-menu-refresh, list-packages): Use it.
23126 (package-menu--print-info): Rename from package-print-package.
23127 Return insertion data instead of inserting it directly.
23128 (package-menu-describe-package, package-menu-execute):
23129 Use tabulated-list-get-id.
23130 (package-menu-mark-delete, package-menu-mark-install)
23131 (package-menu-mark-unmark, package-menu-backup-unmark)
23132 (package-menu-mark-obsolete-for-deletion):
23133 Use tabulated-list-put-tag.
23134 (package--list-packages, package-menu-revert)
23135 (package-menu-get-package, package-menu-get-version)
23136 (package-menu-sort-by-column): Functions deleted.
23137 (package-menu-package-list, package-menu-sort-key): Vars deleted.
23138 (package-menu--status-predicate, package-menu--version-predicate)
23139 (package-menu--name-predicate)
23140 (package-menu--description-predicate): Handle arguments in the
23141 Tabulated List format.
23142 (package-list-packages-no-fetch): Call list-packages.
23143
23144 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
23145
23146 * files.el (after-find-file-from-revert-buffer): Remove variable.
23147 (after-find-file): Don't bind it.
23148 (revert-buffer-in-progress-p): New variable.
23149 (revert-buffer): Bind it.
23150 Pass nil for `after-find-file-from-revert-buffer'.
23151
23152 * saveplace.el (save-place-find-file-hook): Use new variable
23153 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
23154
23155 2011-04-06 Glenn Morris <rgm@gnu.org>
23156
23157 * Makefile.in (AUTOGEN_VCS): New variable.
23158 (autoloads): Use $AUTOGEN_VCS.
23159
23160 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
23161 * calendar/calendar.el (calendar-mode-map):
23162 Check for toolkit scroll bars. (Bug#8305)
23163
23164 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23165
23166 * minibuffer.el (completion-in-region--postch)
23167 (completion-in-region-mode): Remove unnecessary messages.
23168
23169 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
23170
23171 * font-lock.el (font-lock-refresh-defaults):
23172 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
23173 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
23174
23175 * info.el (Info-directory-list, Info-read-node-name-2)
23176 (Info-split-parameter-string): Doc fixes.
23177 (Info-virtual-nodes): Reflow docstring.
23178 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
23179 (Info-apropos-toc-nodes, info-finder, Info-get-token)
23180 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
23181 Fix typos in docstrings.
23182 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
23183 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
23184 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
23185 (Info-restore-desktop-buffer): Mark unused parameters.
23186 (Info-directory-find-file, Info-directory-find-node)
23187 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
23188 (Info-virtual-index-find-node, Info-apropos-find-file)
23189 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
23190 Mark unused parameters; fix typos in docstrings.
23191 (Info-virtual-index): Remove unused local variable `nodename'.
23192
23193 2011-04-05 Deniz Dogan <deniz@dogan.se>
23194
23195 * net/rcirc.el: Update my e-mail address.
23196 (rcirc-mode-map): Remove M-o binding.
23197
23198 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23199
23200 * startup.el (command-line): Save the cursor's theme-face
23201 directly, instead of using face-override-spec.
23202
23203 * custom.el (load-theme): Minor optimization in assigning faces.
23204
23205 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23206
23207 * help-fns.el (describe-variable): Complete all variables having
23208 documentation, including keywords.
23209 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
23210
23211 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23212
23213 Convert to lexical-binding.
23214
23215 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
23216 (bs--get-marked-string, bs--get-modified-string)
23217 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
23218 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
23219 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
23220
23221 * ehelp.el (electric-help-execute-extended)
23222 (electric-help-ctrl-x-prefix):
23223 * hexl.el (hexl-revert-buffer-function):
23224 * linum.el (linum-after-change, linum-after-scroll):
23225 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
23226
23227 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
23228
23229 2011-04-04 Daiki Ueno <ueno@unixuser.org>
23230
23231 * epa-dired.el:
23232 * epa-mail.el:
23233 * epa-hook.el:
23234 * epa-file.el:
23235 * epa.el:
23236 * epg.el: Use lexical binding.
23237
23238 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
23239
23240 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
23241
23242 * textmodes/flyspell.el (flyspell-word): Recognize default
23243 dictionary case for flyspell-mark-duplications-exceptions.
23244 Use regexp matching for languages.
23245 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
23246 default dictionary (Bug#7926).
23247
23248 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
23249
23250 * emacs-lisp/package.el (package--with-work-buffer):
23251 Recognize https URLs.
23252
23253 * net/network-stream.el: Move from gnus/proto-stream.el.
23254 Change prefix to network-stream throughout.
23255 (open-protocol-stream): Merge into open-network-stream, leaving
23256 open-protocol-stream as an alias. Handle nil BUFFER args.
23257
23258 * subr.el (open-network-stream): Move to net/network-stream.el.
23259
23260 2011-04-02 Glenn Morris <rgm@gnu.org>
23261
23262 * find-dired.el (find-exec-terminator): New option.
23263 (find-ls-option): Test for -ls support.
23264 (find-ls-subdir-switches): Test for -b in find-ls-option.
23265 (find-dired, find-grep-dired): Doc fixes.
23266 (find-dired): Use find-exec-terminator.
23267
23268 * find-dired.el (find-ls-option, find-ls-subdir-switches)
23269 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
23270 (find-name-arg): Remove purecopy.
23271
23272 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
23273 (grep-compute-defaults): Check for `-exec COMMAND +' support.
23274 Set grep-find-use-xargs, grep-find-command, and grep-find-template
23275 accordingly. Don't add the null-device if not needed.
23276
23277 * files.el (save-some-buffers): Doc fix.
23278
23279 2011-04-02 Eli Zaretskii <eliz@gnu.org>
23280
23281 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
23282
23283 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
23284
23285 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
23286 Use `dolist' rather than `mapcar'.
23287
23288 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23289
23290 Add lexical binding.
23291
23292 * subr.el (apply-partially): Use new closures rather than CL.
23293 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
23294 (dolist, dotimes): Use slightly different expansion for lexical code.
23295 (functionp): Move to C.
23296 (letrec): New macro.
23297 (with-wrapper-hook): Use it and apply-partially instead of CL.
23298 (eval-after-load): Preserve lexical-binding.
23299 (save-window-excursion, with-output-to-temp-buffer): Turn them
23300 into macros.
23301
23302 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
23303
23304 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
23305 than the arglist.
23306 (help-add-fundoc-usage): Don't add `Not documented'.
23307 (help-function-arglist): Handle closures, subroutines, and new
23308 byte-code-functions.
23309 (help-make-usage): Remove leading underscores.
23310 (describe-function-1): Handle closures.
23311 (describe-variable): Use special-variable-p for completion.
23312
23313 * files.el (lexical-binding): Declare safe.
23314
23315 * emacs-lisp/pcase.el: Don't use destructuring-bind.
23316 (pcase--memoize): Rename from pcase-memoize. Change weakness.
23317 (pcase): Add `let' pattern.
23318 Change memoization so it actually works.
23319 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
23320 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
23321 <let>: New case.
23322
23323 * emacs-lisp/macroexp.el: Use lexical binding.
23324 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
23325 Don't convert ' to #' without checking that it's indeed quoting
23326 a lambda.
23327
23328 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
23329 Use eval-sexp-add-defvars.
23330 (eval-sexp-add-defvars): New fun.
23331
23332 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
23333
23334 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
23335 Don't autoload.
23336 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
23337 than the internal `byte-compile-lambda'.
23338 (defmethod): Don't hide code under quotes.
23339 (eieio-defmethod): New `code' argument.
23340
23341 * emacs-lisp/eieio-comp.el: Remove.
23342
23343 * emacs-lisp/edebug.el (edebug-eval-defun)
23344 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
23345 (edebug-toggle): Avoid `eval'.
23346
23347 * emacs-lisp/disass.el (disassemble-internal): Handle new
23348 `closure' objects.
23349 (disassemble-1): Handle new byte codes.
23350
23351 * emacs-lisp/cl.el (pushnew): Silence warning.
23352
23353 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
23354 (cl-byte-compile-throw): Remove.
23355 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
23356
23357 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
23358 closures.
23359
23360 * emacs-lisp/cconv.el: New file.
23361
23362 * emacs-lisp/bytecomp.el: Use lexical binding instead of
23363 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
23364 (byte-compile-initial-macro-environment):
23365 Handle declare-function here.
23366 (byte-compile--lexical-environment): New var.
23367 (byte-stack-ref, byte-stack-set, byte-discardN)
23368 (byte-discardN-preserve-tos): New lap codes.
23369 (byte-interactive-p): Don't use any more.
23370 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
23371 New macros.
23372 (byte-compile-lapcode): Use them and handle new lap codes.
23373 (byte-compile-obsolete): Remove.
23374 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
23375 (byte-compile-arglist-warn): Check late def of inlinable funs.
23376 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
23377 since they should have been expanded by now.
23378 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
23379 (byte-compile-from-buffer): Remove unused second arg.
23380 (byte-compile-preprocess): New function.
23381 (byte-compile-toplevel-file-form): New function to distinguish
23382 file-form calls from outside from file-form calls from hunk-handlers.
23383 (byte-compile-file-form): Simplify.
23384 (byte-compile-file-form-defsubst): Remove.
23385 (byte-compile-file-form-defmumble): Simplify now that
23386 byte-compile-lambda always returns a byte-code-function.
23387 (byte-compile): Preprocess.
23388 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
23389 Remove, not used any more.
23390 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
23391 (byte-compile-make-args-desc): New funs.
23392 (byte-compile-lambda): Handle lexical functions. Always return
23393 a byte-code-function.
23394 (byte-compile-reserved-constants): New var, to make up room for
23395 closed-over variables.
23396 (byte-compile-constants-vector): Obey it.
23397 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
23398 (byte-compile-macroexpand-declare-function): New function.
23399 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
23400 byte-code-functions.
23401 (byte-compile-form): Check obsolescence here.
23402 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
23403 (byte-compile-variable-ref): Remove.
23404 (byte-compile-dynamic-variable-op): New fun.
23405 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23406 (byte-compile-variable-set): New funs.
23407 (byte-compile-discard): Add 2 args.
23408 (byte-compile-stack-ref, byte-compile-stack-set)
23409 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
23410 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
23411 macroexpand-all instead.
23412 (byte-compile-quote-form): Remove.
23413 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
23414 (byte-compile-bind, byte-compile-unbind): New funs.
23415 (byte-compile-let): Handle let* and lexical binding.
23416 (byte-compile-let*): Remove.
23417 (byte-compile-catch, byte-compile-unwind-protect)
23418 (byte-compile-track-mouse, byte-compile-condition-case):
23419 Handle a new :fun-body form, used for lexical scoping.
23420 (byte-compile-save-window-excursion)
23421 (byte-compile-with-output-to-temp-buffer): Remove.
23422 (byte-compile-defun): Simplify.
23423 (byte-compile-stack-adjustment): New fun.
23424 (byte-compile-out): Use it.
23425 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
23426
23427 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
23428 handler any more.
23429
23430 * emacs-lisp/byte-opt.el: Use lexical binding.
23431 (byte-inline-lapcode): Remove (to bytecomp).
23432 (byte-compile-inline-expand): Pay attention to inlining to/from
23433 lexically bound code.
23434 (byte-compile-unfold-lambda): Don't handle byte-code-functions
23435 any more.
23436 (byte-optimize-form-code-walker): Don't handle save-window-excursion
23437 any more and don't call compiler-macros.
23438 (byte-compile-splice-in-already-compiled-code): Remove.
23439 (byte-code): Don't inline any more.
23440 (disassemble-offset): Receive `bytes' as argument rather than via
23441 dynamic scoping.
23442 (byte-compile-tag-number): Declare before first use.
23443 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
23444 `return' even if make-spliceable.
23445 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
23446 obsolete interactive-p.
23447 (byte-optimize-lapcode): Optimize new lap-codes.
23448 Don't trip up on new form of `byte-constant' lap code.
23449
23450 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
23451
23452 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
23453
23454 * custom.el (custom-initialize-default, custom-declare-variable):
23455 Use `defvar'.
23456
23457 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
23458 New variables.
23459 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
23460 (COMPILE_FIRST): Add macroexp and cconv.
23461 * makefile.w32-in: Mirror changes in Makefile.in.
23462
23463 * vc/cvs-status.el:
23464 * vc/diff-mode.el:
23465 * vc/log-edit.el:
23466 * vc/log-view.el:
23467 * vc/smerge-mode.el:
23468 * textmodes/bibtex-style.el:
23469 * textmodes/css-mode.el:
23470 * startup.el:
23471 * uniquify.el:
23472 * minibuffer.el:
23473 * newcomment.el:
23474 * reveal.el:
23475 * server.el:
23476 * mpc.el:
23477 * emacs-lisp/smie.el:
23478 * doc-view.el:
23479 * dired.el:
23480 * abbrev.el: Use lexical binding.
23481
23482 2011-04-01 Eli Zaretskii <eliz@gnu.org>
23483
23484 * info.el (info-display-manual): New function.
23485
23486 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23487
23488 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
23489
23490 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
23491
23492 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
23493 an entry for that server in rcirc-authinfo. (Bug#8385)
23494
23495 2011-03-31 Glenn Morris <rgm@gnu.org>
23496
23497 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
23498
23499 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
23500
23501 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
23502
23503 * progmodes/python.el (python-default-interpreter)
23504 (python-python-command-args, python-jython-command-args)
23505 (python-which-shell, python-which-args, python-which-bufname)
23506 (python-file-queue, python-comint-output-filter-function)
23507 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
23508 variables and functions.
23509
23510 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
23511
23512 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
23513 (completion-in-region-mode): New minor mode.
23514 (completion-in-region): Use it.
23515 (completion-in-region--data, completion-in-region-mode-map): New vars.
23516 (completion-in-region--postch): New function.
23517 (completion--capf-misbehave-funs, completion--capf-safe-funs):
23518 New vars.
23519 (completion--capf-wrapper): New function.
23520 (completion-at-point): Use it to track well-behavedness of
23521 hook functions.
23522 (completion-help-at-point): New command.
23523
23524 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
23525
23526 * vc/add-log.el (add-change-log-entry): Don't use whitespace
23527 syntax class to search for whitespace on a single line
23528 (Message-ID: <4D938140.4030905@redhat.com>).
23529
23530 2011-03-30 Leo Liu <sdl.web@gmail.com>
23531
23532 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
23533 New commands.
23534 (edit-abbrevs-map): Bind them here.
23535 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
23536
23537 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
23538
23539 * allout.el (allout-hide-by-annotation, allout-flag-region):
23540 Reduce possibility of overlay leakage by making them volatile.
23541
23542 * allout-widgets.el (allout-widgets-tally): Define as nil so the
23543 hash is not shared between buffers. Mode initialization is
23544 responsible for giving it a useful starting value.
23545 (allout-item-span): Reduce possibility of overlay leakage by
23546 making them volatile.
23547 (allout-widgets-count-buttons-in-region): Add diagnostic function
23548 for tracking down button overlay leaks.
23549
23550 2011-03-29 Leo Liu <sdl.web@gmail.com>
23551
23552 * ido.el (ido-read-internal): Use the default history var
23553 minibuffer-history if no HISTORY is specified.
23554
23555 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
23556
23557 * net/imap.el (imap-shell-open, imap-process-connection-type):
23558 Use imap-process-connection-type for 'shell' streams as well as
23559 Kerberos, SSL, other subprocesses.
23560
23561 2011-03-28 Leo Liu <sdl.web@gmail.com>
23562
23563 * abbrev.el (abbrev-table-empty-p): New function.
23564 (prepare-abbrev-list-buffer): Place empty abbrev tables after
23565 nonempty ones. (Bug#5937)
23566
23567 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
23568
23569 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
23570
23571 2011-03-27 Leo Liu <sdl.web@gmail.com>
23572
23573 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
23574 for foreground and background colors.
23575 (ansi-color-make-color-map): Adapt.
23576
23577 2011-03-25 Leo Liu <sdl.web@gmail.com>
23578
23579 * midnight.el (midnight-time-float): Remove. Note it calculates
23580 the microsecond component incorrectly and seconds-to-time does the
23581 same job.
23582 Remove redundant (require 'timer).
23583
23584 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
23585 (ido-completions): Remove unused arguments. (Bug#8329)
23586
23587 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23588
23589 * minibuffer.el (completion--flush-all-sorted-completions):
23590 Remove itself from hook.
23591 (completion-at-point): Let the functions perform the completion
23592 immediately and return nil or t.
23593 * comint.el (comint-dynamic-complete-functions): Now identical to
23594 completion-at-point-functions.
23595 (comint-dynamic-list-input-ring): Remove unused var `index'.
23596 (comint--match-partial-filename, comint--unquote&expand-filename):
23597 New funs, split from comint-match-partial-filename.
23598 (comint-dynamic-complete): Use completion-at-point.
23599 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
23600
23601 2011-03-24 Drew Adams <drew.adams@oracle.com>
23602
23603 * thingatpt.el: Support `defun'.
23604
23605 2011-03-23 Leo Liu <sdl.web@gmail.com>
23606
23607 * abbrevlist.el: Move to obsolete/abbrevlist.el.
23608
23609 * help-mode.el (help-mode-finish): Tweak regexp.
23610
23611 2011-03-23 Glenn Morris <rgm@gnu.org>
23612
23613 * eshell/esh-opt.el (eshell-eval-using-options):
23614 Do not bind unused local variable `eshell-option-stub'.
23615
23616 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
23617
23618 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
23619
23620 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
23621 keymap variable in `with-no-warnings' to avoid a warning when the
23622 keymap has been already `defconst'ed.
23623
23624 2011-03-22 Leo Liu <sdl.web@gmail.com>
23625
23626 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
23627 encode all chars in abbrevs; otherwise use emacs-mule or
23628 utf-8-emacs. (Bug#8308)
23629
23630 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
23631
23632 * simple.el (backward-delete-char-untabify):
23633 Avoid warning about using `delete-backward-char'.
23634
23635 * image.el (image-type-file-name-regexps): Make it variable.
23636 `imagemagick-register-types' modifies it, and the user may want
23637 to add new extensions for known image types.
23638 (imagemagick-register-types): Throw error if not using ImageMagick.
23639
23640 2011-03-22 Leo Liu <sdl.web@gmail.com>
23641
23642 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
23643 located before rcirc-prompt-end-marker.
23644 (rcirc-complete): Error if point is not after rcirc prompt.
23645 Handle the case when table is nil.
23646 (rcirc-user-authenticated): Define to fix compiler warning.
23647
23648 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
23649
23650 * custom.el (custom--inhibit-theme-enable): Make it affect only
23651 custom-theme-set-variables and custom-theme-set-faces.
23652 (provide-theme): Ignore custom--inhibit-theme-enable.
23653 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
23654 (custom-enabling-themes): Delete variable.
23655 (enable-theme): Accept only loaded themes as arguments.
23656 Ignore the special custom-enabled-themes variable.
23657 (custom-enabled-themes): Forbid themes from setting this.
23658 Eliminate use of custom-enabling-themes.
23659 (custom-push-theme): Quote "changed" custom var entry.
23660
23661 2011-03-21 Leo Liu <sdl.web@gmail.com>
23662
23663 * ido.el (ido-read-internal): Add ido-selected to history instead
23664 of user input.
23665
23666 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23667
23668 * subr.el (deferred-action-list, deferred-action-function):
23669 Mark obsolete.
23670
23671 2011-03-21 Leo Liu <sdl.web@gmail.com>
23672
23673 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
23674 change on 2011-02-13 (bug#8309).
23675
23676 * minibuffer.el (read-file-name-function): Change default value.
23677 (read-file-name--defaults): Rename from read-file-name-defaults.
23678 (read-file-name-default): Rename from read-file-name.
23679 (read-file-name): Call read-file-name-function.
23680
23681 2011-03-21 Glenn Morris <rgm@gnu.org>
23682
23683 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
23684 Doc fixes.
23685
23686 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
23687
23688 * cus-theme.el: Add missing provide statement.
23689 (customize-create-theme): Extract theme value correctly.
23690 (custom-theme-visit-theme): Autoload.
23691 (customize-create-theme): Prompt before inserting default faces.
23692
23693 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
23694
23695 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
23696 units and musical notes.
23697
23698 2011-03-20 Leo Liu <sdl.web@gmail.com>
23699
23700 * ido.el (ido-read-internal): Use completing-read-default.
23701 (ido-completing-read): Fix compatibility with completing-read.
23702
23703 2011-03-20 Christian Ohler <ohler@gnu.org>
23704
23705 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
23706 (ert-delete-all-tests): Use `called-interactively-p' rather than
23707 `interactive-p'.
23708 (ert--make-xrefs-region): Respect END.
23709
23710 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
23711
23712 * dired-aux.el (dired-create-directory): Signal an error if the
23713 directory already exists (Bug#8246).
23714
23715 * facemenu.el (list-colors-display): Call list-faces-display
23716 inside with-help-window.
23717 (list-colors-print): Use display property to align the final
23718 column, instead of checking window-width.
23719
23720 2011-03-19 Eli Zaretskii <eliz@gnu.org>
23721
23722 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
23723 windows-nt systems.
23724 (emerge-protect-metachars): Quote correctly for ms-dos and
23725 windows-nt systems.
23726
23727 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
23728
23729 * info.el (info-initialize): Replace all uses of `:' with
23730 path-separator for compatibility with non-Unix systems.
23731 Cache quoting of path-separator. (Bug#8258)
23732
23733 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
23734
23735 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
23736 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
23737 (mouse-avoidance-mode): Fix typos in docstrings.
23738
23739 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
23740
23741 * startup.el (package-subdirectory-regexp): Move from package.el.
23742 Omit \\` and \\', and let callers add them.
23743
23744 * emacs-lisp/package.el (package-strip-version)
23745 (package-load-all-descriptors): Add \\` and \\' to
23746 package-subdirectory-regexp before using it.
23747 (package-untar-buffer): New arg DIR; ensure that file untars only
23748 into this expected directory. Remove superfluous delete-region.
23749 (package-unpack): Caller changed.
23750 (package-tar-file-info): Use package-subdirectory-regexp.
23751
23752 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
23753
23754 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
23755 diff-mode-shared-map (bug#8284).
23756 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
23757
23758 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23759
23760 * calendar/time-date.el (format-seconds): Use assoc instead of
23761 assoc-string, since assoc-string doesn't exist in XEmacs.
23762
23763 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
23764
23765 * custom.el (custom-known-themes): Reflow docstring.
23766 (custom-theme-load-path): Fix typo in docstring.
23767 (load-theme): Fix typo in error message.
23768 (custom-available-themes, custom-variable-theme-value):
23769 Use `let', not `let*'.
23770
23771 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
23772
23773 * calc/README: Mention inclusion of musical notes.
23774
23775 * calc/calc-units.el (calc-lu-quant): Rename from
23776 `calc-logunits-quantity'.
23777 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
23778 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
23779 (calc-db): Rename from `calc-dblevel'.
23780 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
23781 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
23782 (calc-np): Rename from `calc-nplevel'.
23783 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
23784 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
23785 (calc-lu-plus): Rename from `calc-logunits-add'.
23786 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
23787 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
23788 (calc-lu-minus): Rename from `calc-logunits-sub'.
23789 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
23790 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
23791 (calc-lu-times): Rename from `calc-logunits-mul'.
23792 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
23793 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
23794 (calc-lu-divide): Rename from `calc-logunits-div'.
23795 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
23796 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
23797
23798 * calc/calc-ext.el (calc-init-extensions): Update the names of the
23799 functions being autoloaded.
23800
23801 * calc/calc.el (calc-lu-power-reference): Rename from
23802 `calc-logunits-power-reference'.
23803 (calc-lu-field-reference): Rename from
23804 `calc-logunits-field-reference'.
23805
23806 * calc/calc-help.el (calc-l-prefix-help):
23807 Mention musical note functions.
23808
23809 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
23810
23811 * minibuffer.el (completion-all-sorted-completions):
23812 Use :completion-cycle-penalty text property if present.
23813
23814 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
23815
23816 * allout.el (allout-yank-processing): Adjust for new rebulleting
23817 regime so bullet being yanked is used without prompting the user
23818 for a choice.
23819
23820 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
23821
23822 * startup.el (command-line): Warn the user that _emacs is deprecated.
23823
23824 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
23825
23826 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
23827 (delphi-verbose, delphi-comment-face, delphi-string-face)
23828 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
23829 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
23830 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
23831 (delphi-new-comment-line, delphi-font-lock-defaults)
23832 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
23833 Fix typos in docstrings.
23834
23835 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
23836
23837 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
23838 Invert the roles of character and string values for INSTEAD, so a
23839 string is used for the more common case of a defaulting prompt.
23840
23841 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
23842
23843 * progmodes/ruby-mode.el (ruby-backward-sexp):
23844 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
23845 * play/gamegrid.el (gamegrid-make-face):
23846 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
23847 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
23848 * notifications.el (notifications-notify):
23849 * net/xesam.el (xesam-search-engines):
23850 * net/quickurl.el (quickurl-list-insert):
23851 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
23852
23853 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
23854
23855 * startup.el (command-line): Update package subdirectory regexp.
23856
23857 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
23858
23859 * allout.el (allout-abbreviate-flattened-numbering)
23860 (allout-mode-deactivate-hook): Fix up obsolescence "date".
23861
23862 * subr.el (read-char-choice): Only show the cursor after the prompt,
23863 not after the answer.
23864
23865 2011-03-15 Kevin Ryde <user42@zip.com.au>
23866
23867 * help-fns.el (variable-at-point): Skip leading quotes, if any
23868 (bug#8253).
23869
23870 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
23871
23872 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
23873 warning message.
23874
23875 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
23876
23877 * shell.el (shell): When called interactively, offer to change the
23878 shell file name on remote hosts.
23879
23880 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
23881
23882 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
23883 integration for LDAP parameters. The host, base, user or binddn,
23884 and secret tokens can be specified in a netrc file, for instance.
23885 This is optional because an `auth-source' parameter must be
23886 specified in the search attributes.
23887
23888 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
23889
23890 * help.el (describe-mode): Link to the mode's definition (bug#8185).
23891
23892 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
23893
23894 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
23895 into declaration. Remove redundant and harmful binding.
23896
23897 2011-03-12 Eli Zaretskii <eliz@gnu.org>
23898
23899 * files.el (file-ownership-preserved-p): Pass `integer' as an
23900 explicit 2nd argument to `file-attributes'. If the file's owner
23901 is the Administrators group on Windows, and the current user is
23902 Administrator, consider that a match.
23903
23904 * server.el (server-ensure-safe-dir): Consider server directory
23905 safe on MS-Windows if its owner is the Administrators group while
23906 the current Emacs user is Administrator. Use `=' to compare
23907 numerical UIDs, since they could be integers or floats.
23908
23909 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
23910
23911 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
23912
23913 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
23914
23915 Sync with Tramp 2.2.1.
23916
23917 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
23918
23919 * net/trampver.el: Update release number.
23920
23921 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
23922
23923 * progmodes/compile.el (compilation--previous-directory): Fix up
23924 various nil/dead-marker mismatches (bug#8014).
23925 (compilation-directory-properties, compilation-error-properties):
23926 Don't call it at a position past the one we're about to change.
23927
23928 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
23929 Disable obsolescence warnings in the file that declares it.
23930
23931 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
23932
23933 * allout-widgets.el (allout-widgets-tally):
23934 Initialize allout-widgets-tally as a hash table rather than nil to
23935 prevent mode-line redisplay warnings. Also, clarify the module
23936 description and fix a comment typo.
23937
23938 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
23939
23940 * help-fns.el (describe-variable): Don't complete keywords.
23941 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
23942
23943 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
23944
23945 * emacs-lisp/package.el (package-version-join): Impose a standard
23946 string representation for pre/alpha/beta version lists.
23947 (package-unpack-single): Standardize the directory name by passing
23948 it through package-version-join.
23949 (package-strip-rcs-id): Accept any version string that does not
23950 signal an error in version-to-list.
23951
23952 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
23953
23954 * simple.el (delete-trailing-whitespace): Return nil for the
23955 benefit of `write-file-functions'.
23956
23957 2011-03-10 Glenn Morris <rgm@gnu.org>
23958
23959 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
23960
23961 * vc/vc-git.el (vc-git-program): New option.
23962 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
23963 (vc-git--call): Use it.
23964
23965 * eshell/esh-util.el (eshell-condition-case): Doc fix.
23966
23967 * cus-edit.el (Custom-newline): If no button at point, look
23968 for a subgroup button at start-of-line. (Bug#2298)
23969
23970 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
23971
23972 2011-03-10 Julien Danjou <julien@danjou.info>
23973
23974 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
23975 `cursor-type' is nil.
23976
23977 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
23978
23979 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
23980
23981 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
23982
23983 * allout.el: Change so yank of distinctive-bullet items
23984 preserves the existing header prefix, rebulleting it if necessary,
23985 rather than replacing it. This is necessary for proper operation
23986 of cooperative addons like allout-widgets.
23987 (allout-make-topic-prefix, allout-rebullet-heading):
23988 Change SOLICIT arg to INSTEAD, and interpret additionally a string
23989 value as alternate bullet to be used, instead of prompting the user
23990 for a bullet character.
23991
23992 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
23993
23994 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23995 Do not use `tramp-file-name-port', because this returns also
23996 `tramp-default-port'.
23997
23998 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
23999
24000 * net/rcirc.el (rcirc-handler-001): Remove useless
24001 with-rcirc-process-buffer.
24002 (rcirc-check-auth-status): Swap arguments to string-match.
24003
24004 2011-03-09 Glenn Morris <rgm@gnu.org>
24005
24006 * shell.el (shell-mode):
24007 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
24008
24009 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
24010 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
24011
24012 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24013
24014 * emacs-lisp/package.el (package-refresh-contents)
24015 (package-menu-execute): Use condition-case-no-debug.
24016
24017 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
24018
24019 * simple.el (shell-command-to-string): Use `process-file'.
24020
24021 * emacs-lisp/package.el (package-tar-file-info): Handle also
24022 remote files.
24023
24024 * emacs-lisp/package-x.el (package-upload-buffer-internal):
24025 Use `equal' for upload base check.
24026
24027 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
24028
24029 * textmodes/texinfo.el (texinfo-environments):
24030 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
24031
24032 2011-03-08 Glenn Morris <rgm@gnu.org>
24033
24034 * cus-start.el (cursor-in-non-selected-windows):
24035 Fix :set quoting oddness. (Bug#8192)
24036
24037 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
24038 in some setf expressions. (Bug#2159)
24039
24040 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24041
24042 * custom.el (custom-available-themes): Return themes in
24043 alphabetical order.
24044
24045 See ChangeLog.15 for earlier changes.
24046
24047 ;; Local Variables:
24048 ;; coding: utf-8
24049 ;; End:
24050
24051 Copyright (C) 2011-2013 Free Software Foundation, Inc.
24052
24053 This file is part of GNU Emacs.
24054
24055 GNU Emacs is free software: you can redistribute it and/or modify
24056 it under the terms of the GNU General Public License as published by
24057 the Free Software Foundation, either version 3 of the License, or
24058 (at your option) any later version.
24059
24060 GNU Emacs is distributed in the hope that it will be useful,
24061 but WITHOUT ANY WARRANTY; without even the implied warranty of
24062 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24063 GNU General Public License for more details.
24064
24065 You should have received a copy of the GNU General Public License
24066 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.