* lisp/startup.el (command-line): If simple.el is missing,
[bpt/emacs.git] / lisp / ChangeLog
1 2013-02-06 Glenn Morris <rgm@gnu.org>
2
3 * startup.el (command-line): If simple.el is missing,
4 test and warn about for some possible causes.
5
6 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
7
8 * cus-start.el (all): Add ns-use-native-fullscreen.
9
10 2013-02-05 Glenn Morris <rgm@gnu.org>
11
12 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
13
14 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15 Fix directory creation in fallback case.
16
17 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18
19 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
20 (vc-update-change-log): Use dolist.
21
22 2013-02-04 Chong Yidong <cyd@gnu.org>
23
24 * thingatpt.el: Rewrite the URL detection routines, absorbing some
25 code from ffap.el.
26 (thing-at-point-beginning-of-url-regexp): New var.
27 (thing-at-point-uri-schemes): Update list of URI schemes.
28 (thing-at-point-url-regexp): Variable deleted.
29 (thing-at-point-markedup-url-regexp): Disallow newlines.
30 (thing-at-point-newsgroup-regexp)
31 (thing-at-point-newsgroup-heads)
32 (thing-at-point-default-mail-uri-scheme): New variables.
33 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
34 method to find the possible bounds of the URI at point.
35 New optional argument to find ill-formed URIs.
36 (thing-at-point-url-at-point): Rewrite. New arguments for finding
37 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
38 the scheme-adding heuristics from ffap-url-at-point.
39 (thing-at-point--bounds-of-well-formed-url): New function.
40 Do parens matching to decide whether to include parens in the URI
41 (Bug#9153).
42
43 * ffap.el: Require thingatpt.
44 (ffap-url-at-point): Delegate URI detection to thing-at-point.
45 All URI-valid characters are now recognized (Bug#5673).
46 (ffap-string-at-point): Use use-region-p.
47 (ffap-url-regexp): Extra character is handled by thing-at-point.
48 (ffap-string-at-point-mode-alist): Allow parentheses.
49 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
50 Convert to aliases; code moved to thingatpt.el.
51 (ffap-gnus-hook): Use setq-local.
52
53 2013-02-04 Glenn Morris <rgm@gnu.org>
54
55 * emacs-lisp/ert.el (ert--explain-format-atom):
56 Don't try to print non-characters as characters. (Bug#13543)
57
58 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
59
60 * net/tramp.el (tramp-debug-message): Extend function exclude list.
61 (tramp-backtrace): New defun.
62 (tramp-handle-insert-file-contents): Use `visit' when inserting
63 the local copy.
64
65 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
66 Use `remote-file-name-inhibit-cache'.
67
68 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
71 (bug#13614).
72
73 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
74 current-load-list (bug#13366).
75
76 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
77
78 * progmodes/compile.el (compilation-error-regexp-alist-alist):
79 Identify g++ template instantiation trace. (Bug#12287)
80 (compilation-mode-hook, compilation-start-hook)
81 (compilation-window-height): Simplify docstrings. (Bug#13379)
82
83 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
84
85 * mouse.el (mouse-drag-track): Always deactivate the mark before
86 running the final event's command since that command is in charge of
87 activating the mark if needed (bug#13523).
88
89 2013-02-02 Juri Linkov <juri@jurta.org>
90
91 * replace.el (perform-replace): Move let-bindings of isearch-*
92 variables deeper to the loop that searches for the next match.
93 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
94 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
95 (Bug#13579)
96
97 * isearch.el (isearch-search-fun-default): Check for null
98 first element of isearch-cmds as a precaution when it's used
99 with inactive isearch.
100
101 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
102
103 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
104 error when buffer in question is narrowed so position 1 is out of
105 visible part.
106
107 2013-02-02 Glenn Morris <rgm@gnu.org>
108
109 * textmodes/remember.el (remember-clipboard): Doc fix.
110
111 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
112
113 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
114 properties (bug#13179).
115
116 2013-02-02 Juri Linkov <juri@jurta.org>
117
118 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
119 instead of hard-coded default face `match'. (Bug#9438)
120
121 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
122
123 * vc/vc-arch.el (vc-arch-registered):
124 * vc/vc-bzr.el (vc-bzr-registered):
125 * vc/vc-cvs.el (vc-cvs-registered):
126 * vc/vc-git.el (vc-git-registered):
127 * vc/vc-hg.el (vc-hg-registered):
128 * vc/vc-mtn.el (vc-mtn-registered):
129 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
130 (Bug#13139)
131
132 * info.el (Info-next-reference, Info-prev-reference): Add numeric
133 prefix argument. (Bug#11656)
134
135 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
136
137 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
138
139 2013-02-01 Glenn Morris <rgm@gnu.org>
140
141 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
142 if the backend is known not to support it.
143
144 * imenu.el (imenu-default-create-index-function):
145 Tweak infinite loop test to check for forward motion as well as none.
146
147 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
148
149 * net/soap-client.el (soap-invoke): Encode the string for
150 `url-request-data' as UTF-8.
151 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
152
153 2013-02-01 Glenn Morris <rgm@gnu.org>
154
155 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
156
157 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
158
159 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
160
161 * net/tramp.el (tramp-tramp-file-p): Comment check for
162 `string-as-unibyte'. The function does not exist on XEmacs, and
163 likely we need another approach.
164
165 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
166 `tramp-gw-*' variables are bound.
167
168 2013-01-31 Glenn Morris <rgm@gnu.org>
169
170 * files.el (basic-save-buffer-2): Choose coding system for
171 writing the file before backing it up, to reduce delay between
172 backing up and writing the new version. (Bug#13522)
173
174 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
175
176 * simple.el (cycle-spacing): New command.
177 (just-one-space): Use it.
178
179 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
182 (opascal-newline-always-indents): Remove custom.
183 (opascal-tab, opascal-newline): Remove commands.
184 (opascal-new-comment-line): Insert "\n" instead of calling newline.
185 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
186 (opascal-save-match-data): Remove, use save-match-data instead.
187 (opascal-save-state): Use with-silent-modifications.
188
189 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
190 (bug#13585).
191
192 2013-01-30 Juri Linkov <juri@jurta.org>
193
194 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
195 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
196 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
197
198 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
201 column if we're just deleting the backslashes.
202 (makefile-fill-paragraph): Use eolp.
203
204 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
205
206 * autorevert.el (auto-revert-use-notify): Fix docstring.
207
208 2013-01-30 Leo Liu <sdl.web@gmail.com>
209
210 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
211
212 2013-01-30 Glenn Morris <rgm@gnu.org>
213
214 * mouse.el (mouse-drag-line): Avoid pushing same event onto
215 unread-command-events twice in some cases. This tries to implement
216 the 2012-07-26 changes in a different way. (Bug#13560)
217
218 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
219
220 * progmodes/python.el
221 (python-pdbtrack-comint-output-filter-function): Enhancements on
222 stacktrace detection. (thanks @gnovak)
223
224 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
227 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
228 Use defvar-local.
229 (jit-lock-register): Use setq-local.
230
231 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
232
233 * calc-units.el (math-default-units-table): Remove initial value.
234 (calc-convert-units): Treat expressions where all the units cancel as
235 if they didn't have units.
236
237 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
238
239 * net/tramp.el (tramp-process-connection-type): Fix docstring.
240 (tramp-completion-reread-directory-timeout): Fix type.
241 (tramp-connection-min-time-diff): New defcustom.
242
243 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
244
245 2013-01-30 Glenn Morris <rgm@gnu.org>
246
247 * imenu.el (imenu-default-create-index-function):
248 Put back a version of the infinite loop test removed 2013-01-23.
249
250 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
251
252 * progmodes/python.el (python-shell-parse-command):
253 Find python-shell-interpreter with modified environment.
254
255 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
258
259 2013-01-29 Alan Mackenzie <acm@muc.de>
260
261 Amend to fontify /regexp/s in actions correctly.
262 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
263 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
264 are no longer included.
265 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
266 What used to be these variables without "-line" in the name.
267 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
268 (c-awk-non-arith-op-bra-re): Now also matches {.
269 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
270 "return", and "case".
271 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
272 by /.
273 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
274 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
275
276 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
277
278 * autorevert.el (auto-revert-use-notify):
279 Use `custom-initialize-default' for initialization. (Bug#13583)
280
281 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
282
283 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
284 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
285 in `tramp-file-name-handler'.
286 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
287 compatibility.
288 (tramp-compute-multi-hops): Check, whether
289 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
290
291 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
294 (bug#13297).
295
296 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
297
298 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
299 checks made superfluous by the \_< operator.
300 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
301 temporarily) broken indentation.
302 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
303 Highlight nested constants, too. \_< broke that.
304
305 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
306
307 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
308 instead of "\\b".
309
310 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
311
312 * autorevert.el (auto-revert-handler): Notifications which result
313 from a saved file shall not be taken into account. (Bug#13557)
314
315 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
316
317 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
318 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
319 (lisp-mode): Pass t for it. (Bug#13556)
320
321 2013-01-25 Alan Mackenzie <acm@muc.de>
322
323 AWK Mode: Fix indentation bug at top level. Bug #12274.
324
325 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
326 just before CASE 5D.
327
328 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
329
330 * net/socks.el (socks-nslookup-host): Use string-to-number.
331
332 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
333
334 * autorevert.el (auto-revert-remote-files)
335 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
336 (auto-revert-notify-enabled, auto-revert-use-notify)
337 (auto-revert-notify-watch-descriptor-hash-list)
338 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
339 (auto-revert-notify-event-descriptor)
340 (auto-revert-notify-event-action)
341 (auto-revert-notify-event-file-name): Doc fix.
342 (global-auto-revert-mode): Reorder checks.
343 (auto-revert-notify-rm-watch): Respect changed values of
344 `auto-revert-notify-watch-descriptor-hash-list'.
345 (auto-revert-notify-add-watch): Check for
346 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
347 `inotify-add-watch'. Watch `default-directory' instead of
348 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
349 has a changed meaning now. (Bug#13540)
350 (auto-revert-notify-handler): Change implementation wrt events
351 returning from a directory.
352 (auto-revert-handler): Reorder implementation for checks of remote
353 files.
354 (auto-revert-buffers): Fix parentheses error.
355
356 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
357
358 * progmodes/python.el: Enhancements to header documentation about
359 skeletons. (Bug#5716)
360
361 * imenu.el (imenu-default-create-index-function): Remove useless
362 infinite loop check. (Bug#13438)
363
364 2013-01-25 Alan Mackenzie <acm@muc.de>
365
366 Fix a bug in the state cache mechanism. Refactor this a bit.
367
368 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
369 `cache-pos' element from the return value.
370 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
371 buffer to enable proper searching from beyond HERE. Amend the
372 test for detecting the sought brace pair. Amend the value written
373 to the "brace desert cache" when the brace isn't found.
374 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
375 and several other variables analogously.
376 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
377 parameter to a locally calculated variable.
378 (c-parse-state-1): Change the calling conventions to the two
379 defuns involving `cache-pos'.
380
381 2013-01-25 Chong Yidong <cyd@gnu.org>
382
383 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
384
385 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
386
387 * paren.el (show-paren-function): Make sure to set 'priority and
388 'face only if the overlay does exist.
389
390 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
391
392 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
393
394 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
395 basic attributes.
396 (tramp-sh-handle-set-file-acl): Improve error checking.
397
398 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
399
400 * doc-view.el (doc-view-display): Force mode line update until all
401 document is converted. Suggested by Stefan Monnier (Bug#13164).
402
403 2013-01-23 Bastien Guerry <bzg@gnu.org>
404
405 * paren.el (show-paren-function): Make sure an overlay exists
406 before trying to delete it. Also use `pos' as a position only
407 when it is an integer.
408
409 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
410
411 * play/gametree.el (gametree-break-line-here): Use point-marker.
412
413 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
414
415 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
416 Mark descriptive parts with `display' property.
417
418 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
419
420 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
421 New variable to map standard dict names to hunspell ones.
422 (ispell-set-spellchecker-params): Make sure specific dict names
423 are used for standard dicts with hunspell.
424
425 2013-01-21 Tassilo Horn <tsdh@gnu.org>
426
427 * textmodes/reftex-cite.el (reftex-format-citation): Add format
428 chars for note (%N) and url (%U).
429 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
430
431 2013-01-21 Juri Linkov <juri@jurta.org>
432
433 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
434 in addition to existing separate binding `meta f10' in `global-map'.
435 (Bug#13484)
436
437 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
438
439 Improve XEmacs compatibility.
440
441 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
442
443 * net/tramp-adb.el (top): Require `time-date'.
444 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
445 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
446 Use `tramp-file-name-handler'.
447 (tramp-adb-maybe-open-connection):
448 Use `tramp-compat-set-process-query-on-exit-flag'.
449
450 * net/tramp-sh.el (tramp-sh-handle-file-acl):
451 Use `tramp-compat-funcall'.
452
453 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
454 `tramp-compat-funcall'.
455
456 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
457
458 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
459 reimplementation using "adb shell command ..." instead of running
460 remote shell interactively.
461
462 2013-01-20 Glenn Morris <rgm@gnu.org>
463
464 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
465 Add native profiler menu entries.
466
467 * profiler.el (profiler-running-p): New function.
468 (profiler-cpu-profile): Use profiler-running-p.
469 (profiler-report-mode-map): Add some more menu entries.
470
471 2013-01-19 Glenn Morris <rgm@gnu.org>
472
473 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
474 fixes 2012-12-07 change. (Bug#13499)
475
476 2013-01-19 Leo Liu <sdl.web@gmail.com>
477
478 * dired.el (dired-get-marked-files): Prune erroneous values due to
479 last change. (Bug#13152)
480
481 2013-01-19 Glenn Morris <rgm@gnu.org>
482
483 * progmodes/etags.el (tags-table-check-computed-list):
484 Preserve point in tags buffer. (Bug#13412)
485
486 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
487
488 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
489 Chong Yidong <cyd@gnu.org>
490
491 * image-mode.el (image-next-file, image-previous-file):
492 New commands (Bug#8453).
493 (image-mode-map): Bind them to n and p.
494 (image-mode--images-in-directory): New helper function.
495
496 2013-01-19 Chong Yidong <cyd@gnu.org>
497
498 * image-mode.el (image-mode-fit-frame): Add a frame argument.
499 Suggested by Drew Adams (Bug#7730). Handle window decorations;
500 save and restore the old window configuration.
501
502 2013-01-18 Leo Liu <sdl.web@gmail.com>
503
504 * progmodes/js.el: Tweak autoload cookie for alias.
505
506 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
507
508 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
509 buffer local, again. This was lost with the fix on 2013-01-12.
510
511 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
512
513 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
514 order to support several eshell buffers in parallel.
515
516 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
517
518 * autorevert.el (auto-revert-use-notify): In the :set function, do
519 not modify `kill-buffer-hook'.
520 (auto-revert-notify-rm-watch):
521 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
522 (auto-revert-notify-add-watch): Do not call
523 `auto-revert-notify-rm-watch', but add it to a buffer local
524 `kill-buffer-hook'.
525
526 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
527
528 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
529 call to `eval' rather than a backquoted lambda.
530
531 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
532
533 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
534 to return an explicit nil.
535 (advice--remove-function): Change accordingly.
536
537 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
538 the use of nadvice.el.
539
540 * progmodes/which-func.el (which-function): Silence imenu errors
541 (bug#13433).
542
543 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
544
545 * progmodes/sql.el: (sql-imenu-generic-expression):
546 (sql-mode-font-lock-object-name): Match schema qualified names.
547 (sql-connect): Use string keys.
548 (sql-product-interactive): Wait for interpreter prompt.
549 (sql-comint-oracle): Set process coding based on NLS_LANG.
550
551 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
552
553 * progmodes/sql.el (sql-output-to-send): Remove, unused.
554 (sql-interactive-remove-continuation-prompt):
555 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
556
557 2013-01-14 Leo Liu <sdl.web@gmail.com>
558
559 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
560 (Bug#13420)
561
562 2013-01-14 Glenn Morris <rgm@gnu.org>
563
564 * progmodes/compile.el (compilation-error-regexp-alist-alist):
565 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
566
567 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
568
569 * progmodes/python.el (python-nav-end-of-statement):
570 Fix cornercase when handling multiline strings.
571
572 2013-01-13 Richard Stallman <rms@gnu.org>
573
574 * mail/sendmail.el (mail-position-on-field): Add doc string.
575
576 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
577 Get current message boundaries and pass them to
578 message-forward-make-body-mime. Minor style changes.
579
580 2013-01-13 Eli Zaretskii <eliz@gnu.org>
581
582 * cus-start.el (all): Avoid warnings about
583 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
584
585 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
586
587 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
588
589 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
590
591 * jit-lock.el (jit-lock-debug-mode): New minor mode.
592 (jit-lock--debug-fontifying): New var.
593 (jit-lock--debug-fontify): New function.
594 * subr.el (condition-case-unless-debug): Don't prevent catching the
595 error, just let the debbugger run.
596 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
597 timer code and don't drop errors silently.
598
599 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
600
601 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
602 `permanent-local' property.
603 (auto-revert-notify-handler): Use `file-equal-p'.
604
605 2013-01-12 Eli Zaretskii <eliz@gnu.org>
606
607 * autorevert.el (auto-revert-notify-handler): Fix filtering of
608 file notification by ACTION. For filtering by file name, compare
609 only the non-directory part of the file name.
610
611 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
612
613 * autorevert.el: Use cl-lib instead of cl.
614
615 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
616 (vc-bzr-checkin): Use it.
617 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
618 will preserve match-data.
619
620 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
621
622 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
623 (js--declaration-keyword-re): New var.
624 (js--multi-line-declaration-indentation): New function.
625 (js--proper-indentation): Use it.
626
627 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
628
629 * calc/calc.el (calc-highlight-selections-with-faces)
630 (calc-dispatch):
631 * comint.el (comint-history-isearch-message):
632 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
633 * ffap.el (ffap-string-at-point-region, ffap-next)
634 (ffap-string-at-point, ffap-string-around)
635 (ffap-copy-string-as-kill, ffap-highlight-overlay)
636 (ffap-literally):
637 * font-lock.el (font-lock-keywords-alist)
638 (font-lock-removed-keywords-alist):
639 * help-mode.el (help-xref-symbol-regexp):
640 * info.el (Info-find-emacs-command-nodes):
641 * international/mule.el (add-to-coding-system-list):
642 * isearch.el (isearch-message-function, isearch-fail-pos):
643 * misearch.el (multi-isearch-next-buffer-function):
644 * newcomment.el (comment-box):
645 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
646 (pr-setting-database):
647 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
648 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
649 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
650 (pike-font-lock-keywords-3):
651 * progmodes/compile.el (compile):
652 * progmodes/etags.el (tags-table-files)
653 (tags-table-files-function, tags-included-tables-function):
654 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
655 (gdb-restore-windows):
656 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
657 (ps-n-up-filling-database):
658 * server.el (server-buffer, server-log):
659 * simple.el (newline, delete-backward-char, delete-forward-char)
660 (minibuffer-history-isearch-message, kill-line, track-eol)
661 (temporary-goal-column):
662 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
663 (flyspell-default-deplacement-commands):
664 * textmodes/ispell.el (ispell-accept-output):
665 * textmodes/sgml-mode.el (html-tag-help):
666 * vc/compare-w.el (compare-ignore-whitespace)
667 (compare-ignore-case, compare-windows-dehighlight):
668 * vc/diff.el (diff):
669 * whitespace.el (whitespace-point)
670 (whitespace-font-lock-refontify, whitespace-bob-marker)
671 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
672
673 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
674
675 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
676 (auto-revert-notify-rm-watch): Ignore errors.
677 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
678 inotify, and '(size last-write-time) for w32notify.
679 Set buffer-local `auto-revert-use-notify' to nil when adding a file
680 watch fails - this is a fallback to the file modification check.
681 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
682 (auto-revert-notify-event-action)
683 (auto-revert-notify-event-file-name): New defuns.
684 (auto-revert-notify-handler): Use them. Implement first
685 plausibility checks.
686 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
687
688 2013-01-11 Julien Danjou <julien@danjou.info>
689
690 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
691 max are almost equal. Also return the correct value for V which is
692 already between 0 and 1.
693
694 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
695
696 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
697
698 2013-01-11 Eli Zaretskii <eliz@gnu.org>
699
700 * autorevert.el (auto-revert-notify-rm-watch)
701 (auto-revert-notify-add-watch): Fix typos in w32notify function
702 names.
703
704 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
705
706 * autorevert.el (auto-revert-notify-enabled): Move up.
707 (auto-revert-use-notify): New defcustom.
708 (auto-revert-mode, global-auto-revert-mode)
709 (auto-revert-notify-add-watch, auto-revert-handler)
710 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
711 `auto-revert-notify-enabled'.
712
713 2013-01-10 Elias Pipping <pipping@exherbo.org>
714
715 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
716 * doc-view.el (doc-view-document->bitmap):
717 Use doc-view-single-page-converter-function instead of
718 single-page-converter arg; adjust callers.
719
720 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
721
722 * progmodes/which-func.el (which-function): Understand Semantic's use
723 of overlays in imenu--index-alist.
724
725 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
726
727 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
728 (Man-man-k-use-anchor): New var.
729 (Man-parse-man-k): New function.
730 (Man-completion-table): Use it.
731 (man): Flush the completion cache between uses.
732
733 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
734
735 * autorevert.el: Add file watch support.
736 (auto-revert-notify-enabled): New defconst.
737 (auto-revert-notify-watch-descriptor-hash-list)
738 (auto-revert-notify-watch-descriptor)
739 (auto-revert-notify-modified-p): New defvars.
740 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
741 (auto-revert-notify-handler): New defuns.
742 (auto-revert-mode, global-auto-revert-mode): Remove file watches
743 when mode is disabled.
744 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
745 (auto-revert-buffers): Add file watches for active buffers.
746
747 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
748
749 * cus-start.el (toplevel): Only allow float values for
750 scroll-up-aggressively and scroll-down-aggressively.
751 Allow any number for line-spacing.
752
753 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
756 (doc-view-pdf->png-converter-function): Use mupdf if available.
757 (doc-view-djvu->png-converter-function)
758 (doc-view-ps->png-converter-function): Remove.
759 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
760 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
761 (doc-view-already-converted-p): Adjust accordingly.
762 (doc-view-mode-p): Simplify.
763 (doc-view-enlarge): Use setq-local.
764 (doc-view-pdf->png-converter-ghostscript)
765 (doc-view-djvu->png-converter-ddjvu)
766 (doc-view-pdf->png-converter-mupdf): Rework to call
767 doc-view-start-process directly.
768 (doc-view-pdf/ps->png): Simplify accordingly.
769 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
770 (doc-view-document->bitmap): Rename from doc-view-document->png.
771 (doc-view-convert-current-doc): Merge pdf and djvu cases.
772 (doc-view-set-slice-from-bounding-box): Fix completion table.
773 (doc-view-mode): Use add-hook for after-revert-hook.
774
775 2013-01-10 Glenn Morris <rgm@gnu.org>
776
777 * emacs-lisp/authors.el (authors-ignored-files)
778 (authors-valid-file-names, authors-renamed-files-alist):
779 Add some more entries.
780
781 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
782
783 * image-mode.el (image-mode-winprops): Don't throw away the fallback
784 `t' pseudo-window entry.
785
786 2013-01-10 Alan Mackenzie <acm@muc.de>
787
788 Fix bugs in the c-parse-state mechanism. Reuse some markers
789 instead of continually generating new ones.
790
791 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
792 (c-state-old-cpp-end-marker): New variables.
793 (c-append-lower-brace-pair-to-state-cache): Start a backward
794 search for "}" definitively outside CPP constructs.
795 (c-remove-stale-state-cache): Inform the caller of a need to
796 search back for a brace pair in certain circumstances.
797 (c-state-maybe-marker): New macro.
798 (c-parse-state): Reuse markers when appropriate.
799
800 2013-01-10 Glenn Morris <rgm@gnu.org>
801
802 * simple.el (execute-extended-command): Doc fix.
803 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
804
805 2013-01-10 Chong Yidong <cyd@gnu.org>
806
807 * faces.el (read-face-name): Doc fix.
808
809 2013-01-10 Roland Winkler <winkler@gnu.org>
810
811 * emacs-lisp/crm.el: Allow any regexp for separators.
812 (crm-default-separator): All spaces around the default comma separator.
813 (crm--completion-command): New macro.
814 (crm-completion-help, crm-complete, crm-complete-word): Use it.
815 (crm-complete-and-exit): Handle non-single-char separators.
816
817 2013-01-09 Elias Pipping <pipping@lavabit.com>
818
819 * doc-view.el: Add support for DjVu (bug#13164).
820 (doc-view-djvu->png-converter-function): New config var.
821 (doc-view-single-page-converter-function, doc-view--image-type)
822 (doc-view--image-file-extension): New vars.
823 (doc-view-mode): Initialize them.
824 (doc-view-goto-page): Use them.
825 (doc-view-mode-p): Add support for ddjvu.
826 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
827 (doc-view-set-up-single-converter): New funs.
828 (doc-view-pdf/ps->png): Extend for djvu.
829 (doc-view-document->png): Rename from doc-view-pdf->png.
830 (doc-view-convert-current-doc): Handle djvu.
831 (doc-view-insert-image, doc-view-display)
832 (doc-view-already-converted-p): Don't hardcode png.
833 (doc-view-set-doc-type): Recognize djvu docs.
834
835 2013-01-09 Elias Pipping <pipping@lavabit.com>
836
837 * doc-view.el: Add support for mupdf converter (bug#13164).
838 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
839 (doc-view-ps->png-converter-function): New config vars.
840 (doc-view-pdf->png-converter-ghostscript)
841 (doc-view-ps->png-converter-ghostscript)
842 (doc-view-pdf->png-converter-mupdf): New functions.
843 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
844
845 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
846
847 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
848 first in session cache: When `tramp-own-remote-path' is in
849 `tramp-remote-path', the remote path is only set in the session
850 cache.
851
852 2013-01-09 Glenn Morris <rgm@gnu.org>
853
854 * emacs-lisp/trace.el (trace-function-foreground)
855 (trace-function-background): Doc fix.
856
857 2013-01-09 Juri Linkov <juri@jurta.org>
858
859 * international/mule-cmds.el (read-char-by-name): Move let-binding
860 of completion-ignore-case around completing-read to fix regression
861 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
862 `string-match-p' using the nil value of `case-fold-search' and
863 `completion-ignore-case' in `completion-pcm--all-completions'.
864 (Bug#12615).
865
866 2013-01-09 Glenn Morris <rgm@gnu.org>
867
868 * progmodes/compile.el (compilation-parse-errors):
869 Fix typo. (Bug#13369)
870
871 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
872
873 * comint.el (comint-send-input): Check size of buffer before
874 waiting for process output, in case already accepted. (Bug#13290)
875
876 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
877
878 Spelling fixes.
879 * net/tramp-adb.el (tramp-adb-get-toolbox):
880 Fix misspelling of 'unknown'.
881
882 2013-01-08 Juri Linkov <juri@jurta.org>
883
884 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
885 * progmodes/flymake.el (flymake-errline, flymake-warnline):
886 Use underline style wave on terminals that support it. (Bug#13000)
887
888 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
889
890 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
891 the predicate returns nil.
892
893 * simple.el: Use lexical-binding.
894 (primitive-undo): Use pcase.
895 (minibuffer-history-isearch-push-state): Use a closure.
896
897 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
898
899 * simple.el (primitive-undo): Move from undo.c.
900
901 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
902
903 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
904 (cvs-mode-remove-handled): Use it (bug#13380).
905
906 * emacs-lisp/nadvice.el (advice--tweak): New function.
907 (advice--remove-function, advice--subst-main): Use it.
908
909 * emacs-lisp/advice.el: Update commentary.
910
911 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
912
913 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
914 Remove spurious entry.
915
916 2013-01-08 Glenn Morris <rgm@gnu.org>
917
918 * net/tramp.el (tramp-default-host-alist): Add :version.
919
920 2013-01-08 Juri Linkov <juri@jurta.org>
921
922 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
923 single completion. (Bug#12456)
924 (info--manual-names): Expand node completions into an explicit list
925 before appending it to another list. Filter out internal buffers
926 with the leading space in the buffer name. (Bug#10771)
927
928 2013-01-08 Juri Linkov <juri@jurta.org>
929
930 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
931 that defaults to the Top node.
932 (Info-goto-node, Info-read-node-name): Doc fix to mention that
933 the short format (FILENAME) goes to the Top node.
934 (Info-build-node-completions): Rename arg `file' to `filename'.
935 (Bug#13365)
936
937 2013-01-07 Bastien Guerry <bzg@gnu.org>
938
939 * menu-bar.el (menu-bar-search-documentation-menu):
940 Use `apropos-user-option' and fix the help message.
941
942 2013-01-07 Bastien Guerry <bzg@gnu.org>
943
944 * apropos.el (apropos-do-all): Update docstring.
945 (apropos-user-option-button): New face.
946 (apropos-user-option): Rename from `apropos-variable' and update
947 docstring.
948 (apropos-variable): Rewrite, now show all variables by default.
949 (apropos-print): Mention "User option" instead of "Variable" when
950 printing doc for user options. (Bug#13276)
951
952 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
953
954 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
955 Handle filename correctly, when parsing "source -> target" symlink
956 output.
957 (tramp-adb-handle-set-file-times): New defun.
958
959 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
962 advice list when the interactive-spec of ad-Advice-* changes.
963
964 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
965
966 * wid-edit.el (widget-default-get): Work for inlined elements.
967 (Bug#12670)
968
969 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
970
971 * net/tramp.el (tramp-default-host-alist): New defcustom.
972 (tramp-find-host): Use it.
973 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
974 `eshell-directory-change-hook'.
975
976 * net/tramp-adb.el (top): Add adb specific entry in
977 `tramp-default-host-alist'.
978 (tramp-adb-file-name-host): Remove function.
979 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
980 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
981
982 * net/tramp-sh.el: Move eshell integration code to tramp.el.
983
984 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
985
986 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
987
988 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
989
990 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
991 consist of more than one digit.
992 (tramp-adb-file-name-handler-alist):
993 Use `tramp-handle-file-exists-p' consistently.
994 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
995 (tramp-adb-handle-file-exists-p): Remove function.
996 (tramp-adb-file-name-host): New defun.
997 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
998 Use it.
999 (tramp-adb-maybe-open-connection): Set "remote-path" property.
1000
1001 2013-01-06 Chong Yidong <cyd@gnu.org>
1002
1003 * vc/vc.el (vc-next-action): Detect buffer modifications
1004 conflicting with locking VCS operation (Bug#11490).
1005
1006 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
1007
1008 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
1009
1010 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1011 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
1012
1013 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
1014
1015 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
1016 parsing of ls output using regular expression (handle filenames
1017 with spaces). Use virtual device number.
1018 (tramp-do-parse-file-attributes-with-ls): New defun (Code
1019 cleanup).
1020
1021 2013-01-04 Daiki Ueno <ueno@gnu.org>
1022
1023 * epg.el: Silence byte-compiler warnings.
1024 (epg--start): Use delete-char instead of delete-backward-char.
1025 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
1026
1027 2013-01-04 Daiki Ueno <ueno@gnu.org>
1028
1029 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
1030 Suggested by Eli Zaretskii <eliz@gnu.org>.
1031
1032 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
1033
1034 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
1035 non-negative integers. Otherwise, the default values are used.
1036 (tramp-convert-file-attributes): Convert uid and gid to integers.
1037
1038 2013-01-04 Glenn Morris <rgm@gnu.org>
1039
1040 * term.el (term-handle-colors-array): Ensure face attributes
1041 are fully specified, not nil. (Bug#13337)
1042
1043 * term.el (term-default-fg-color, term-default-bg-color):
1044 Fix custom type.
1045
1046 * progmodes/etags.el (tags-compression-info-list): Doc fix.
1047 (tag-find-file-of-tag-noselect): Check auto-compression-mode
1048 rather than 'jka-compr being loaded. (Bug#13338)
1049
1050 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
1051
1052 * icomplete.el (icomplete-completions):
1053 Honor icomplete-prospects-height once more following
1054 2012-11-29 changes. (Bug#13224)
1055
1056 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * subr.el (internal--called-interactively-p--get-frame): Find aliases
1059 of called-interactively-p as well (bug#13237).
1060
1061 * view.el (view--enable, view--disable): Rename from view-mode-enable
1062 and view-mode-disable and assume it's called from view-mode.
1063 (view-mode-enable, view-mode-disable): Redefine as obsolete
1064 compatibility layer above view-mode.
1065 (view-mode-enter): Call `view-mode'.
1066
1067 * files.el (after-find-file): Call `view-mode'.
1068
1069 * doc-view.el (doc-view-scale-internally): New var.
1070 (doc-view-enlarge, doc-view-insert-image): Obey it.
1071
1072 2013-01-03 Daiki Ueno <ueno@gnu.org>
1073
1074 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
1075 exist. (Bug#13344)
1076
1077 2013-01-03 Glenn Morris <rgm@gnu.org>
1078
1079 * mail/rmail.el (rmail-set-header-1): Ignore case.
1080 Handle multi-line headers. (Bug#13330)
1081
1082 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
1083 Handle paragraph starting at beginning of buffer.
1084
1085 * subr.el (eval-after-load): Don't purecopy the form, so that it
1086 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
1087
1088 * emacs-lisp/byte-run.el (defun): Place cl declarations
1089 after any interactive spec. (Bug#13265)
1090
1091 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1092
1093 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
1094 defun. Don't check for DECL if DOCSTRING isn't a string.
1095 (defun): Likewise.
1096
1097 2013-01-02 Glenn Morris <rgm@gnu.org>
1098
1099 * eshell/em-cmpl.el (eshell-pcomplete):
1100 More thoroughly imitate pcomplete. (Bug#13293)
1101
1102 * files.el (parse-colon-path): Doc fix. (Bug#12351)
1103 Return nil for empty path elements. (Bug#13296)
1104
1105 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
1106
1107 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
1108 order to improve efficiency (Based on Daniel Colascione's
1109 <dancol@dancol.org> patch). (Bug#13182)
1110
1111 2013-01-02 Glenn Morris <rgm@gnu.org>
1112
1113 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
1114
1115 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1116
1117 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
1118 neither DOCSTRING nor DECL was given. (Bug#13316)
1119
1120 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
1121
1122 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
1123 `error' call.
1124 (tramp-do-copy-or-rename-file): Ignore errors when calling
1125 `set-file-extended-attributes'.
1126
1127 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1128 Add handler for `file-acl'.
1129 (tramp-smb-handle-file-acl): New defun.
1130
1131 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1132
1133 * calc/README: Mention ISO 8601 week-numbering dates.
1134
1135 2013-01-01 Martin Rudalics <rudalics@gmx.at>
1136
1137 * view.el (view-mode-enable): New argument run-view-mode-hook.
1138 Run view-mode-hook only when it's non-nil (Bug#13315).
1139 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
1140 argument t.
1141
1142 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
1143
1144 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
1145 (No device connected, invalid device name). (Bug #13299)
1146
1147 2012-12-31 Martin Rudalics <rudalics@gmx.at>
1148
1149 * window.el (window-resizable--p): Rename to window-resizable-p.
1150 (window-resize-no-error): New function.
1151
1152 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
1153 broken in fix from 2012-12-28.
1154
1155 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
1156
1157 * subr.el (special-form-p): Don't signal errors on undef aliases.
1158
1159 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1160
1161 * calc/calc-forms.el (math-parse-date): Try using
1162 `math-parse-iso-date' when it looks like it might be needed.
1163 Allow times of 24:00.
1164 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
1165 of 24:00.
1166
1167 2012-12-30 Glenn Morris <rgm@gnu.org>
1168
1169 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
1170 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
1171 (rmail-summary-displayed, rmail-summary): Declare.
1172 (mairix-rmail-display): Just require rmail.
1173
1174 2012-12-30 Chong Yidong <cyd@gnu.org>
1175
1176 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
1177 check for the tarball contents.
1178
1179 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
1180
1181 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
1182 tarfile content listings (Bug#13136).
1183
1184 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
1185
1186 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1187 Insert the undecoded text of the message being forwarded. (Bug#9521)
1188
1189 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
1190
1191 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
1192 integers, if they are real numbers. (Bug#13282)
1193
1194 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
1195 Return `t' on success.
1196
1197 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1198 Add handler for `set-file-selinux-context'.
1199
1200 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
1201
1202 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
1203 (tramp-sh-handle-set-file-acl): Return `t' on success.
1204
1205 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1206
1207 * files.el (backup-buffer-copy, basic-save-buffer-2):
1208 If set-file-extended-attributes fails, fall back on set-file-modes
1209 instead of signaling an error. (Bug#13298)
1210 (basic-save-buffer): Likewise.
1211
1212 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1213
1214 * progmodes/python.el: Support other commands triggering
1215 python-indent-line so indentation cycling continues to work.
1216 (python-indent-trigger-commands): New defcustom.
1217 (python-indent-line): Use it.
1218
1219 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1220
1221 * progmodes/python.el (python-shell-send-region): Add blank lines
1222 for non sent code so backtraces remain correct.
1223
1224 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1225
1226 * progmodes/python.el: Remove cl dependency.
1227 (python-syntax-count-quotes): Replace incf call.
1228 (python-fill-string): Replace setf call.
1229
1230 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
1231
1232 * info.el (info-other-window): New arg, for consistency with info.
1233
1234 2012-12-28 Martin Rudalics <rudalics@gmx.at>
1235
1236 * mail/rmail.el (rmail-maybe-display-summary):
1237 Rewrite (Bug#13066).
1238
1239 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
1240
1241 * epg.el (epg--start): Modify process-environment locally.
1242
1243 2012-12-28 Daiki Ueno <ueno@gnu.org>
1244
1245 * epg.el: Support pinentry-curses.
1246 Suggested by Werner Koch in
1247 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
1248 (epg-agent-file, epg-agent-mtime): New variable.
1249 (epg--start): Record the modified time of gpg-agent socket file,
1250 to restore Emacs frame after pinentry-curses termination.
1251 (epg-wait-for-completion): Restore Emacs frame here.
1252
1253 2012-12-27 Juri Linkov <juri@jurta.org>
1254
1255 * info.el (Info-file-completions): New variable.
1256 (Info-read-node-name-1): Complete node names in the Info file
1257 when a file name is given. Call `Info-build-node-completions'
1258 with a file name.
1259 (Info-build-node-completions): Add new arg `file'. When it is
1260 non-nil, visit it in a temporary buffer and cache its completions in
1261 `Info-current-file-completions'. Move most of the function body to
1262 `Info-build-node-completions-1'.
1263 (Info-build-node-completions-1): New function with the body from
1264 `Info-build-node-completions'. (Bug#12456)
1265
1266 2012-12-27 Juri Linkov <juri@jurta.org>
1267
1268 * frame.el (frame-maximization-style): Remove user option.
1269 (cycle-frame-maximized): Remove function.
1270 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
1271 (toggle-frame-fullscreen): New command bound to <f11> instead of
1272 `toggle-frame-maximized'.
1273 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
1274
1275 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
1276
1277 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
1278
1279 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1280 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1281 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
1282 for `file-accessible-directory-p'. (Bug#13275)
1283
1284 2012-12-27 Sam Steingold <sds@gnu.org>
1285
1286 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
1287 continuations, see <http://stackoverflow.com/questions/3582436>.
1288
1289 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
1290
1291 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
1292 "module" and "def" to have indentation before them.
1293 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
1294
1295 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
1296
1297 2012-12-27 Alan Mackenzie <acm@muc.de>
1298
1299 Speed up fontification where there's large brace blocks.
1300 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
1301 to a call of c-beginning-of-decl-1.
1302
1303 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1304
1305 * comint.el (comint-adjust-window-point): New function.
1306 (comint-postoutput-scroll-to-bottom):
1307 Call comint-adjust-window-point (Bug#13248).
1308
1309 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
1310
1311 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
1312 Rakefile regexp.
1313 (auto-mode-alist): Associate .gemspec files with ruby-mode
1314 (https://bugs.ruby-lang.org/issues/5453).
1315
1316 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
1317
1318 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
1319 Suppress coloring, if possible (required for BusyBox based systems like
1320 CyanogenMod).
1321 (tramp-adb-handle-file-attributes)
1322 (tramp-adb-handle-insert-directory)
1323 (tramp-adb-handle-file-name-all-completions): Use it.
1324 (tramp-adb-get-toolbox): New defun. Check for remote shell
1325 implementation (BusyBox or Toolbox).
1326
1327 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
1328
1329 * startup.el (initial-buffer-choice): Allow function as value
1330 (Bug#13251).
1331 (command-line-1): Handle case where initial-buffer-choice
1332 specifies a function.
1333 * server.el (server-execute): Handle case where
1334 initial-buffer-choice specifies a function.
1335
1336 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1337
1338 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
1339 its own function.
1340 (smtpmail-try-auth-methods): Forget the user name/password if the
1341 login is unsuccessful (bug#12424).
1342
1343 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
1344
1345 * notifications.el (notifications-notify): Protect body with
1346 `with-demoted-errors'.
1347
1348 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1349 Check properties of remote device. Restart connection, if there is a
1350 change.
1351
1352 2012-12-21 Chong Yidong <cyd@gnu.org>
1353
1354 * sort.el (sort-subr): Doc fix (Bug#13056).
1355
1356 2012-12-21 Bastien Guerry <bzg@gnu.org>
1357
1358 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
1359
1360 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
1361
1362 * simple.el (process-file): Overwrite stderr file, if exists.
1363
1364 2012-12-21 Daiki Ueno <ueno@gnu.org>
1365
1366 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
1367 (epg-error): Set `error-message' property.
1368
1369 2012-12-21 Chong Yidong <cyd@gnu.org>
1370
1371 * international/mule-cmds.el (read-char-by-name): Signal an error
1372 if the user does not supply a valid character (Bug#13177).
1373
1374 * simple.el (transpose-subr-1): Preserve marker positions by
1375 changing the insertion sequence (Bug#13122).
1376
1377 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1378
1379 * simple.el (kill-region): Deactivate mark even for empty regions
1380 (Bug#13169).
1381
1382 2012-12-21 Chong Yidong <cyd@gnu.org>
1383
1384 * help-fns.el (describe-variable): Make sure we get the right
1385 buffer name (Bug#13105). Suggested by Kelly Dean.
1386
1387 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
1388
1389 * comint.el (comint-redirect-previous-input-string): New variable.
1390 (comint-redirect-setup, comint-redirect-cleanup)
1391 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
1392 (comint-redirect-preoutput-filter): Fix verbose message.
1393
1394 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
1395
1396 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
1397 is too long for Tramp. See discussion in
1398 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
1399
1400 * progmodes/compile.el (compilation-start): Remove line escape
1401 template.
1402
1403 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
1404
1405 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
1406 Adjust comment.
1407
1408 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1409
1410 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
1411 following non-comment text (bug#13207).
1412 (lm-header-multiline): Continuation lines need to be indented more than
1413 the first line.
1414 (lm-homepage): New function.
1415 (lm-with-file): Don't be confused if narrowing is in effect.
1416
1417 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
1420 very beginning of a hunk (e.g. killing the first line).
1421
1422 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1423
1424 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
1425 and text properties from returned ACL string.
1426 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
1427 for "setfacl" command.
1428
1429 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
1430
1431 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
1432 `tramp-cleanup-this-connection', when the process has died.
1433 (Bug#13151)
1434
1435 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1436
1437 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
1438
1439 2012-12-17 Kevin Ryde <user42@zip.com.au>
1440
1441 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
1442
1443 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
1444
1445 Add support for preserving ACL entries of files.
1446
1447 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
1448 `set-file-acl' handlers.
1449
1450 * net/tramp-adb.el (tramp-adb-handle-copy-file):
1451 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1452
1453 * net/tramp-compat.el (tramp-compat-copy-file):
1454 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1455
1456 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1457 Add `file-acl' and `set-file-acl' handlers.
1458 (tramp-gvfs-handle-copy-file):
1459 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1460 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
1461 New defuns.
1462
1463 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1464 Add `file-acl' and `set-file-acl' handlers.
1465 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
1466 (tramp-sh-handle-set-file-acl): New defuns.
1467 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
1468 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1469
1470 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1471 Add `file-acl' and `set-file-acl' handlers.
1472 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
1473
1474 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1475
1476 * help-macro.el (make-help-screen): Instead of switch-to-buffer
1477 use pop-to-buffer with NORECORD argument t. As buffer name, use
1478 *Metahelp* with a leading space (Bug#13190).
1479
1480 2012-12-16 Romain Francoise <romain@orebokech.com>
1481
1482 * files.el (file-extended-attributes)
1483 (set-file-extended-attributes): New functions.
1484 (backup-buffer): Use them to handle both SELinux context and ACL
1485 entries.
1486 (backup-buffer-copy): Work with an alist of extended attributes,
1487 rather than an SELinux context.
1488 (basic-save-buffer-2): Ditto.
1489
1490 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
1491
1492 * battery.el (battery-bsd-apm): New function.
1493
1494 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1495
1496 * calc/calc.el (calc-standard-date-formats): Adjust one of the
1497 standard date formats.
1498
1499 2012-12-15 Juri Linkov <juri@jurta.org>
1500
1501 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
1502 `isearch-insert-char-by-name'.
1503 (with-isearch-suspended): New defmacro with body mostly from
1504 `isearch-edit-string' except the part that sets
1505 `isearch-new-string' and `isearch-new-message'.
1506 (isearch-edit-string): Use new macro `with-isearch-suspended' with
1507 body that sets `isearch-new-string' and `isearch-new-message'.
1508 (isearch-insert-char-by-name): New command.
1509 * international/mule-cmds.el (read-char-by-name): Let-bind
1510 `enable-recursive-minibuffers' to t.
1511 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
1512
1513 2012-12-15 Juri Linkov <juri@jurta.org>
1514
1515 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
1516 (Bug#13175)
1517
1518 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
1519
1520 * dired-x.el (dired-guess-shell-command): Put colon at the end of
1521 the prompt. (Bug#13045)
1522
1523 2012-12-14 Glenn Morris <rgm@gnu.org>
1524
1525 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
1526 Try to include filename in non-bytecomp warning. (Bug#13132)
1527
1528 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1529
1530 Fix permissions bugs with setgid directories etc. (Bug#13125)
1531 * files.el (backup-buffer): Don't rely on 9th output of
1532 file-attributes, as it's now a placeholder. Instead, use the new
1533 optional arg of file-ownership-preserved-p.
1534 (file-ownership-preserved-p): New optional arg GROUP.
1535 Fix mishandling of setuid directories that would cause this
1536 function to return t when it should have returned nil.
1537 Document what happens if the file does not exist, and when
1538 it's not known whether the ownership will be preserved.
1539 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
1540 Likewise.
1541 (tramp-get-local-gid): Use group-gid for integer, as that's
1542 faster and more reliable.
1543
1544 2012-12-14 Julien Danjou <julien@danjou.info>
1545
1546 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
1547 Update keywords list, data type and PL/pgSQL.
1548
1549 2012-12-14 Dave Abrahams <dave@boostpro.com>
1550
1551 * vc/ediff-util.el (ediff-buffer-type): New function.
1552 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
1553 rather than taking it as as argument.
1554 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
1555
1556 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
1557
1558 * json.el: Add pretty-print option (bug#12634).
1559 (json-encoding-separator, json-encoding-default-indentation)
1560 (json--encoding-current-indentation, json-encoding-pretty-print)
1561 (json-encoding-lisp-style-closings): New vars.
1562 (json--with-indentation): New macro.
1563 (json-encode-hash-table, json-encode-alist, json-encode-plist)
1564 (json-encode-array): Use it to obey json-encoding-pretty-print.
1565 (json-pretty-print-buffer, json-pretty-print): New commands.
1566
1567 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
1568
1569 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1570 Extract `ruby-syntax-propertize-expansions'.
1571 (ruby-syntax-propertize-expansions): Only change syntax on
1572 certain string delimiters, to punctuation. This way the common
1573 functions like forward-word and thing-at-point still work.
1574 (ruby-match-expression-expansion): Improve readability.
1575 (ruby-block-contains-point): New function.
1576 (ruby-add-log-current-method): Handle several edge cases.
1577
1578 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1579
1580 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
1581 unload-feature finishes even when aborting an ongoing edebug session.
1582 Also, do not worry about edebug-mode, unload-feature takes care of it.
1583
1584 2012-12-13 Andreas Schwab <schwab@suse.de>
1585
1586 * net/tls.el (tls-program): Update customize type.
1587
1588 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1589
1590 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
1591 (edebug-setup-hook, cl-read-load-hooks): Use it.
1592 (edebug-unload-function): New function. (Bug#13163)
1593
1594 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
1595
1596 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
1597 Otherwise, there could be errors in autoloading. (Bug#13151)
1598
1599 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
1600
1601 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
1602 sequences.
1603
1604 2012-12-13 Alan Mackenzie <acm@muc.de>
1605
1606 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
1607 * progmodes/cc-engine.el (c-backward-comments): Add code to work
1608 around `forward-comment' not recognizing ^M as whitespace.
1609
1610 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
1611
1612 * progmodes/python.el (python-skeleton-class)
1613 (python-skeleton-def): Do not add space after defun name.
1614
1615 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1616
1617 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
1618 (cl--symbol-function): Remove (now that funbound is like nil).
1619
1620 2012-12-12 Glenn Morris <rgm@gnu.org>
1621
1622 * button.el (button--area-button-p): Fix typo.
1623
1624 2012-12-12 Sam Steingold <sds@gnu.org>
1625
1626 * frame.el (frame-maximization-style): New user option.
1627 (toggle-frame-maximized): Toggle frame maximization according to
1628 `frame-maximization-style', bound to <f11>.
1629 (cycle-frame-maximized): Cycle between all maximization styles and
1630 non-maximized frame, bound to shift-<f11>.
1631
1632 2012-12-12 David Cadé <codename68@gmail.com>
1633
1634 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
1635
1636 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
1637
1638 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
1639 (eieio-override-prin1): Don't quote kewords and booleans.
1640 (object-write) <eieio-default-superclass>: Don't put closing parens
1641 on new line, avoid needless empty lines, align values that are objects
1642 with the slot keyword (instead of beginning on the same line).
1643 (eieio-list-prin1): Align value with slot keyword; increase
1644 eieio-print-depth before printing members of the list.
1645
1646 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1647
1648 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
1649 a display text-property.
1650 (report-emacs-bug-hook): Don't bother deleting it any more.
1651
1652 * hilit-chg.el (highlight-save-buffer-state): Delete.
1653 Use with-silent-modifications instead.
1654 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
1655
1656 * button.el: Handle buttons in display text-properties.
1657 (button--area-button-p, button--area-button-string):
1658 Use (STRING . STRING-POS) representation instead of just STRING.
1659
1660 2012-12-11 Eli Zaretskii <eliz@gnu.org>
1661
1662 * makefile.w32-in (compile4-SH): Fix a typo that caused term
1663 subdirectory be skipped.
1664
1665 2012-12-11 Glenn Morris <rgm@gnu.org>
1666
1667 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
1668
1669 * progmodes/f90.el (f90-line-continued, f90-indent-region):
1670 Treat preprocessor lines embedded in continuations like comments.
1671 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
1672
1673 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
1674
1675 * calc/calc.el (calc-standard-date-formats): Add more date
1676 formats.
1677 * calc/calc-forms.el (math-parse-iso-date): New function.
1678 (math-parse-date): Use `math-parse-iso-date' when appropriate.
1679 (math-parse-iso-date-validate): Add extra error checking.
1680 (calc-date-notation): Add ability to access new date formats.
1681
1682 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1683
1684 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
1685 font-lock as well as when there's no text-property.
1686
1687 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
1688
1689 * hi-lock.el: Refine the choice of default face.
1690 (hi-lock-keyword->face): New function. Use it wherever we used
1691 cadadadr instead.
1692 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
1693 (hi-lock--last-face): Remove var.
1694 (hi-lock--unused-faces): New var to replace it.
1695 (hi-lock-read-face-name): Use/maintain it.
1696 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
1697 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
1698 if it has another face.
1699
1700 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1701
1702 * subr.el (w32notify-handle-event): New function.
1703 (inotify-handle-event): Doc fix.
1704
1705 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1706
1707 * subr.el (inotify-event-p, inotify-handle-event): New functions.
1708
1709 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
1710
1711 * simple.el (just-one-space): Doc fix.
1712
1713 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1714
1715 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
1716
1717 2012-12-10 Le Wang <l26wang@gmail.com>
1718
1719 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
1720 narrowed buffer (bug#12361).
1721
1722 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
1723
1724 * vc/vc-hooks.el (vc-state): Doc fix.
1725
1726 2012-12-10 Glenn Morris <rgm@gnu.org>
1727
1728 * mail/rmail.el (rmail-maybe-display-summary):
1729 Preserve buffer, in case select-window changes it. (Bug#13066)
1730
1731 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1732
1733 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
1734 cl-load-hook where they belong.
1735
1736 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1737
1738 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
1739
1740 2012-12-09 Eli Zaretskii <eliz@gnu.org>
1741
1742 Parallelize byte compilation on MS-Windows.
1743 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
1744 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
1745 (WINS_BASIC): Define as concatenation of the above.
1746 (compile): Subdivide into 4 separate and independent jobs that can
1747 be run in parallel.
1748 (compile0-CMD, compile0-SH): New targets for compiling
1749 COMPILE_FIRST files, which are prerequisites for the rest of the
1750 byte-compilation.
1751 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
1752 New targets for parallel compilation with cmd.exe.
1753 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
1754 compiling under a Unixy shell.
1755
1756 2012-12-09 Chong Yidong <cyd@gnu.org>
1757
1758 * simple.el (set-mark-default-inactive): Delete this
1759 accidentally-introduced option.
1760 (set-mark-command, exchange-point-and-mark): Remove calls.
1761
1762 2012-12-09 Glenn Morris <rgm@gnu.org>
1763
1764 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
1765 Respect a defcustom's :set function, if appropriate. (Bug#109)
1766 (eval-defun): Doc fix.
1767
1768 2012-12-08 Juri Linkov <juri@jurta.org>
1769
1770 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
1771 (Info-fontify-node, Info-bookmark-make-record): Remove the
1772 file extension from Info-current-file (Bug#13016).
1773
1774 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1775
1776 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
1777 point, still provide some default.
1778 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
1779 names, since we don't use it right now. Actually return the list.
1780 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
1781
1782 2012-12-07 Chong Yidong <cyd@gnu.org>
1783
1784 * novice.el (disabled-command-function): Remove a spurious help
1785 xref (Bug#13043). Suggested by Kelly Dean.
1786
1787 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
1788 syntax is specified (Bug#13025).
1789
1790 * info.el (Info-set-mode-line): Remove the file extension from
1791 Info-current-file if there is one (Bug#13016).
1792
1793 2012-12-07 Glenn Morris <rgm@gnu.org>
1794
1795 * mail/rmail.el (rmail-mime-decoded): New permanent local.
1796 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
1797 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
1798 and rmail-mime-decoded. (Bug#9841)
1799
1800 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
1801 (batch-unrmail, unrmail): Doc fixes.
1802 (unrmail): Respect unrmail-mbox-format.
1803 * mail/rmail.el (rmail-mbox-format): New option.
1804 (rmail-show-message-1): Respect rmail-mbox-format.
1805
1806 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1807
1808 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
1809
1810 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
1813 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
1814 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
1815 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
1816 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
1817 (cl-progv): Don't rely on dynamic scoping to find the body.
1818 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
1819 (cl--proclaims-deferred): Rename from the "cl-" prefix.
1820 (cl-declaim): Use backquotes.
1821 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
1822 Use "cl--" prefix for the object's tag.
1823
1824 * ses.el: Use advice-add/remove.
1825 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
1826 (copy-region-as-kill, yank): Use advice-add.
1827 (ses-unload-function): Use advice-remove.
1828
1829 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
1830
1831 * button.el: Make them work in header-lines (bug#12817).
1832 (button-map): Add bindings for header-line and mode-line use.
1833 (button-get, button-put, button-label): `button' may now be a string.
1834 (button-activate): Don't make it a defsubst.
1835 (button--area-button-p, button--area-button-string): New functions.
1836 (make-text-button): Fix the return value when `beg' was a string.
1837 (push-button): Handle the mode-line case.
1838
1839 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1840
1841 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
1842 (sql-signum): Remove. Use `cl-signum' instead.
1843 (sql-read-passwd): Remove; use read-passwd instread.
1844 (sql-get-login-ext): Use read-string.
1845 (sql-get-login): Use dolist and pcase.
1846 (sql--completion-table): Rename from sql-try-completion.
1847 Use complete-with-action.
1848 (sql-mode): Don't change abbrev-all-caps globally.
1849 (sql-connect): Don't rely on dynamic scoping for `new-name'.
1850 (sql-postgres-completion-object): Initialize vars in their `let'.
1851 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
1852 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
1853 (sql-comint-interbase): Use a single append, without setq.
1854 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
1855
1856 * hi-lock.el: Rework the default face and the serialize regexp code.
1857 (hi-lock--auto-select-face-defaults): Remove.
1858 (hi-lock-string-serialize-serial): Remove.
1859 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
1860 make weak.
1861 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
1862 equal string.
1863 (hi-lock-set-pattern): Adjust accordingly.
1864 (hi-lock--regexps-at-point): Simplify accordingly.
1865 (hi-lock--auto-select-face-defaults): Remove.
1866 (hi-lock--last-face): New var to replace it.
1867 (hi-lock-read-face-name): Rewrite (bug#11095).
1868 (hi-lock-unface-buffer): Arrange for the face to be the next default.
1869
1870 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
1871
1872 * net/tramp.el (tramp-replace-environment-variables):
1873 Hide compiler warning.
1874 (tramp-file-name-for-operation): Remove `executable-find',
1875 `start-process', `call-process' and `call-process-region'.
1876
1877 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
1878
1879 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
1880 compatibility.
1881
1882 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
1883
1884 2012-12-06 Chong Yidong <cyd@gnu.org>
1885
1886 * ffap.el (ffap-replace-file-component): Fix typo.
1887
1888 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1889
1890 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
1891 fix open-paren-like token test (bug#12785).
1892
1893 2012-12-06 Glenn Morris <rgm@gnu.org>
1894
1895 * mail/rmailsum.el (rmail-new-summary): Tweak for
1896 rmail-maybe-display-summary changing buffer. (Bug#13066)
1897
1898 2012-12-06 Juri Linkov <juri@jurta.org>
1899
1900 * info.el (Info-fontify-node): Don't hide the last newline.
1901 (Bug#12272)
1902
1903 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1904
1905 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
1906 so as to enable message-read-from-minibuffer to expand mail aliases.
1907
1908 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1909
1910 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
1911 the `intangible' property.
1912 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
1913
1914 2012-12-05 Deniz Dogan <deniz@dogan.se>
1915
1916 * net/rcirc.el (rcirc-urls): Update documentation.
1917 (rcirc-condition-filter): New function.
1918 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
1919 and exclude consecutive duplicate URLs (Bug#6082).
1920
1921 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
1922
1923 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1924 Check return code of copy command.
1925
1926 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
1927 Use group `tramp'. Add version.
1928
1929 2012-12-05 Chong Yidong <cyd@gnu.org>
1930
1931 * ffap.el (ffap-url-regexp): Don't require matching at front of
1932 string (Bug#4952).
1933 (ffap-url-p): If only a substring matches, return that.
1934 (ffap-url-at-point): Use the return value of ffap-url-p.
1935 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
1936 (find-file-at-point, dired-at-point, dired-at-point-prompter)
1937 (ffap-guess-file-name-at-point): Likewise.
1938 (ffap-replace-file-component): Fix typo.
1939
1940 * info.el (info-display-manual): Add existing Info buffers, whose
1941 files may not be in Info-directory-list, to the completion.
1942 (info--manual-names): New helper function.
1943
1944 2012-12-05 Glenn Morris <rgm@gnu.org>
1945
1946 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
1947 New functions, for detecting and resolving conflicts. (Bug#10709)
1948
1949 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
1950
1951 * hi-lock.el (hi-lock-auto-select-face): New user variable.
1952 (hi-lock-auto-select-face-defaults): New buffer local variable.
1953 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
1954 (hi-lock-unface-buffer): Prompt user with useful defaults.
1955 With prefix arg, unhighlight all hi-lock patterns in buffer.
1956
1957 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1958
1959 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
1960
1961 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
1962
1963 * Makefile.in (TRAMP_SRC):
1964 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
1965
1966 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
1967
1968 * net/tramp-adb.el: New package.
1969
1970 2012-12-04 Chong Yidong <cyd@gnu.org>
1971
1972 * terminal.el: Move to obsolete/.
1973
1974 * longlines.el: Move to obsolete/.
1975
1976 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1977 Remove code referring to longlines mode.
1978
1979 2012-12-03 Juri Linkov <juri@jurta.org>
1980
1981 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
1982
1983 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1984
1985 * textmodes/ispell.el (ispell-init-process)
1986 (ispell-start-process, ispell-internal-change-dictionary):
1987 Make sure personal dictionary name is expanded after initial
1988 `default-directory' value. Use expanded strings for
1989 keep/restart checks and for value (Bug#13019).
1990
1991 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
1992
1993 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
1994
1995 2012-12-03 Leo Liu <sdl.web@gmail.com>
1996
1997 * files.el (dir-locals-read-from-file): Check file non-empty
1998 before reading. (Bug#13038)
1999
2000 2012-12-03 Glenn Morris <rgm@gnu.org>
2001
2002 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2003 Remove any version extension before checking filename. (Bug#13006)
2004 (jka-compr-compression-info-list): Belated :version bump.
2005
2006 2012-12-03 Chong Yidong <cyd@gnu.org>
2007
2008 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
2009
2010 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
2011 (buffer-menu): Doc fix (Bug#12294).
2012
2013 2012-12-03 Roland Winkler <winkler@gnu.org>
2014
2015 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
2016 of diary-show-all-entries in the diary buffer (Bug#12994).
2017
2018 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
2019
2020 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
2021 "<STDIN>". This is binary safe.
2022
2023 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2024
2025 * calc/calc-forms.el (math-absolute-from-iso-dt)
2026 (math-date-to-iso-dt, math-parse-iso-date-validate)
2027 (math-iso-dt-to-date): New functions.
2028 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
2029 (math-fd-isoweekday): New variables.
2030 (calc-date-notation, math-parse-standard-date, math-format-date)
2031 (math-format-date-part): Add support for more formatting codes.
2032
2033 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
2034
2035 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
2036 current buffer's file name when called interactively (Bug#12488).
2037
2038 2012-12-02 Juri Linkov <juri@jurta.org>
2039
2040 * info.el (info-display-manual): Don't clobber an existing Info
2041 buffer (Bug#10770). Add completion (Bug#10771).
2042
2043 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
2044
2045 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
2046 before using it for comparison (Bug#5297).
2047
2048 2012-12-01 Jari Aalto <jari.aalto@cante.net>
2049
2050 * textmodes/css-mode.el (css-current-defun-name): New function.
2051 (css-mode): Use it.
2052
2053 * textmodes/sgml-mode.el (html-current-defun-name): New function.
2054 (html-mode): Use it.
2055
2056 2012-12-01 Chong Yidong <cyd@gnu.org>
2057
2058 Modularize add-log-current-defun (Bug#2224).
2059 Suggested by Jari Aalto.
2060
2061 * vc/add-log.el (add-log-current-defun-function): Doc fix.
2062 (add-log-current-defun): Move mode-specific code to other files.
2063 (add-log-lisp-like-modes, add-log-c-like-modes)
2064 (add-log-tex-like-modes): Variables deleted.
2065
2066 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
2067 (lisp-mode-variables): Use it.
2068
2069 * progmodes/cc-mode.el (c-common-init):
2070 * progmodes/cperl-mode.el (cperl-mode): Set a value for
2071 add-log-current-defun-function.
2072
2073 * progmodes/m4-mode.el (m4-current-defun-name): New function.
2074 (m4-mode): Use it.
2075
2076 * progmodes/perl-mode.el (perl-current-defun-name): New.
2077 (perl-mode): Use it.
2078
2079 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2080 Use lisp-current-defun-name.
2081
2082 * textmodes/tex-mode.el (tex-current-defun-name): New.
2083 (tex-common-initialization): Use it.
2084
2085 * textmodes/texinfo.el (texinfo-current-defun-name): New.
2086 (texinfo-mode): Use it.
2087
2088 2012-12-01 Chong Yidong <cyd@gnu.org>
2089
2090 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
2091 * progmodes/autoconf.el (autoconf-mode):
2092 * progmodes/js.el (js-mode):
2093 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
2094 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
2095 * progmodes/perl-mode.el (perl-mode):
2096 * progmodes/sh-script.el (sh-mode, sh-set-shell):
2097 * textmodes/css-mode.el (css-mode):
2098 * textmodes/sgml-mode.el (html-mode, sgml-mode)
2099 (sgml-tags-invisible, sgml-guess-indent):
2100 * textmodes/tex-mode.el (tex-common-initialization)
2101 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
2102 (doctex-mode, plain-tex-mode, latex-mode):
2103 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
2104
2105 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
2106
2107 * vc/vc-hg.el (vc-hg-next-revision):
2108 Ensure use of default "tip" output format. (Bug#6968)
2109
2110 2012-12-01 Kim F. Storm <storm@cua.dk>
2111
2112 * startup.el (fancy-startup-tail): Add a clickable link
2113 (Bug#2176).
2114
2115 2012-12-01 Chong Yidong <cyd@gnu.org>
2116
2117 * startup.el (fancy-startup-tail): Improve the message about
2118 auto-save files (Bug#2176).
2119
2120 * files.el (recover-session): Improve the descriptive message, and
2121 use substitute-command-keys.
2122
2123 2012-12-01 Glenn Morris <rgm@gnu.org>
2124
2125 * ido.el (ido-file-internal):
2126 Handle other-window, other-frame for dired. (Bug#13036)
2127
2128 2012-11-30 Glenn Morris <rgm@gnu.org>
2129
2130 * icomplete.el (icomplete-separator): Fix :version.
2131
2132 2012-11-30 Chong Yidong <cyd@gnu.org>
2133
2134 * shell.el (shell): For C-u M-x shell, use an inactive shell
2135 buffer as the default (Bug#1975).
2136 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
2137 (shell-mode): Use them to reapply ansi colorization if Shell mode
2138 is re-enabled.
2139
2140 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
2141
2142 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
2143
2144 2012-11-30 Samuel Bronson <naesten@gmail.com>
2145
2146 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
2147 flag to xargs, for compatibility with BSD xargs (Bug#11703).
2148
2149 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2150
2151 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
2152 by move-to-column (Bug#3234).
2153
2154 2012-11-30 Chong Yidong <cyd@gnu.org>
2155
2156 * longlines.el (longlines-wrap-line, longlines-encode-region):
2157 Preserve text properties (Bug#1425).
2158
2159 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2160
2161 * vc/vc.el (vc-register): Allow registering a file which is
2162 already registered with a different backend (Bug#10589).
2163
2164 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
2165 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * icomplete.el: Change separator; add ido-style commands.
2168 (icomplete-show-key-bindings): Remove custom var.
2169 (icomplete-get-keys): Remove function.
2170 (icomplete-forward-completions, icomplete-backward-completions):
2171 New commands.
2172 (icomplete-minibuffer-map): New var.
2173 (icomplete-minibuffer-setup): Use it.
2174 (icomplete-exhibit): Don't delay if the list of completions is known.
2175 (icomplete-separator): New custom.
2176 (icomplete-completions): Use it.
2177 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
2178 (minibuffer-force-complete-and-exit): New command.
2179 (minibuffer--complete-and-exit): New function extracted from
2180 minibuffer-complete-and-exit.
2181 (minibuffer-complete-and-exit): Use it.
2182
2183 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
2184 error message when the file doesn't exist (bug#12974).
2185
2186 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2187
2188 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
2189
2190 2012-11-29 Glenn Morris <rgm@gnu.org>
2191
2192 * files.el (hack-dir-local-variables): Warn if try to set
2193 coding via dir-locals, since it doesn't work. (Bug#7169)
2194
2195 Add desktop support for restoring vc-dir buffers. (Bug#10606)
2196 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
2197 Set buffer-local value of desktop-save-buffer.
2198 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
2199 New functions.
2200 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
2201 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
2202
2203 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
2204 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
2205 Doc fix.
2206 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
2207 Doc fixes.
2208
2209 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2210
2211 * calc/calc-forms.el (calc-date-notation): Fix regexp
2212 used to find time codes. Fix symbol for seconds.
2213
2214 2012-11-27 Glenn Morris <rgm@gnu.org>
2215
2216 * emacs-lisp/derived.el (derived-mode-make-docstring):
2217 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
2218
2219 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2220
2221 * textmodes/table.el (table-insert): Don't use `symbol-name' on
2222 lexically scoped variables (bug#13005).
2223
2224 2012-11-27 Glenn Morris <rgm@gnu.org>
2225
2226 * vc/vc-hooks.el (vc-mistrust-permissions):
2227 Default to t, to avoid data-loss. (Bug#11490)
2228
2229 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
2230
2231 * progmodes/python.el (python-indent-guess-indent-offset):
2232 If indentation is guessed make python-indent-offset buffer-local.
2233
2234 Fix Imenu regression.
2235 * progmodes/python.el (python-nav-beginning-of-defun):
2236 Fix forward movement when statement(s) separates point from defun.
2237 (python-imenu-prev-index-position): New function.
2238
2239 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2240
2241 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
2242
2243 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2244 Don't set buffer-file-type. Return nil. (Bug#12989)
2245
2246 2012-11-27 Glenn Morris <rgm@gnu.org>
2247
2248 * hippie-exp.el (hippie-expand-try-functions-list):
2249 Re-autoload it. (Bug#12982)
2250
2251 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2252
2253 * descr-text.el (describe-char-padded-string):
2254 Call internal-char-font only on GUI frames. (Bug#11964)
2255
2256 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
2257
2258 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
2259 and obsoletion message.
2260
2261 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
2264 the constructs to keep outside of the `cl-block' (bug#12977).
2265
2266 2012-11-27 Chong Yidong <cyd@gnu.org>
2267
2268 * mouse.el (mouse-drag-line): Even if the line is not draggable,
2269 keep reading until we get the up-event anyway, in order to process
2270 the up-event for mouse-1-click-follows-link (Bug#12971).
2271
2272 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
2275 base function is not yet defined (bug#12965).
2276 (ad-activate-advised-definition): Use ad-compile-function.
2277 (ad-activate): Use cond.
2278
2279 2012-11-25 Leo Liu <sdl.web@gmail.com>
2280
2281 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
2282 (Bug#12979)
2283
2284 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2285
2286 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
2287 reftex-section-info-function in order to be compatible with
2288 Texinfo integration.
2289
2290 * textmodes/reftex.el (reftex-section-pre-regexp)
2291 (reftex-section-post-regexp, reftex-section-info-function):
2292 New variable.
2293 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
2294 reftex-section-post-regexp, and reftex-section-info-function in order
2295 to be compatible with Texinfo integration.
2296
2297 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2298 use reftex-section-pre-regexp variable in order to be compatible with
2299 Texinfo integration.
2300
2301 2012-11-25 Chong Yidong <cyd@gnu.org>
2302
2303 * faces.el: Make face-spec-set more analogous to setq.
2304 (face-spec-set): Change the third arg to specify whether this
2305 function is being called via defface, customize, or a third party.
2306 Set the appropriate symbol properties. Clear the override spec if
2307 setting via Custom. Initialize face if necessary. (Bug#4988)
2308 (face-spec-recalc): Allow theme faces to completely replace the
2309 defface spec, in the same way as custom faces (Bug#8454).
2310
2311 * cus-face.el (custom-declare-face): Move face initialization to
2312 face-spec-set.
2313 (custom-theme-set-faces): Don't initialize the face name here, as
2314 that is now done in face-spec-set.
2315
2316 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
2317 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
2318 Simplify by using the new arg to face-spec-set.
2319
2320 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
2321 reset face-override-spec too, and use custom-declare-face.
2322
2323 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
2324
2325 * term/ns-win.el (ns-initialize-window-system): Move creation of
2326 fontsets here (Bug#11964).
2327
2328 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2329
2330 * ses.el (ses-rename-cell): Correct bug on mode-line update after
2331 cell renaming.
2332
2333 2012-11-24 Chong Yidong <cyd@gnu.org>
2334
2335 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
2336 obsolete.
2337
2338 * custom.el (custom-theme-set-variables): Use a topological sort
2339 for ordering by custom dependencies (Bug#12952).
2340 (custom--sort-vars, custom--sort-vars-1): New functions.
2341
2342 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2343
2344 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
2345 lexical-binding (bug#12938).
2346
2347 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
2348
2349 * image-mode.el (image-transform-check-size): Use assertions only
2350 for images of type imagemagick.
2351
2352 Otherwise no error, image-transform-fit-to-{width,height} is
2353 silently ignored, as before. Doc fix.
2354
2355 2012-11-24 Chong Yidong <cyd@gnu.org>
2356
2357 * faces.el (color-defined-p): Doc fix (Bug#12853).
2358
2359 2012-11-24 Juri Linkov <juri@jurta.org>
2360
2361 * dired.el (dired-mark): Add optional arg `interactive'.
2362 Check for `use-region-p' if `interactive' is non-nil.
2363 (dired-unmark, dired-flag-file-deletion): Add optional arg
2364 `interactive'. Call `dired-mark' with the arg `interactive'.
2365 (Bug#10624)
2366
2367 * wdired.el: Revert 2012-10-17 change partly and replace it with
2368 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
2369 (wdired-finish-edit): Add marks for new file names to
2370 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
2371 after `revert-buffer'.
2372 (wdired-do-renames): Remove calls to `dired-remove-file',
2373 `dired-add-file', `dired-add-entry'. (Bug#11795)
2374
2375 2012-11-24 Alan Mackenzie <acm@muc.de>
2376
2377 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
2378
2379 Fix bugs in the state cache. Enhance a debugging mechanism.
2380 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
2381 "brace at column zero" strategy for C++.
2382 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
2383 (c-parse-state-point): New variable.
2384 (c-record-parse-state-state): Record old parse state with
2385 `copy-tree'. Record previous value of point.
2386 (c-debug-parse-state-double-cons): New debugging function.
2387 (c-debug-parse-state): Call the above new function.
2388 (c-toggle-parse-state-debug): Output a confirmatory message.
2389
2390 * progmodes/cc-mode.el (c-before-change, c-after-change):
2391 Call c-invalidate-state-cache from `c-before-change' instead of
2392 `c-after-change'.
2393
2394 2012-11-23 Chong Yidong <cyd@gnu.org>
2395
2396 * find-cmd.el (find-constituents): Add executable, ipath,
2397 readable, samefile, writable, daystart, regextype (Bug#12856).
2398
2399 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
2402
2403 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
2404
2405 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
2406 definition. This fixes a bootstrap failure.
2407 (calc-gregorian-switch): In menu, put dates before regions.
2408 This is easier to follow, lines up better in the menu, and lets us
2409 coalesce regions that switch at the same time. Give country
2410 names, not "Vatican", as that's better for non-expert users.
2411 Use names that are stable between the date of switch and now, e.g.,
2412 Bohemia and Moravia (which existed then and now) and not
2413 Czechoslovakia (which didn't exist then and doesn't exist now).
2414 What is now the U.S. mostly did not switch at the same time as
2415 Britain, so omit the U.S. Correct spelling of "Britain".
2416 Catholic Switzerland was too much of a mess, so omit it.
2417
2418 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2419
2420 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
2421 after the variable is changed.
2422
2423 2012-11-21 Daniel Colascione <dancol@dancol.org>
2424
2425 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
2426 in SQL declarations for font-lock.
2427 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
2428
2429 2012-11-21 Glenn Morris <rgm@gnu.org>
2430
2431 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
2432 (face-italic-p): Add optional argument "inherit".
2433
2434 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
2435 Remove -p suffix from names, for consistency with other set-face-*.
2436 (set-face-inverse-video): Fix interactive spec.
2437 * play/gamegrid.el (gamegrid-make-mono-tty-face):
2438 * textmodes/table.el (table--update-cell-face):
2439 Use set-face-inverse-video rather than now obsolete alias.
2440
2441 2012-11-21 Eli Zaretskii <eliz@gnu.org>
2442
2443 * simple.el (line-move): Don't call line-move-partial if
2444 scroll-conservatively is in effect. (Bug#12927)
2445
2446 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2447
2448 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
2449 Fallback on completion-at-point rather than
2450 pcomplete-expand-and-complete, and only if pcomplete actually failed.
2451 (eshell-cmpl-initialize): Setup completion-at-point.
2452
2453 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
2454
2455 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
2456
2457 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
2458
2459 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
2460 are remote, check out-of-band property for both.
2461
2462 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2463
2464 * window.el (switch-to-buffer): Re-add the warning that was lost in the
2465 code rewrite.
2466
2467 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2468
2469 More minor time fixes.
2470 * calendar/time-date.el: Commentary fix.
2471 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
2472 too much other code depends on (0 0) time stamps.
2473 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
2474 Add a couple of FIXME comments.
2475
2476 Minor cleanup for times as lists of four integers.
2477 * files.el (dir-locals-directory-cache):
2478 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
2479 Doc fixes.
2480 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
2481 * ps-bdf.el (bdf-file-newer-than-time):
2482 Process four-integers time stamps, not two. Doc fixes.
2483
2484 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2485
2486 * uniquify.el (uniquify-managed): Use defvar-local.
2487 (rename-buffer, create-file-buffer): Advise with advice-add.
2488 (uniquify-unload-function): Unadvise accordingly.
2489
2490 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
2491 (trace-buffer): Don't purecopy.
2492 (trace-entry-message, trace-exit-message): Add `context' arg.
2493 (trace--timer): New var.
2494 (trace-make-advice): Adjust for use in nadvice.
2495 Add `context' argument. Delay `display-buffer' via a timer.
2496 (trace-function-internal): Use advice-add.
2497 (trace--read-args): New function.
2498 (trace-function-foreground, trace-function-background): Use it.
2499 (trace-function): Rename to trace-function-foreground and redefine as
2500 an alias to that new name.
2501 (untrace-function, untrace-all): Adjust to the use of nadvice.
2502
2503 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
2504
2505 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
2506
2507 * subr.el (called-interactively-p-functions): New var.
2508 (internal--called-interactively-p--get-frame): New macro.
2509 (called-interactively-p, interactive-p): Rewrite in Lisp.
2510 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
2511 (called-interactively-p-functions): Use it.
2512 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
2513 (called-interactively-p-functions): Use it.
2514 * allout.el (allout-called-interactively-p): Don't assume
2515 called-interactively-p is a subr.
2516
2517 2012-11-20 Glenn Morris <rgm@gnu.org>
2518
2519 * profiler.el (profiler-report-mode-map): Add a menu.
2520 No need to bind `q' because we derive from special-mode.
2521 (profiler-report-find-entry): Handle calls from the menu-bar.
2522
2523 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2524
2525 * emacs-lisp/byte-run.el (defun-declarations-alist):
2526 Allow a compiler-macro to be a lambda expression.
2527
2528 * progmodes/python.el: Use cl-lib. Move var declarations outside of
2529 eval-when-compile.
2530 (python-syntax-context): Add compiler-macro.
2531 (python-font-lock-keywords): Simplify with De Morgan.
2532
2533 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
2534
2535 * files.el (load-file): Require match in minibuffer selection, as was
2536 the case in Emacs-20 before we changed the spec to allow .elc files
2537 (bug#12935).
2538
2539 * json.el: Don't require cl since we don't use it.
2540 * color.el: Don't require cl.
2541 (color-complement): `caddr' -> `nth 2'.
2542
2543 * calendar/time-date.el (time-to-seconds): De-obsolete.
2544
2545 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2546
2547 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
2548 year numbers.
2549 (math-date-to-julian-dt): Adjust the initial approximation for the
2550 year to deal with the new definition of the DATE.
2551
2552 2012-11-19 Daniel Colascione <dancol@dancol.org>
2553
2554 * term/w32-win.el (cygwin-convert-path-from-windows):
2555 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
2556
2557 2012-11-18 Chong Yidong <cyd@gnu.org>
2558
2559 * filecache.el (file-cache--read-list): New function.
2560 (file-cache-add-directory-list, file-cache-add-file-list)
2561 (file-cache-delete-file-list, file-cache-delete-directory-list):
2562 Use it to read a list of files or directories (Bug#12846).
2563 (file-cache-add-file, file-cache-add-directory)
2564 (file-cache-delete-file-list, file-cache-delete-file-regexp)
2565 (file-cache-delete-directory): Print an message.
2566
2567 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
2568
2569 * calc/calc-forms.el (math-date-to-dt): Use integer date when
2570 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
2571
2572 2012-11-18 Glenn Morris <rgm@gnu.org>
2573
2574 * image.el (insert-image, insert-sliced-image): Doc fix.
2575
2576 2012-11-18 Chong Yidong <cyd@gnu.org>
2577
2578 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
2579 (Bug#12810).
2580
2581 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2582
2583 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
2584 response when the target file is in a subdirectory (Bug#12757).
2585
2586 2012-11-18 Chong Yidong <cyd@gnu.org>
2587
2588 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
2589
2590 2012-11-18 Glenn Morris <rgm@gnu.org>
2591
2592 * emacs-lisp/cl-lib.el (face-underline-p):
2593 Use set-face-underline rather than the alias set-face-underline-p.
2594
2595 * window.el (with-temp-buffer-window): Doc fix.
2596 * subr.el (with-output-to-temp-buffer):
2597 Add doc xref to with-temp-buffer-window.
2598
2599 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
2600
2601 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
2602 * calc/calc.el (math-format-date-cache): Declare.
2603
2604 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2605
2606 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
2607 It also uses January 1, 1 AD as its day number 1.
2608 * calc/calc-forms.el (math-julian-date-beginning)
2609 (math-julian-date-beginning-int): Implement this.
2610
2611 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
2612
2613 * descr-text.el (quail-find-key):
2614 * dired.el (desktop-file-name):
2615 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
2616 * generic-x.el (comint-mode, comint-exec):
2617 * image-dired.el (widget-forward):
2618 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
2619 (speedbar-change-expand-button-char)
2620 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
2621 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
2622 * printing.el (easy-menu-add-item, easy-menu-remove-item)
2623 (widget-field-action, widget-value-set):
2624 * speedbar.el (imenu--make-index-alist):
2625 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
2626 (ring-length, ring-insert):
2627 * vcursor.el (compare-windows-skip-whitespace):
2628 * woman.el (dired-get-filename):
2629 Declare functions.
2630
2631 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
2632
2633 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
2634
2635 * calc/calc.el (calc-gregorian-switch): New variable.
2636
2637 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
2638 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
2639 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
2640 (math-leap-year-p): Add option to distinguish between Julian
2641 and Gregorian calendars.
2642 (math-day-number): Use `math-day-in-year' to do the computations.
2643 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
2644 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
2645 to do the computations.
2646 (math-date-to-dt): Use `math-date-to-julian-dt' and
2647 `math-date-to-gregorian-dt' to do the computations.
2648 (calcFunc-weekday, math-format-date-part): Use the new version of
2649 the DATE to determine the weekday.
2650 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
2651 when necessary.
2652
2653 2012-11-17 Eli Zaretskii <eliz@gnu.org>
2654
2655 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
2656 Cygwin; otherwise use 'file:'. (Bug#12914)
2657 (cygwin-convert-path-from-windows): Declare, to avoid
2658 byte-compiler warnings.
2659
2660 2012-11-17 Andreas Politz <politza@fh-trier.de>
2661
2662 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
2663 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
2664 prefix and negative numeric prefix args (Bug#12795).
2665
2666 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
2667
2668 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2669 Don't signal an error with a score that is too low to add to the
2670 list of top scores. (Bug#12779)
2671
2672 2012-11-17 Chong Yidong <cyd@gnu.org>
2673
2674 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
2675
2676 * filecache.el (file-cache-add-file): Handle relative file name in
2677 the argument (Bug#12694).
2678
2679 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2680
2681 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
2682
2683 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2684
2685 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
2686
2687 * emacs-lisp/cl-lib.el: Set more meaningful version number.
2688
2689 2012-11-16 Martin Rudalics <rudalics@gmx.at>
2690
2691 * window.el (enlarge-window, shrink-window): Don't mention return
2692 value in doc-string (Bug#12896).
2693 (window--display-buffer): Don't resize frames - it won't work
2694 with all window managers and defeat pop-up-frame-alist.
2695 (display-buffer-alist): In doc-string explain that CONDITION can
2696 be a function and which arguments are passed to it (Bug#12854).
2697 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
2698 expressions (Bug#12854).
2699 (display-buffer): Pass ACTION argument to
2700 display-buffer-assq-regexp.
2701
2702 2012-11-16 Glenn Morris <rgm@gnu.org>
2703
2704 * window.el (fit-frame-to-buffer-bottom-margin)
2705 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
2706
2707 * faces.el (face-underline-p): Use face-attribute-specified-or.
2708
2709 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
2710
2711 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
2712
2713 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
2716
2717 2012-11-16 Glenn Morris <rgm@gnu.org>
2718
2719 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
2720 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
2721
2722 * faces.el (face-underline-p): Doc fix. Handle :underline being
2723 things other than `t' (a string, a list).
2724 (face-inverse-video-p): Doc fix.
2725 (set-face-underline): Rename it back from set-face-underline-p.
2726 Doc fix. Allow interactive input of values other than t.
2727 (read-face-attribute): Apply formatting to :underline,
2728 since like :box and :stipple it can take list values.
2729
2730 * term.el (ansi-term): Don't let C-x escape-char binding
2731 clobber the more standard C-c binding. (Bug#12842)
2732
2733 * subr.el (set-temporary-overlay-map): Doc fix.
2734
2735 2012-11-16 Martin Rudalics <rudalics@gmx.at>
2736
2737 * window.el (record-window-buffer)
2738 (display-buffer-record-window): When copying the markers to
2739 window-point preserve window-point-insertion-type. (Bug#12588)
2740
2741 2012-11-16 Glenn Morris <rgm@gnu.org>
2742
2743 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
2744 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
2745 Use new names for hooks rather than obsolete aliases.
2746
2747 2012-11-15 Daniel Colascione <dancol@dancol.org>
2748
2749 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
2750 prefix instead of "file:" so that when FILE-NAME begins with "//",
2751 as it does when the target file is on a network share, url-handler
2752 isn't confused.
2753
2754 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2755
2756 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
2757 a preactivated advice from an old advice.el; they're not compatible!
2758
2759 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2760
2761 * emacs-lisp/nadvice.el (advice--make-interactive-form):
2762 Fix string-spec case.
2763
2764 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
2765
2766 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
2769 (advice--buffer-local-function-sample): New var.
2770 (advice--set-buffer-local, advice--buffer-local): New functions.
2771 (add-function, remove-function): Use them.
2772
2773 2012-11-15 Drew Adams <drew.adams@oracle.com>
2774
2775 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
2776
2777 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2778
2779 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
2780 potential binding of print-gensym to t, and prettify (back)quotes in
2781 case they appear in args's default values (bug#12884).
2782
2783 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2784
2785 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
2786 (advice-eval-interactive-spec): New function.
2787 (advice--make-interactive-form): Support around advice (bug#12844).
2788
2789 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
2790
2791 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
2792 more strict. Add docstring.
2793 (ruby-expression-expansion-re): Extract from
2794 `ruby-match-expression-expansion'.
2795 (ruby-syntax-propertize-function): After everything else, search
2796 for expansions in string literals, mark their insides as
2797 whitespace syntax and save match data for font-lock.
2798 (ruby-font-lock-keywords): Use the 2nd group from expression
2799 expansion matches.
2800 (ruby-match-expression-expansion): Use the match data saved to the
2801 text property in ruby-syntax-propertize-function.
2802
2803 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2804
2805 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
2806 (bug#12879).
2807
2808 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2809
2810 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
2811 start/end keyword a bit harder. Works with different values of N.
2812 Add more comments.
2813 (ruby-end-of-block): Update accordingly.
2814
2815 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2816
2817 * woman.el (woman-file-name): Don't mess with unread-command-events
2818 (bug#12861).
2819
2820 * emacs-lisp/advice.el: Layer on top of nadvice.el.
2821 Remove out of date self-require hack.
2822 (ad-do-advised-functions): Use simple `dolist'.
2823 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
2824 (ad-advice-definition): Redefine as functions.
2825 (ad-advice-classes): Move before first use.
2826 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
2827 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
2828 (ad--defalias-fset): Remove functions.
2829 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
2830 (ad-get-orig-definition): Rewrite.
2831 (ad-make-advised-definition-docstring): Change base docstring.
2832 (ad-real-orig-definition): Rewrite.
2833 (ad-map-arglists): Change name of called function.
2834 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
2835 (ad-make-advised-definition): Simplify.
2836 (ad-assemble-advised-definition): Tweak for new calling context.
2837 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
2838 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
2839 function and call ad-activate if needed.
2840 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
2841 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
2842 (ad-compile-function): Compile ad-Advice-*.
2843 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
2844 (ad-start-advice, ad-stop-advice): Remove.
2845
2846 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2847
2848 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
2849 period before class method names, not after. Remove handling of
2850 one impossible case. Add comments.
2851
2852 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 * emacs-lisp/advice.el: Remove support for freezing.
2855 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
2856 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
2857 Remove support for `freeze'.
2858
2859 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
2860 override the default.
2861 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
2862 cl--dotimes/dolist.
2863 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
2864 `cl' is loaded.
2865
2866 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
2867 from add-advice.
2868 (advice--strip-macro): New function.
2869 (advice--defalias-fset): Use them to handle macros.
2870 (advice-add): Use them.
2871 (advice-member-p): Correctly handle macros.
2872
2873 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2874
2875 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2876 Never font-lock the beginning of singleton class as heredoc.
2877
2878 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
2881
2882 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
2883
2884 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
2885 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
2886 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
2887
2888 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
2889
2890 Fix end-of-defun misbehavior.
2891 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
2892 python-beginning-of-defun-function. Handle nested defuns
2893 correctly.
2894 (python-nav-end-of-defun): Rename from
2895 python-end-of-defun-function. Ensure forward movement.
2896 (python-info-current-defun): Reimplement to work as intended
2897 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
2898 parent defuns as soon as possible.
2899
2900 2012-11-13 Glenn Morris <rgm@gnu.org>
2901
2902 * progmodes/flymake.el (flymake-error-bitmap)
2903 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
2904 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
2905
2906 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2907
2908 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
2909 backward, always stop at indentation. Reverts the change from
2910 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
2911
2912 2012-11-13 Glenn Morris <rgm@gnu.org>
2913
2914 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
2915 Add ibuffer-filter-by-derived-mode.
2916
2917 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
2918 the same name shadowing each other.
2919
2920 * window.el (with-temp-buffer-window): Doc tweak.
2921
2922 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
2923
2924 * help.el (temp-buffer-max-height):
2925 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
2926 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
2927
2928 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2929
2930 * emacs-lisp/nadvice.el: New package.
2931 * subr.el (special-form-p): New function.
2932 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
2933 (elp-all-instrumented-list): Remove var.
2934 (elp-not-profilable): Remove elp-wrapper.
2935 (elp-profilable-p): Use autoloadp and special-form-p.
2936 (elp--advice-name): New const.
2937 (elp-instrument-function): Use advice-add.
2938 (elp--instrumented-p): New predicate.
2939 (elp-restore-function): Use advice-remove.
2940 (elp-restore-all, elp-reset-all): Use mapatoms.
2941 (elp-set-master): Use elp--instrumented-p.
2942 (elp--make-wrapper): Rename from elp-wrapper, return a function
2943 suitable for advice-add. Use cl-inf.
2944 (elp-results): Use mapatoms+elp--instrumented-p.
2945 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
2946 (debug-function-list): Remove var.
2947 (debug): Rename arg, and then let-bind it explicitly inside.
2948 (debugger-setup-buffer): Rename arg.
2949 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
2950 (debugger-frame-number): Adjust to new debug-on-entry setup.
2951 (debug--implement-debug-on-entry): Rename from
2952 implement-debug-on-entry, add argument.
2953 (debugger-special-form-p): Remove, use special-form-p instead.
2954 (debug-on-entry): Use advice-add.
2955 (debug--function-list): New function.
2956 (cancel-debug-on-entry): Use it, along with advice-remove.
2957 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
2958 (debugger-list-functions): Use debug--function-list instead of
2959 debug-function-list.
2960 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
2961 (ad-special-form-p): Remove, use special-form-p instead.
2962 (ad-set-advice-info): Use add-function and remove-function.
2963 (ad--defalias-fset): Adjust accordingly.
2964
2965 2012-11-10 Glenn Morris <rgm@gnu.org>
2966
2967 * mail/emacsbug.el (report-emacs-bug-tracker-url)
2968 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
2969 (report-emacs-bug-create-existing-bugs-buffer)
2970 (report-emacs-bug-parse-query-results)
2971 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
2972
2973 * term.el (term-default-fg-color, term-default-bg-color):
2974 Make obsolete, rather than just saying "deprecated" in the doc.
2975
2976 * term.el (term): Rename from `term-face'.
2977 (term-current-face, ansi-term-color-vector)
2978 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
2979 Update all users.
2980
2981 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
2982
2983 * server.el (server-create-window-system-frame): Handle Nextstep
2984 specially (Bug#12780).
2985
2986 2012-11-10 Glenn Morris <rgm@gnu.org>
2987
2988 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
2989 Unautoload, and make obsolete. (Bug#7449)
2990
2991 2012-11-10 Chong Yidong <cyd@gnu.org>
2992
2993 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
2994 rename from diff-remove-trailing-whitespace (Bug#12831).
2995
2996 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2997
2998 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
2999 miscompilation of trace.el.
3000
3001 2012-11-10 Glenn Morris <rgm@gnu.org>
3002
3003 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
3004
3005 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3006
3007 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
3008 (bug#12812).
3009
3010 2012-11-10 Chong Yidong <cyd@gnu.org>
3011
3012 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
3013 a defcustom with an appropriate :set function.
3014 (minibuffer-default--in-prompt-regexps): New function.
3015
3016 2012-11-10 Glenn Morris <rgm@gnu.org>
3017
3018 * emacs-lisp/cl.el (define-setf-expander, defsetf)
3019 (define-modify-macro): Doc fixes.
3020
3021 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
3022 (gv-define-simple-setter): Update doc of `fix-return'.
3023
3024 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3025
3026 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
3027 twice when `fix-return' is set (bug#12813).
3028
3029 * emacs-lisp/cl.el (defsetf): Pass the third arg to
3030 gv-define-simple-setter (bug#12812).
3031
3032 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
3033 (bug#12756).
3034
3035 2012-11-10 Glenn Morris <rgm@gnu.org>
3036
3037 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
3038
3039 * emacs-lisp/cl-extra.el (cl-prettyexpand):
3040 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
3041 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
3042 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
3043
3044 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
3045
3046 2012-11-10 Leo Liu <sdl.web@gmail.com>
3047
3048 * ido.el (ido-set-matches-1): Improve flex matching performance by
3049 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
3050
3051 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
3054 (ad--defalias-fset): New function.
3055 (ad-safe-fset): Remove.
3056 (ad-make-freeze-definition): Use cl-letf*.
3057
3058 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3059
3060 * subr.el (dolist): Don't bind VAR in RESULT.
3061
3062 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
3063 (fset, documentation): Don't save real def since we don't advise.
3064 (ad-do-advised-functions): Remove problematic `result-form'.
3065 (ad-safe-fset): `ad-real-fset' => `fset'.
3066 (ad-read-advised-function): Don't assume that ad-do-advised-functions
3067 uses CL's dolist internally.
3068 (ad-arglist): Remove unused arg `name'.
3069 (ad-docstring, ad-make-advised-docstring):
3070 `ad-real-documentation' => `documentation'.
3071 (warning-suppress-types): Declare.
3072 (ad-set-arguments): Simple CSE.
3073 (ad-recover-normality): Sanity check.
3074
3075 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
3076 (funcall '(lambda ..) ..) into ((lambda ..) ..).
3077
3078 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
3079
3080 * ses.el: symbol to coordinate mapping is made by symbol property
3081 `ses-cell'. This means that the same mapping is done for all SES
3082 sheets. That is good enough for cells with standard A1 names, but
3083 not for named cell. So a hash map is added for the latter.
3084 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
3085 (ses-sym-rowcol): Use hashmap for named cell.
3086 (ses-is-cell-sym-p): New defun.
3087 (ses-decode-cell-symbol): New defun.
3088 (ses-create-cell-variable): Add cell to hashmap when name is not
3089 A1-like.
3090 (ses-rename-cell): Check that cell new name is not already in
3091 spreadsheet with the use of ses-is-cell-sym-p
3092 (ses-rename-cell): Use hash map for named cells, but accept also
3093 renaming back to A1-like.
3094
3095 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3096
3097 * emacs-lisp/advice.el: Use new dynamic docstrings.
3098 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3099 Use dynamic-docstring-function instead of ad-advice-info.
3100 (ad--make-advised-docstring): New function extracted from
3101 ad-make-advised-docstring.
3102 (ad-make-advised-docstring): Use it.
3103 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
3104 from sql-help.
3105 (sql-help): Use it with dynamic-docstring-function.
3106
3107 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
3108
3109 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3110
3111 * files.el (hack-one-local-variable--obsolete): New function.
3112 (hack-one-local-variable): Use it for obsolete settings.
3113
3114 * subr.el (locate-user-emacs-file): If both old and new name exist, use
3115 the new name.
3116
3117 * progmodes/js.el (js--filling-paragraph): New var.
3118 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
3119 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
3120 less sneaky.
3121
3122 2012-11-08 Julien Danjou <julien@danjou.info>
3123
3124 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
3125 `auto-mode-alist' (Bug#12835).
3126
3127 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3128
3129 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
3130 (perl--prettify-symbols-alist): New const.
3131 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
3132 New functions.
3133 (perl-font-lock-keywords-2): Use them.
3134 (perl-electric-noindent-p): New function.
3135 (perl-mode): Use it to set up electric-indent-mode.
3136 (perl-electric-terminator, perl-indent-command): Mark obsolete.
3137 (perl-mode-map): Remove bindings for them.
3138 (perl-imenu-generic-expression, perl-outline-level):
3139 Match functions&packages in column>0.
3140
3141 * env.el (env--substitute-vars-regexp): New const.
3142 (substitute-env-vars): Use it. Add `only-defined' arg.
3143 * net/tramp.el (tramp-replace-environment-variables): Use it.
3144
3145 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3146 Byte-compile *before* eval in eval-and-compile.
3147 (byte-compile-log-warning): Remove redundant inhibit-read-only.
3148 (byte-compile-file-form-autoload): Don't hide actual definition.
3149 (byte-compile-maybe-guarded): Accept `functionp' as well.
3150
3151 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
3152
3153 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
3154
3155 * notifications.el (notifications-get-server-information-method):
3156 New defconst.
3157 (notifications-get-capabilities): Fix docstring.
3158 (notifications-get-server-information): New defun.
3159
3160 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3161
3162 * textmodes/ispell.el (ispell-region): Standard re-indent for better
3163 readability.
3164
3165 * textmodes/ispell.el: Experimental support for support debugging.
3166 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
3167 buffer for ispell.
3168 (ispell-print-if-debug): New function to print stuff to
3169 `ispell-debug-buffer' if debugging is enabled.
3170 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
3171 show some debugging info.
3172 (ispell-buffer-with-debug): New function that creates a debugging
3173 buffer and calls `ispell-buffer' with debugging enabled.
3174
3175 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
3176 comment in autoconf mode. (Bug#12768)
3177
3178 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3179
3180 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
3181 frame-first-window, frame-root-window, frame-selected-window,
3182 minibuffer-selected-window, minibuffer-window,
3183 window-absolute-pixel-edges, window-at, window-body-height,
3184 window-body-width, window-display-table, window-combination-limit,
3185 window-frame, window-fringes, window-inside-absolute-pixel-edges,
3186 window-inside-edges, window-inside-pixel-edges, window-left-child,
3187 window-left-column, window-margins, window-next-buffers,
3188 window-next-sibling, window-new-normal, window-new-total,
3189 window-normal-size, window-parameter, window-parameters, window-parent,
3190 window-pixel-edges, window-point, window-prev-buffers,
3191 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
3192 window-start, window-text-height, window-top-child, window-top-line,
3193 window-total-height, window-total-width and window-use-time to the list
3194 of functions without side-effects.
3195 (toplevel): Add window-valid-p to the list of error-free functions
3196 without side-effects.
3197
3198 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3199
3200 * textmodes/ispell.el (ispell-program-name):
3201 Update spellchecker parameters when customized.
3202
3203 2012-11-04 Glenn Morris <rgm@gnu.org>
3204
3205 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
3206
3207 2012-11-04 Chong Yidong <cyd@gnu.org>
3208
3209 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
3210 same-window-* variables.
3211
3212 2012-11-04 Juri Linkov <juri@jurta.org>
3213
3214 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
3215 (isearch-describe-key, isearch-describe-mode): Use a display
3216 action instead of binding same-window-* variables (Bug#10040).
3217
3218 2012-11-03 Glenn Morris <rgm@gnu.org>
3219
3220 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3221 Rename handler properties back from cl-- to cl-. (Bug#12788)
3222
3223 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
3224
3225 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3226
3227 * term/pc-win.el: Don't load term/internal from here.
3228
3229 * loadup.el: Load term/internal from here.
3230
3231 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
3232
3233 * progmodes/python.el (inferior-python-mode): Fix hang in
3234 jit-lock (Bug#12645).
3235
3236 2012-11-03 Martin Rudalics <rudalics@gmx.at>
3237
3238 * window.el (switch-to-visible-buffer)
3239 (switch-to-buffer-preserve-window-point): Fix doc-strings.
3240
3241 2012-11-03 Glenn Morris <rgm@gnu.org>
3242
3243 * emacs-lisp/cl-lib.el (cl--random-time):
3244 Rename from cl-random-time. (Bug#12773)
3245 (cl--gensym-counter, cl--random-state): Update callers.
3246 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
3247
3248 2012-11-03 Chong Yidong <cyd@gnu.org>
3249
3250 * cus-start.el: Make cursor-type customizable (Bug#11633).
3251
3252 2012-11-02 Glenn Morris <rgm@gnu.org>
3253
3254 * filecache.el: No need to load find-lisp when compiling.
3255 (find-lisp-find-files): Autoload it.
3256 (file-cache-add-directory-recursively): Don't require find-lisp.
3257
3258 * image.el (image-type-from-file-name): Trivial simplification.
3259
3260 * emacs-lisp/bytecomp.el (byte-compile-eval):
3261 Decouple "noruntime" and "cl-functions" warnings.
3262
3263 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
3264
3265 * play/gomoku.el (gomoku-display-statistics): Update mode line
3266 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
3267
3268 2012-10-31 Martin Rudalics <rudalics@gmx.at>
3269
3270 * window.el (quit-restore-window): If the window has been
3271 created on an existing frame and ended up as the sole window on
3272 that frame, do not delete it (Bug#12764).
3273
3274 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3275
3276 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3277 Rename from sh--inside-arithmetic-expression, handle more cases
3278 (bug#11263).
3279
3280 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
3281 (sh-font-lock-open-heredoc): Use it (bug#12770).
3282
3283 2012-10-30 Glenn Morris <rgm@gnu.org>
3284
3285 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
3286
3287 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
3288
3289 2012-10-29 Chong Yidong <cyd@gnu.org>
3290
3291 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
3292 function key is stored in a keyboard macro (Bug#4894).
3293
3294 * thingatpt.el (number-at-point): Apply a thing-at-point property.
3295
3296 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3297
3298 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
3299 header comments".
3300 (diff-unified->context, diff-context->unified)
3301 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
3302
3303 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
3304
3305 * files.el (find-alternate-file): Only ask one question (bug#12487).
3306
3307 2012-10-29 Chong Yidong <cyd@gnu.org>
3308
3309 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
3310 Suggested by Dan Nicolaescu (Bug#6326).
3311
3312 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
3313
3314 * startup.el (fancy-about-screen): Don't message (Bug#12680).
3315
3316 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
3317
3318 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
3319
3320 * face-remap.el (face-remap-add-relative): Handle the case where a
3321 face-remapping-alist entry is a cons cell (Bug#12762).
3322
3323 2012-10-29 Kevin Ryde <user42@zip.com.au>
3324
3325 * woman.el (woman-parse-numeric-value): Handle picas correctly
3326 (Bug#12639).
3327
3328 2012-10-29 Glenn Morris <rgm@gnu.org>
3329
3330 * emacs-lisp/cl.el (defsetf): Doc fix.
3331
3332 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3333
3334 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
3335 syntax to the matching opener, if any (bug#12547).
3336 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
3337 matching open as a "case-(".
3338 (sh-smie-rc-grammar): Add a corresponding rule for it.
3339
3340 2012-10-28 Daniel Hackney <dan@haxney.org>
3341
3342 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
3343 "PKGNAME-autoloads.el" in case we created it.
3344
3345 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3346
3347 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
3348 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
3349 (completion--twq-all): Disable too-strict assertions.
3350
3351 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
3352
3353 2012-10-27 Eli Zaretskii <eliz@gnu.org>
3354
3355 * profiler.el (profiler-report-make-entry-part): Fix help-echo
3356 text to match the real keybindings.
3357
3358 2012-10-27 Juri Linkov <juri@jurta.org>
3359
3360 * wdired.el (wdired-keep-marker-rename): New defcustom.
3361 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
3362 (Bug#11795)
3363
3364 * dired.el (dired-keep-marker-rename): Add reference to
3365 `wdired-keep-marker-rename' in the docstring.
3366 Add default character value ?R to display initially in
3367 Customization UI instead of ?@.
3368
3369 2012-10-27 Martin Rudalics <rudalics@gmx.at>
3370
3371 * window.el (display-buffer): In doc-string describe
3372 window-height and window-width alist entries.
3373
3374 * time.el (display-time-world): Restore fit-window-to-buffer
3375 behavior.
3376
3377 2012-10-27 Chong Yidong <cyd@gnu.org>
3378
3379 * subr.el (insert-buffer-substring-as-yank): Doc fix.
3380
3381 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
3382
3383 * minibuffer.el (completion-category-overrides): New completion
3384 category `bookmark' (bug#11131).
3385
3386 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3387
3388 * emacs-lisp/advice.el (ad-assemble-advised-definition):
3389 Silence bogus compiler warnings for ad-do-it.
3390
3391 * bookmark.el (bookmark-completing-read): Set the completion category
3392 to `bookmark' (bug#11131).
3393
3394 2012-10-26 Bastien <bzg@altern.org>
3395 Stefan Monnier <monnier@iro.umontreal.ca>
3396
3397 * face-remap.el: Use lexical-binding.
3398 (text-scale-adjust): Improve docstring. Use itself for the temporary
3399 overlay-map bindings, so as to repeat the "Use..." message each time.
3400
3401 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3402
3403 * emacs-lisp/macroexp.el (macroexp--expand-all):
3404 Obey byte-compile-warning-enabled-p (bug#12486).
3405
3406 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
3407 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
3408
3409 2012-10-26 Martin Rudalics <rudalics@gmx.at>
3410
3411 * mouse.el (mouse-drag-line): Move last form into preceding when
3412 clause (Bug#12731).
3413
3414 * help.el (resize-temp-buffer-window): Fix doc-string.
3415
3416 2012-10-25 David Engster <deng@randomsample.de>
3417
3418 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
3419 Remove. This feature is already integrated in imenu.
3420
3421 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
3422 always loaded. Require `speedbar' unconditionally.
3423
3424 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3425
3426 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
3427
3428 * minibuffer.el (minibuffer-force-complete): Fix thinko.
3429
3430 * net/ldap.el (ldap-search-internal): The official ldif format starts
3431 with a "version: 1" header (bug#12724).
3432
3433 * emacs-lisp/package.el (package-installed-p): Warn if not ready
3434 (bug#12721).
3435
3436 2012-10-25 Glenn Morris <rgm@gnu.org>
3437
3438 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
3439
3440 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * minibuffer.el (minibuffer-force-complete): Use one more marker
3443 for the temporary-overlay-map command (bug#12619).
3444
3445 2012-10-24 Chong Yidong <cyd@gnu.org>
3446
3447 * time.el (display-time-world-mode): Derive from special-mode.
3448 (display-time-world): Use display-buffer (Bug#12708).
3449 (display-time-world-mode-map): Variable deleted.
3450 (display-time-world-display): Wrap the final delete-char inside
3451 inhibit-read-only.
3452
3453 2012-10-24 Chong Yidong <cyd@gnu.org>
3454
3455 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
3456 Doc fix.
3457
3458 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
3459
3460 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3461
3462 * minibuffer.el (completion--all-sorted-completions-location): New var.
3463 (completion--cache-all-sorted-completions)
3464 (completion--flush-all-sorted-completions): Use it.
3465 (completion-in-region, completion-in-region--postch)
3466 (completion-at-point, completion-help-at-point): Use markers in
3467 completion-in-region--data (bug#12619).
3468
3469 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3470
3471 * progmodes/compile.el (compilation-start): Try to handle common
3472 quoting of `cd' argument (bug#12640).
3473
3474 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
3475 (bug#12671).
3476
3477 2012-10-23 Glenn Morris <rgm@gnu.org>
3478
3479 * progmodes/gud.el (gud-menu-map):
3480 Check gdb-active-process is bound. (Bug#12358)
3481
3482 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3483
3484 * repeat.el (repeat): Set real-this-command (bug#12232).
3485
3486 * htmlfontify.el (hfy-post-html-hook):
3487 * filesets.el (filesets-cache-fill-content-hook):
3488 * arc-mode.el (archive-extract-hook):
3489 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
3490 * net/rcirc.el (rcirc-sentinel-functions)
3491 (rcirc-receive-message-functions, rcirc-activity-functions)
3492 (rcirc-print-functions):
3493 * net/dbus.el (dbus-event-error-functions):
3494 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
3495 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
3496 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
3497 * term/sun.el (sun-raw-prefix-hooks):
3498 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
3499
3500 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
3501
3502 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3503 Set `tramp-chunksize' to 1. This improves the performance.
3504 (tramp-smb-wait-for-output): Add timeout to
3505 `tramp-accept-process-output' calls.
3506
3507 2012-10-23 Chong Yidong <cyd@gnu.org>
3508
3509 * faces.el (font-list-limit): Define as an obsolete variable.
3510
3511 * startup.el (command-line):
3512 * cus-start.el: Don't refer to font-list-limit.
3513
3514 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
3515
3516 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3517
3518 * subr.el (internal-temp-output-buffer-show): Rename from
3519 temp-output-buffer-show, since previously compiled files expect this name.
3520
3521 2012-10-23 Glenn Morris <rgm@gnu.org>
3522
3523 * image.el (image-type-from-file-name): If multiple types match,
3524 return the first one that is supported. (Bug#9045)
3525
3526 2012-10-22 Glenn Morris <rgm@gnu.org>
3527
3528 * image.el (imagemagick-enabled-types): Doc fix.
3529
3530 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
3531
3532 * progmodes/which-func.el (which-func-current): The hash-table may have
3533 an explicit nil (bug#12338).
3534
3535 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * electric.el (electric-pair-delete-selection-self-insert-function):
3538 Rename to electric-pair-will-use-region, return a boolean.
3539 (electric-pair-mode): Adjust accordingly. Don't require delsel.
3540
3541 * delsel.el (delete-selection-helper): Use a function instead of a hook.
3542 (delete-selection-pre-hook): Use use-region-p.
3543 (delete-selection-self-insert-function): Remove.
3544 (self-insert-command): Obey self-insert-uses-region-functions.
3545 (self-insert-iso): Revert to previous setting, since we don't actually
3546 know what that command does.
3547 (delete-selection-self-insert-hooks): Remove.
3548
3549 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
3550
3551 * delsel.el (delete-selection-helper): New function, extracted from
3552 delete-selection-pre-hook.
3553 (delete-selection-pre-hook): Use it.
3554 (delete-selection-self-insert-function): New function.
3555 (delete-selection-self-insert-hooks): New hook.
3556 (self-insert-command, self-insert-iso): Use it.
3557 * electric.el (electric-pair-syntax): New function, extracted from
3558 electric-pair-post-self-insert-function.
3559 (electric-pair-post-self-insert-function): Use it.
3560 (electric-pair-delete-selection-self-insert-function): New function.
3561 (electric-pair-mode): Require delsel and setup
3562 delete-selection-self-insert-hooks (bug#11520).
3563
3564 2012-10-20 Chong Yidong <cyd@gnu.org>
3565
3566 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
3567 no changes to show (Bug#12586).
3568
3569 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
3570 list explicitly (Bug#12571).
3571
3572 2012-10-20 Arne Jørgensen <arne@arnested.dk>
3573
3574 * progmodes/flymake.el (flymake-create-temp-inplace):
3575 Use file-truename.
3576
3577 2012-10-20 Eli Zaretskii <eliz@gnu.org>
3578
3579 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
3580
3581 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3582
3583 * calc/calc-units.el (math-extract-units): Properly extract powers
3584 of units.
3585
3586 2012-10-20 Daniel Colascione <dancol@dancol.org>
3587
3588 * frame.el (make-frame): Set x-display-name as we used to in order
3589 to unbreak creating an X11 frame from an Emacs daemon started
3590 without a display.
3591
3592 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3593
3594 * minibuffer.el (minibuffer-force-complete): Make the next completion use
3595 the same completion-field (bug#12221).
3596
3597 2012-10-19 Martin Rudalics <rudalics@gmx.at>
3598
3599 * emacs-lisp/debug.el (debug): Record height of debugger window
3600 also when debugger will be back (Bug#8789).
3601
3602 2012-10-18 Chong Yidong <cyd@gnu.org>
3603
3604 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3605 Convert to defcustom.
3606 (gdb-get-source-file): Don't bind pop-up-windows.
3607
3608 * progmodes/gud.el (gud-display-line): Don't specially re-use
3609 other frames for the gdb-mi case (Bug#12648).
3610
3611 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3612
3613 * emacs-lisp/advice.el: Clean up commentary a bit.
3614 (ad-do-advised-functions, ad-with-originals): Use `declare'.
3615 (byte-code-function-p): Never redefine.
3616
3617 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
3618
3619 2012-10-18 Glenn Morris <rgm@gnu.org>
3620
3621 * dired.el (dired-sort-toggle): Some ls implementations only allow
3622 a single option string. (Bug#12666)
3623
3624 * minibuffer.el (completion-cycle-threshold): Doc fix.
3625
3626 2012-10-17 Kenichi Handa <handa@gnu.org>
3627
3628 * international/mule.el (set-keyboard-coding-system):
3629 Recover input meta mode when the new coding system doesn not use 8-bit.
3630 Supply TERMINAL arg to set-input-meta-mode.
3631
3632 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
3633
3634 * wdired.el (wdired-old-marks): New variable.
3635 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
3636 (wdired-do-renames): Move point with renamed file and don't lose
3637 mark status (Bug#11795).
3638
3639 2012-10-16 Juri Linkov <juri@jurta.org>
3640
3641 * replace.el (query-replace-help): Mention multi-buffer replacement
3642 keys in the Help message. (Bug#12655)
3643
3644 2012-10-15 Chong Yidong <cyd@gnu.org>
3645
3646 * emacs-lisp/byte-run.el (defsubst): Doc fix.
3647
3648 2012-10-14 Eli Zaretskii <eliz@gnu.org>
3649
3650 * window.el (display-buffer): Doc fix.
3651
3652 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3653 Adjust the msft regexp to the output of Studio 2010, and move msft
3654 before edg-1. See the discussion on emacs-devel,
3655 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
3656 for the details.
3657
3658 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
3661 (oset): Move uses of object-class-fast macro after its definition.
3662
3663 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
3664
3665 2012-10-13 Chong Yidong <cyd@gnu.org>
3666
3667 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
3668 enabled, re-enable it (Bug#11963).
3669
3670 2012-10-13 Martin Rudalics <rudalics@gmx.at>
3671
3672 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
3673 non-nil, restore window configuration (Bug#12623).
3674
3675 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3676
3677 * help-fns.el (describe-variable, describe-function-1):
3678 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
3679
3680 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
3681
3682 2012-10-12 Glenn Morris <rgm@gnu.org>
3683
3684 * mail/rmailsum.el (rmail-header-summary):
3685 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
3686
3687 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
3688
3689 * progmodes/python.el (python-mode-map):
3690 Replace subtitute-key-definition with proper command remapping.
3691 (python-nav--up-list): Fix behavior for blocks on the same level.
3692
3693 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3694
3695 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
3696
3697 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
3698 changes to the format of load-history.
3699
3700 * international/mule-cmds.el (read-char-by-name): Move let-binding of
3701 completion-ignore-case in case that var is buffer-local (bug#12615).
3702
3703 2012-10-11 Kenichi Handa <handa@gnu.org>
3704
3705 * international/eucjp-ms.el: Re-generated.
3706
3707 2012-10-10 Kenichi Handa <handa@gnu.org>
3708
3709 * select.el (xselect--encode-string): If a coding is specified for
3710 selection, and that is compatible with COMPOUND_TEXT, use it.
3711
3712 2012-10-10 Martin Rudalics <rudalics@gmx.at>
3713
3714 * window.el (switch-to-buffer-preserve-window-point): New option.
3715 (switch-to-buffer):
3716 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
3717
3718 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3719
3720 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
3721 Don't document nil as a useful value (bug#12583).
3722
3723 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
3724
3725 * net/tramp.el (tramp-debug-message):
3726 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
3727 (with-tramp-progress-reporter): Rename from
3728 `tramp-with-progress-reporter'.
3729 (with-tramp-file-property, with-tramp-connection-property):
3730 Move from tramp-cache.el, rename from `with-file-property' and
3731 `with-connection-property', respectively.
3732
3733 * net/tramp-cache.el: Remove `with-file-property' and
3734 `with-connection-property'.
3735
3736 * net/tramp.el:
3737 * net/tramp-gvfs.el:
3738 * net/tramp-sh.el:
3739 * net/tramp-smb.el: Adapt callees.
3740
3741 * net/trampver.el: Update release number.
3742
3743 2012-10-09 Glenn Morris <rgm@gnu.org>
3744
3745 * w32-fns.el (set-message-beep):
3746 * term/w32-win.el (set-message-beep): Update declarations.
3747
3748 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3749
3750 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
3751 (mode-line-widen, mode-line-input-method-map)
3752 (mode-line-coding-system-map, mode-line-remote)
3753 (mode-line-unbury-buffer, mode-line-bury-buffer)
3754 (mode-line-next-buffer, mode-line-previous-buffer):
3755 Replace save-selected-window+select-window => with-selected-window.
3756
3757 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
3758 * progmodes/cc-vars.el (bq-process): Remove, unused.
3759
3760 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
3761
3762 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
3763
3764 Implemented `backward-up-list'-like navigation.
3765 * progmodes/python.el (python-nav-up-list)
3766 (python-nav-backward-up-list): New functions.
3767 (python-mode-map): Define substitute key for backward-up-list to
3768 python-nav-backward-up-list.
3769
3770 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3771
3772 * progmodes/python.el (python-fill-paragraph): Rename from
3773 python-fill-paragraph-function. Fixed fill-paragraph for
3774 decorators (Bug#12605).
3775
3776 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3777
3778 * progmodes/python.el (python-shell-output-filter): Handle extra
3779 carriage return in OSX (Bug#12409).
3780
3781 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3782
3783 Fix shell handling of unbalanced quotes and parens in output.
3784 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
3785 (python-syntax-propertize-function): Use it.
3786 (python-shell-output-syntax-table): New var.
3787 (inferior-python-mode): Prevent unbalanced parens/quotes from
3788 previous output mess with current input context.
3789
3790 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
3791
3792 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
3793 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
3794
3795 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
3796
3797 * ffap.el (ffap-replace-file-component): Support Tramp file name
3798 syntax, not only ange-ftp's one.
3799
3800 2012-10-08 Glenn Morris <rgm@gnu.org>
3801
3802 * cus-start.el (message-log-max): Set :version.
3803
3804 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
3805
3806 2012-10-08 Martin Rudalics <rudalics@gmx.at>
3807
3808 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
3809 the minibuffer window (Bug#10851).
3810
3811 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3812
3813 Enhancements on forward-sexp movement.
3814 * progmodes/python.el (python-nav-beginning-of-statement)
3815 (python-nav-end-of-statement): Return point-marker.
3816 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
3817 (python-info-current-symbol)
3818 (python-info-statement-starts-block-p): Rename from
3819 python-info-beginning-of-block-p.
3820 (python-info-statement-ends-block-p): Rename from
3821 python-info-end-of-block-p.
3822 (python-info-beginning-of-statement-p)
3823 (python-info-end-of-statement-p)
3824 (python-info-beginning-of-block-p, python-info-end-of-block-p):
3825 New functions.
3826
3827 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3828
3829 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
3830 frame-selected-windows.
3831
3832 2012-10-08 Daniel Colascione <dancol@dancol.org>
3833
3834 * battery.el (battery-status-function): Check for
3835 w32-battery-status itself, not system-time windows-nt.
3836
3837 * frame.el: Require cl-lib.
3838 (display-format-alist): New variable mapping frame types to
3839 functions that initialize them.
3840 (window-system-for-display): New function: interprets
3841 display-format-alist.
3842 (make-frame-on-display): Remove existing display-selection logic
3843 and just forward to make-frame, which will now DTRT.
3844 (make-frame): Restructure to use window-system-for-display to
3845 figure out how to create a frame on a given display.
3846 (display-mouse-p): Look for frame-type w32, not a particular
3847 system-type.
3848
3849 * loadup.el: Load w32 lisp code when we have the w32 feature.
3850
3851 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
3852 system-type windows-nt.
3853
3854 * server.el (server-create-window-system-frame): Look for window
3855 type.
3856 (server-proces-filter): Only force a window system when windows-nt
3857 _and_ w32. Explain why.
3858
3859 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
3860 of window systems we configure for the mode.
3861
3862 * startup.el (command-line): Mark window system is initialized
3863 after we've done it.
3864
3865 * common-win.el (x-select-text): Look for w32, not windows-nt.
3866
3867 * ns-win.el: Require cl-lib. Add ourselves to
3868 display-format-alist.
3869 (ns-initialize-window-system): Assert we're not initialized twice.
3870
3871 * w32-win.el: Enable lexical binding; require cl-lib; add
3872 ourselves to display-format-alist.
3873 (w32-handle-dropped-file): Convert incoming dropped files from
3874 Windows paths to Cygwin ones before passing them on to the rest of
3875 Emacs.
3876 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
3877 (w32-initialize-window-system): Assert we're not initialized twice.
3878
3879 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
3880 (x-initialize-window-system): Assert we're not initialized twice.
3881
3882 * w32-common-fns.el: New File.
3883 (w32-version, w32-using-nt, w32-get-clipboard-data)
3884 (w32-set-clipboard-data, x-set-selection, x-get-selection)
3885 (w32-charset-info-alist, x-last-selected, text)
3886 (x-get-selection-value, x-selection-value): Move here.
3887
3888 * w32-fns.el: Require w32-common-fns.
3889 (w32-version, w32-using-nt, w32-get-clipboard-data)
3890 (w32-set-clipboard-data, x-set-selection, x-get-selection)
3891 (w32-charset-info-alist, x-last-selected, text)
3892 (x-get-selection-value, x-selection-value): Move to
3893 w32-common-fns.
3894
3895 * w32-vars.el:
3896 (w32-allow-system-shell, w32-system-shells): Define only in
3897 non-cygwin case.
3898
3899 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3900
3901 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
3902 (read-passwd): Remove a few more potential sources of leaks.
3903
3904 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
3905
3906 * progmodes/python.el (inferior-python-mode)
3907 (python-shell-make-comint): Fix initialization of local
3908 variables copied from parent buffer.
3909
3910 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
3911
3912 * term/ns-win.el (ns-read-file-name): Update declaration to match
3913 nsfns.m.
3914 (ns-respond-to-change-font): Change fontsize separatly so we are sure
3915 it is set when font is acted upon.
3916
3917 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
3918
3919 Enhancements to indentation.
3920 * progmodes/python.el (python-indent-context): Give priority to
3921 inside-string context. Make comments indentation markers.
3922 (python-indent-region): Do not mess with strings, unless it's the
3923 enclosing set of quotes.
3924
3925 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3926
3927 * window.el (internal--before-save-selected-window)
3928 (internal--after-save-selected-window): New functions extracted from
3929 save-selected-window. Make sure we return the `alist' we construct.
3930 (save-selected-window): Use them.
3931
3932 * textmodes/tex-mode.el (tex-recenter-output-buffer):
3933 Use with-selected-window.
3934
3935 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
3936 forms that define macros (bug#12593).
3937
3938 2012-10-07 Kenichi Handa <handa@gnu.org>
3939
3940 * international/mule-conf.el (compound-text-with-extensions):
3941 Add :mime-charset property as x-ctext.
3942
3943 2012-10-07 Stefan Merten <smerten@oekonux.de>
3944
3945 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
3946 (rst-indent-literal-normal, rst-indent-literal-minimized)
3947 (rst-indent-comment): Correct :version tag.
3948 (rst-official-cvs-rev): Correct version string.
3949
3950 2012-10-07 Glenn Morris <rgm@gnu.org>
3951
3952 * mail/rmailmm.el (rmail-mime-process-multipart):
3953 Do not confuse a multipart message with an epilogue
3954 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
3955
3956 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
3957
3958 Fix shell output retrieval and comint-prompt-regexp init.
3959 * progmodes/python.el (inferior-python-mode):
3960 (python-shell-make-comint): Fix initialization of
3961 comint-prompt-regexp from copied file local variables.
3962 (python-shell-fetched-lines): Remove var.
3963 (python-shell-output-filter-in-progress): Rename from
3964 python-shell-fetch-lines-in-progress.
3965 (python-shell-output-filter-buffer): Rename from
3966 python-shell-fetch-lines-string.
3967 (python-shell-fetch-lines-filter): Delete function.
3968 (python-shell-output-filter): New function.
3969 (python-shell-send-string-no-output): Use them.
3970
3971 2012-10-07 Glenn Morris <rgm@gnu.org>
3972
3973 * hi-lock.el (hi-lock-process-phrase):
3974 Try to make it less fragile. (Bug#7161)
3975
3976 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
3977
3978 2012-10-06 Glenn Morris <rgm@gnu.org>
3979
3980 * ehelp.el (electric-help-mode): Use help-mode rather than
3981 non-existent mode `help'.
3982 (electric-help-map): Use button-buffer-map. (Bug#10917)
3983
3984 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
3985 (reftex-create-bibtex-footer): Fix custom types.
3986
3987 * progmodes/sh-script.el (sh-indent-after-continuation):
3988 Add explicit :group.
3989
3990 * textmodes/rst.el (rst-preferred-decorations)
3991 (rst-shift-basic-offset): Clarify obsolescence versions.
3992
3993 * profiler.el (profiler): Add missing group :version tag.
3994 * avoid.el (mouse-avoidance-banish-position):
3995 * proced.el (proced-renice-command):
3996 * calc/calc.el (calc-ensure-consistent-units):
3997 * calendar/icalendar.el (icalendar-import-format-uid):
3998 * net/tramp.el (tramp-save-ad-hoc-proxies):
3999 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4000 * progmodes/flymake.el (flymake-error-bitmap)
4001 (flymake-warning-bitmap, flymake-fringe-indicator-position):
4002 * progmodes/sh-script.el (sh-indent-after-continuation):
4003 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
4004 (verilog-before-save-font-hook, verilog-after-save-font-hook):
4005 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
4006 (vhdl-array-index-record-field-in-sensitivity-list)
4007 (vhdl-indent-comment-like-next-code-line):
4008 * textmodes/reftex-vars.el (reftex-ref-style-alist)
4009 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
4010 (reftex-cite-key-separator, reftex-create-bibtex-header)
4011 (reftex-create-bibtex-footer):
4012 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4013 (rst-indent-literal-normal, rst-indent-literal-minimized)
4014 (rst-indent-comment): Add missing custom :version tags.
4015
4016 * calendar/timeclock.el (timeclock-modeline-display):
4017 Add missing obsolete alias for renamed user option.
4018
4019 * strokes.el (strokes-modeline-string):
4020 * emulation/crisp.el (crisp-mode-modeline-string):
4021 * eshell/esh-mode.el (eshell-status-in-modeline):
4022 Aliases to defcustoms must come before the defcustom.
4023
4024 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
4025 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4026 (cal-tex-cursor-week-monday): Doc fixes.
4027 (cal-tex-cursor-week2-summary): Doc fix.
4028 Rename from cal-tex-cursor-week-at-a-glance.
4029
4030 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
4031 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
4032
4033 * calendar/calendar.el (calendar-mode-map):
4034 Add cal-tex-cursor-week2-summary.
4035
4036 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4037
4038 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
4039
4040 * subr.el (read-passwd-map): New var.
4041 (read-passwd): Use `read-string' again.
4042 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
4043
4044 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
4045
4046 * register.el (append-to-register, prepend-to-register):
4047 Deactivate mark, as does `copy-to-register' (bug#12389).
4048
4049 2012-10-06 Chong Yidong <cyd@gnu.org>
4050
4051 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
4052
4053 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
4054
4055 * international/characters.el: Fix simple mistake ((car chars) ->
4056 elt), delete duplicated code.
4057
4058 2012-10-06 Glenn Morris <rgm@gnu.org>
4059
4060 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
4061
4062 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
4063
4064 * color.el (color-hsl-to-rgb): Fix incorrect results for
4065 small and large hue values. (Bug#12559)
4066
4067 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
4068
4069 Enhancements to docstring formatting when filling paragraphs.
4070 * progmodes/python.el (python-fill-docstring-style): Rename from
4071 python-fill-string-style. Added new style.
4072 (python-fill-string): Use new style. Better checks for
4073 docstrings.
4074
4075 2012-10-05 Glenn Morris <rgm@gnu.org>
4076
4077 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
4078
4079 * color.el (color-name-to-rgb, color-rgb-to-hex)
4080 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
4081 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
4082 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4083 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
4084
4085 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
4086
4087 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
4088
4089 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
4090 to get the correct size across symlinks.
4091
4092 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4093
4094 2012-10-04 Juri Linkov <juri@jurta.org>
4095
4096 * replace.el (query-replace-interactive): Declare obsolete.
4097 (query-replace-read-from): Add the last incremental search string
4098 to the list of default values accessible via M-n.
4099 (map-query-replace-regexp): Use `read-regexp'.
4100 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4101 (map-query-replace-regexp, replace-string, replace-regexp):
4102 Fix docstrings to replace mentions of `query-replace-interactive'
4103 with alternatives. (Bug#12526)
4104
4105 2012-10-04 Juri Linkov <juri@jurta.org>
4106
4107 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
4108 (dired-pop-to-buffer): Declare obsolete.
4109 (dired-mark-pop-up): Doc fix.
4110
4111 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
4112
4113 Allow user to set docstring style for fill-paragraph.
4114 * progmodes/python.el
4115 (python-fill-comment-function, python-fill-string-function)
4116 (python-fill-decorator-function, python-fill-paren-function):
4117 Remove :safe for defcustoms.
4118 (python-fill-string-style): New defcustom
4119 (python-fill-paragraph-function): Enhance context detection.
4120 (python-fill-string): Honor python-fill-string-style settings.
4121
4122 2012-10-04 Martin Rudalics <rudalics@gmx.at>
4123
4124 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
4125 after setting its buffer (Bug#10805).
4126
4127 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
4128
4129 Fix cornercase for string syntax.
4130 * progmodes/python.el (python-syntax-propertize-function):
4131 Simplify and enhance the regexp for unescaped quotes. Now it also
4132 matches quotes in weird situations like the single quote in
4133 "something\"'".
4134 (python-syntax-stringify): Simplify num-quotes detecting code.
4135
4136 2012-10-03 Glenn Morris <rgm@gnu.org>
4137
4138 * help-macro.el (three-step-help):
4139 Revert 2012-09-29 change. (Bug#12567)
4140
4141 2012-10-03 Martin Rudalics <rudalics@gmx.at>
4142
4143 * menu-bar.el (kill-this-buffer): Don't do anything when
4144 `menu-frame' is not alive or visible (Bug#8184).
4145
4146 * emacs-lisp/debug.el (debug): When quitting the debugger window
4147 restore current buffer (Bug#12502).
4148
4149 2012-10-02 Chong Yidong <cyd@gnu.org>
4150
4151 * progmodes/hideif.el (hif-lookup, hif-defined):
4152 Handle semantic-c-takeover-hideif.
4153
4154 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
4155
4156 Change sampling interval units from ms to ns.
4157 * profiler.el (profiler-sampling-interval): Change units
4158 from ms to ns, multiplying the default by 1000000 so that
4159 it remains 1 ms.
4160 (profiler-report-cpu-line-format): Give enough room for
4161 the maximum counters on 64-bit hosts.
4162 (profiler-report-render-calltree-1): Call them "CPU samples",
4163 not "Time (ms)", since they are not milliseconds now (and
4164 never really were).
4165
4166 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4167
4168 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
4169 Fix querying BBDB for entries without a last name (Bug#11580).
4170
4171 2012-10-02 Chong Yidong <cyd@gnu.org>
4172
4173 * emacs-lisp/eieio.el: Restore Version header.
4174
4175 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4176
4177 * vc/diff-mode.el (diff--auto-refine-data): New var.
4178 (diff-hunk): Use it to delay refinement.
4179 (diff-mode): Remove overlays when we turn off font-lock.
4180
4181 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
4182 (table-initialize-table-fixed-width-mode)
4183 (table-set-table-fixed-width-mode): Remove functions.
4184 (table-command-list): Move initialization into declaration.
4185 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
4186 (table-with-cache-buffer): Use `declare'.
4187 (table-span-cell): Simplify via CSE.
4188 (table-fixed-width-mode): Use define-minor-mode.
4189 (table-call-interactively, table-funcall, table-apply): Remove.
4190 (table-function): New function, to replace them.
4191
4192 * bookmark.el (bookmark-search-pattern): Remove var.
4193 (bookmark-read-search-input): Remove function.
4194 (bookmark-bmenu-search): Reimplement using a minibuffer.
4195
4196 * faces.el (modeline): Remove obsolete face name.
4197
4198 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
4199 and give a non-nil default value.
4200 (add-change-log-entry): Simplify accordingly.
4201
4202 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
4203
4204 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
4205 (vc-git-log-edit-toggle-amend): New function.
4206 (vc-git-log-edit-toggle-signoff): New function.
4207 (vc-git-log-edit-mode): New major mode.
4208 (vc-git-log-edit-mode-map): Keymap for it.
4209 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
4210
4211 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
4212 header names.
4213 (log-edit-toggle-header): New function.
4214 (log-edit-extract-headers): Accept function values in HEADERS alist.
4215
4216 2012-10-01 David Engster <deng@randomsample.de>
4217
4218 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
4219 from symbol property and change message to be more consistent with
4220 Emacs proper.
4221 (eieio-describe-generic): Add filename for each implementation.
4222 Fix indices for generic and normal methods.
4223 (eieio-method-def, eieio-class-def): New buttons.
4224 (eieio-help-find-method-definition)
4225 (eieio-help-find-class-definition): New functions.
4226 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
4227 class, constructor and method definitions.
4228
4229 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
4230 information in symbol property.
4231 (scoped-class): Remove.
4232 (eieio-slot-name-index, call-next-method): Check if it is bound.
4233
4234 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
4235
4236 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
4237 (eieio-custom-mode): New major mode.
4238 (eieio-customize-object): Use it.
4239
4240 2012-10-01 Eric Ludlam <zappo@gnu.org>
4241
4242 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
4243 specifying the expected class, and whether subclassing is allowed.
4244 (eieio-persistent-convert-list-to-object):
4245 (eieio-persistent-validate/fix-slot-value)
4246 (eieio-persistent-slot-type-is-class-p): New functions.
4247 (eieio-named::slot-missing): Doc fix.
4248
4249 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
4250 Stop using unused publd variable.
4251
4252 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4253 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
4254 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
4255 (eieio-speedbar-handle-click): Do not specify a class for the
4256 method. Fixes method invocation order problems with EDE.
4257
4258 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4259
4260 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
4261 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
4262
4263 2012-10-01 Karl Fogel <kfogel@red-bean.com>
4264
4265 * bookmark.el (bookmark-version-control): Give tags in the
4266 :type choices (Bug#12309), and improve doc string.
4267 (bookmark-write-file): Bind `print-circle' to `t' to allow
4268 circular custom bookmark types. (Bug#12503)
4269
4270 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
4271
4272 Revert the FOLLOW-SYMLINKS change for file-attributes.
4273 * files.el (remote-file-name-inhibit-cache, after-find-file):
4274 * time.el (display-time-file-nonempty-p): Undo last change.
4275
4276 * profiler.el (profiler-sampling-interval): Change default back to 1.
4277 See Stefan Monnier in
4278 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
4279
4280 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
4281
4282 Shell output catching a la gud-gdb.
4283 * progmodes/python.el (python-shell-fetch-lines-in-progress)
4284 (python-shell-fetch-lines-string, python-shell-fetched-lines):
4285 New Vars.
4286 (python-shell-fetch-lines-filter): New function.
4287 (python-shell-send-string-no-output): Use them.
4288
4289 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
4290
4291 * profiler.el (profiler-sampling-interval): Rename from
4292 profiler-sample-interval.
4293 (profiler-sampling-interval): Default to 10.
4294 (profiler-find-profile): New command (was profiler-find-log).
4295 (profiler-find-profile-other-window): New command.
4296 (profiler-find-profile-other-frame): New command.
4297 (profiler-profile): Introduce API-level data structure.
4298
4299 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4300
4301 file-attributes has a new optional arg FOLLOW-SYMLINKS.
4302 * files.el (remote-file-name-inhibit-cache):
4303 * time.el (display-time-file-nonempty-p): Use it.
4304 * files.el (after-find-file): Don't chase links before calling
4305 file-exists-p, as file-exists-p already does the right thing.
4306
4307 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
4308
4309 Merge from standalone RefTeX repository.
4310
4311 The following ChangeLog entries are shortened versions of the
4312 original ones with file paths adapted. A not so strongly edited
4313 version of the original ChangeLog can be found in the commit log.
4314
4315 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
4316 (reftex-arg-cite): Use `reftex-cite-key-separator'.
4317 Correctly handle new value type returned by `reftex-citation'.
4318
4319 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
4320 that entries with whitespace at various places are found.
4321 Doc fix. Include entries that are cross-referenced from cited entries.
4322 Include @String definitions in the resulting bib file. Add header
4323 and footer defined in `reftex-create-bibtex-header' and
4324 `reftex-create-bibtex-footer'.
4325 (reftex-do-citation): Make it possible again to insert
4326 non-existent entries. Save match data when asking for optional
4327 arguments. Return all keys, not just the first one.
4328 (reftex-all-used-citation-keys): Fix regexp to correctly extract
4329 all citations in the same line.
4330 (reftex-parse-bibtex-entry): Accept additional optional argument
4331 `raw' and keep quotes or braces if it is non-nil. Match fields
4332 containing hyphens besides word constituents.
4333 (reftex-get-string-refs): New function.
4334 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
4335 and ask if it should be reread in case it did.
4336 (reftex-pop-to-bibtex-entry)
4337 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
4338 entries with spaces or tabs in front of arguments.
4339 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4340 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
4341 Match entries containing numbers and symbol constituents.
4342 (reftex-do-citation, reftex-figure-out-cite-format):
4343 Use `reftex-cite-key-separator'.
4344
4345 * textmodes/reftex-dcr.el: Move provide statement to end of file.
4346 (reftex-mouse-view-crossref): Explain why point is set.
4347
4348 * textmodes/reftex-global.el: Whitespace changes.
4349
4350 * textmodes/reftex-index.el: Move provide statement to end of
4351 file.
4352 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
4353 (reftex-index-visit-phrases-buffer): Set marker when visiting
4354 buffer. This allows for returning from the phrases file to the
4355 file one was just editing instead of the file where the last
4356 phrases was added from.
4357 (reftex-index-phrases-syntax-table): New variable. Give ?\"
4358 punctuation syntax as it usually is not used as string quote in
4359 TeX-related modes and may occur unmatched. The change also
4360 prevents fontification of quoted content.
4361 (reftex-index-phrases-mode): Use it.
4362
4363 * textmodes/reftex-parse.el (reftex-parse-from-file):
4364 Move backward one char if a `\' was matched after a section macro.
4365 (reftex-parse-from-file): Use beginning of match instead of end as
4366 bound.
4367
4368 * textmodes/reftex-ref.el: Adapt creation of
4369 `reftex-<package>-<macro>' functions to new structure of
4370 `reftex-ref-style-alist'.
4371 (reftex-reference): Use `reftex-ref-style-list' function.
4372 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4373 reference macro if `reftex-ref-macro-prompt' is non-nil.
4374 (reftex-reference): Pass refstyle to `reftex-format-special'.
4375 Determine reference macro by looking at
4376 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
4377 Use only one special format function.
4378 (reftex-varioref-vref, reftex-fancyref-fref)
4379 (reftex-fancyref-Fref): Remove definitions. The functions are now
4380 generated from `reftex-ref-style-alist'.
4381 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
4382 Remove.
4383 (reftex-format-special): New function.
4384
4385 * textmodes/reftex-sel.el
4386 (reftex-select-cycle-ref-style-internal): Adapt to new structure
4387 of `reftex-ref-style-alist'. Remove code for testing macro type.
4388 (reftex-select-toggle-varioref)
4389 (reftex-select-toggle-fancyref): Remove.
4390 (reftex-select-cycle-ref-style-internal)
4391 (reftex-select-cycle-ref-style-forward)
4392 (reftex-select-cycle-ref-style-backward): New functions.
4393 (reftex-select-label-map): Use `v' and `V' for general cycling
4394 through reference styles. Add `p' for switching between number
4395 and page reference types.
4396
4397 * textmodes/reftex-toc.el (reftex-re-enlarge):
4398 Call `enlarge-window' only if there is something to do because in Emacs
4399 the horizontal version throws an error even if the parameter is 0.
4400
4401 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
4402 (reftex-plug-into-AUCTeX): Doc fix.
4403 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
4404 string. Adapt to new name.
4405 (reftex-ref-style-alist): Change structure so that it is not
4406 possible to use multiple different package names within a style.
4407 Remove the symbols for symbols for macro type distinction.
4408 Add characters for macro selection.
4409 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
4410 (reftex-create-bibtex-footer): New variables.
4411 (reftex-format-ref-function): Mention third argument of special
4412 format function.
4413 (reftex-ref-style-alist, reftex-ref-style-default-list):
4414 New variables.
4415 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
4416 to new implementation. Mark as obsolete. Add compatibility code
4417 for honoring the variable values in case they are set.
4418 (reftex-cite-format-builtin, reftex-bibliography-commands):
4419 Add support for ConTeXt.
4420 (reftex-format-ref-function, reftex-format-cite-function):
4421 Fix custom type.
4422 (reftex-cite-key-separator): New variable.
4423
4424 * textmodes/reftex.el (reftex-syntax-table-for-bib)
4425 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
4426 `reftex-syntax-table' because parens have to retain their paren
4427 syntax in order for parsing of BibTeX entries like @book(...) to
4428 work.
4429 (reftex-in-comment): Do not error out if `comment-start-skip' is
4430 not set. Deal correctly with escaped comment characters.
4431 (reftex-tie-multifile-symbols): Add doc string.
4432 Initialize `reftex-ref-style-list'.
4433 (reftex-untie-multifile-symbols): Add doc string.
4434 (reftex-add-index-macros): Doc fix.
4435 (reftex-ref-style-activate, reftex-ref-style-toggle)
4436 (reftex-ref-style-list): New functions.
4437 (reftex-mode-menu): Use them. Adapt to new structure of
4438 `reftex-ref-style-alist'.
4439 (reftex-select-with-char): Kill the RefTeX Select buffer when
4440 done.
4441 (reftex-remove-if): New function.
4442 (reftex-erase-all-selection-and-index-buffers)
4443 (reftex-mode-menu): Reference styles are now computed from
4444 `reftex-ref-style-alist'. Fix typo.
4445 (reftex-report-bug): New function.
4446 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
4447 algorithms with O(n log n). Introduce optional argument SORT (not
4448 yet used).
4449
4450 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
4451
4452 Enhancements for triple-quote string syntax.
4453 * progmodes/python.el (python-syntax-propertize-function):
4454 Match both quote cases in one regexp.
4455 (python-syntax-stringify): Handle matches properly.
4456
4457 2012-09-30 Juri Linkov <juri@jurta.org>
4458
4459 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
4460 to nil around the call to `insert' to prevent
4461 directory time modification by lock_file. (Bug#2295)
4462 * tar-mode.el (tar-summarize-buffer): Idem.
4463
4464 2012-09-30 Juri Linkov <juri@jurta.org>
4465
4466 * facemenu.el (list-colors-sort): Add option "Luminance".
4467 (list-colors-sort-key): Implement it.
4468
4469 * vc/diff-mode.el (diff-refine-removed):
4470 * vc/ediff-init.el (ediff-fine-diff-A):
4471 * vc/smerge-mode.el (smerge-refined-removed):
4472 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
4473
4474 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
4475
4476 * term/ns-win.el (x-file-dialog): New function.
4477
4478 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
4479
4480 * ido.el (ido-max-directory-size): Default to nil; the current
4481 default is small for POSIX systems, and impractical on Windows 7
4482 now that lstat returns directory sizes for NTFS.
4483
4484 2012-09-30 Martin Rudalics <rudalics@gmx.at>
4485
4486 In buffer display functions handle window-height/window-width
4487 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
4488 * window.el (window--display-buffer): New argument ALIST.
4489 Obey window-height and window-width alist entries.
4490 (window--try-to-split-window): New argument ALIST.
4491 Bind window-combination-limit to t when the window's size shall be
4492 changed and window-combination-limit equals `window-size'.
4493 (display-buffer-in-atom-window)
4494 (display-buffer-in-major-side-window)
4495 (display-buffer-in-side-window, display-buffer-same-window)
4496 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4497 (display-buffer-pop-up-window, display-buffer-below-selected)
4498 (display-buffer-at-bottom, display-buffer-in-previous-window)
4499 (display-buffer-use-some-window): Adjust all callers of
4500 window--display-buffer and window--try-to-split-window.
4501 (fit-frame-to-buffer): New option.
4502 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
4503 is non-nil.
4504 (display-buffer-in-major-side-window): Evaluate window-height /
4505 window-width alist entries.
4506
4507 * help.el (temp-buffer-resize-frames)
4508 (temp-buffer-resize-regexps): Remove options.
4509 (temp-buffer-resize-mode): Adjust doc-string.
4510 (resize-temp-buffer-window): Don't consult
4511 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
4512 temp-buffer-resize-frames.
4513
4514 * dired.el (dired-mark-pop-up):
4515 Call display-buffer-below-selected with a fit-window-to-buffer alist
4516 entry.
4517
4518 2012-09-30 Chong Yidong <cyd@gnu.org>
4519
4520 * server.el (server-host): Document the security implications.
4521 (server-auth-key): Doc fix.
4522
4523 * startup.el (initial-buffer-choice): Doc fix.
4524
4525 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
4526
4527 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
4528 restriction change.
4529
4530 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
4531
4532 * help-fns.el (help-fns--obsolete): Fix last change.
4533
4534 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
4535
4536 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
4537 (minor-mode-map-alist): Remove redundant code.
4538
4539 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
4540 visited in a buffer.
4541 (cvs-insert-visited-file): New function.
4542 (find-file-hook): Use it.
4543
4544 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
4545
4546 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
4547 chose face.
4548 (log-edit-empty-buffer-p): Don't require a space after a header.
4549
4550 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
4551
4552 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
4553
4554 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
4555 a proper minor-mode.
4556
4557 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
4558
4559 2012-09-29 Glenn Morris <rgm@gnu.org>
4560
4561 * winner.el (winner-mode): Remove variable (let define-minor-mode
4562 handle it).
4563 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
4564 Doc fixes.
4565 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
4566 (winner-mode): Use define-minor-mode.
4567
4568 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
4569 the full definition in loaddefs, rather than duplicating it.
4570
4571 * help-macro.el (three-step-help): No need to autoload defcustom.
4572
4573 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4574 (inferior-lisp-program, inferior-lisp-load-command)
4575 (inferior-lisp-prompt, inferior-lisp-mode-hook):
4576 No need to autoload defcustoms.
4577
4578 * hippie-exp.el (hippie-expand-try-functions-list)
4579 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
4580 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
4581 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
4582 (hippie-expand-only-buffers): No need to autoload defcustoms.
4583 * progmodes/vhdl-mode.el (vhdl-line-expand):
4584 Explicitly load hippie-exp, so it does not get autoloaded
4585 while hippie-expand-try-functions-list is let-bound.
4586
4587 2012-09-28 Glenn Morris <rgm@gnu.org>
4588
4589 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
4590
4591 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
4592 Only "cl.el" counts as cl these days.
4593
4594 2012-09-28 Juri Linkov <juri@jurta.org>
4595
4596 Display archive errors in the echo area instead of inserting
4597 to the file buffer.
4598
4599 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
4600 to STDERR-TEST that can be a regexp matching a successful output.
4601 Create a temporary file and redirect stderr to it. Search for
4602 STDERR-TEST in the stderr output and display it in the echo area
4603 if no match is found.
4604 (archive-extract-by-file): New function like
4605 `archive-extract-by-stdout' but extracting archives to files
4606 and looking for successful matches in stdout. Function body is
4607 mostly copied from `archive-rar-extract'.
4608 (archive-rar-extract): Use `archive-extract-by-file'.
4609 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
4610
4611 2012-09-28 Leo Liu <sdl.web@gmail.com>
4612
4613 * pcomplete.el (pcomplete-show-completions):
4614 Use minibuffer-message to make pcomplete usable in minibuffer.
4615
4616 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
4617
4618 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4619
4620 * type-break.el: Use lexical-binding.
4621 (type-break-mode): Use define-minor-mode.
4622
4623 * emacs-lisp/pcase.el (pcase--mark-used): New.
4624 (pcase--u1): Use it (bug#12512).
4625
4626 * custom.el (load-theme): Set buffer-file-name so the load is recorded
4627 in load-history with the right file name.
4628
4629 2012-09-28 Tassilo Horn <tsdh@gnu.org>
4630
4631 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
4632 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
4633 (doc-view-get-bounding-box): Make bounding box slicing work for
4634 ODF and DVI documents.
4635
4636 2012-09-28 Glenn Morris <rgm@gnu.org>
4637
4638 * type-break.el (type-break-mode, type-break-interval)
4639 (type-break-good-rest-interval, type-break-keystroke-threshold):
4640 No need to autoload.
4641 (type-break-good-rest-interval, type-break-keystroke-threshold):
4642 Add :set-after.
4643
4644 2012-09-28 Chong Yidong <cyd@gnu.org>
4645
4646 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
4647 Add :version tag.
4648
4649 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4650
4651 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
4652
4653 2012-09-27 Glenn Morris <rgm@gnu.org>
4654
4655 * faces.el (x-display-name): Declare (for without-x builds).
4656
4657 * linum.el (linum-format): Don't autoload it. Improve :type.
4658
4659 * progmodes/tcl.el: Don't require outline when compiling.
4660 (outline-regexp, outline-level): Declare.
4661 * textmodes/sgml-mode.el: Don't require outline when compiling.
4662 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
4663
4664 * term.el (term-ansi-reset):
4665 Try setting term-ansi-face-already-done to nil. (Bug#11785)
4666
4667 * vc/vc.el (vc-next-action): Only gripe about committing read-only
4668 files for RCS and SCCS. (Bug#9781)
4669
4670 2012-09-27 Chong Yidong <cyd@gnu.org>
4671
4672 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
4673 change; value should be t.
4674
4675 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * image-mode.el: Use lexical-binding.
4678 (image-mode-winprops): Use t to stand for the window of
4679 a buffer that's not displayed.
4680 * doc-view.el (doc-view-new-window-function): Handle the new
4681 t in winprops.
4682 (doc-view-enlarge): Make it a real nop if the size is not changed.
4683 (doc-view-display): Handle the case where the buffer is not (yet?)
4684 displayed in any window.
4685 (doc-view-saved-settings): New var.
4686 (doc-view-mode): Use it.
4687 (doc-view-fallback-mode): Set it.
4688
4689 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
4690 Set lexical-binding.
4691 (minibuffer-eldef-shorten-default): New var.
4692 (minibuffer-default-in-prompt-regexps): Use it for new default.
4693 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
4694
4695 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
4696
4697 * international/uni-bidi.el:
4698 * international/uni-category.el:
4699 * international/uni-name.el:
4700 * international/uni-numeric.el: Regenerate.
4701
4702 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
4703 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * profiler.el: New file.
4706
4707 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4708
4709 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
4710 (testcover-reinstrument): Simplify with CSE.
4711
4712 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
4713
4714 * window.el (temp-buffer-window-setup): Fix typo in docstring.
4715
4716 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
4717
4718 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
4719 (verilog-auto-input, verilog-auto-insert-lisp)
4720 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
4721 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
4722 (verilog-auto-unused, verilog-auto-wire)
4723 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
4724 newline. Reported by Andrew Jones.
4725 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
4726 Reported by Brad Dobbie.
4727 (verilog-batch-delete-trailing-whitespace):
4728 Create verilog-batch-delete-trailing-whitespace.
4729 Reported by Brad Dobbie.
4730 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
4731 parameters from another module. Reported by Dan Katz.
4732 (verilog-auto, verilog-auto-assign-modport)
4733 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
4734 AUTOINOUTMODPORT for UVM interface module shell generation.
4735 Reported by Brad Dobbie.
4736 (verilog-auto-inst-interfaced-ports): Make default nil, as more
4737 standard behavior.
4738 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
4739 Reported by Matt Martin.
4740
4741 2012-09-25 Martin Rudalics <rudalics@gmx.at>
4742
4743 * window.el (window--resize-child-windows): When resizing child
4744 windows proportionally, process them in reverse order to
4745 preserve the "when splitting a window the new one gets the odd
4746 line" behavior.
4747 (window--resize-root-window-vertically): When resizing the
4748 minibuffer window try to affect only windows at the bottom of the
4749 frame. (Bug#12419)
4750
4751 2012-09-25 Chong Yidong <cyd@gnu.org>
4752
4753 * subr.el (declare): Doc fix.
4754
4755 * help-fns.el (help-fns--obsolete): Handle macros properly.
4756
4757 2012-09-25 Chong Yidong <cyd@gnu.org>
4758
4759 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
4760 this function obsolete.
4761
4762 * calendar/cal-x.el (calendar-two-frame-setup)
4763 (calendar-only-one-frame-setup, calendar-one-frame-setup):
4764 * calendar/calendar.el (american-calendar, european-calendar)
4765 (calendar-for-loop):
4766 * comint.el (comint-dynamic-simple-complete)
4767 (comint-dynamic-complete-as-filename, comint-unquote-filename):
4768 * desktop.el (desktop-load-default):
4769 * dired-x.el (dired-omit-here-always)
4770 (dired-hack-local-variables, dired-default-directory):
4771 * emacs-lisp/derived.el (derived-mode-class):
4772 * emacs-lisp/timer.el (timer-set-time-with-usecs):
4773 * emacs-lock.el (toggle-emacs-lock):
4774 * epa.el (epa-display-verify-result):
4775 * epg.el (epg-sign-keys, epg-start-sign-keys)
4776 (epg-passphrase-callback-function):
4777 * eshell/esh-util.el (eshell-for):
4778 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
4779 (eshell-add-to-window-buffer-names):
4780 * files.el (locate-file-completion):
4781 * imenu.el (imenu-example--create-c-index)
4782 (imenu-example--create-lisp-index)
4783 (imenu-example--lisp-extract-index-name)
4784 (imenu-example--name-and-position):
4785 * international/mule-cmds.el (princ-list):
4786 * international/mule-diag.el (decode-codepage-char):
4787 * international/mule-util.el (detect-coding-with-priority):
4788 * iswitchb.el (iswitchb-read-buffer):
4789 * mail/mailalias.el (mail-complete):
4790 * mail/sendmail.el (mail-sent-via):
4791 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
4792 (mouse-major-mode-menu):
4793 * password-cache.el (password-read-and-add):
4794 * pcomplete.el (pcomplete-parse-comint-arguments):
4795 * progmodes/sh-script.el (sh-maybe-here-document):
4796 * replace.el (query-replace-regexp-eval):
4797 * savehist.el (savehist-load):
4798 * simple.el (choose-completion-delete-max-match):
4799 * term.el (term-dynamic-simple-complete):
4800 * vc/ediff-init.el (ediff-check-version):
4801 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
4802 * vc/vc.el (vc-diff-switches-list):
4803 * view.el (view-return-to-alist-update): Likewise.
4804
4805 * subr.el (eval-next-after-load, makehash, insert-string)
4806 (assoc-ignore-representation, assoc-ignore-case): Use declare to
4807 mark obsolete.
4808 (mode-line-inverse-video): Variable deleted.
4809
4810 * international/mule-util.el (string-to-sequence): Remove.
4811
4812 * calendar/calendar.el (calendar-version):
4813 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
4814 (icalendar-convert-diary-to-ical):
4815 * cus-edit.el (custom-mode):
4816 * ansi-color.el (ansi-color-unfontify-region):
4817 * international/latin1-disp.el (latin1-char-displayable-p):
4818 * progmodes/cwarn.el (turn-on-cwarn-mode):
4819 * progmodes/which-func.el (which-func-update-1):
4820 Use define-obsolete-function-alias.
4821
4822 * net/newst-backend.el (newsticker-cache-filename):
4823 * net/newst-treeview.el (newsticker-groups-filename):
4824 Fix incorrect obsolescence declaration.
4825
4826 * allout.el (allout-passphrase-hint-string): Likewise.
4827 (allout-init): Use a declare form to mark obsolete.
4828
4829 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
4830 this applies to functions.
4831
4832 * iswitchb.el (iswitchb-read-buffer): Move code of
4833 iswitchb-define-mode-map here, and delete that obsolete function.
4834
4835 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
4836 font-lock-reference-face.
4837
4838 2012-09-25 Glenn Morris <rgm@gnu.org>
4839
4840 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
4841 Doc fixes.
4842
4843 * eshell/em-term.el (eshell-term-name):
4844 Default to term-term-name. (Bug#12485)
4845
4846 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
4847
4848 * progmodes/python.el (python-shell-send-buffer): Better handling
4849 of "if __name__ == '__main__':" conditionals when sending the buffer.
4850
4851 2012-09-24 Glenn Morris <rgm@gnu.org>
4852
4853 * eshell/esh-cmd.el (eshell-find-alias-function):
4854 Tighten up file-name regexp. (Bug#12499)
4855
4856 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
4857
4858 Enhancements for triple-quote string syntax.
4859 * progmodes/python.el (python-quote-syntax): Remove.
4860 (python-syntax-propertize-function): New value.
4861 (python-syntax-count-quotes, python-syntax-stringify):
4862 New functions.
4863
4864 2012-09-24 Chong Yidong <cyd@gnu.org>
4865
4866 * mail/supercite.el (sc-version): Remove obsolete function.
4867 (sc-describe): Don't mark as obsolete, since it is bound.
4868 (sc-submit-bug-report): Remove.
4869
4870 * vc/log-edit.el (cvs-changelog-full-paragraphs)
4871 (cvs-commit-buffer-require-final-newline): Remove.
4872 (log-edit-require-final-newline)
4873 (log-edit-changelog-full-paragraphs): Default to t.
4874
4875 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
4876 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
4877 * vc/vc.el (vc-checkout-carefully): Likewise.
4878
4879 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
4880 (emerge-version): Remove.
4881
4882 * progmodes/compile.el (compile-internal): Remove.
4883 (compilation-parse-errors-function): Fix typo.
4884
4885 * international/mule.el (set-char-table-default): Remove.
4886 (set-coding-priority, make-coding-system, generic-char-p)
4887 (charset-list, charset-bytes, charset-id): Use declare to mark
4888 functions as obsolete.
4889
4890 * vc/pcvs-defs.el (cvs-buffer-name-alist)
4891 (cvs-invert-ignore-marks): Remove references to obsolete vars.
4892 * vc/vc-hooks.el (vc-default-registered): Don't use
4893 vc-master-templates.
4894
4895 * font-lock.el (font-lock-reference-face):
4896 Use define-obsolete-variable-alias.
4897
4898 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
4899 * calendar/calendar.el (calendar-font-lock-keywords):
4900 * calendar/diary-lib.el (diary-font-lock-keywords)
4901 (diary-fancy-font-lock-keywords):
4902 * textmodes/reftex-sel.el (reftex-insert-docstruct):
4903 * textmodes/reftex-index.el (reftex-insert-index):
4904 * textmodes/reftex-cite.el (reftex-format-bib-entry):
4905 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4906 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4907 * progmodes/prolog.el (prolog-font-lock-keywords):
4908 * progmodes/idlwave.el (idlwave-idl-keywords):
4909 * progmodes/ada-mode.el (ada-font-lock-keywords):
4910 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
4911
4912 2012-09-24 Glenn Morris <rgm@gnu.org>
4913
4914 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
4915
4916 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
4917
4918 * progmodes/python.el (python-indent-line): More consistent cursor
4919 movement behavior.
4920
4921 2012-09-23 Stefan Merten <smerten@oekonux.de>
4922
4923 * textmodes/rst.el: Fix compiler warning.
4924
4925 2012-09-23 Roland Winkler <winkler@gnu.org>
4926
4927 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
4928 Transcribe also LaTeX hyphenation.
4929 (bibtex-reformat): Bug fix. Do not quote twice the elements of
4930 bibtex-reformat-previous-options.
4931
4932 2012-09-23 Roland Winkler <winkler@gnu.org>
4933
4934 * proced.el (proced-renice-command): New variable.
4935 (proced-marked-processes): New function.
4936 (proced-with-processes-buffer): New macro.
4937 (proced-send-signal): Use them.
4938 (proced-renice): New command bound to r.
4939
4940 2012-09-23 Roland Winkler <winkler@gnu.org>
4941
4942 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
4943 ibuffer-saved-filter-groups has one element, shortcut the call of
4944 completing-read. (Bug#12331)
4945
4946 2012-09-23 Chong Yidong <cyd@gnu.org>
4947
4948 * bindings.el (mode-line-toggle-read-only):
4949 * bs.el (bs-toggle-readonly):
4950 * buff-menu.el (Buffer-menu-toggle-read-only):
4951 * dired.el (dired-toggle-read-only):
4952 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
4953
4954 2012-09-23 Chong Yidong <cyd@gnu.org>
4955
4956 * image.el (image-type-available-p): Adapt to init-image-library
4957 argument changes.
4958
4959 2012-09-22 Juri Linkov <juri@jurta.org>
4960
4961 * dired.el (dired-mode-map): Add [remap read-only-mode] for
4962 `dired-toggle-read-only'. (Bug#12462)
4963
4964 2012-09-22 Martin Rudalics <rudalics@gmx.at>
4965
4966 * subr.el (temp-output-buffer-show): New function.
4967 (with-output-to-temp-buffer): Call temp-output-buffer-show
4968 instead of internal-temp-output-buffer-show.
4969
4970 2012-09-22 Chong Yidong <cyd@gnu.org>
4971
4972 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
4973 (Bug#12462).
4974
4975 * repeat.el (repeat): Doc fix (Bug#12348).
4976
4977 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
4978 (Bug#10909).
4979
4980 * simple.el (shell-command-on-region): Doc fix.
4981 (read-only-mode): Doc fix.
4982
4983 2012-09-22 Eli Zaretskii <eliz@gnu.org>
4984
4985 * emacs-lisp/timer.el (run-with-idle-timer)
4986 (timer-activate-when-idle): Warn against reinvoking an idle timer
4987 from within its own timer action. (Bug#12447)
4988
4989 2012-09-22 Martin Rudalics <rudalics@gmx.at>
4990
4991 * cus-start.el (window-combination-limit): Add new optional
4992 values.
4993 * window.el (temp-buffer-window-show)
4994 (window--try-to-split-window): Handle new values of
4995 window-combination-limit (Bug#1806).
4996 (split-window): Test window-combination-limit for t instead of
4997 non-nil.
4998 (display-buffer-at-bottom): New buffer display action function.
4999 * help.el (temp-buffer-resize-regexps): New option.
5000 (temp-buffer-resize-mode): Rewrite doc-string.
5001 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
5002 Don't resize reused window. Suggested by Glenn Morris.
5003
5004 2012-09-22 Stefan Merten <smerten@oekonux.de>
5005
5006 * textmodes/rst.el: Revamp section title faces.
5007 (rst-official-version)
5008 (rst-package-emacs-version-alist): Sync with official version
5009 V1.4.0.
5010 (rst-faces-defaults, rst-set-level-default)
5011 (rst-level-face-max, rst-level-face-base-color)
5012 (rst-level-face-base-light, rst-level-face-format-light)
5013 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
5014 (rst-adornment-faces-alist): Match new setup.
5015 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
5016 (rst-level-5, rst-level-6): New faces.
5017
5018 2012-09-22 Chong Yidong <cyd@gnu.org>
5019
5020 * simple.el (undo): Handle indirect buffers (Bug#8207).
5021
5022 2012-09-21 Leo Liu <sdl.web@gmail.com>
5023
5024 IDO: Disable match re-ordering for buffer switching.
5025 * ido.el (ido-buffer-disable-smart-matches): New variable.
5026 (ido-set-matches-1): Use it. (Bug#2042)
5027
5028 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
5029
5030 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5031 Fix 2011-05-17 change. (Bug#12418)
5032
5033 2012-09-21 Leo Liu <sdl.web@gmail.com>
5034
5035 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
5036
5037 2012-09-21 Glenn Morris <rgm@gnu.org>
5038
5039 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
5040 Be more robust about locating simple.el.
5041
5042 2012-09-21 Glenn Morris <rgm@gnu.org>
5043
5044 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
5045
5046 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
5047
5048 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
5049
5050 2012-09-20 Juri Linkov <juri@jurta.org>
5051
5052 * replace.el (query-replace-read-from): Use `read-regexp' instead
5053 of `read-from-minibuffer' when `regexp-flag' is non-nil.
5054 (occur-read-primary-args): Use `read-regexp' instead of
5055 `read-string'.
5056 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
5057 `read-from-minibuffer'.
5058 * isearch.el (isearch-occur): Use `read-regexp' instead of
5059 `read-string'.
5060 * dired.el (dired-read-regexp): Use `read-regexp' instead of
5061 `read-from-minibuffer'.
5062 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
5063 of `read-string'. (Bug#7567)
5064
5065 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
5066 and allow accepting a list of strings prepended to a list of
5067 standard default values. Doc fix. (Bug#12321)
5068
5069 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
5070
5071 * replace.el (read-regexp): Don't add ": " when PROMPT already
5072 ends with a colon and space. (Bug#12321)
5073
5074 2012-09-20 Tassilo Horn <tsdh@gnu.org>
5075
5076 * doc-view.el (doc-view-display): Better fix for the cl-assertion
5077 error.
5078
5079 2012-09-20 Stefan Merten <smerten@oekonux.de>
5080
5081 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
5082 Fixes feature request bug#11711.
5083 (rst-mode): Create `imenu-create-index-function'.
5084 (rst-get-stripped-line): Delete after refactoring.
5085 (rst-section-tree, rst-section-tree-rec)
5086 (rst-section-tree-point): Refactor and document properly.
5087 (rst-imenu-find-adornments-for-position)
5088 (rst-imenu-convert-cell, rst-imenu-create-index):
5089 New function.
5090
5091 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5092
5093 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
5094 (macroexp--expand-all): Use it.
5095 (macroexp--funcall-and-return): Remove by folding it into its sole
5096 caller (macroexp--warn-and-return).
5097 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
5098 Use macroexp--obsolete-warning.
5099
5100 * calc/calc.el: Fix last change by removing the whole chunk, since it
5101 was only needed back when Calc was not bundled.
5102
5103 2012-09-20 Martin Rudalics <rudalics@gmx.at>
5104
5105 * emacs-lisp/debug.el (debug): Restore assignment to
5106 debugger-old-buffer removed on 2012-09-08.
5107
5108 2012-09-20 Juri Linkov <juri@jurta.org>
5109
5110 * dired-aux.el (dired-diff): Remove (require 'diff) since
5111 `diff-latest-backup-file' is now autoloaded.
5112
5113 2012-09-20 Chong Yidong <cyd@gnu.org>
5114
5115 * vc/diff.el (diff-latest-backup-file): Autoload.
5116
5117 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * calc/calc.el: Remove redundant autoload shape check.
5120 (sel-mode): Don't defvar.
5121 (calc-get-stack-element): Add `sel-mode' arg instead.
5122 (calc-top, calc-top-list): Pass it this additional argument.
5123 * calc/calc-store.el (calc-store-map):
5124 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
5125 (calc-map-equation, calc-outer-product, calc-inner-product):
5126 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
5127
5128 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
5129
5130 2012-09-19 Juri Linkov <juri@jurta.org>
5131
5132 * dired-aux.el (dired-diff): Add (require 'diff) because
5133 `diff-latest-backup-file' is not autoloaded.
5134 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
5135 of `dired-get-filename' to t to not report error when there is
5136 no default file on the current line.
5137
5138 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5139
5140 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
5141 macroexp--eval-if-compile.
5142 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
5143 (macroexp--expand-all): Use them (bug#12371).
5144
5145 * doc-view.el (doc-view-guess-paper-size)
5146 (doc-view-scale-bounding-box): Fix unbound `caddr'.
5147
5148 2012-09-19 Tassilo Horn <tsdh@gnu.org>
5149
5150 New feature: set optimal slice from BoundingBox information.
5151 * doc-view.el (doc-view-mode-map): Add keybinding.
5152 (doc-view-menu): Add menu entry.
5153 (doc-view-set-slice): Adapt docstring.
5154 (doc-view-get-bounding-box, doc-view-guess-paper-size)
5155 (doc-view-scale-bounding-box)
5156 (doc-view-set-slice-from-bounding-box): New functions.
5157 (doc-view-paper-sizes): New defvar.
5158
5159 2012-09-19 Glenn Morris <rgm@gnu.org>
5160
5161 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
5162 (byte-compile-log-warning): Autoload. (Bug#12371)
5163
5164 * calendar/calendar.el (calendar-american-month-header)
5165 (calendar-european-month-header, calendar-iso-month-header)
5166 (calendar-month-header): New options.
5167 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
5168 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
5169
5170 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
5171
5172 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
5173
5174 2012-09-18 Juri Linkov <juri@jurta.org>
5175
5176 * dired-aux.el (dired-diff): Restore original functionality of
5177 getting the default value, but keep new feature of using the
5178 latest existing backup file (`diff-latest-backup-file').
5179
5180 2012-09-18 Juri Linkov <juri@jurta.org>
5181
5182 * dired.el (dired-mark): If the region is active in Transient Mark
5183 mode, mark all files in the active region. Doc fix.
5184 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
5185 Doc fix. (Bug#10624)
5186
5187 2012-09-18 Juri Linkov <juri@jurta.org>
5188
5189 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
5190 attributes for M-n are pulled from the file at point.
5191 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
5192 Suggested by Drew Adams. (Bug#10624)
5193
5194 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
5195
5196 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
5197 whitespace after "end".
5198 (ruby-do-end-to-brace): Collapse block to one line if it fits
5199 within fill-column.
5200
5201 2012-09-18 Martin Rudalics <rudalics@gmx.at>
5202
5203 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
5204 value.
5205 (debug): Don't remove debugger window when debugger is expected
5206 to be back.
5207
5208 2012-09-18 Chong Yidong <cyd@gnu.org>
5209
5210 * custom.el (defface): Doc fix.
5211
5212 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
5213
5214 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
5215
5216 * progmodes/compile.el (compilation-start): Use compilation-always-kill
5217 to initialize query-on-exit; then test that instead (bug#12288).
5218
5219 2012-09-17 Stefan Merten <smerten@oekonux.de>
5220
5221 * textmodes/rst.el: Add support for `testcover'.
5222 (rst-defcustom-testcover, rst-testcover-add-compose)
5223 (rst-testcover-add-1value): New functions.
5224 (rst-portable-mark-active-p): Replace by `use-region-p'.
5225 (rst-update-section, rst-classify-adornment)
5226 (rst-find-title-line): Mark `1value' forms.
5227 (rst-classify-adornment): Remove superfluous form.
5228 (rst-update-section, rst-get-adornments-around)
5229 (rst-adornment-complete-p, rst-get-next-adornment)
5230 (rst-adjust, rst-promote-region)
5231 (rst-display-adornments-hierarchy, rst-straighten-adornments)
5232 (rst-find-pfx-in-region, rst-section-tree-rec)
5233 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
5234 (rst-toc-node, rst-toc, rst-forward-section)
5235 (rst-iterate-leftmost-paragraphs)
5236 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
5237 (rst-bullet-list-region)
5238 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
5239 (rst-compile-find-conf, rst-compile)
5240 (rst-repeat-last-character): Fix style.
5241
5242 2012-09-17 Chong Yidong <cyd@gnu.org>
5243
5244 * comint.el (comint--complete-file-name-data): Don't add a space
5245 if the status is `sole'; that adds a gratuitous space in the
5246 completion-cycling case (Bug#12092).
5247
5248 * pcomplete.el (pcomplete-completions-at-point): Likewise.
5249
5250 2012-09-17 Richard Stallman <rms@gnu.org>
5251
5252 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
5253 only in the mime-shown mode, not in raw mode.
5254 (rmail-mime): Toggle off mime by displaying the message without
5255 mime processing. (Bug#12305)
5256
5257 * mail/rmail.el (rmail-retry-failure):
5258 Turn off mime processing first. (Bug#12037)
5259
5260 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
5261
5262 2012-09-17 Chong Yidong <cyd@gnu.org>
5263
5264 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
5265 (shell-dynamic-complete-functions): Convert to defcustom.
5266 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
5267
5268 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
5269 * comint.el (comint-prompt-read-only):
5270 * custom.el (defcustom):
5271 * hi-lock.el (hi-lock-mode):
5272 * ibuffer.el (ibuffer-formats):
5273 * ielm.el (ielm-prompt-read-only):
5274 * novice.el (disable-command):
5275 * saveplace.el (toggle-save-place):
5276 * speedbar.el (speedbar-supported-extension-expressions):
5277 * startup.el (auto-save-list-file-prefix, init-file-user)
5278 (after-init-hook, inhibit-startup-echo-area-message):
5279 * strokes.el (strokes-help):
5280 * time-stamp.el (time-stamp):
5281 * calendar/calendar.el (calendar, diary-file):
5282 * calendar/diary-lib.el (diary-mail-entries, diary)
5283 (diary-list-entries-hook):
5284 * calendar/holidays.el (holidays, calendar-holidays):
5285 * calendar/lunar.el (lunar-phases):
5286 * calendar/solar.el (sunrise-sunset):
5287 * emulation/edt.el (edt-load-keys):
5288 * emulation/viper.el (viper-mode):
5289 * eshell/em-alias.el (eshell-command-aliases-list):
5290 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5291 * international/ogonek.el (ogonek-information):
5292 * net/tramp-cmds.el (tramp-bug):
5293 * net/quickurl.el (quickurl-reread-hook-postfix):
5294 * play/decipher.el (decipher-font-lock-keywords):
5295 * progmodes/cc-styles.el (c-set-style):
5296 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
5297 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5298 * progmodes/octave-mod.el (octave-mode):
5299 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
5300 * progmodes/verilog-mode.el (verilog-read-defines):
5301 * textmodes/two-column.el (2C-mode): Likewise.
5302
5303 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5304
5305 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
5306 that holds many addresses.
5307
5308 2012-09-16 Chong Yidong <cyd@gnu.org>
5309
5310 * align.el (align-areas): Call the indication function with
5311 positions instead of markers for arguments (Bug#12343).
5312
5313 * files.el (parse-colon-path): Use split-string (Bug#12351).
5314
5315 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5316 (display-buffer-function): Mark as obsolete.
5317
5318 * progmodes/compile.el (compilation-parse-errors): Accept list
5319 values similar to font-lock-keywords (Bug#12136).
5320 Suggested by Oleksandr Manzyuk.
5321 (compilation-error-regexp-alist): Doc fix.
5322
5323 2012-09-15 Glenn Morris <rgm@gnu.org>
5324
5325 * version.el (emacs-bzr-version-bzr): New function.
5326 (emacs-bzr-get-version): Add optional EXTERNAL argument.
5327
5328 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
5329 checkouts, check the parent dirstate matches the branch.
5330 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
5331 empty string.
5332
5333 * version.el (emacs-bzr-version): Doc fix.
5334 (emacs-bzr-version-dirstate): New function.
5335 (emacs-bzr-get-version): For lightweight checkouts, if the parent
5336 is local try and check that it matches the branch. If not, just
5337 use dirstate information. (Bug#12441)
5338
5339 2012-09-14 Juri Linkov <juri@jurta.org>
5340
5341 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
5342 (Bug#12399)
5343
5344 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5345
5346 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
5347
5348 * emacs-lisp/edebug.el: Miscellaneous cleanup.
5349 Remove obsolete byte-compiler hack that tried to silence some warnings.
5350 (edebug-submit-bug-report): Remove.
5351 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
5352 Remove aliases, use the un-prefixed name instead.
5353 (edebug-pop-to-buffer): Consider other frames.
5354 (edebug-original-read):: Make it more obvious that it's always defined.
5355 (edebug--make-form-data-entry, edebug--form-data-name)
5356 (edebug--form-data-begin, edebug--form-data-end): Rename from the
5357 single-dashed name, and implement with cl-defstruct.
5358 (edebug-set-form-data-entry): Use the standard accessors.
5359 (edebug-make-top-form-data-entry): Use push.
5360 (edebug-no-match): Drop useless `funcall'.
5361 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
5362 to functions.
5363 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
5364 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
5365 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
5366 (easy-menu-define, with-custom-print): Remove redundant specs.
5367 (edebug-outside-overriding-local-map)
5368 (edebug-outside-overriding-terminal-local-map): Remove, unused.
5369 (edebug--display): Bind unread-command-events directly to nil rather
5370 than binding it to unread-command-events and later setting it to nil.
5371 (edebug--display): Kill edebug-eval-buffer here...
5372 (edebug--recursive-edit): ...rather than here.
5373 Bind standard-output and standard-input.
5374 (edebug-eval): Check cl-macroexpand-all is fboundp.
5375 (edebug-temp-display-freq-count): Fix last change.
5376
5377 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
5378 * subr.el (noreturn, 1value): Add `debug' spec.
5379 * emacs-lisp/advice.el: Require cl-lib.
5380 (ad-copy-tree): Remove, use copy-tree instead.
5381 (ad-dolist): Remove use dolist or cl-dolist instead.
5382 (ad-do-return): Remove, use cl-return instead.
5383 (defadvice): Add `debug' spec.
5384
5385 2012-09-13 Juri Linkov <juri@jurta.org>
5386
5387 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
5388 (Bug#12399)
5389
5390 2012-09-13 Glenn Morris <rgm@gnu.org>
5391
5392 * calc/calc.el (math-compose-expr):
5393 * calc/calc-ext.el (math-compose-expr):
5394 * progmodes/cc-defs.el (cl-macroexpand-all):
5395 * progmodes/cc-langs.el (delete-duplicates, mapcan)
5396 (cl-macroexpand-all): Update declarations.
5397
5398 * vc/vc.el: No need to require ediff.
5399 (ediff-load-version-control): Declare.
5400 (ediff-vc-internal): Fix declaration.
5401 (vc-version-ediff): Require ediff.
5402
5403 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5404
5405 Use a more backwards-compatible timer format (Bug#12430).
5406 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
5407 being right after USECS, as that better supports old code that
5408 inadvisedly looked directly at the timer vector.
5409
5410 2012-09-13 Kenichi Handa <handa@gnu.org>
5411
5412 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5413 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
5414 `coding-priority' property of these language environment.
5415
5416 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5417
5418 Fix glitches caused by addition of psec to timers (Bug#12430).
5419 * image.el (image-animate-timer):
5420 * time.el (display-time-world-timer):
5421 Use timer--function and timer--args rather than raw access to
5422 timer vector.
5423
5424 2012-09-13 Glenn Morris <rgm@gnu.org>
5425
5426 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5427 If not compiling a file, try using load-file-name.
5428
5429 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5430
5431 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
5432 Fix last change.
5433 (edebug-update-eval-list): Use `push'.
5434
5435 * emacs-lisp/edebug.el: Use lexical-binding.
5436 Remove the "edebug-" prefix from non-dynamically-scoped variables.
5437 Mark unused args with underscore.
5438 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
5439 (edebug-form-data): Use defvar-local.
5440 (edebug-make-before-and-after-form, edebug-make-after-form):
5441 Use backquote.
5442 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
5443 Not dynamically scoped any more.
5444 (edebug--enter-trace): Add arguments `function' and `args'.
5445 Rename from edebug-enter-trace.
5446 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
5447 (edebug--update-coverage): Add `after-index' and `value' args.
5448 Rename from edebug-update-coverage.
5449 (edebug-slow-after): Call it accordingly.
5450 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
5451 edebug-recursive-edit.
5452 (edebug--display): Call it accordingly. Add args `value',
5453 `offset-index', and `arg-mode'. Rename from edebug-display.
5454 (edebug-debugger, edebug): Call it accordingly.
5455 (edebug-eval-display-list): Use dolist.
5456
5457 2012-09-12 Juri Linkov <juri@jurta.org>
5458
5459 * info.el (Info-search): Don't check for isearch-mode and
5460 isearch-regexp before let-binding search-spaces-regexp to
5461 Info-search-whitespace-regexp.
5462 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
5463 search-whitespace-regexp if isearch-lax-whitespace or
5464 isearch-regexp-lax-whitespace is non-nil.
5465 (Info-mode): Don't set local variable search-whitespace-regexp.
5466 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
5467
5468 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5469
5470 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
5471 (debugger-env-macro): Remove support for unread-command-char.
5472
5473 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
5474 the temporary map re-appearing on emulation-mode-map-alists.
5475
5476 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
5477 since 22.1.
5478
5479 * ehelp.el (with-electric-help): Accept functions in
5480 electric-help-form-to-execute.
5481 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
5482 And replace unread-command-char -> unread-command-events.
5483
5484 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
5485
5486 Sync with Tramp 2.2.6.
5487
5488 * net/tramp.el (tramp-accept-process-output): Don't use
5489 JUST-THIS-ONE in the XEmacs case.
5490
5491 * net/trampver.el: Update release number.
5492
5493 2012-09-12 Martin Rudalics <rudalics@gmx.at>
5494
5495 * emacs-lisp/debug.el (debugger-previous-window-height):
5496 New variable.
5497 (debug): When debugger-jumping-flag is non-nil try to restore
5498 height of debugger window. (Bug#8789)
5499
5500 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5501
5502 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
5503 overriding-local-map and pre/post-command-hook here.
5504 (edebug-recursive-edit): Do it here instead (bug#12345).
5505 (edebug-outside-unread-command-char): Remove all uses of
5506 unread-command-char.
5507
5508 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
5509 inhibit-debugger is bound instead.
5510
5511 2012-09-11 Bastien Guerry <bzg@gnu.org>
5512
5513 * subr.el (set-temporary-overlay-map): Add a docstring.
5514 (Bug#12346)
5515
5516 2012-09-11 Bastien Guerry <bzg@gnu.org>
5517
5518 * minibuffer.el (completion-table-subvert): Fix docstring.
5519 (Bug#12347)
5520
5521 2012-09-11 Bastien Guerry <bzg@gnu.org>
5522
5523 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
5524
5525 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
5526
5527 * progmodes/sql.el: Version 3.1
5528 (sql-db2-escape-newlines): New variable.
5529 (sql-escape-newlines-filter): Use it.
5530
5531 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
5532
5533 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
5534
5535 2012-09-10 Dan Nicolaescu <dann@gnu.org>
5536
5537 * vc/diff-mode.el (diff-mode-menu):
5538 Bind diff-remove-trailing-whitespace.
5539
5540 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5541
5542 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
5543 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
5544 (emacs-lisp-byte-code-mode): New functions.
5545 (eval-sexp-add-defvars): Don't skip defvars in column >0.
5546 (eval-defun-2): Remove bogus interactive spec.
5547 (lisp-indent-line): Remove redundant whole-exp code, now done in
5548 indent-according-to-mode.
5549 (save-match-data): Remove redundant indent data.
5550
5551 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
5552 Use `declare'.
5553
5554 2012-09-09 Juri Linkov <juri@jurta.org>
5555
5556 * replace.el (replace-regexp-lax-whitespace): New defcustom.
5557 (replace-lax-whitespace, query-replace-regexp)
5558 (query-replace-regexp-eval, replace-regexp): Doc fix.
5559 (perform-replace, replace-highlight): Let-bind
5560 isearch-lax-whitespace to replace-lax-whitespace and
5561 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
5562
5563 * isearch.el (isearch-query-replace): Let-bind
5564 replace-lax-whitespace to isearch-lax-whitespace and
5565 replace-regexp-lax-whitespace to
5566 isearch-regexp-lax-whitespace. (Bug#10885)
5567
5568 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5569
5570 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
5571
5572 2012-09-09 Alan Mackenzie <acm@muc.de>
5573
5574 * progmodes/cc-engine.el (c-state-cache-init):
5575 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
5576 (c-record-parse-state-state):
5577 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
5578
5579 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
5580
5581 * register.el (register-separator): Rename from
5582 separator-register. All uses changed. Doc fix.
5583 (register): Fix version.
5584
5585 2012-09-09 Chong Yidong <cyd@gnu.org>
5586
5587 * replace.el (query-replace-map): Bind four new symbols for
5588 requesting window scrolling.
5589
5590 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
5591 query-replace-map (Bug#8948).
5592
5593 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
5594
5595 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
5596 since they are now in query-replace-map.
5597
5598 * window.el (scroll-other-window-down): Make the arg optional.
5599
5600 2012-09-09 Chong Yidong <cyd@gnu.org>
5601
5602 * files.el (hack-local-variables-confirm): Use quit-window to kill
5603 the *Local Variables* buffer.
5604
5605 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5606
5607 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
5608 not just expect to be at its beginning. Adjust callees.
5609 Succeed when do-end block has no space before the pipe character.
5610 (ruby-brace-to-do-end): When the original block is one-liner,
5611 convert to multiline. Reindent the result.
5612
5613 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
5614
5615 * register.el (register): New group.
5616 (separator-register): New user option.
5617 (increment-register): Route it to `append-to-register', if
5618 register contains text. Implication is that `C-x r +' can now be
5619 used for appending to a text register (bug#12217).
5620 (append-to-register, prepend-to-register): Add separator based on
5621 `separator-register'.
5622
5623 2012-09-08 Alan Mackenzie <acm@muc.de>
5624
5625 AWK Mode: make auto-newline work when there's "==" in the pattern.
5626 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
5627 correctly.
5628 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
5629 Test more rigorously for "=" token.
5630
5631 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5632
5633 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
5634 Only fail when reached LIMIT.
5635
5636 2012-09-08 Chong Yidong <cyd@gnu.org>
5637
5638 * dired.el (dired-mode-map): Don't bind M-=.
5639
5640 * dired-aux.el (dired-diff): Use backup file as default.
5641
5642 2012-09-08 Drew Adams <drew.adams@oracle.com>
5643
5644 * subr.el (add-to-history): Fix delete usage (Bug#12314).
5645
5646 2012-09-08 Chong Yidong <cyd@gnu.org>
5647
5648 * subr.el (syntax-after, syntax-class): Doc fix.
5649
5650 2012-09-08 Martin Rudalics <rudalics@gmx.at>
5651
5652 * window.el (display-buffer-in-previous-window): New buffer
5653 display action function.
5654
5655 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
5656 (debugger-previous-window): New variable.
5657 (debug): Rewrite using display-buffer-in-previous-window,
5658 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
5659
5660 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5661
5662 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
5663
5664 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
5665
5666 * progmodes/python.el (python-shell-send-string):
5667 When default-directory is remote, create temp file on remote
5668 filesystem.
5669 (python-shell-send-file): When file is remote, pass local view of
5670 file paths to remote Python interpreter. (Bug#12340)
5671
5672 2012-09-07 Chong Yidong <cyd@gnu.org>
5673
5674 * window.el (switch-to-buffer): Doc fix (Bug#12181).
5675
5676 * files.el (after-find-file): Don't fail on a read-only buffer if
5677 require-final-newline is `visit' or `visit-save' (Bug#11156).
5678
5679 * subr.el (read-char-choice): Allow quitting via ESC ESC.
5680
5681 * userlock.el (ask-user-about-supersession-threat):
5682 Use read-char-choice (Bug#12093).
5683
5684 2012-09-07 Chong Yidong <cyd@gnu.org>
5685
5686 * subr.el (buffer-narrowed-p): New function.
5687
5688 * ses.el (ses-widen):
5689 * simple.el (count-words--buffer-message):
5690 * net/browse-url.el (browse-url-of-buffer): Use it.
5691
5692 * simple.el (count-words-region): Don't signal an error if there
5693 is a non-nil prefix arg and the mark is not set.
5694
5695 * help.el (describe-key-briefly): Allow the message to be seen
5696 when invoked from the minibuffer (Bug#7014).
5697
5698 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
5699
5700 * progmodes/ruby-mode.el (ruby-end-of-defun)
5701 (ruby-beginning-of-defun): Simplify, allow indentation before
5702 block beginning and end keywords.
5703 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
5704 (ruby-end-of-defun): Expect that the point is at the beginning of
5705 the defun.
5706
5707 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
5710 (bug#12367).
5711 (cl--make-usage-args): Strip _ from argument names.
5712
5713 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5714
5715 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
5716 obsolete alias speedbar-key-map.
5717 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
5718 (vhdl-index-menu-init): Don't use obsolete variable
5719 font-lock-maximum-size.
5720
5721 2012-09-06 Chong Yidong <cyd@gnu.org>
5722
5723 * frame.el (window-system-version): Mark as obsolete.
5724
5725 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
5726 of obsolete variable speedbar-key-map.
5727
5728 2012-09-06 Juri Linkov <juri@jurta.org>
5729
5730 * replace.el (replace-lax-whitespace): New defcustom.
5731 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5732 (replace-string, replace-regexp): Mention it in docstrings.
5733 (perform-replace, replace-highlight): Let-bind
5734 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
5735 to the values of replace-lax-whitespace and regexp-flag.
5736 Don't let-bind search-whitespace-regexp. (Bug#10885)
5737
5738 * isearch.el (isearch-query-replace): Let-bind
5739 replace-lax-whitespace instead of let-binding
5740 replace-search-function and replace-re-search-function.
5741 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
5742 and isearch-regexp-lax-whitespace to lazy-highlight variables.
5743 (isearch-toggle-symbol): Set isearch-regexp to nil
5744 in isearch-word mode (like in isearch-toggle-word).
5745
5746 2012-09-06 Juri Linkov <juri@jurta.org>
5747
5748 * replace.el (replace-search-function)
5749 (replace-re-search-function): Set default values to nil.
5750 (perform-replace): Let-bind isearch-related variables based on
5751 replace-related values, call `isearch-search-fun' and let-bind
5752 the result to `search-function'. Remove code that sets
5753 `search-function' and `search-string' separately for
5754 `delimited-flag'.
5755 (replace-highlight): Add new argument `delimited-flag' and
5756 rename other arguments to the names used in `perform-replace'.
5757 Let-bind `isearch-word' to the argument `delimited-flag'.
5758 (Bug#10885, bug#10887)
5759
5760 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
5761
5762 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
5763 ruby-beginning-of-indent, simplify, allow all keywords to have
5764 indentation before them.
5765 (ruby-beginning-of-indent): Adjust for above. Search until the
5766 found point is not inside a string or comment.
5767 (ruby-font-lock-keywords): Allow symbols to start with "@"
5768 character, give them higher priority than variables.
5769 (ruby-syntax-propertize-function)
5770 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
5771 matchers. Expression expansions are not comments when inside a
5772 string, and there comment syntax status is irrelevant.
5773 (ruby-match-expression-expansion): New function. Check that
5774 expression expansion is inside a string, and it's not escaped.
5775 (ruby-font-lock-keywords): Use it.
5776
5777 2012-09-05 Martin Rudalics <rudalics@gmx.at>
5778
5779 * help.el (temp-buffer-max-height): New default value.
5780 (temp-buffer-resize-frames): New option.
5781 (resize-temp-buffer-window): Optionally resize frame.
5782
5783 * window.el (fit-frame-to-buffer-bottom-margin): New option.
5784 (fit-frame-to-buffer): New function.
5785
5786 2012-09-05 Glenn Morris <rgm@gnu.org>
5787
5788 * emulation/cua-rect.el (cua--init-rectangles):
5789 * textmodes/picture.el (picture-mode-map):
5790 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
5791 like forward-char and backward-char. (Bug#12317)
5792
5793 2012-09-05 Leo Liu <sdl.web@gmail.com>
5794
5795 * progmodes/flymake.el (flymake-warning-re): New variable.
5796 (flymake-parse-line): Use it.
5797
5798 2012-09-05 Glenn Morris <rgm@gnu.org>
5799
5800 * calendar/holidays.el (holiday-christian-holidays):
5801 Rename an entry. (Bug#12289)
5802
5803 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
5804
5805 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
5806 (bug#12222).
5807
5808 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5809
5810 * loadup.el: Load macroexp. Remove hack.
5811 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
5812 (macroexp--expand-all): Use it to get better warnings.
5813 (macroexp--backtrace, macroexp--trim-backtrace-frame)
5814 (internal-macroexpand-for-load): New functions.
5815 (macroexp--pending-eager-loads): New var.
5816 (emacs-startup-hook): New hack to replace one in loadup.el.
5817 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
5818 (cl--compiler-macro-cXXr): Move to top, before they can be used.
5819 (cl-psetf): Simplify.
5820 (cl-defstruct): Add indent rule.
5821
5822 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
5823
5824 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
5825 over `user-mail-address' for the SMTP MAIL FROM envelope.
5826 (smtpmail-via-smtp): Ditto.
5827
5828 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
5829
5830 * progmodes/ruby-mode.el: Clean up keybindings.
5831 (ruby-mode-map): Don't bind ruby-electric-brace,
5832 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
5833 backward-kill-word, reindent-then-newline-and-indent.
5834 (ruby-mark-defun): Remove.
5835 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
5836 (ruby-mode): Set local beginning-of-defun-function and
5837 end-of-defun-function values.
5838
5839 2012-09-03 Martin Rudalics <rudalics@gmx.at>
5840
5841 * window.el (temp-buffer-window-setup-hook)
5842 (temp-buffer-window-show-hook): New hooks.
5843 (temp-buffer-window-setup, temp-buffer-window-show)
5844 (with-temp-buffer-window): New functions.
5845 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
5846 (special-display-popup-frame): Make sure the window used shows BUFFER.
5847
5848 * help.el (temp-buffer-resize-mode): Fix doc-string.
5849 (resize-temp-buffer-window): New optional argument WINDOW.
5850
5851 * files.el (recover-file, save-buffers-kill-emacs):
5852 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
5853
5854 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
5855
5856 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
5857 remote definition of `default-directory', ensure we can connect.
5858
5859 2012-09-02 Juri Linkov <juri@jurta.org>
5860
5861 Toggle whitespace matching mode with M-s SPC.
5862 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
5863
5864 * isearch.el (search-whitespace-regexp): Doc fix.
5865 Remove cons cell customization.
5866 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
5867 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
5868 New variables.
5869 (isearch-forward, isearch-forward-regexp): Doc fix.
5870 (isearch-toggle-lax-whitespace): New command.
5871 (search-forward-lax-whitespace, search-backward-lax-whitespace)
5872 (re-search-forward-lax-whitespace)
5873 (re-search-backward-lax-whitespace): New functions.
5874 (isearch-whitespace-regexp): Remove function.
5875 (isearch-query-replace): Let-bind replace-search-function and
5876 replace-re-search-function.
5877 (isearch-occur): Let-bind search-spaces-regexp according to the
5878 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
5879 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
5880 condition for C-q SPC.
5881 (isearch-search-fun-default): Use new functions mentioned above.
5882 (isearch-search-forward, isearch-search-backward): Remove functions.
5883 (isearch-search): Don't let-bind search-spaces-regexp.
5884 (isearch-lazy-highlight-space-regexp): Remove variable.
5885 (isearch-lazy-highlight-lax-whitespace)
5886 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
5887 (isearch-lazy-highlight-new-loop): Use them.
5888 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
5889
5890 2012-09-02 Chong Yidong <cyd@gnu.org>
5891
5892 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
5893
5894 2012-09-02 Glenn Morris <rgm@gnu.org>
5895
5896 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
5897
5898 2012-09-01 Glenn Morris <rgm@gnu.org>
5899
5900 * term.el: Tidy up menu definitions.
5901 (term-mode-map): Use easymenu for In/Out, Complete menus.
5902 (term-pager-break-map): Initialize in the defvar.
5903 (term-terminal-menu, term-signals-menu): Define with easymenu.
5904 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
5905 (term-pager-menu): New, extracted from term-process-pager.
5906 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
5907 (term-update-mode-line): Propertize line/char and page items.
5908 (term-process-pager): Move keymap initialization elsewhere.
5909
5910 2012-09-01 Martin Rudalics <rudalics@gmx.at>
5911
5912 * window.el (switch-to-prev-buffer): Handle additional values of
5913 BURY-OR-KILL argument. Don't switch in minibuffer window.
5914 (switch-to-next-buffer): Don't switch in minibuffer window.
5915 (quit-restore-window): New function based on quit-window.
5916 Handle additional values of former KILL argument.
5917 (quit-window): Call quit-restore-window with appropriate
5918 interpretation of KILL argument.
5919 (display-buffer-below-selected): New buffer display action
5920 function.
5921
5922 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * minibuffer.el (completion-at-point-functions): Complete docstring
5925 (bug#12254).
5926
5927 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
5928
5929 Better seed support for (random).
5930 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
5931 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
5932 * play/mpuz.el, play/tetris.el, play/zone.el:
5933 * calc/calc-comb.el (math-init-random-base):
5934 * play/blackbox.el (bb-init-board):
5935 * play/life.el (life):
5936 * server.el (server-use-tcp):
5937 * type-break.el (type-break):
5938 Remove unnecessary call to (random t).
5939 * net/sasl.el (sasl-unique-id-function):
5940 Change (random t) to (random), now that the latter is more random.
5941 * play/life.el (life-initialized): Remove no-longer-needed var.
5942
5943 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
5944
5945 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
5946 Consider frame's buffer predicate when choosing the buffer.
5947 (Bug#12081)
5948
5949 2012-08-30 Richard Stallman <rms@gnu.org>
5950
5951 * simple.el (special-mode-map): Delete binding for `z'.
5952
5953 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
5954
5955 * progmodes/compile.el (compilation-always-kill): Doc fix.
5956
5957 2012-08-30 Chong Yidong <cyd@gnu.org>
5958
5959 * window.el (display-buffer-reuse-frames): Make the obsolescence
5960 message more informative.
5961
5962 2012-08-30 Glenn Morris <rgm@gnu.org>
5963
5964 * paren.el (show-paren-delay):
5965 Add a :set function. Doc fix. (Bug#12297)
5966
5967 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
5968
5969 * progmodes/compile.el (compilation-always-kill): New var.
5970 (compilation-start): Use it.
5971
5972 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5973
5974 * simple.el (read-only-mode): Move from files.el for bootstrapping.
5975 * files.el (read-only-mode): Move to simple.el.
5976
5977 * files.el (read-only-mode): New minor mode.
5978 (toggle-read-only): Use it and mark obsolete.
5979 (find-file--read-only):
5980 * vc/vc.el (vc-next-action, vc-checkout):
5981 * vc/vc-cvs.el (vc-cvs-checkout):
5982 * obsolete/vc-mcvs.el (vc-mcvs-update):
5983 * ffap.el (ffap--toggle-read-only): Update callers.
5984
5985 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
5986
5987 * eshell/esh-ext.el (eshell-external-command): Do not examine
5988 remote shell scripts.
5989 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
5990
5991 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
5992 "/usr/local/sbin".
5993
5994 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5995
5996 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
5997
5998 2012-08-28 Leo Liu <sdl.web@gmail.com>
5999
6000 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
6001 completion-at-point. (Bug#12220)
6002
6003 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
6004
6005 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
6006
6007 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6008
6009 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
6010 be buffer-local; add delete-trailing-whitespace (bug#12259).
6011
6012 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
6013
6014 * progmodes/hideif.el (hif-compress-define-list):
6015 Fix typo. (Bug#11951)
6016
6017 2012-08-28 Dan Nicolaescu <dann@gnu.org>
6018
6019 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
6020 buffer local setting.
6021
6022 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
6023 rcirc-encode-coding-system.
6024
6025 2012-08-28 Leo Liu <sdl.web@gmail.com>
6026
6027 * net/rcirc.el (rcirc-split-message): New function.
6028 (rcirc-send-message): Use it. (Bug#12051)
6029
6030 2012-08-28 Juri Linkov <juri@jurta.org>
6031
6032 * info.el (Info-fontify-node): Hide empty lines at the end of
6033 the node. (Bug#12272)
6034
6035 2012-08-27 Drew Adams <drew.adams@oracle.com>
6036
6037 * dired.el (dired-pop-to-buffer): Make window start at beginning
6038 of buffer (Bug#12281).
6039
6040 2012-08-26 Chong Yidong <cyd@gnu.org>
6041
6042 * window.el (special-display-regexps, special-display-frame-alist)
6043 (special-display-buffer-names, special-display-function)
6044 (display-buffer-reuse-frames): Mark as obsolete.
6045
6046 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
6047
6048 * help.el (help-print-return-message): Don't treat
6049 display-buffer-reuse-frames specially.
6050
6051 2012-08-26 Chong Yidong <cyd@gnu.org>
6052
6053 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6054 New variable, replacing gdb-frame-parameters.
6055 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
6056 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
6057 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
6058 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
6059 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
6060 the functions directly with gdb-display-buffer-other-frame-action.
6061 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
6062 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
6063 (gdb-display-stack-buffer, gdb-display-locals-buffer)
6064 (gdb-display-registers-buffer): Define directly.
6065 (def-gdb-display-buffer): Macro deleted.
6066 (gdb-display-buffer): Remove second and third args, callers don't
6067 use them. Defer to the default display-buffer behavior, apart
6068 from making windows dedicated.
6069 (gdb-setup-windows): Don't call display-buffer unnecessarily.
6070
6071 * progmodes/gud.el (gud-display-line): Just use display-buffer.
6072
6073 * window.el (display-buffer-pop-up-frame): Handle a
6074 pop-up-frame-parameters alist entry.
6075 (display-buffer): Document it.
6076
6077 2012-08-26 Chong Yidong <cyd@gnu.org>
6078
6079 * isearch.el (search-whitespace-regexp): Make string and nil
6080 values apply to both ordinary and regexp search. Allow a cons
6081 cell value to distinguish between the two.
6082 (isearch-whitespace-regexp, isearch-search-forward)
6083 (isearch-search-backward): New functions.
6084 (isearch-occur, isearch-search-fun-default, isearch-search)
6085 (isearch-lazy-highlight-new-loop): Use them.
6086 (isearch-forward, isearch-forward-regexp): Doc fix.
6087
6088 2012-08-26 Chong Yidong <cyd@gnu.org>
6089
6090 * faces.el (help-argument-name): Always inherit from italic
6091 (Bug#12213).
6092
6093 2012-08-25 Martin Rudalics <rudalics@gmx.at>
6094
6095 * window.el (window--even-window-heights): Even heights when
6096 WINDOW and the selected window form a vertical combination.
6097 (display-buffer-use-some-window): Provide that window used gets
6098 sized back by quit-window. (Bug#11880) and (Bug#12091)
6099
6100 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6101
6102 Fix file time stamp problem with bzr and CVS (Bug#12001).
6103 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
6104 in the file's time stamp, since the version control system loses
6105 that information.
6106
6107 2012-08-22 Juri Linkov <juri@jurta.org>
6108
6109 * info.el (Info-fontify-node): Hide the suffix of the
6110 Info file name in the header line. (Bug#12187)
6111
6112 2012-08-22 Glenn Morris <rgm@gnu.org>
6113
6114 * calendar/cal-tex.el (cal-tex-weekly-common):
6115 Restore leading blank page.
6116
6117 2012-08-22 Le Wang <l26wang@gmail.com>
6118
6119 * misc.el (forward-to-word, backward-to-word): Activate or extend
6120 the region under `shift-select-mode'. (Bug#12231)
6121
6122 2012-08-22 Bastien Guerry <bzg@gnu.org>
6123
6124 * progmodes/executable.el (executable-prefix): Set to "#!" instead
6125 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
6126 gives details on why the space is never needed.
6127
6128 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6129
6130 * window.el (walk-window-tree, window-with-parameter):
6131 New optional argument MINIBUF to control whether these functions
6132 should run on the minibuffer window.
6133 (window-at-side-list): Don't operate on minibuffer window.
6134 (window-in-direction): Simplify and rewrite doc-string.
6135 (window--size-ignore): Rename to window--size-ignore-p.
6136 Update callers.
6137 (display-buffer-in-atom-window, window--major-non-side-window)
6138 (window--major-side-window, display-buffer-in-major-side-window)
6139 (delete-side-window, display-buffer-in-side-window):
6140 New functions.
6141 (window--side-check, window-deletable-p, delete-window)
6142 (delete-other-windows, split-window): Handle side windows and
6143 atomic windows appropriately.
6144 (window--display-buffer): Call display-buffer-record-window also
6145 when the window buffer did not change.
6146
6147 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
6148
6149 * help-fns.el (help-fns--key-bindings):
6150 Abbreviate non-symbol remap targets. (Bug#12174)
6151
6152 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6153
6154 * dired.el (dired-mark-remembered): Don't clobber point.
6155 (Bug#11795)
6156
6157 2012-08-22 Glenn Morris <rgm@gnu.org>
6158
6159 * progmodes/bug-reference.el (bug-reference): New custom group.
6160 (bug-reference-bug-regexp): Make it a defcustom.
6161
6162 2012-08-22 Daiki Ueno <ueno@unixuser.org>
6163
6164 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
6165 (js-paren-indent-offset, js-square-indent-offset)
6166 (js-curly-indent-offset): Add :safe (Bug#12257).
6167
6168 2012-08-22 Edward O'Connor <hober0@gmail.com>
6169
6170 * json.el (json-key-format): Add error properties.
6171 (json-encode-key): New function.
6172 (json-encode-hash-table, json-encode-alist, json-encode-plist):
6173 Use json-encode-key.
6174
6175 2012-08-22 Glenn Morris <rgm@gnu.org>
6176
6177 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
6178 (cal-tex-leftday, cal-tex-rightday): Remove functions.
6179 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
6180 Update for above change.
6181
6182 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
6183
6184 * cus-face.el (custom-face-attributes): Fix customize type for the
6185 :underline attribute. (Bug#11805)
6186
6187 2012-08-21 Martin Rudalics <rudalics@gmx.at>
6188
6189 * window.el (window-point-1, set-window-point-1): Remove.
6190 (window-in-direction, record-window-buffer)
6191 (set-window-buffer-start-and-point, split-window-below)
6192 (window--state-get-1, display-buffer-record-window):
6193 Replace calls to window-point-1 and set-window-point-1 by calls to
6194 window-point and set-window-point respectively.
6195
6196 2012-08-21 Glenn Morris <rgm@gnu.org>
6197
6198 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
6199 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
6200 Use it.
6201
6202 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
6203 (cal-tex-shortday): New function.
6204 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
6205 (cal-tex-cursor-filofax-daily): Use the above.
6206
6207 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
6208 New functions.
6209 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6210 (cal-tex-cursor-filofax-week): Use them.
6211
6212 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
6213 New constants.
6214 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6215 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
6216
6217 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
6218 (cal-tex-end-document): Don't rely on buffer name.
6219
6220 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
6221 Use cal-tex-vspace.
6222 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
6223 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
6224 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
6225 Use cal-tex-arg.
6226
6227 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
6228 (cal-tex-cursor-week, cal-tex-cursor-week2)
6229 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
6230 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6231 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
6232 (cal-tex-insert-preamble, cal-tex-b-document)
6233 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
6234 Improve cal-tex-cmd usage.
6235
6236 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
6237 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
6238 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
6239 (cal-tex-weekly-paper): New function.
6240 (cal-tex-cursor-week, cal-tex-cursor-week2)
6241 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6242 (cal-tex-cursor-day): Use it.
6243
6244 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
6245 (cal-tex-cursor-filofax-week): Remove leading blank page.
6246
6247 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6248 Add autoload cookie. For now at least, don't use color, since
6249 no other cal-tex function does.
6250
6251 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
6252 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6253 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
6254
6255 2012-08-21 Juri Linkov <juri@jurta.org>
6256
6257 * info.el (Info-file-attributes): New variable.
6258 (info-insert-file-contents): Add file attributes to
6259 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
6260 `Info-toc-nodes' when previous modtime of the Info file is less
6261 than new modtime.
6262 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
6263 of info.el. (Bug#12230)
6264
6265 2012-08-20 Glenn Morris <rgm@gnu.org>
6266
6267 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
6268 * calendar/holidays.el (calendar-holiday-list):
6269 Report errors with display-warning rather than beep'n'sleep.
6270
6271 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
6272
6273 * net/tramp.el (tramp-accept-process-output): Accept only output
6274 from PROC. Otherwise, process filters and sentinels might be
6275 confused. (Bug#12145)
6276
6277 2012-08-20 Chong Yidong <cyd@gnu.org>
6278
6279 * descr-text.el (describe-text-properties-1): Use overlays-in to
6280 report on empty overlays (Bug#3322).
6281
6282 2012-08-20 Glenn Morris <rgm@gnu.org>
6283
6284 * mail/rmailout.el (rmail-output-read-file-name):
6285 Trap and report errors in rmail-output-file-alist elements.
6286
6287 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
6288 since most non-font-lock faces are not also variables).
6289
6290 2012-08-20 Edward Reingold <reingold@iit.edu>
6291
6292 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6293 New function. (Bug12160)
6294
6295 2012-08-19 Glenn Morris <rgm@gnu.org>
6296
6297 * mail/rmailout.el (rmail-output-read-file-name):
6298 Fix previous change (when the alist is nil or does not match).
6299
6300 2012-08-19 Chong Yidong <cyd@gnu.org>
6301
6302 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
6303 (Bug#12228).
6304
6305 2012-08-18 Chong Yidong <cyd@gnu.org>
6306
6307 * simple.el (yank-handled-properties): New defcustom.
6308 (yank-excluded-properties): Add font-lock-face and category.
6309 (yank): Doc fix.
6310
6311 * subr.el (remove-yank-excluded-properties):
6312 Obey yank-handled-properties. The special handling of font-lock-face
6313 and category is now done this way, instead of being hard-coded.
6314 (insert-for-yank-1): Remove font-lock-face handling.
6315 (yank-handle-font-lock-face-property)
6316 (yank-handle-category-property): New function.
6317
6318 2012-08-17 Glenn Morris <rgm@gnu.org>
6319
6320 * mail/rmailout.el (rmail-output-read-file-name):
6321 Check rmail-output-file-alist against the full message body
6322 in the correct rmail buffer. (Bug#12214)
6323
6324 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
6325
6326 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6327 Eliminate superfluous prompt. (Bug#12203)
6328
6329 2012-08-17 Chong Yidong <cyd@gnu.org>
6330
6331 * mouse.el (mouse-appearance-menu): If x-select-font returns a
6332 font spec, set the font directly (Bug#3228).
6333
6334 2012-08-17 Martin Rudalics <rudalics@gmx.at>
6335
6336 * window.el (delete-window): Fix last fix.
6337
6338 2012-08-16 Martin Rudalics <rudalics@gmx.at>
6339
6340 * window.el (window-valid-p): Move to window.c.
6341 (window-child, window-child-count, window-last-child)
6342 (window-normalize-window, window-combined-p)
6343 (window-combinations, window-atom-root, window-min-size)
6344 (window-sizable, window-sizable-p, window-size-fixed-p)
6345 (window-min-delta, window-max-delta, window--resizable)
6346 (window--resizable-p, window-resizable, window-total-size)
6347 (window-full-height-p, window-full-width-p, window-body-size)
6348 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
6349 (minimize-window, window-deletable-p, delete-window)
6350 (delete-other-windows, set-window-buffer-start-and-point)
6351 (next-buffer, previous-buffer, split-window, balance-windows-2)
6352 (set-window-text-height, window-buffer-height)
6353 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
6354 (truncated-partial-width-window-p): Minor code adjustments.
6355 In doc-strings state whether the argument window has to denote a
6356 live, valid or any window.
6357
6358 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
6359
6360 * progmodes/subword.el (subword-forward-function)
6361 (subword-backward-function, subword-forward-regexp)
6362 (subword-backward-regexp): New variables.
6363 (subword-forward, subword-forward-internal, subword-backward-internal):
6364 Use new variables, eg so that different "word" definitions
6365 can be easily used. (Bug#11411)
6366
6367 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6368
6369 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
6370 for composite selectors.
6371 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
6372 operation just because we can't find a previous revision.
6373
6374 2012-08-15 Chong Yidong <cyd@gnu.org>
6375
6376 * frame.el (set-frame-font): Accept font objects.
6377
6378 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
6381
6382 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
6383
6384 * man.el (Man-overstrike-face, Man-underline-face)
6385 (Man-reverse-face): Remove variables.
6386 (Man-overstrike, Man-underline, Man-reverse): New faces.
6387 (Man-fontify-manpage): Use them instead of the variables.
6388 (Man-cleanup-manpage): Comment change.
6389 (Man-ansi-color-map): New variable.
6390 (Man-fontify-manpage): Use it.
6391 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
6392
6393 Implement ANSI SGR parameters 22-27 (bug#12146).
6394 * ansi-color.el (ansi-colors): Doc fix.
6395 (ansi-color-context, ansi-color-context-region): Doc fix.
6396 (ansi-color--find-face): New function.
6397 (ansi-color-apply, ansi-color-apply-on-region): Use it.
6398 Rename the local variable `face' to `codes' since it is now a list of
6399 ansi codes. Doc fix.
6400 (ansi-color-get-face): Remove.
6401 (ansi-color-parse-sequence): New function, derived from
6402 ansi-color-get-face.
6403 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
6404 codes 22-27.
6405
6406 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6407
6408 * subr.el (read-passwd): Allow use from a minibuffer.
6409
6410 2012-08-14 Eli Zaretskii <eliz@gnu.org>
6411
6412 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
6413 inside comments and strings as identifiers.
6414
6415 * progmodes/gud.el (gud-tooltip-print-command): Quote the
6416 expression to evaluate. This allows to evaluate expressions with
6417 embedded whitespace.
6418 (gud-tooltip-tips): Add a blank before the newline in the
6419 message-box text, for the benefit of message-box emulation on
6420 MS-Windows.
6421
6422 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
6423 messages from GDB, pop them up in a tooltip to give feedback to
6424 user.
6425 (gdb-tooltip-print-1): Quote the expression to evaluate.
6426 This allows to evaluate expressions with embedded whitespace.
6427 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
6428 if the TTY name is nil or empty (which happens when communicating
6429 with the inferior via pipes, e.g. on MS-Windows).
6430 (gdb-internals): If GDB sends a "&\n" empty debugging message,
6431 don't send that to the GUD buffer.
6432
6433 2012-08-14 Glenn Morris <rgm@gnu.org>
6434
6435 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
6436 Optimize away setq-default with no args, as for setq. (Bug#12195)
6437
6438 2012-08-14 Chong Yidong <cyd@gnu.org>
6439
6440 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
6441
6442 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
6443 (Bug#12085).
6444
6445 2012-08-14 Glenn Morris <rgm@gnu.org>
6446
6447 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
6448
6449 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
6450
6451 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
6452 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6453 Use cached shell name.
6454
6455 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6456
6457 * progmodes/python.el (python-shell-send-string):
6458 (python-shell-send-setup-code): Do not use `format' with `message'.
6459
6460 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
6461
6462 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
6463 (ruby-percent-literal-beg-re): New constant.
6464 (ruby-syntax-general-delimiters-goto-beg): Rename to
6465 `ruby-syntax-enclosing-percent-literal', improve literal type check.
6466 (ruby-syntax-propertize-general-delimiters): Rename to
6467 `ruby-syntax-propertize-percent-literal', it's a shorter and more
6468 popular term. Adjust comments everywhere.
6469 (ruby-syntax-propertize-percent-literal): Only propertize when not
6470 inside a simple string or comment. When the literal is unclosed,
6471 leave the text after it unpropertized.
6472 (ruby-syntax-methods-before-regexp): New constant.
6473 (ruby-syntax-propertize-function): Use it to recognize regexps.
6474 Don't look at the text after regexp, just use the whitelist.
6475
6476 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
6477
6478 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
6479 non-nil always load the compiled file if it exists. (Bug#12197)
6480
6481 2012-08-14 Chong Yidong <cyd@gnu.org>
6482
6483 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
6484 (hi-lock-set-pattern): When deciding whether to use font lock or
6485 overlays, look at font-lock-mode instead of font-lock-fontified
6486 (Bug#12168).
6487 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
6488 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
6489
6490 2012-08-14 Daiki Ueno <ueno@unixuser.org>
6491
6492 * subr.el (internal--after-with-selected-window): Fix typo
6493 (Bug#12193).
6494
6495 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6496
6497 Use `completion-table-dynamic' for completion functions.
6498 * progmodes/python.el
6499 (python-shell-completion--do-completion-at-point)
6500 (python-shell-completion--get-completions):
6501 Remove functions.
6502 (python-shell-completion-complete-at-point): New function.
6503 (python-completion-complete-at-point): Use it.
6504
6505 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
6506
6507 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
6508 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
6509
6510 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6511
6512 * subr.el (function-get): Refine `autoload' arg so it can also
6513 autoload functions for gv.el (bug#12191).
6514 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
6515 autoloads macros.
6516
6517 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
6518 Prefer pcase-let over destructuring-bind.
6519 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
6520 Also, remove whitespace as we go, rather than after accumulating the
6521 various places.
6522
6523 * subr.el (internal--before-with-selected-window)
6524 (internal--after-with-selected-window): Fix typo seleted->selected.
6525 (with-selected-window): Adjust callers.
6526 Reported by Dmitry Gutov <dgutov@yandex.ru>.
6527
6528 2012-08-13 Bastien Guerry <bzg@gnu.org>
6529
6530 * window.el (special-display-popup-frame): Minor docstring
6531 enhancement. (Bug#12172)
6532
6533 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
6534
6535 * tar-mode.el (tar-header-data-end): Only ignore size for files of
6536 type 1-6.
6537 (tar-header-block-summarize, tar-get-descriptor): Handle pax
6538 extended headers.
6539
6540 * files.el (hack-local-variables-filter): Remove useless eval.
6541
6542 2012-08-13 Martin Rudalics <rudalics@gmx.at>
6543
6544 * subr.el (with-selected-window): Fix last change.
6545
6546 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6547
6548 * subr.el (internal--before-with-seleted-window)
6549 (internal--after-with-seleted-window): New functions.
6550 (with-selected-window): Use them, to replace dependency on
6551 tty-top-frame.
6552
6553 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
6554
6555 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
6556 binding for `newline'.
6557 (ruby-move-to-block): When moving backward, stop at block opening,
6558 not indentation.
6559 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
6560 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
6561 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6562 `ruby-toggle-block'.
6563
6564 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6565
6566 * ibuffer.el (ibuffer-do-toggle-read-only):
6567 * dired.el (dired-toggle-read-only):
6568 * buff-menu.el (Buffer-menu-toggle-read-only):
6569 * bindings.el (mode-line-toggle-read-only):
6570 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
6571
6572 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
6573
6574 * descr-text.el (describe-char): Put the overlays over the
6575 "displayed as" character.
6576
6577 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
6578
6579 * calc/calc-units.el (math-default-units-table): Give an
6580 initial value.
6581 (math-put-default-units): Add options to put composite units and
6582 unit systems in the default units table.
6583 (calc-convert-units): Send composite units to
6584 `math-put-default-units' when appropriate.
6585
6586 2012-08-11 Glenn Morris <rgm@gnu.org>
6587
6588 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
6589
6590 * tutorial.el (help-with-tutorial):
6591 * emacs-lisp/copyright.el (copyright-update-directory):
6592 * emacs-lisp/autoload.el (autoload-find-generated-file)
6593 (autoload-find-file): Disable local eval: (for insurance).
6594
6595 * files.el (hack-local-variables-filter): If an eval: form is not
6596 known to be safe, and enable-local-variables is :safe, then ignore
6597 the form totally, as is done for non-eval forms. (Bug#12155)
6598 This is CVE-2012-3479.
6599
6600 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
6603 (rx-form): Simplify.
6604
6605 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
6606
6607 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
6608 ?, _, and : are symbol constituents, ! is not (but kinda should be).
6609 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
6610 (ruby-syntax-propertize-function): Adjust for changes in
6611 `ruby-syntax-propertize-heredoc'.
6612
6613 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
6614
6615 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
6616 binding (use `M-;' instead).
6617 (ruby-singleton-class-p): New function.
6618 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
6619
6620 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6621
6622 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
6623
6624 2012-08-10 Chong Yidong <cyd@gnu.org>
6625
6626 * progmodes/python.el (python-shell-get-process-name): Don't mess
6627 with same-window-buffer-names.
6628
6629 * eshell/eshell.el (eshell-add-to-window-buffer-names)
6630 (eshell-remove-from-window-buffer-names): Make obsolete.
6631 (eshell-buffer-name, eshell-unload-hook): Don't use them.
6632 (eshell): Just use pop-to-buffer-same-window instead.
6633
6634 2012-08-10 Chong Yidong <cyd@gnu.org>
6635
6636 * bindings.el: Bind M-= back to count-words-region.
6637
6638 * simple.el (count-words-region): Accept a prefix arg for acting
6639 on the entire buffer.
6640 (count-words--buffer-message): New helper function.
6641
6642 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6643
6644 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
6645 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
6646 (event-start, event-end): Use posn-at-point to return a more
6647 informative posn.
6648 (posnp): New function.
6649 * mouse.el (popup-menu-normalize-position): Use it.
6650
6651 2012-08-10 Masatake YAMATO <yamato@redhat.com>
6652
6653 * mouse.el (popup-menu-normalize-position): New function.
6654 (popup-menu): Use `popup-menu-normalize-position' to normalize
6655 the form for POSITION argument.
6656
6657 * term/x-win.el (x-menu-bar-open):
6658 Use the value returend from (posn-at-point) as position
6659 passed to `popup-menu'.
6660
6661 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6662
6663 * calc/calccomp.el (math-compose-expr): Add extra argument
6664 indicating that parentheses should be put around products in
6665 denominators. Give multiplication precedence over division during
6666 composition.
6667
6668 2012-08-09 Chong Yidong <cyd@gnu.org>
6669
6670 * man.el (Man-switches, Man-sed-command, Man-awk-command)
6671 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
6672 (Man-untabify-command, manual-program): Convert to defcustom
6673 (Bug#10429).
6674
6675 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
6676
6677 * descr-text.el (describe-char): Don't insert extra newlines
6678 (Bug#10127).
6679
6680 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
6681 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
6682
6683 * align.el (align-region): Delete temporary markers (Bug#10047).
6684 Plus some code cleanups.
6685
6686 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
6687
6688 * progmodes/python.el (python-pdbtrack-tracked-buffer)
6689 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
6690 (python-shell-internal-last-output): Use make-local-variable
6691 instead of make-variable-buffer-local.
6692
6693 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
6694
6695 * progmodes/python.el: Enhancements to forward-sexp.
6696 (python-nav-forward-sexp): Rename from
6697 python-nav-forward-sexp-function.
6698 (python-nav--forward-sexp, python-nav--backward-sexp):
6699 New functions.
6700
6701 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6702
6703 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
6704 modes and simplification modes.
6705
6706 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6707
6708 * delsel.el (delete-selection-pre-hook): Don't propagate the
6709 file-supersession signals (bug#12161).
6710
6711 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6712
6713 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
6714 (cl-map-extents): Add compatibility aliases (bug#12135).
6715
6716 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
6717
6718 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
6719 tests by `ignore-error'.
6720 (tramp-find-shell): Open also a new shell, when cache is already
6721 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
6722
6723 2012-08-08 Juri Linkov <juri@jurta.org>
6724
6725 * bookmark.el: Add `defaults' property to the bookmark record.
6726 (bookmark-current-buffer): Doc fix.
6727 (bookmark-make-record): Add `defaults' property with default values
6728 to the bookmark record.
6729 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
6730 with `bookmark-insert-current-bookmark'.
6731 (bookmark-set): Get `defaults' property from the bookmark record
6732 and use it in `read-from-minibuffer'.
6733 (bookmark-insert-current-bookmark): Remove function.
6734
6735 * info.el (Info-bookmark-make-record): Add `defaults' property
6736 with values of canonical Info node name, the current Info file
6737 name and the current Info node name. (Bug#12107)
6738
6739 2012-08-08 Juri Linkov <juri@jurta.org>
6740
6741 * files.el (basic-save-buffer): Use `buffer-name' as the default
6742 of `read-file-name' when buffer is not visiting a file (bug#12128).
6743
6744 2012-08-08 Juri Linkov <juri@jurta.org>
6745
6746 * info.el (Info-isearch-search): Doc fix.
6747 (Info-search): Change search-failed message from "initial node" to
6748 "end of node" (bug#12078).
6749 (Info-isearch-search): Change `isearch-string-state' to
6750 `isearch--state-string'.
6751
6752 2012-08-08 Glenn Morris <rgm@gnu.org>
6753
6754 * language/persian.el: Remove file.
6755 * language/misc-lang.el: Move unique part of persian.el here.
6756 * loadup.el: Remove language/persian.
6757
6758 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
6759
6760 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
6761
6762 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
6763
6764 * progmodes/python.el: Fix defsubst warning.
6765 (python-syntax-context) Rename from python-info-ppss-context.
6766 (python-syntax-context-type): Rename from
6767 python-info-ppss-context-type.
6768 (python-syntax-comment-or-string-p): Rename from
6769 python-info-ppss-comment-or-string-p.
6770
6771 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
6772
6773 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
6774
6775 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
6776
6777 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
6778 a defcustom that is quoted with backquote.
6779
6780 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
6781 Fix handling of interactive spec when the body uses return.
6782 (math-do-arg-check, math-define-function-body): Use backquote forms.
6783 * calc/calc-ext.el (math-defcache): Likewise.
6784 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
6785 * allout.el (allout-new-exposure): Likewise.
6786 * calc/calcalg2.el (math-tracing-integral): Likewise.
6787 * info.el (Info-last-menu-item): Likewise.
6788 * emulation/vip.el (vip-loop): Likewise.
6789 * textmodes/artist.el (artist-funcall): Likewise.
6790 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
6791 Construct menu-item directly.
6792
6793 * progmodes/autoconf.el (font-lock-syntactic-keywords):
6794 Don't declare.
6795
6796 2012-08-07 Chong Yidong <cyd@gnu.org>
6797
6798 * simple.el (deactivate-mark): Preserve text properties when
6799 saving the primary selection (Bug#8384).
6800
6801 2012-08-07 Kevin Ryde <user42@zip.com.au>
6802
6803 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
6804 (woman-parse-numeric-value): On a bad .IP line, issue a warning
6805 and continue processing (Bug#12110).
6806
6807 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
6808
6809 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
6810 syntax-propertize-function (bug#10095).
6811
6812 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 * help-fns.el (help-fns--key-bindings, help-fns--signature)
6815 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
6816 describe-function-1.
6817 (describe-function-1): Use them. Move compiler macro after sig.
6818 (help-fns--compiler-macro): Use function-get. Assume we're already in
6819 standard-output. Adjust layout to new call order.
6820
6821 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
6822 re-binding a symbol that has a symbol-macro (bug#12119).
6823
6824 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
6825
6826 * language/persian.el: New file. (Bug#11812)
6827 * loadup.el: Add language/persian.el.
6828
6829 2012-08-06 Chong Yidong <cyd@gnu.org>
6830
6831 * window.el (window--maybe-raise-frame): New function.
6832 (window--display-buffer): Split off from here.
6833 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6834 (display-buffer-pop-up-window, display-buffer-use-some-window):
6835 Obey an inhibit-switch-frame action alist entry.
6836 (display-buffer): Update doc.
6837
6838 * replace.el (occur-after-change-function): Avoid losing focus by
6839 using the inhibit-switch-frame display parameter (Bug#12139).
6840
6841 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
6842
6843 Make internal shell process buffer names start with space.
6844 * progmodes/python.el (python-shell-make-comint): Add optional
6845 argument INTERNAL.
6846 (run-python-internal): Use it.
6847 (python-shell-internal-get-or-create-process): Check for new
6848 internal buffer names.
6849
6850 2012-08-06 Glenn Morris <rgm@gnu.org>
6851
6852 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
6853 Do less getting and setting of environment variables.
6854
6855 2012-08-05 Chong Yidong <cyd@gnu.org>
6856
6857 * proced.el (proced): Add substitution string to docstring to
6858 trigger autoloading of the proced library on C-h f (Bug#1768).
6859
6860 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6861 Don't show defvars which have no second argument (Bug#8638).
6862
6863 * imenu.el (imenu-generic-expression): Move documentation here
6864 from imenu--generic-function.
6865 (imenu--generic-function): Refer to imenu-generic-expression.
6866
6867 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
6868
6869 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
6870 indentation declaration.
6871 (viper-loop): Add indentation declaration (Bug#7025).
6872
6873 2012-08-05 Chong Yidong <cyd@gnu.org>
6874
6875 * help-fns.el (describe-variable): Add hyperlink for
6876 directory-local variables files. Improve buffer-local and
6877 permanent-local reporting; suggested by MON KEY (Bug#6644).
6878
6879 * help-mode.el (help-dir-local-var-def): New button type.
6880
6881 * files.el (kill-buffer-hook): Provide a defvar.
6882
6883 2012-08-05 Glenn Morris <rgm@gnu.org>
6884
6885 * eshell/esh-ext.el (eshell/addpath):
6886 Also update eshell-path-env. (Bug#12013)
6887
6888 2012-08-05 Chong Yidong <cyd@gnu.org>
6889
6890 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
6891
6892 * fringe.el (fringe-styles): Add docstring.
6893 (fringe--check-mode): New function.
6894 (set-fringe-mode, set-fringe-style): Use it.
6895 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
6896
6897 * files.el (set-auto-mode): Fix invalid setq call.
6898
6899 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
6900
6901 * isearch.el: Misc simplification; use defstruct.
6902 (isearch-mode-map): Dense maps now work like sparse ones.
6903 (isearch--state): New defstruct.
6904 (isearch-string-state, isearch-message-state, isearch-point-state)
6905 (isearch-success-state, isearch-forward-state)
6906 (isearch-other-end-state, isearch-word-state, isearch-error-state)
6907 (isearch-wrapped-state, isearch-barrier-state)
6908 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
6909 replaced by defstruct's accessors.
6910 (isearch--set-state): Rename from isearch-top-state and change
6911 calling convention.
6912 (isearch-push-state): Use new isearch--get-state.
6913 (isearch-toggle-word): Disable regexp when enabling word.
6914 (isearch-message-prefix): Remove unused arg _c-q-hack.
6915 (isearch-message-suffix): Remove unused arg _ellipsis.
6916
6917 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
6918
6919 * simple.el (list-processes--refresh): For a server use :host or
6920 :local as the address.
6921 (list-processes): Doc fix.
6922
6923 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
6924
6925 * lisp/mpc.el: Support password in host argument.
6926 (mpc--proc-connect): Parse and use new password element.
6927 Set mpc-proc variable instead of returning process.
6928 (mpc-proc): Adjust accordingly.
6929
6930 2012-08-03 Eli Zaretskii <eliz@gnu.org>
6931
6932 * whitespace.el (whitespace-display-mappings): Use Unicode
6933 codepoints, instead of emacs-mule codepoints. See
6934 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
6935 for the details.
6936
6937 * files.el (file-truename): Don't skip symlink-chasing part on
6938 windows-nt. Incorporate the resolution of 8+3 short aliases on
6939 Windows into the loop that recursively chases symlinks.
6940 Compare directory and its parent case-insensitively on MS-Windows and
6941 MS-DOS.
6942
6943 2012-08-03 Chong Yidong <cyd@gnu.org>
6944
6945 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
6946
6947 * sort.el (sort-regexp-fields): Doc fix.
6948
6949 2012-08-03 Tassilo Horn <tsdh@gnu.org>
6950
6951 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
6952 labels regex position point at the expected place.
6953
6954 2012-08-03 MON KEY <monkey@sandpframing.com>
6955
6956 * net/imap.el (imap-interactive-login, imap-authenticate)
6957 (imap-mailbox-lsub, imap-mailbox-list)
6958 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
6959 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
6960 (imap-parse-response): Doc fix.
6961
6962 2012-08-03 João Távora <joaotavora@gmail.com>
6963
6964 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
6965 if sexp scanning does not move point (Bug#5734).
6966
6967 2012-08-02 Tassilo Horn <tsdh@gnu.org>
6968
6969 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
6970 Add listings, minted, and ctable packages.
6971 (reftex-label-alist-builtin): Move listings, minted, and ctable
6972 entries before LaTeX.
6973 (reftex-label-alist): Docfix.
6974
6975 2012-08-02 Bastien Guerry <bzg@gnu.org>
6976
6977 * replace.el (occur): Fix docstring (bug#12122).
6978
6979 2012-08-02 Glenn Morris <rgm@gnu.org>
6980
6981 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
6982
6983 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
6984
6985 Obsolete alias inactivate-current-input-method-function (Bug#10150).
6986 * international/mule-cmds.el: Create
6987 inactivate-current-input-method-function as an obsolete alias for
6988 deactivate-current-input-method-function. See Katsumi Yamaoka in
6989 <http://bugs.gnu.org/10150#46>.
6990
6991 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
6992
6993 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
6994 of nested `if's.
6995
6996 2012-08-01 Glenn Morris <rgm@gnu.org>
6997
6998 * progmodes/autoconf.el (autoconf-definition-regexp):
6999 Add AH_TEMPLATE, adjust submatch numbering.
7000 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
7001 (autoconf-current-defun-function): Update for above change.
7002 (autoconf-current-defun-function): First skip to end of current word.
7003
7004 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
7005
7006 * calendar/cal-html.el (cal-html-insert-agenda-days):
7007 Fix typo. (Bug#12018)
7008
7009 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7010
7011 Shell processes: enhancements to startup and CEDET compatibility.
7012 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
7013 (python-shell-make-comint): accept-process-output at startup.
7014 (run-python-internal): Set inferior-python-mode-hook to nil.
7015 (python-shell-internal-get-or-create-process): call sit-for.
7016 (python-preoutput-result): Add obsolete alias.
7017 (python-shell-internal-send-string): Use it.
7018 (python-shell-send-setup-code): Remove call to
7019 accept-process-output.
7020
7021 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
7022
7023 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
7024 (Bug#12108)
7025
7026 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
7027
7028 * calc-mode.el (calc-basic-simplification-mode): Rename from
7029 `calc-limited-simplification-mode'.
7030 (calc-alg-simplification-mode): New function.
7031 (calc-set-simplify-mode): Adjust message.
7032
7033 * calc.el (calc-set-mode-line): Adjust mode line display for
7034 basic simplification mode.
7035
7036 * calc-help.el (calc-m-prefix-help): Update help message.
7037
7038 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
7039 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
7040
7041 2012-07-31 Bastien Guerry <bzg@gnu.org>
7042
7043 * man.el (man): Fix comment. (bug#12101)
7044
7045 2012-07-31 Martin Rudalics <rudalics@gmx.at>
7046
7047 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7048 Don't return a non-nil value when no suitable buffer was found.
7049
7050 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7051
7052 * progmodes/python.el (run-python-internal): Disable font lock for
7053 internal shells.
7054
7055 2012-07-30 Stefan Merten <smerten@oekonux.de>
7056
7057 * textmodes/rst.el: Silence `checkdoc-ispell'.
7058 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7059 (rst-official-version, rst-official-cvs-rev)
7060 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
7061 (rst-mode-map): New key binding.
7062
7063 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7064
7065 Update .PHONY listings in makefiles.
7066 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
7067 autoloads, update-subdirs, updates, bzr-update, update-authors,
7068 compile-onefile, compile-calc, backup-compiled-files,
7069 compile-after-backup, compile-one-process, mh-autoloads,
7070 bootstrap-clean, distclean, maintainer-clean.
7071
7072 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7073
7074 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
7075 (calc-set-mode-line): Don't display "AlgSimp ".
7076
7077 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
7078 (calc-lim-simplify-mode): New function.
7079 (calc-set-simplify-mode): Default to 'alg.
7080 (calc-default-simplify-mode): Make algebraic simplifications
7081 the default.
7082
7083 * calc/calc-ext.el (calc-init-extensions): Remove binding for
7084 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
7085
7086 * calc/calc-help.el (calc-m-prefix-help): Change messages to
7087 indicate new simplification modes.
7088
7089 * calc/README: Mention new default simplification mode.
7090
7091 * calc/calc.el (math-normalize-error): New variable.
7092 (math-normalize): Set `math-normalize-error' to t
7093 when there's an error.
7094
7095 * calc/calc-alg.el (math-simplify): Don't simplify when
7096 `math-normalize' returns an error.
7097
7098 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7099
7100 * international/mule-cmds.el (set-locale-environment): Revert last
7101 change, since display-graphic-p returns nil when this function is
7102 called during startup. Instead...
7103
7104 * term/w32console.el (terminal-init-w32console): ...setup the
7105 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
7106
7107 2012-07-29 Juri Linkov <juri@jurta.org>
7108
7109 * simple.el (goto-line): Don't display default line number in the
7110 prompt because it should be displayed by `read-number' (bug#9952).
7111 Add the current line number to the defaults of `goto-line' to
7112 allow its easier modification by users with `M-n' (bug#9201).
7113
7114 * subr.el (read-number): Support multiple default values like in
7115 other minibuffer reading functions. Replace `read' with
7116 `string-to-number' for consistency with `number-to-string'.
7117
7118 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7119
7120 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
7121 * emulation/viper-init.el (viper-deactivate-input-method-action):
7122 Rename from viper-inactivate-input-method-action.
7123 (viper-deactivate-input-method):
7124 Rename from viper-inactivate-input-method.
7125 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
7126 * international/mule-cmds.el (deactivate-input-method):
7127 Rename from inactivate-input-method.
7128 Also run input-method-deactivate-hook.
7129 (deactivate-current-input-method-function):
7130 Rename from inactivate-current-input-method-function.
7131 (input-method-deactivate-hook): New hook.
7132 (input-method-inactivate-hook): Mark obsolete.
7133 (inactivate-input-method): Mark obsolete.
7134
7135 * international/quail.el (quail-activate):
7136 Also run quail-deactivate-hook.
7137 (quail-deactivate): Rename from quail-inactivate.
7138 * international/robin.el (robin-activate):
7139 Also run robin-deactivate-hook.
7140 (robin-deactivate): Rename from robin-inactivate.
7141
7142 2012-07-29 Chong Yidong <cyd@gnu.org>
7143
7144 * simple.el (indicate-copied-region): New function.
7145 (kill-ring-save): Split off from here.
7146
7147 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
7148 (kill-rectangle): Set deactivate-mark to t on read-only error.
7149
7150 * register.el (copy-to-register, copy-rectangle-to-register):
7151 Deactivate the mark, and use indicate-copied-region (Bug#10056).
7152 (append-to-register, prepend-to-register): Call indicate-copied-region.
7153
7154 2012-07-29 Juri Linkov <juri@jurta.org>
7155
7156 * simple.el (async-shell-command-buffer): New defcustom.
7157 (shell-command): Use it. (Bug#4719)
7158
7159 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7160
7161 * international/mule-cmds.el (set-locale-environment): In a
7162 console session on MS-Windows, set up keyboard and terminal
7163 encoding from the OEM codepage, not the ANSI codepage.
7164 (Bug#12055)
7165
7166 2012-07-28 Chong Yidong <cyd@gnu.org>
7167
7168 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
7169 gdb-get-location.
7170
7171 2012-07-28 Leo Liu <sdl.web@gmail.com>
7172
7173 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
7174 the alist (bug#12029).
7175
7176 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7177
7178 * makefile.w32-in (custom-deps, finder-data, updates, compile)
7179 (compile-always, compile-first)
7180 ($(lisp)/calendar/cal-loaddefs.el)
7181 ($(lisp)/calendar/diary-loaddefs.el)
7182 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7183 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
7184 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
7185 instead of on update-subdirs.
7186 (bootstrap-clean): Delete $(lisp)/subdirs.el.
7187
7188 2012-07-28 Chong Yidong <cyd@gnu.org>
7189
7190 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
7191 directory if vc-deduce-backend returns nil (Bug#7350).
7192
7193 * simple.el (delete-trailing-lines): New option.
7194 (delete-trailing-whitespace): Obey it (Bug#11879).
7195
7196 2012-07-28 David Engster <deng@randomsample.de>
7197
7198 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
7199 Explanation of new 'symbol-qnames feature in doc-strings.
7200 (xml-maybe-do-ns): Return expanded names as plain symbols if
7201 'symbol-qnames was provided in XML-NS argument (Bug#11916).
7202 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
7203
7204 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7205
7206 Consistent completion in inferior python with emacs -nw.
7207 * progmodes/python.el (inferior-python-mode): replace "<tab>"
7208 binding in inferior-python-mode-map with "\t".
7209 (python-shell-completion-complete-at-point)
7210 (python-completion-complete-at-point): Remove interactive spec.
7211
7212 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7213
7214 * calc/calccomp.el (math-compose-expr): Undo previous change.
7215
7216 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7217
7218 * progmodes/python.el (python-mode-map): Add keybinding for
7219 run-python.
7220 (python-shell-make-comint): Fix pop-to-buffer call.
7221 (run-python): Autoload. New arg SHOW.
7222 (python-shell-get-or-create-process): Do not pop python process
7223 buffer.
7224
7225 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
7226
7227 * notifications.el (notifications-on-action-signal)
7228 (notifications-on-closed-signal): Use also the bus address for the map.
7229 (notifications-notify, notifications-close-notification)
7230 (notifications-get-capabilities): Add optional argument BUS.
7231
7232 2012-07-27 Tassilo Horn <tsdh@gnu.org>
7233
7234 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7235 Add support for the lstlisting and minted environments, and for the
7236 ctable macro.
7237 * textmodes/reftex.el (reftex-compile-variables): Also recognize
7238 labels written in keyvals syntax.
7239
7240 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7241
7242 * calc/calccomp.el (math-compose-expr): Use parentheses when
7243 there is a product in the denominator of a fraction.
7244
7245 2012-07-26 Eli Zaretskii <eliz@gnu.org>
7246
7247 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7248 ($(lisp)/calendar/diary-loaddefs.el)
7249 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7250 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
7251 Fixes failures in parallel bootstrap because subdirs.el is being
7252 rewritten while the autoload files are built at the same time,
7253 which needs to load subdirs.el.
7254
7255 2012-07-26 Martin Rudalics <rudalics@gmx.at>
7256
7257 * mouse.el (popup-menu): Fix doc-string and re-indent code.
7258 (mouse-drag-line): Don't exit tracking when a switch-frame or
7259 switch-window event occurs (Bug#12006).
7260
7261 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7262
7263 * mouse.el (popup-menu): Fix last change.
7264
7265 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7266
7267 Autoload from Lisp with more care. Follow aliases when looking for
7268 function properties.
7269 * subr.el (autoloadp): New function.
7270 (symbol-file): Use it.
7271 (function-get): New function.
7272 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
7273 autoload-do-load.
7274 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
7275 (lisp-indent-function):
7276 * emacs-lisp/gv.el (gv-get):
7277 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
7278 * emacs-lisp/byte-opt.el (byte-optimize-form):
7279 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7280 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
7281 Use function-get.
7282 * emacs-lisp/cl.el: Don't propagate function properties any more.
7283
7284 * speedbar.el (speedbar-add-localized-speedbar-support):
7285 * emacs-lisp/disass.el (disassemble-internal):
7286 * desktop.el (desktop-load-file):
7287 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
7288 (describe-function-1):
7289 * emacs-lisp/find-func.el (find-function-noselect):
7290 * emacs-lisp/elp.el (elp-instrument-function):
7291 * emacs-lisp/advice.el (ad-has-proper-definition):
7292 * apropos.el (apropos-safe-documentation, apropos-macrop):
7293 * emacs-lisp/debug.el (debug-on-entry):
7294 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
7295 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7296 * calc/calc.el (name): Use autoloadp & autoload-do-load.
7297
7298 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
7299
7300 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
7301 function, not an obsolete variable (Bug#12046).
7302
7303 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
7304
7305 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
7306
7307 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
7308
7309 * emacs-lisp/pp.el (pp-display-expression): Select old selected
7310 window only if it is still live (Bug#12034).
7311
7312 2012-07-25 Martin Rudalics <rudalics@gmx.at>
7313
7314 * subr.el (redirect-frame-focus): Add advertised calling
7315 convention (Bug#12030).
7316
7317 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
7318
7319 Prefer typical American spelling for "acknowledgment".
7320 * vc/add-log.el (change-log-acknowledgment): Rename from
7321 change-log-acknowledgement, with an alias for the old name.
7322
7323 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
7324
7325 * calc-alg.el (math-simplify-divide): Don't cross multiply
7326 in an equation when the lhs is a variable.
7327
7328 2012-07-24 Julien Danjou <julien@danjou.info>
7329
7330 * net/netrc.el (netrc-find-service-number, netrc-store-data):
7331 Remove, unused.
7332
7333 2012-07-23 Eli Zaretskii <eliz@gnu.org>
7334
7335 * startup.el (command-line): Don't display an empty user name in
7336 the error message about non-existent home directory, when
7337 init-file-user was set to an empty string. See
7338 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
7339 for the details and context.
7340
7341 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
7342
7343 * ses.el (ses-cell-formula-aset): New macro.
7344 (ses-cell-references-aset): New macro.
7345 (ses-cell-p): New function.
7346 (ses-rename-cell): Do no longer rely on complex operations like
7347 ses-cell-set-formula or ses-set-cell to change the cell and handle
7348 the undo at the same time, but rather use lower level new macros
7349 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
7350 the undo directly. Refresh the mode line.
7351
7352 2012-07-21 Leo Liu <sdl.web@gmail.com>
7353
7354 * progmodes/cc-cmds.el (c-defun-name):
7355 Use match-string-no-properties instead for consistency.
7356
7357 2012-07-20 Leo Liu <sdl.web@gmail.com>
7358
7359 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
7360 (Bug#7879)
7361
7362 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
7363
7364 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7365
7366 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
7367 * progmodes/bug-reference.el, misearch.el: Provide themselves
7368 (bug#11915).
7369
7370 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
7371 of narrowed buffer (bug#11966).
7372
7373 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
7374
7375 * ses.el (ses-rename-cell): Set new name also in reference list of
7376 cells of which the renamed cell depends.
7377
7378 2012-07-20 Masatake YAMATO <yamato@redhat.com>
7379
7380 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
7381 to check whether menu-bar is shown or not. If not shown,
7382 show the menu-bar as a popup menu instead of using tmm.
7383 * mouse.el (popup-menu): Accept `point' as `position' argument.
7384
7385 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
7386
7387 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
7388 up inside string symbol literal (bug#11923).
7389
7390 2012-07-20 Eli Zaretskii <eliz@gnu.org>
7391
7392 * startup.el (fancy-startup-text): Read the whole tutorial, not
7393 just its first 256 bytes. Prevents gibberish in display of the
7394 tutorial title.
7395
7396 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
7397
7398 Drop idle buffer compaction due to an absence of the
7399 proved efficiency.
7400 * compact.el: Remove.
7401
7402 2012-07-19 Sam Steingold <sds@gnu.org>
7403
7404 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
7405 vc-bzr-pull & vc-bzr-merge-branch.
7406 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
7407 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
7408 for consistency with compilation-error-regexp-alist.
7409 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
7410 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
7411 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
7412 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
7413
7414 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7415
7416 * emacs-lisp/chart.el: Use lexical-binding.
7417 (chart-emacs-storage): Don't hardcode the list of entries.
7418
7419 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7420
7421 Next round of tweaks caused by Fgarbage_collect changes.
7422 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
7423
7424 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7425
7426 Compact buffers when idle.
7427 * compact.el: New file.
7428
7429 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * subr.el (eventp): Presume that if it looks vaguely like an event,
7432 it's an event (bug#10190).
7433
7434 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
7435
7436 Enhancements to ppss related code (thanks Stefan).
7437 * progmodes/python.el (python-indent-context)
7438 (python-indent-calculate-indentation, python-indent-dedent-line)
7439 (python-indent-electric-colon, python-nav-forward-block)
7440 (python-mode-abbrev-table)
7441 (python-info-assignment-continuation-line-p): Simplify checks
7442 for ppss context.
7443 (python-info-continuation-line-p): Cleanup.
7444 (python-info-ppss-context): Do not catch 'quote.
7445 (python-info-ppss-context-type)
7446 (python-info-ppss-comment-or-string-p): Simplify.
7447
7448 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
7449
7450 * progmodes/python.el: Enhancements to eldoc support.
7451 (python-info-current-symbol): New function.
7452 (python-eldoc-at-point): Use python-info-current-symbol.
7453 (python-info-current-defun): Fix cornercase on first defun scan.
7454 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
7455 and signal error when no inferior python process is available.
7456
7457 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
7458
7459 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
7460 assume it's always t.
7461 (vc-git-registered): Remove caching, the function is only called
7462 once.
7463 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
7464
7465 2012-07-18 Chong Yidong <cyd@gnu.org>
7466
7467 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
7468
7469 * simple.el (count-words): Report on narrowing (Bug#9959).
7470
7471 * bindings.el: Bind M-= to count-words.
7472
7473 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
7474
7475 2012-07-18 Masatake YAMATO <yamato@redhat.com>
7476
7477 * progmodes/sh-script.el (sh-imenu-generic-expression):
7478 Capture a function with `function' keyword and without parentheses
7479 like "function FOO" (bug#11856).
7480
7481 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
7482
7483 * window.el (split-window-sensibly): Make WINDOW argument
7484 optional.
7485
7486 2012-07-18 Chong Yidong <cyd@gnu.org>
7487
7488 * subr.el (keyboard-translate): Doc fix (Bug#7261).
7489
7490 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
7491 and make C-x 8 RET exit isearch (Bug#11439).
7492
7493 * international/iso-transl.el: Move isearch-mode-map key
7494 definitions to isearch.el.
7495
7496 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7497
7498 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
7499 (eieio-defclass): Use gv-define-setter when possible.
7500
7501 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
7502
7503 Reflect recent changes in Fgarbage_collect.
7504 * emacs-lisp/chart.el (chart-emacs-storage): Change to
7505 reflect new format of data returned by Fgarbage_collect.
7506
7507 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7508
7509 New utility functions + python-info-ppss-context fix (Bug#11910).
7510 * progmodes/python.el (python-info-beginning-of-block-statement-p)
7511 (python-info-ppss-comment-or-string-p): New functions.
7512 (python-info-ppss-context): Small fix for string check.
7513
7514 2012-07-17 Juri Linkov <juri@jurta.org>
7515
7516 * dired-aux.el (dired-do-async-shell-command): Doc fix.
7517 (dired-do-async-shell-command): Don't add `*' at the end of the
7518 command (Bug#11815).
7519 (dired-do-shell-command): Doc fix.
7520 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
7521 Join the individual commands using either "&" or ";" as the
7522 separator depending on the values of these trailing characters.
7523 At the end re-add the trailing "&". (Bug#10598)
7524
7525 * simple.el (async-shell-command): Sync the interactive spec with
7526 `shell-command'. Doc fix.
7527 (shell-command): Doc fix.
7528
7529 2012-07-17 Juri Linkov <juri@jurta.org>
7530
7531 * descr-text.el (describe-char): Fix format args. (Bug#10129)
7532
7533 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7534
7535 Final renames and doc fixes for movement commands (bug#11899).
7536 * progmodes/python.el (python-nav-beginning-of-statement):
7537 Rename from python-nav-statement-start.
7538 (python-nav-end-of-statement): Rename from
7539 python-nav-statement-end.
7540 (python-nav-beginning-of-block): Rename from
7541 python-nav-block-start.
7542 (python-nav-end-of-block): Rename from python-nav-block-end.
7543
7544 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7545
7546 * progmodes/python.el (python-shell-send-string-no-output):
7547 Allow accept-process-output to quit, keeping shell process ready for
7548 future interactions (Bug#11868).
7549
7550 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7551
7552 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
7553
7554 * emacs-lisp/elint.el (elint-find-args-in-code):
7555 Use help-function-arglist, so as to handle lexical byte-code.
7556
7557 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
7558 change (bug#11826).
7559
7560 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7561
7562 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
7563 Avoid spuriously marking the buffer as modified because of c-is-sws.
7564
7565 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
7566 as not-a-comment (bug#11946).
7567
7568 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
7569 for uninterned vars.
7570
7571 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
7572 Use read-event since we don't really want to read chars but bytes.
7573
7574 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
7575 $$..$$ but also $..$ using regexps (bug#11953).
7576 Use tex-verbatim for \url and \path.
7577 (tex-font-lock-keywords): Define as defconst like the others.
7578 (tex-common-initialization): Don't use font-lock-syntax-table any more.
7579
7580 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
7581
7582 * international/mule-cmds.el (ucs-insert): Make it an obsolete
7583 alias for insert-char.
7584
7585 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7586
7587 * progmodes/python.el: Simplified imenu implementation.
7588 (python-nav-jump-to-defun): Remove command.
7589 (python-mode-map): Use `imenu' instead.
7590 (python-nav-list-defun-positions-cache)
7591 (python-imenu-include-defun-type, python-imenu-make-tree)
7592 (python-imenu-subtree-root-label, python-imenu-index-alist):
7593 Remove vars.
7594 (python-nav-list-defun-positions, python-nav-read-defun)
7595 (python-imenu-tree-assoc, python-imenu-make-element-tree)
7596 (python-imenu-make-tree, python-imenu-create-index):
7597 Remove functions.
7598 (python-mode): Update to interact with imenu by setting
7599 `imenu-extract-index-name-function' only.
7600
7601 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7602
7603 * progmodes/python.el: Enhancements to navigation commands.
7604 (python-nav-backward-sentence)
7605 (python-nav-forward-sentence): Remove.
7606 (python-nav-backward-statement, python-nav-forward-statement)
7607 (python-nav-statement-start, python-nav-statement-end)
7608 (python-nav-backward-block, python-nav-forward-block)
7609 (python-nav-block-start, python-nav-block-end)
7610 (python-nav-forward-sexp-function)
7611 (python-info-current-line-comment-p)
7612 (python-info-current-line-empty-p): New functions.
7613 (python-indent-context): Use `python-nav-statement-start'.
7614
7615 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
7616
7617 * eshell/em-ls.el (eshell/ls): Use `apply'.
7618
7619 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
7620 multi-hops, instead of Tramp internals.
7621
7622 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
7623
7624 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
7625 when F1 and F2 are located on different hosts.
7626
7627 2012-07-14 Chong Yidong <cyd@gnu.org>
7628
7629 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
7630 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
7631 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
7632 (xterm-mouse--read-event-sequence-1000)
7633 (xterm-mouse--read-event-sequence-1006): New functions. For old
7634 mouse protocol, handle M-mouse-X events correctly.
7635 (xterm-mouse-event): New arg specifying mouse protocol.
7636 (turn-on-xterm-mouse-tracking-on-terminal)
7637 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
7638 sequence to toggle extended coordinates on newer XTerms.
7639 This appears to be harmless on terminals which do not support this.
7640
7641 2012-07-14 Leo Liu <sdl.web@gmail.com>
7642
7643 Add fringe bitmap indicators for flymake. (Bug#11253)
7644 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
7645 (flymake-make-overlay): New arg BITMAP.
7646 (flymake-error-bitmap, flymake-warning-bitmap)
7647 (flymake-fringe-indicator-position): New user variables.
7648
7649 * fringe.el: New bitmap exclamation-mark.
7650
7651 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
7652
7653 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
7654 also (Bug#7879).
7655
7656 2012-07-14 Chong Yidong <cyd@gnu.org>
7657
7658 * electric.el (electric-pair-post-self-insert-function): Fix pair
7659 insertion in empty-region case (Bug#11520).
7660
7661 2012-07-14 Chong Yidong <cyd@gnu.org>
7662
7663 * bindings.el: Consolidate ctl-x-r-map bindings.
7664 Bind copy-rectangle-as-kill to C-x r w.
7665
7666 * rect.el, register.el: Move bindings to bindings.el.
7667
7668 2012-07-14 Reuben Thomas <rrt@sc3d.org>
7669
7670 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
7671
7672 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
7673
7674 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
7675
7676 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
7677
7678 * bindings.el (top): Use `mapc' instead of `mapcar'.
7679
7680 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
7681
7682 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
7683
7684 * progmodes/sql.el (sql-comint): Suppress the check for program on
7685 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
7686 (Bug#11908)
7687
7688 2012-07-13 Chong Yidong <cyd@gnu.org>
7689
7690 * bindings.el: Assign a non-nil permanent-local property to
7691 per-buffer variables which lack a default value (Bug#11930).
7692
7693 * help-fns.el (describe-variable): In the "automatically becomes
7694 local" notice, take note of permanent-local variables.
7695
7696 2012-07-13 Chong Yidong <cyd@gnu.org>
7697
7698 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
7699 to allow printing the message when called from Lisp.
7700
7701 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7702 Remove toggle-read-only.
7703
7704 * bs.el (bs-toggle-readonly):
7705 * buff-menu.el (Buffer-menu-toggle-read-only):
7706 Remove with-no-warnings around toggle-read-only.
7707
7708 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
7709 Remove with-no-warnings around toggle-read-only.
7710 (ffap-read-only, ffap-read-only-other-window)
7711 (ffap-read-only-other-frame): Callers changed.
7712
7713 * help-mode.el: Don't require view package.
7714 (help-mode-finish): Set buffer-read-only instead of calling
7715 toggle-read-only.
7716
7717 * bindings.el (mode-line-toggle-read-only):
7718 * dired.el (dired-toggle-read-only):
7719 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
7720 with non-nil second arg.
7721
7722 * emacs-lisp/eieio-custom.el (eieio-customize-object):
7723 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
7724 directly.
7725
7726 2012-07-12 Eli Zaretskii <eliz@gnu.org>
7727
7728 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
7729 not incf.
7730
7731 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7732
7733 More CL cleanups and reduction of use of cl.el.
7734 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
7735 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
7736 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
7737 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
7738 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
7739 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
7740 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
7741 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
7742 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
7743 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
7744 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
7745 * eshell/em-cmpl.el, eshell/em-banner.el:
7746 * calendar/parse-time.el: Use cl-lib.
7747 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
7748 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
7749 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
7750 * term/ns-win.el, term.el, shell.el, ps-samp.el:
7751 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
7752 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
7753 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
7754 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
7755 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
7756 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
7757 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
7758 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
7759 `lambda' rather than with `quote'.
7760 (eshell-do-opt): Adjust accordingly.
7761 (eshell-process-option): Simplify.
7762 * eshell/esh-var.el:
7763 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
7764 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
7765 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
7766 to `pcase--dontcare'.
7767 * emacs-lisp/cl.el (labels): Mark obsolete.
7768 (cl--letf, letf): Move to cl-lib.
7769 (cl--letf*, letf*): Remove.
7770 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
7771 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
7772 (cl-progv): Rewrite.
7773 (cl--letf, cl-letf): Move from cl.el.
7774 (cl-letf*): New macro.
7775 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
7776
7777 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
7778
7779 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
7780
7781 2012-07-11 Chong Yidong <cyd@gnu.org>
7782
7783 * vc/log-edit.el (log-edit-vc-backend): New variable.
7784 (log-edit): Doc fix.
7785
7786 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
7787 argument of log-edit to set up all local variables.
7788 (vc-start-logentry): New optional arg specifying VC backend.
7789
7790 * vc/vc.el (vc-checkin): Use it.
7791 (vc-deduce-fileset): Handle Log Edit buffers.
7792 (vc-diff): Make first argument optional too.
7793
7794 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
7795
7796 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
7797
7798 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
7799 command, just in case. The function is not needed anymore.
7800 (eshell-external-command): Do not call `eshell-remote-command'.
7801
7802 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7803
7804 Reduce use of (require 'cl).
7805 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
7806 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
7807 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
7808 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
7809 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
7810 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
7811 * battery.el, avoid.el, abbrev.el: Use cl-lib.
7812 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
7813 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
7814 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
7815 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
7816 * calculator.el, autorevert.el, apropos.el: Don't require CL.
7817 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
7818 (byte-compile-unfold-bcf, byte-compile-check-variable):
7819 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
7820 (byte-compile-nilconstp):
7821 * emacs-lisp/autoload.el (make-autoload): Use pcase.
7822 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
7823
7824 * emacs-lisp/gv.el (cond): Make it a valid place.
7825 (if): Simplify slightly.
7826
7827 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
7828 (pcase--self-quoting-p): New function.
7829 (pcase--u1): Use it.
7830
7831 2012-07-10 Glenn Morris <rgm@gnu.org>
7832
7833 * emacs-lisp/authors.el (authors-fixed-entries):
7834 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
7835
7836 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
7837
7838 Rename configure.in to configure.ac (Bug#11603).
7839 * emacs-lisp/authors.el (authors-canonical-file-name):
7840 * progmodes/autoconf.el (autoconf-mode):
7841 Prefer configure.ac to configure.in.
7842
7843 2012-07-08 Chong Yidong <cyd@gnu.org>
7844
7845 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
7846 Implement the mouse-1-click-follows-link handling properly.
7847
7848 * info.el (Info-link-keymap): Use follow-link mechanism for
7849 header-line links (Bug#374).
7850
7851 * simple.el (deactivate-mark): Do not set the primary selection
7852 if another program has acquired it (Bug#11772).
7853
7854 2012-07-07 Kevin Ryde <user42@zip.com.au>
7855
7856 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
7857 (woman-decode-region): Replace escaped-escapes without destroying
7858 bold or underline (Bug#11552).
7859 (woman2-process-escapes): Handle nofill regions (Bug#11591).
7860
7861 2012-07-07 Chong Yidong <cyd@gnu.org>
7862
7863 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
7864 (interprogram-cut-function, interprogram-paste-function):
7865 Mention that we typically mean the clipboard.
7866
7867 2012-07-06 Glenn Morris <rgm@gnu.org>
7868
7869 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
7870
7871 * files.el (toggle-read-only): Restrict message to interactive use.
7872
7873 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
7874
7875 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
7876
7877 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
7878
7879 2012-07-06 Glenn Morris <rgm@gnu.org>
7880
7881 * Makefile.in (compile-one-process): Rename from "recompile".
7882
7883 * Makefile.in (bzr-update): "compile" is the same as "recompile
7884 autoloads", but parallelizable, so use that instead.
7885
7886 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
7887
7888 * window.el (quit-window): Always restore window height when
7889 it's saved in quit-restore parameter (Bug#11810).
7890
7891 2012-07-06 Glenn Morris <rgm@gnu.org>
7892
7893 * simple.el (kill-whole-line): Doc tweak.
7894
7895 2012-07-06 Eli Zaretskii <eliz@gnu.org>
7896
7897 * files.el (file-relative-name): Compare file names
7898 case-insensitively if on MS-Windows or MS-DOS, or if
7899 read-file-name-completion-ignore-case is non-nil. Don't use
7900 case-fold-search for this purpose. (Bug#11827)
7901
7902 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
7903
7904 * calendar/cal-dst.el (calendar-current-time-zone):
7905 Return calendar-current-time-zone-cache if non-nil.
7906
7907 2012-07-17 Masatake YAMATO <yamato@redhat.com>
7908 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
7909
7910 * calendar/cal-dst.el (calendar-current-time-zone):
7911 Return calendar-current-time-zone-cache if non-nil.
7912
7913 2012-07-06 Glenn Morris <rgm@gnu.org>
7914
7915 * Makefile.in (cvs-update): Remove old alias.
7916
7917 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
7918
7919 Sync with Tramp 2.2.6-pre.
7920
7921 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
7922 compatible declaration.
7923
7924 * net/tramp-cmds.el (tramp-append-tramp-buffers):
7925 Protect `list-load-path-shadows' call.
7926
7927 * net/tramp-compat.el (top): Require packages, which aren't
7928 autoloaded anymore for XEmacs. Protect call of
7929 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
7930 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
7931 it hurts at least for SXEmacs.
7932 (tramp-compat-temporary-file-directory): In XEmacs, there is no
7933 standard-value for `temporary-file-directory'.
7934
7935 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
7936 Redirect stderr to /dev/null.
7937 (tramp-sh-handle-write-region): uid and gid can be floats.
7938 Reported by Russell Sim <russell.sim@gmail.com>.
7939 (tramp-sh-handle-vc-registered): Hide errors.
7940 (tramp-vc-file-name-handler): Use dummy results for `process-file'
7941 and `start-file-process'.
7942 (tramp-maybe-open-connection): Check also whether `non-essential'
7943 is bound.
7944
7945 2012-07-04 Chong Yidong <cyd@gnu.org>
7946
7947 * xml.el (xml--parse-buffer): Use xml-syntax-table.
7948 (xml-parse-tag): Likewise, and avoid changing entity tables.
7949 (xml-syntax-table): Define from scratch, making sure not to give
7950 x2000 and other Unicode spaces whitespace syntax, since those are
7951 not spaces in XML.
7952 (xml-parse-fragment): Delete unused function.
7953 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
7954 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
7955 (xml-entity-ref, xml-pe-reference-re)
7956 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
7957 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
7958 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
7959 (xml-entity-value-re): Use syntax references in regexps where
7960 possible; no need to define inside a let-binding.
7961 (xml-parse-dtd): Use xml-pe-reference-re.
7962 (xml-entity-or-char-ref-re): New defconst.
7963 (xml-parse-string, xml-substitute-special): Use it.
7964
7965 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7966
7967 * files.el (locate-dominating-file): Allow `name' to be a predicate.
7968 (find-file--read-only): New function.
7969 (find-file-read-only, find-file-read-only-other-window)
7970 (find-file-read-only-other-frame): Use it.
7971 (insert-file-contents-literally): Don't `fset'.
7972 (get-free-disk-space): Use locate-dominating-file.
7973
7974 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
7975 function is already compiled.
7976
7977 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
7978
7979 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
7980
7981 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
7982 files on the same host.
7983
7984 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
7985
7986 * help-fns.el (describe-function-1): Only call
7987 help-fns--autoloaded-p when we have a file name. (Bug#11848)
7988
7989 2012-07-03 Chong Yidong <cyd@gnu.org>
7990
7991 * xml.el: Protect parser against XML bombs.
7992 (xml-entity-expansion-limit): New variable.
7993 (xml-parse-string, xml-substitute-special): Use it.
7994 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
7995
7996 2012-07-03 Glenn Morris <rgm@gnu.org>
7997
7998 * progmodes/bug-reference.el (bug-reference-bug-regexp):
7999 Allow linking to specific messages in debbugs reports (eg 123#5).
8000
8001 2012-07-02 Chong Yidong <cyd@gnu.org>
8002
8003 * xml.el: Fix entity and character reference expansion, allowing
8004 them to expand into markup as per XML spec.
8005 (xml-default-ns): New variable.
8006 (xml-entity-alist): Use XML spec definitions for lt and amp.
8007 (xml-parse-region): Make first two arguments optional.
8008 Discard text properties.
8009 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
8010 All callers changed.
8011 (xml-parse-tag): Call xml-parse-tag-1. For backward
8012 compatibility, this function should not modify buffer contents.
8013 (xml-parse-tag-1): Fix opening-tag regexp.
8014 (xml-parse-string): Rewrite, handling entity and character
8015 references properly.
8016 (xml--entity-replacement-text): Signal an error if a parameter
8017 entity is undefined.
8018
8019 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8020
8021 * comint.el (comint-output-filter): Filter out repeated prompts.
8022
8023 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
8024 and file-name-absolute-p.
8025 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
8026 internal calls.
8027
8028 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
8029
8030 Spelling fixes.
8031 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
8032 Rename from byte-compile--refiy-function. All uses changed.
8033
8034 2012-07-01 Chong Yidong <cyd@gnu.org>
8035
8036 * xml.el (xml--parse-buffer): New function. Move most of
8037 xml-parse-region here.
8038 (xml-parse-region): Copy region into a temporary buffer, since
8039 parameter entity substitution requires changing buffer contents.
8040 Use xml--parse-buffer.
8041 (xml-parse-file): Use xml--parse-buffer.
8042 (xml-parse-dtd): Make parameter entity substitution work right.
8043 Use proper regexps for ELEMENT declarations (Bug#7172).
8044
8045 2012-06-30 Glenn Morris <rgm@gnu.org>
8046
8047 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
8048
8049 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
8050 Remove outdated and unnecessary dbus declarations.
8051
8052 2012-06-30 Eli Zaretskii <eliz@gnu.org>
8053
8054 * emacs-lisp/timer.el (timer-until): Subtract results of
8055 float-time, instead of taking float-time of the result of
8056 time-subtract, since float-time signals an error for negative time
8057 arguments.
8058
8059 2012-06-30 Chong Yidong <cyd@gnu.org>
8060
8061 * xml.el (xml-*-re): Convert defvars into defconsts, and
8062 eval-and-compile them so eval-and-compile works on derivatives.
8063 (xml--entity-replacement-text): Use eval-and-comple.
8064
8065 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
8066
8067 * vc/vc-git.el (vc-git-registered): Use cache property
8068 `git-registered'.
8069 (vc-git-mode-line-string): Call `vc-working-revision' instead of
8070 `vc-git-working-revision' in order to benefit from the cache.
8071 (vc-git-root): Use cache property `git-root'. (Bug#11757)
8072
8073 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
8074
8075 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
8076 removed (likely outside Emacs). (Bug#11757)
8077
8078 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8079
8080 * emacs-lisp/cl-lib.el: Require macroexp.
8081
8082 2012-06-30 Chong Yidong <cyd@gnu.org>
8083
8084 * xml.el: Implement XML parameter entities.
8085 (xml-parameter-entity-alist): New variable.
8086 (xml-parse-region, xml-parse-fragment): Preserve previous values
8087 of xml-entity-alist and xml-parameter-entity-alist, so that
8088 repeated calls on different documents do not change them.
8089 (xml-parse-tag): Fix doctype regexp.
8090 (xml--entity-replacement-text): New function.
8091 (xml-parse-dtd): Use it. Don't handle system entities; doing that
8092 properly requires url retrieval which is unimplemented.
8093 (xml-escape-string): Doc fix.
8094
8095 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8096
8097 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
8098
8099 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
8100
8101 * fringe.el (fringe-mode): Doc fix.
8102
8103 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
8104
8105 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
8106 is non-nil.
8107 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
8108 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
8109
8110 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
8111
8112 * calendar/cal-dst.el (calendar-current-time-zone):
8113 Return calendar-current-time-zone-cache if non-nil.
8114
8115 2012-06-29 Masatake YAMATO <yamato@redhat.com>
8116
8117 * progmodes/which-func.el (which-func-format):
8118 Add mouse-face. (Bug#11698)
8119
8120 2012-06-29 Leo Liu <sdl.web@gmail.com>
8121
8122 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
8123
8124 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * minibuffer.el (minibuffer-confirm-exit-commands):
8127 Add completion-at-point (bug#11725).
8128
8129 2012-06-29 Glenn Morris <rgm@gnu.org>
8130
8131 * progmodes/f90.el (f90-font-lock-keywords-2):
8132 Add some preprocessor elements. (Bug#10499)
8133
8134 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8135
8136 * progmodes/cperl-mode.el (cperl-update-syntaxification):
8137 Use syntax-propertize (bug#11739).
8138
8139 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
8140
8141 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
8142
8143 2012-06-28 Julien Danjou <julien@danjou.info>
8144
8145 * term.el (term-handle-colors-array): Use a set of new faces to
8146 color the terminal. Also uses :inverse-video property.
8147 (term-default-fg-color): Set to nil by default, deprecate in favor
8148 of `term-face'.
8149 (term-default-bg-color): Set to nil by default, deprecate in favor
8150 of `term-face'.
8151 (term-current-face): Use `term-face' by default.
8152 (term-bold-attribute): Variable deleted.
8153
8154 2012-06-28 Glenn Morris <rgm@gnu.org>
8155
8156 * simple.el (completion-list-mode-finish):
8157 Don't use toggle-read-only. (Since completion-list-mode has
8158 a special mode-class, it wasn't doing anything extra anyway.)
8159
8160 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8161
8162 Make inlining of other-mode interpreted functions work (bug#11799).
8163 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
8164 (byte-compile): Use it to fix compilation of lexical-binding closures.
8165 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
8166 function, if needed.
8167
8168 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * help-mode.el (help-make-xrefs): Don't just withstand
8171 cyclic-variable-indirection but any error in documentation-property.
8172
8173 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
8174 memory use.
8175 * bindings.el (bindings--define-key): New function.
8176 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
8177 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
8178 * bindings.el: Use it to purecopy define-key bindings.
8179
8180 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
8181
8182 * emacs-lisp/cl.el (flet): Mark obsolete.
8183 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
8184 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
8185 * progmodes/js.el (js-c-fill-paragraph):
8186 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
8187 (ebrowse-switch-member-buffer-to-derived-class):
8188 * play/5x5.el (5x5-solver): Use cl-flet.
8189
8190 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
8191 (cl--symbol-function): New macro.
8192 (cl--letf, cl--letf*): Use it.
8193
8194 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8195 Strip "toggle-" if any.
8196
8197 2012-06-27 Glenn Morris <rgm@gnu.org>
8198
8199 * info.el (Info-default-directory-list): Move here from paths.el.
8200 * paths.el: Remove file, which is now empty.
8201 * loadup.el: No longer load "paths".
8202
8203 * custom.el (custom-initialize-delay): Doc fix.
8204
8205 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8206 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8207 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8208 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8209 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8210 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
8211 * eshell/eshell.el (eshell-defgroup): Remove alias.
8212
8213 2012-06-27 Chong Yidong <cyd@gnu.org>
8214
8215 * help.el (help-enable-auto-load): New variable.
8216
8217 * help-fns.el (help-fns--autoloaded-p): New function.
8218 (describe-function-1): Refer to a function as "autoloaded" if it
8219 was autoloaded at any time in the past. Perform autoloading if
8220 help-enable-auto-load is non-nil.
8221
8222 2012-06-26 Eli Zaretskii <eliz@gnu.org>
8223
8224 * makefile.w32-in (compile, compile-always): Depend on
8225 update-subdirs, not on subdirs.el. Otherwise, several different
8226 sub-targets of 'bootstrap' running in parallel could
8227 simultaneously write to subdirs.el, producing a garbled file.
8228
8229 2012-06-26 Sam Steingold <sds@gnu.org>
8230
8231 * files.el (file-name-base): New convenience function.
8232 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
8233 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
8234 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
8235 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
8236 * textmodes/ispell.el, textmodes/reftex-ref.el:
8237 * textmodes/tex-mode.el: Use it.
8238 Did not touch cedet and org because they are maintained elsewhere.
8239
8240 2012-06-26 Martin Rudalics <rudalics@gmx.at>
8241
8242 * calendar/calendar.el (calendar-exit): Don't try to delete or
8243 iconify last frame. See:
8244 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
8245
8246 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
8247
8248 * server.el (server-process-filter): Remember dir in the
8249 process's `server-client-directory' properties.
8250
8251 2012-06-24 Chong Yidong <cyd@gnu.org>
8252
8253 * xml.el (xml-parse-tag): Correctly handle comment embedded in
8254 non-tag text.
8255
8256 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
8257
8258 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
8259
8260 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8261
8262 * help-fns.el (describe-variable): Don't croak when doc is not found.
8263 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
8264 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
8265 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
8266 * emacs-lisp/smie.el (smie-next-sexp): CSE.
8267 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
8268 ((lambda ..) ..).
8269 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
8270
8271 2012-06-23 Chong Yidong <cyd@gnu.org>
8272
8273 * info.el (Info-mouse-follow-link): Accept symbol values of
8274 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
8275 (Info-fontify-node): Use Info-link-keymap for all navigation
8276 buttons, with link-args property to perform the desired action.
8277 (Info-link-keymap): Doc fix.
8278 (Info-next-link-keymap, Info-prev-link-keymap)
8279 (Info-up-link-keymap): Delete now-unused keymaps.
8280
8281 2012-06-23 Chong Yidong <cyd@gnu.org>
8282
8283 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
8284
8285 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
8286 system abbrevs.
8287
8288 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
8289
8290 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8291
8292 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
8293 (bug#11719).
8294
8295 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
8296 the requote function doesn't work properly (bug#11714).
8297
8298 2012-06-23 Glenn Morris <rgm@gnu.org>
8299
8300 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
8301
8302 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8303
8304 Further GV/CL cleanups.
8305 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
8306 gv-expander.
8307 (gv--defun-declaration): New function.
8308 (defun-declarations-alist): Use it.
8309 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
8310 (gv-place): Autoload.
8311 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
8312 original definition of dotimes and dolist.
8313 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
8314 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
8315 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
8316 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8317 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
8318 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
8319 to the function's definition.
8320 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
8321 * window.el:
8322 * files.el:
8323 * faces.el:
8324 * env.el: Don't use CL.
8325
8326 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
8327
8328 Support higher-resolution time stamps (Bug#9000).
8329
8330 * calendar/time-date.el (with-decoded-time-value): New arg
8331 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
8332 (encode-time-value): New optional arg PICO. New type 3.
8333 (time-to-seconds) [!float-time]: Support the new picoseconds
8334 component if it's used.
8335 (seconds-to-time, time-subtract, time-add):
8336 Support ps-resolution time stamps as well.
8337
8338 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
8339 (timerp): Timer vectors now have length 9, not 8.
8340 (timer--time): Support new-style (4-part) time stamps.
8341 (timer-next-integral-multiple-of-time): Time stamps now have
8342 picosecond resolution, so take a bit more care about rounding.
8343 (timer-relative-time, timer-inc-time): New optional arg psecs.
8344 (timer-set-time-with-usecs): Set psecs to 0.
8345 (timer--activate): Check psecs component, too.
8346
8347 * proced.el (proced-time-lessp): Support ps-resolution stamps.
8348
8349 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8350
8351 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
8352 Move the non-essential binding to the post/pre-command-hook where it is
8353 more obviously correct.
8354
8355 * subr.el (read-passwd): Don't use a history at all.
8356 * savehist.el (savehist-save): Remove password saved accidentally
8357 because of the above bug.
8358
8359 2012-06-22 Bastien Guerry <bzg@gnu.org>
8360
8361 * files.el (toggle-read-only): Display a message telling whether
8362 the buffer is read-only or not (bug#11726).
8363
8364 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8365
8366 * emacs-lisp/gv.el: New file.
8367 * subr.el (push, pop): Extend to generalized variables.
8368 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
8369 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
8370 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
8371 gv-define-simple-setter, and gv-define-expander.
8372 Remove setf-methods defined in gv. Rename cl-setf -> setf.
8373 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
8374 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
8375 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
8376 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
8377 gv-letplace.
8378 (cl-defstruct): Don't define setf-method any more.
8379 * emacs-lisp/cl.el (flet): Don't autoload.
8380 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
8381 (define-setf-expander, defsetf, define-modify-macro)
8382 (cl-struct-setf-expander): Move from cl-lib.el.
8383 * emacs-lisp/syntax.el:
8384 * emacs-lisp/ewoc.el:
8385 * emacs-lisp/smie.el:
8386 * emacs-lisp/cconv.el:
8387 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
8388 (timer--time): Use gv-define-simple-setter.
8389 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
8390 to avoid coding-system problems in subr.el. Adjust all users.
8391 (macroexp--maxsize, macroexp-small-p): New functions.
8392 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
8393 * scroll-bar.el (scroll-bar-mode):
8394 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8395 (normal-erase-is-backspace-mode): Don't use the `eq' place.
8396 * winner.el (winner-configuration, winner-make-point-alist)
8397 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
8398 * files.el (locate-file-completion-table): Avoid list*.
8399
8400 2012-06-22 Chong Yidong <cyd@gnu.org>
8401
8402 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
8403 (dired-create-files): Doc fix (Bug#11329).
8404 (dired-do-copy): Doc fix (Bug#11334).
8405 (dired-mark-read-string): Doc fix (Bug#11553).
8406
8407 * dired.el (dired-recursive-copies, dired-recursive-deletes):
8408 Doc fix (Bug#11326).
8409 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
8410 (dired-dwim-target): Doc fix.
8411
8412 * wdired.el (wdired-mode): Doc fix.
8413
8414 2012-06-22 Glenn Morris <rgm@gnu.org>
8415
8416 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
8417 (pcmpl-rpm-cache-stamp-file): New constant.
8418 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
8419 (pcmpl-rpm-packages): Optionally cache list of packages.
8420
8421 * pcmpl-rpm.el (pcmpl-rpm): New group.
8422 (pcmpl-rpm-query-options): New option.
8423 (pcmpl-rpm-packages): No need to inline it.
8424 Use pcmpl-rpm-query-options.
8425
8426 * calendar/calendar.el (calendar-in-read-only-buffer):
8427 Avoid some needless mode changes.
8428
8429 2012-06-21 Chong Yidong <cyd@gnu.org>
8430
8431 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
8432 (desktop-path): Remove . from the default value (Bug#10977).
8433 (desktop-read): Use user-emacs-directory if desktop-path is nil.
8434
8435 2012-06-20 Chong Yidong <cyd@gnu.org>
8436
8437 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
8438
8439 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
8440
8441 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
8442 (bug#11201).
8443
8444 2012-06-20 Chong Yidong <cyd@gnu.org>
8445
8446 * term.el (term-window-width): Handle the case of a missing right
8447 fringe (Bug#8837).
8448 (term-check-size): Use window-text-height (Bug#5445).
8449 (term-mode): Use define-derived-mode. Minor cleanups.
8450 Set font-lock-defaults (Bug#7692).
8451 (term-move-columns, term-insert-char, term-emulate-terminal)
8452 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
8453
8454 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
8455
8456 * net/ange-ftp.el (ange-ftp-get-passwd):
8457 Bind `enable-recursive-minibuffers'.
8458 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
8459
8460 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
8461
8462 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
8463
8464 2012-06-19 Glenn Morris <rgm@gnu.org>
8465
8466 * progmodes/python.el (python-mode): Derive from prog-mode.
8467
8468 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
8469
8470 * emulation/edt.el (edt-default-menu-bar-update-buffers)
8471 (edt-user-menu-bar-update-buffers): New functions.
8472 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
8473
8474 2012-06-19 Chong Yidong <cyd@gnu.org>
8475
8476 * subr.el (with-selected-window): Preserve the selected window's
8477 terminal's top-frame (Bug#4702).
8478
8479 * window.el (save-selected-window): Likewise.
8480
8481 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8482
8483 * progmodes/python.el (python-rx-constituents): Move backquote.
8484 (python-skeleton-define, python-define-auxiliary-skeleton):
8485 Use `declare'.
8486
8487 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
8488
8489 * minibuffer.el (read-file-name-default): Revert the patch from
8490 2012-06-17.
8491
8492 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8493
8494 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
8495 (pcase--u1, pcase--q1): Don't use apply-partially.
8496
8497 2012-06-18 Glenn Morris <rgm@gnu.org>
8498
8499 * progmodes/python.el (python-proc, python-buffer)
8500 (python-send-receive, python-send-string): Fix obsolete versions.
8501
8502 2012-06-18 Martin Rudalics <rudalics@gmx.at>
8503
8504 * window.el (special-display-p): Completely remove stringp
8505 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
8506
8507 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
8508
8509 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
8510
8511 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
8512
8513 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
8514 * net/tramp-sh.el (tramp-maybe-open-connection):
8515 Throw if `non-essential' is non-nil.
8516
8517 2012-06-17 Martin Rudalics <rudalics@gmx.at>
8518
8519 * window.el (special-display-p): Signal an error if BUFFER-NAME
8520 is not a string (Bug#11713).
8521
8522 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
8523
8524 * progmodes/python.el (python-info-beginning-of-backslash):
8525 Rename from python-info-beginning-of-backlash, as a spelling fix.
8526
8527 2012-06-17 Chong Yidong <cyd@gnu.org>
8528
8529 * term.el (term-emulate-terminal): If term-check-size is called,
8530 move point to the process mark without resetting point (Bug#4635).
8531
8532 2012-06-17 Glenn Morris <rgm@gnu.org>
8533
8534 * international/mule-cmds.el (mule-menu-keymap)
8535 (set-language-environment, set-locale-environment): Doc tweaks.
8536
8537 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
8538
8539 * cus-face.el (custom-face-attributes): Add wave-style underline
8540 attribute.
8541 * faces.el (set-face-attribute): Update docstring to describe
8542 wave-style underline attribute.
8543
8544 2012-06-16 Chong Yidong <cyd@gnu.org>
8545
8546 * term/xterm.el (terminal-init-xterm): Discard input before
8547 querying background mode (Bug#10959).
8548
8549 2012-06-16 Stefan Merten <smerten@oekonux.de>
8550
8551 * textmodes/rst.el: Added and corrected some comments.
8552 (rst-re-alist-def): Improve symbol syntax.
8553 (rst-mode-syntax-table): Correct syntax entries.
8554 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8555 (rst-official-version, rst-official-cvs-rev): Update version
8556 information.
8557
8558 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
8559
8560 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
8561 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
8562
8563 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
8564
8565 * progmodes/python.el: New python.el merge.
8566 (python-guess-indent): Obsolete var.
8567 (python-indent-guess-indent-offset): New defcustom.
8568 (python-indent): Obsolete var.
8569 (python-indent-offset): New defcustom.
8570 (python-python-command, python-jython-command): Delete var.
8571 (python-shell-interpreter): New defcustom.
8572 (python-pdbtrack-do-tracking-p): Delete var.
8573 (python-pdbtrack-activate): New defcustom.
8574 (python-use-skeletons): Obsolete var.
8575 (python-skeleton-autoinsert): New defcustom.
8576 (inferior-python-filter-regexp, python-continuation-offset)
8577 (python-honour-comment-indentation, python-indent-string-contents)
8578 (python-jython-packages, python-mode-hook)
8579 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
8580 (python-shell-prompt-alist)
8581 (python-source-modes): Delete defcustoms.
8582 (python-check-buffer-name, python-eldoc-setup-code)
8583 (python-eldoc-string-code, python-ffap-setup-code)
8584 (python-ffap-string-code, python-fill-comment-function)
8585 (python-fill-decorator-function, python-fill-paren-function)
8586 (python-fill-string-function, python-imenu-include-defun-type)
8587 (python-imenu-make-tree, python-imenu-subtree-root-label)
8588 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
8589 (python-shell-compilation-regexp-alist)
8590 (python-shell-completion-module-string-code)
8591 (python-shell-completion-pdb-string-code)
8592 (python-shell-completion-setup-code)
8593 (python-shell-completion-string-code)
8594 (python-shell-enable-font-lock, python-shell-exec-path)
8595 (python-shell-extra-pythonpaths)
8596 (python-shell-internal-buffer-name, python-shell-interpreter-args)
8597 (python-shell-process-environment)
8598 (python-shell-prompt-block-regexp)
8599 (python-shell-prompt-output-regexp)
8600 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
8601 (python-shell-send-setup-max-wait, python-shell-setup-codes)
8602 (python-shell-virtualenv-path): New defcustoms.
8603 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
8604 (inferior-python-mode-syntax-table, python--prompt-regexp)
8605 (python-buffer, python-command python-python-command)
8606 (python-default-template, python-imports, python-indent-index)
8607 (python-indent-list, python-indent-list-length)
8608 (python-mode-running, python-pdbtrack-is-tracking-p)
8609 (python-preoutput-continuation, python-preoutput-leftover)
8610 (python-preoutput-result, python-preoutput-skip-next-prompt)
8611 (python-prev-dir/file, python-recursing)
8612 (python-saved-check-command, python-version-checked)
8613 (python-which-func-length-limit)
8614 (view-return-to-alist): Delete vars.
8615 (python-check-custom-command, python-dotty-syntax-table)
8616 (python-imenu-index-alist, python-indent-current-level)
8617 (python-indent-dedenters, python-indent-levels)
8618 (python-nav-beginning-of-defun-regexp)
8619 (python-nav-list-defun-positions-cache)
8620 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
8621 (python-shell-internal-buffer)
8622 (python-skeleton-available): New vars.
8623 (def-python-skeleton): Delete macro.
8624 (python-skeleton-define): New macro.
8625 (python-define-auxiliary-skeleton, python-rx): New macros.
8626 (python-insert-class): Delete command.
8627 (python-skeleton-class): New command.
8628 (python-insert-def): Delete command.
8629 (python-skeleton-def): New command.
8630 (python-insert-for): Delete command.
8631 (python-skeleton-for): New command.
8632 (python-insert-if): Delete command.
8633 (python-skeleton-if): New command.
8634 (python-insert-try/except, python-insert-try/finally): Delete commands.
8635 (python-skeleton-try): New command.
8636 (python-insert-while): Delete command.
8637 (python-skeleton-while): New command.
8638 (python-backspace): Delete command.
8639 (python-indent-dedent-line-backspace): New command.
8640 (python-electric-colon): Delete command.
8641 (python-indent-electric-colon): New command.
8642 (python-guess-indent): Delete command.
8643 (python-indent-guess-indent-offset): New command.
8644 (python-shift-left): Delete command.
8645 (python-indent-shift-left): New command.
8646 (python-shift-right): Delete command.
8647 (python-indent-shift-right): New command.
8648 (python-find-function): Delete command.
8649 (python-nav-jump-to-defun): New command.
8650 (python-next-statement): Delete command.
8651 (python-nav-forward-sentence): New command.
8652 (python-previous-statement): Delete command.
8653 (python-nav-backward-sentence): New command.
8654 (python-fill-paragraph): Delete command.
8655 (python-fill-paragraph-function): New command.
8656 (python-send-buffer): Delete command.
8657 (python-shell-send-buffer): New command.
8658 (python-send-defun): Delete command.
8659 (python-shell-send-defun): New command.
8660 (python-send-region, python-send-region-and-go): Delete commands.
8661 (python-shell-send-region)
8662 (python-shell-switch-to-shell): New commands.
8663 (python-send-string): Delete command.
8664 (python-shell-send-string): New command.
8665 (python-switch-to-python): Delete command.
8666 (python-shell-switch-to-shell): New command.
8667 (python-describe-symbol): Delete command.
8668 (python-eldoc-at-point): New command.
8669 (python--set-prompt-regexp, python-args-to-list)
8670 (python-after-info-look, python-check-version)
8671 (python-check-comint-prompt, python-find-imports)
8672 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
8673 (python-unload-function, python-expand-template)
8674 (python-maybe-jython, python-preoutput-filter)
8675 (python-pdbtrack-get-source-buffer)
8676 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
8677 (python-pdbtrack-toggle-stack-tracking)
8678 (python-pdbtrack-track-stack-file, python-initial-text)
8679 (python-first-word, python-comment-line-p, python-send-command)
8680 (python-setup-brm, python-sentinel, python-set-proc)
8681 (python-skip-out, python-input-filter, python-outdent-p)
8682 (python-outline-level, python-backslash-continuation-line-p)
8683 (python-end-of-block, python-end-of-statement, python-mark-block)
8684 (python-beginning-of-block, python-beginning-of-statement)
8685 (python-blank-line-p, python-beginning-of-string)
8686 (python-open-block-statement-p): Delete functions.
8687 (python-indent-line, python-indent-line-1): Delete functions.
8688 (python-indent-line): New function.
8689 (python-indentation-levels): Delete function.
8690 (python-indent-calculate-levels): New function.
8691 (python-proc): Delete function.
8692 (python-shell-get-process): New function.
8693 (python-send-receive): Delete function.
8694 (python-shell-send-string-no-output): New function.
8695 (python-module-path): Delete function.
8696 (python-ffap-module-path): New function.
8697 (python-completion-at-point)
8698 (python-symbol-completions): Delete functions.
8699 (python-completion-complete-at-point): New function.
8700 (python-load-file): Delete function.
8701 (python-shell-send-file): New function.
8702 (python-calculate-indentation): Delete function.
8703 (python-indent-calculate-indentation): New function.
8704 (python-skip-comments/blanks): Delete function.
8705 (python-util-forward-comment): New function.
8706 (python-continuation-line-p): Delete function.
8707 (python-info-continuation-line-p): New function.
8708 (python-which-func, python-current-defun): Delete function.
8709 (python-info-current-defun): New function.
8710 (python-beginning-of-defun): Delete function.
8711 (python-nav-beginning-of-defun): New function.
8712 (python-close-block-statement-p)
8713 (python-block-end-p): Delete function.
8714 (python-info-closing-block): New function.
8715 (python-comint-output-filter-function)
8716 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
8717 (python-fill-comment, python-fill-decorator, python-fill-paren)
8718 (python-fill-string, python-imenu-make-element-tree)
8719 (python-imenu-make-tree, python-imenu-tree-assoc)
8720 (python-indent-context, python-indent-dedent-line)
8721 (python-indent-line-function)
8722 (python-indent-post-self-insert-function)
8723 (python-indent-toggle-levels)
8724 (python-info-assignment-continuation-line-p)
8725 (python-info-beginning-of-backlash)
8726 (python-info-block-continuation-line-p)
8727 (python-info-closing-block-message)
8728 (python-info-line-ends-backslash-p)
8729 (python-info-looking-at-beginning-of-defun)
8730 (python-info-ppss-context, python-info-ppss-context-type)
8731 (python-nav-list-defun-positions, python-nav-read-defun)
8732 (python-nav-sentence-end, python-nav-sentence-start)
8733 (python-pdbtrack-comint-output-filter-function)
8734 (python-pdbtrack-set-tracked-buffer)
8735 (python-shell-calculate-exec-path)
8736 (python-shell-calculate-process-environment)
8737 (python-shell-completion--do-completion-at-point)
8738 (python-shell-completion--get-completions)
8739 (python-shell-completion-complete-at-point)
8740 (python-shell-completion-complete-or-indent)
8741 (python-shell-get-or-create-process)
8742 (python-shell-get-process-name)
8743 (python-shell-internal-get-or-create-process)
8744 (python-shell-internal-get-process-name)
8745 (python-shell-internal-send-string, python-shell-make-comint)
8746 (python-shell-parse-command, python-shell-send-setup-code)
8747 (python-skeleton-add-menu-items)
8748 (python-util-clone-local-variables, python-util-position)
8749 (run-python-internal, python-indentation-levels)
8750 (python-nav-beginning-of-defun)
8751 (python-completion-complete-at-point): New functions.
8752 (run-python): Change arguments. New API requirements.
8753
8754 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8755
8756 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
8757 (bug#11649).
8758
8759 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
8760 (macroexp--expand-all): Use it.
8761
8762 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
8763 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
8764 Use `cl-function' instead.
8765
8766 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
8767
8768 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
8769 Suggested by Stefan Monnier while discussing bug#11657.
8770
8771 2012-06-14 Sam Steingold <sds@gnu.org>
8772
8773 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
8774
8775 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
8776
8777 * play/doctor.el (doctor-doc): Remove parameter and use
8778 doctor-sent instead of sent.
8779 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
8780
8781 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8782
8783 * files.el: Require cl-lib.
8784 (file-name-non-special): Replace case -> cl-case.
8785
8786 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
8787
8788 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
8789 mapping from #' to function*.
8790
8791 2012-06-13 Chong Yidong <cyd@gnu.org>
8792
8793 * mouse.el (mouse-drag-track): Do not set the mark if the user
8794 releases the mouse without selecting anything (Bug#11588).
8795
8796 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8797
8798 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
8799 as well (bug#11646).
8800
8801 * loadup.el: Count byte-code functions as well.
8802
8803 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
8804 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
8805
8806 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
8807 (bug#11649). Add cl-defun and cl-defmacro.
8808
8809 2012-06-13 Drew Adams <drew.adams@oracle.com>
8810
8811 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
8812 Fix last change.
8813
8814 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
8815
8816 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
8817 Otherwise, it blocks in batch mode.
8818
8819 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
8820
8821 * help-mode.el (bookmark-make-record-default): Declare.
8822
8823 2012-06-13 Chong Yidong <cyd@gnu.org>
8824
8825 * emacs-lisp/package.el (list-packages): Compute a list of
8826 packages that are newly-available since the last list-packages
8827 invocation.
8828 (package-menu--new-package-list): New var.
8829 (package-menu--generate, package-menu--print-info)
8830 (package-menu--status-predicate, package-menu-mark-install):
8831 Handle new status label "new".
8832
8833 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8834
8835 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
8836 conversion to backquotes.
8837
8838 2012-06-12 Chong Yidong <cyd@gnu.org>
8839
8840 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
8841 Rename from gud-inhibit-global-bindings.
8842
8843 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
8844
8845 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
8846 hook from nxml-glyph-set-hook.
8847
8848 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
8849 declaration.
8850
8851 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
8852
8853 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
8854 Convert to defcustom.
8855
8856 2012-06-12 Drew Adams <drew.adams@oracle.com>
8857
8858 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
8859 New functions.
8860 (help-mode): Use them.
8861
8862 2012-06-11 Glenn Morris <rgm@gnu.org>
8863
8864 * progmodes/fortran.el (fortran-font-lock-keywords-3):
8865 Use preprocessor face for directives.
8866 (fortran-directive-re): Doc fix.
8867
8868 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8869
8870 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
8871 conversion to backquotes (bug#11652).
8872
8873 Fix compiler-expansion of CL's cXXr functions (bug#11673).
8874 * emacs-lisp/cl-lib.el (cl--defalias): New function.
8875 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
8876 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
8877 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8878 (cl-ninth, cl-tenth): Mark them as inlinable.
8879 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
8880 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
8881 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
8882 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
8883 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
8884 (cl-list*, cl-adjoin): Don't put an autoload manually.
8885 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
8886 (cl--compiler-macro-list*): Add autoload cookie.
8887 (cl--compiler-macro-cXXr): New function.
8888
8889 * help-fns.el (help-fns--compiler-macro): New function extracted from
8890 describe-function-1; follow aliases and use `compiler-macro' property.
8891 (describe-function-1): Use it.
8892
8893 2012-06-11 Chong Yidong <cyd@gnu.org>
8894
8895 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
8896 is uninstalled, if imagemagick is installed.
8897
8898 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8899
8900 * emacs-lisp/cl-lib.el: Use lexical-binding.
8901 (cl-map-extents, cl-maclisp-member): Remove.
8902 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
8903 (cl--set-substring, cl--block-wrapper, cl--block-throw)
8904 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
8905 * emacs-lisp/cl-extra.el: Use lexical-binding.
8906 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
8907 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
8908 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
8909 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
8910 * emacs-lisp/cl-seq.el: Use lexical-binding.
8911 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
8912 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
8913 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
8914 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
8915 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
8916 CL's internals.
8917
8918 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
8919
8920 Sync with Tramp 2.2.6-pre.
8921
8922 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
8923 `print-length' and `print-level' to nil, in order to avoid
8924 truncation. Reported by Christopher Schmidt
8925 <christopher@ristopher.com>.
8926
8927 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
8928
8929 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
8930 New defmacro.
8931 (tramp-compat-copy-directory): Add optional argument
8932 COPY-CONTENTS. It is not handled yet.
8933
8934 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
8935 (tramp-ftp-file-name-p): Simplify.
8936
8937 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
8938 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
8939 connection vector.
8940
8941 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
8942 (tramp-methods): Do not use `tramp-password-end-of-line'.
8943 (tramp-completion-function-alist-putty): Handle UNIX case.
8944 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
8945 (tramp-do-file-attributes-with-stat)
8946 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
8947 gid as real numbers. They could run out of integer range on cygwin.
8948 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
8949 (tramp-sh-handle-expand-file-name): Handle hops.
8950 (tramp-open-connection-setup-interactive-shell):
8951 Use `tramp-cleanup'. Move check for busyboxes ...
8952 (tramp-find-shell): ... here. Simplify implementation.
8953 Set "remote-shell" property also for alternative shells.
8954 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
8955 If failing, a regular file would be written otherwise.
8956 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
8957 (tramp-find-inline-encoding): Cache the coding commands in the
8958 process cache. Apply test command on the remote side, if defined.
8959 (tramp-find-inline-compress): Cache the compress commands in the
8960 process cache.
8961 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
8962 when requested. Handle hops.
8963 (tramp-current-connection): New defvar.
8964 (tramp-maybe-open-connection): Use `tramp-cleanup'.
8965 Throw `suppress', if there was a failed connection shortly before.
8966 Handle user interrupt. (Bug#10187)
8967 (tramp-get-inline-compress, tramp-get-inline-coding):
8968 Read connection properties from the process cache.
8969
8970 * net/tramp-smb.el (tramp-smb-server-version)
8971 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
8972 New defconsts.
8973 (tramp-smb-prompt): Extend for powershell prompt.
8974 (tramp-smb-file-name-handler-alist): Add handlers for
8975 `process-file', `shell-command' and `start-file-process'.
8976 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
8977 (tramp-smb-winexe-shell-command-switch): New defcustoms.
8978 (tramp-smb-file-name-p): Simplify.
8979 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
8980 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
8981 (tramp-smb-shell-quote-argument): New defuns.
8982 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
8983 Implement using "tar". By this, time-stamps are preserved.
8984 (tramp-smb-handle-copy-file): Handle also the case of directories.
8985 (tramp-smb-do-file-attributes-with-stat)
8986 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
8987 Use `tramp-get-connection-buffer').
8988 (tramp-smb-handle-rename-file): Use "rename", when source and
8989 target are on the same share.
8990 (tramp-smb-maybe-open-connection): Handle wrong passwords.
8991 Use `tramp-smb-server-version'.
8992 (tramp-smb-wait-for-output): Remove prompt.
8993
8994 * net/tramp.el (top): Require 'cl.
8995 (tramp-methods, tramp-rsh-end-of-line):
8996 Remove `tramp-password-end-of-line' from docstring.
8997 (tramp-save-ad-hoc-proxies): New defcustom.
8998 (tramp-completion-function-alist): Adapt docstring.
8999 (tramp-default-password-end-of-line): Remove defcustom.
9000 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
9001 (tramp-user-regexp, tramp-file-name-regexp-unified)
9002 (tramp-file-name-regexp-url): Extend regexp by hop separator.
9003 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
9004 (tramp-remote-file-name-spec-regexp): New defconst.
9005 (tramp-file-name-structure): Extend structure for hops.
9006 (tramp-get-method-parameter): Move up.
9007 (tramp-file-name-p, tramp-dissect-file-name)
9008 (with-parsed-tramp-file-name): Handle hops.
9009 (tramp-file-name-hop): New defun.
9010 (tramp-make-tramp-file-name): New optional arg HOP.
9011 (tramp-message-show-progress-reporter-message): New defvar.
9012 (tramp-with-progress-reporter): Use it. We cannot use
9013 `tramp-message-show-message' here, because this suppresses also
9014 error buffers.
9015 (tramp-error-with-buffer): Suppress buffer view, if
9016 `tramp-message-show-message' is nil.
9017 Use `tramp-get-connection-buffer'.
9018 (tramp-cleanup): New defun.
9019 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
9020 (tramp-file-name-handler): If `debug-on-error' is set, propagate
9021 an error unchanged.
9022 (tramp-completion-handle-file-name-all-completions): Handle hops.
9023 Fix an error when called from ido.
9024 (tramp-completion-dissect-file-name): Use better local variable
9025 name. Add hop to the vector.
9026 (tramp-handle-insert-file-contents): Use progress-reporter for the
9027 whole scenario.
9028 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
9029 to `t'.
9030 (tramp-check-for-regexp): Simplify search.
9031 (tramp-enter-password): Remove it. Move implementation ...
9032 (tramp-action-password): ... here.
9033 (tramp-mode-string-to-int, tramp-local-host-p)
9034 (tramp-make-tramp-temp-file, tramp-read-passwd)
9035 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
9036 Set tramp-autoload cookie.
9037
9038 * net/trampver.el: Update release number.
9039
9040 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9041 Michael Albinus <michael.albinus@gmx.de>
9042
9043 * net/tramp.el (tramp-set-completion-function): Fix docstring.
9044 (tramp-parse-group, tramp-parse-file)
9045 (tramp-parse-shostkeys-sknownhosts): New defuns.
9046 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
9047 (tramp-parse-shosts-group, tramp-parse-sconfig)
9048 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
9049 (tramp-parse-sknownhosts, tramp-parse-hosts)
9050 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
9051 Use them.
9052 (tramp-parse-passwd-group, tramp-parse-netrc-group)
9053 (tramp-parse-putty-group): Don't narrow.
9054 (tramp-parse-putty): Make a loop.
9055 (tramp-file-name-handler): Catch the `suppress' signal.
9056
9057 2012-06-11 Chong Yidong <cyd@gnu.org>
9058
9059 * image.el (imagemagick-register-types): Put the ImageMagick entry
9060 at the end of image-type-file-name-regexps.
9061
9062 2012-06-11 Johan Bockgård <bojohan@gnu.org>
9063
9064 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
9065 (pcase, pcase-let*, pcase-dolist): Use them.
9066
9067 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9068
9069 * emacs-lisp/pcase.el (pcase--let*): New function.
9070 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
9071 (pcase--expand): Use macroexp-let².
9072
9073 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9074
9075 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
9076 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
9077 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
9078 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
9079 * emacs-lisp/derived.el: Use pcase instead of `cl'.
9080 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
9081
9082 2012-06-10 Glenn Morris <rgm@gnu.org>
9083
9084 * mail/rmail.el (rmail-yank-current-message): Leave point at
9085 correct position. (Bug#11660)
9086
9087 2012-06-10 Chong Yidong <cyd@gnu.org>
9088
9089 * allout-widgets.el: Fix code header.
9090
9091 2012-06-10 Chong Yidong <cyd@gnu.org>
9092
9093 * cus-edit.el (customize-changed-options-previous-release):
9094 Bump to 24.1.
9095
9096 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
9097
9098 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
9099
9100 2012-06-09 Chong Yidong <cyd@gnu.org>
9101
9102 * ebuff-menu.el (electric-buffer-list): Preserve header line.
9103
9104 2012-06-09 Martin Rudalics <rudalics@gmx.at>
9105
9106 * window.el (special-display-popup-frame): Don't use
9107 window--display-buffer (Bug#11651).
9108
9109 2012-06-09 Eli Zaretskii <eliz@gnu.org>
9110
9111 Fix parallel builds: make sure loaddefs.el is not being written
9112 while Lisp files are compiled.
9113 (compile): Don't depend on 'mh-autoloads'.
9114 (compile-CMD, compile-SH): Depend on 'autoloads'.
9115 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
9116
9117 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
9118
9119 2012-06-09 Chong Yidong <cyd@gnu.org>
9120
9121 * face-remap.el (face-remap-add-relative, face-remap-set-base)
9122 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
9123 Doc fixes (Bug#11225).
9124
9125 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
9128 a function if there's a clear indication that it has a compiler-macro.
9129 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
9130 (macro-declarations-alist): Add arglist to declaration functions.
9131 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
9132 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
9133 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
9134 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
9135 Also add autoload to find the compiler macro.
9136 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
9137 (cl--compiler-macro-member, cl--compiler-macro-assoc)
9138 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
9139 (cl--compiler-macro-get): New functions, replacing calls to
9140 cl-define-compiler-macro.
9141 (cl-typep) [compiler-macro]: Use macroexp-let².
9142
9143 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9144
9145 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
9146 string properly, fixes Bug#11473.
9147
9148 2012-06-08 Chong Yidong <cyd@gnu.org>
9149
9150 * faces.el (set-face-attribute): Doc fix.
9151 (modify-face): Don't use :bold and :italic.
9152 (error, warning, success): Tweak definitions.
9153
9154 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
9155 (custom-modified, custom-set, custom-changed, custom-themed)
9156 (custom-saved, custom-button, custom-button-mouse)
9157 (custom-button-pressed, custom-state, custom-comment-tag)
9158 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
9159 (custom-group-subtitle): Use new-style face specs.
9160 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9161 (custom-set-face, custom-changed-face, custom-saved-face)
9162 (custom-button-face, custom-button-pressed-face)
9163 (custom-documentation-face, custom-state-face)
9164 (custom-comment-face, custom-comment-tag-face)
9165 (custom-variable-tag-face, custom-variable-button-face)
9166 (custom-face-tag-face, custom-group-tag-face-1)
9167 (custom-group-tag-face): Remove obsolete face alias.
9168
9169 * epa.el (epa-validity-high, epa-validity-medium)
9170 (epa-validity-low, epa-mark, epa-field-name, epa-string)
9171 (epa-field-name, epa-field-body):
9172 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9173 (font-lock-keyword-face, font-lock-builtin-face)
9174 (font-lock-function-name-face, font-lock-variable-name-face)
9175 (font-lock-type-face, font-lock-constant-face):
9176 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9177 (ido-virtual, ido-indicator, ido-incomplete-regexp):
9178 * speedbar.el (speedbar-button-face, speedbar-file-face)
9179 (speedbar-directory-face, speedbar-tag-face)
9180 (speedbar-selected-face, speedbar-highlight-face)
9181 (speedbar-separator-face):
9182 * whitespace.el (whitespace-newline, whitespace-space)
9183 (whitespace-hspace, whitespace-tab, whitespace-trailing)
9184 (whitespace-line, whitespace-space-before-tab)
9185 (whitespace-space-after-tab, whitespace-indentation)
9186 (whitespace-empty):
9187 * emulation/cua-base.el (cua-global-mark):
9188 * eshell/em-prompt.el (eshell-prompt):
9189 * net/newst-plainview.el (newsticker-new-item-face)
9190 (newsticker-old-item-face, newsticker-immortal-item-face)
9191 (newsticker-obsolete-item-face, newsticker-date-face)
9192 (newsticker-statistics-face, newsticker-default-face):
9193 * net/newst-reader.el (newsticker-feed-face)
9194 (newsticker-extra-face, newsticker-enclosure-face):
9195 * net/newst-treeview.el (newsticker-treeview-face)
9196 (newsticker-treeview-new-face, newsticker-treeview-old-face)
9197 (newsticker-treeview-immortal-face)
9198 (newsticker-treeview-obsolete-face)
9199 (newsticker-treeview-selection-face):
9200 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
9201 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
9202 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
9203 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
9204 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9205 (nxml-outline-active-indicator, nxml-outline-ellipsis):
9206 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
9207 (mpuz-text):
9208 * progmodes/vera-mode.el (vera-font-lock-number)
9209 (vera-font-lock-function, vera-font-lock-interface):
9210 * textmodes/table.el (table-cell): Use new-style face specs, and
9211 don't use the old :bold and :italic attributes.
9212
9213 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
9214 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
9215 (ebrowse-member-class, ebrowse-progress): Likewise.
9216 (ebrowse-tree-mark-face, ebrowse-root-class-face)
9217 (ebrowse-file-name-face, ebrowse-default-face)
9218 (ebrowse-member-attribute-face, ebrowse-member-class-face)
9219 (ebrowse-progress-face): Remove obsolete faces.
9220
9221 * progmodes/flymake.el (flymake-errline, flymake-warnline):
9222 Inherit from error and warning faces respectively.
9223
9224 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9225 Likewise.
9226 (flyspell-incorrect-face, flyspell-duplicate-face):
9227 Remove obsolete aliases.
9228
9229 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
9230
9231 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9232 Avoid infloop.
9233
9234 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9235
9236 * startup.el (argv, argi): Make lexically scoped.
9237 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
9238 * emacs-lisp/cl-macs.el: Use lexical-binding.
9239 Rename cl-bind-* to cl--bind-*.
9240 * files.el: Don't require `cl' since it doesn't use it.
9241 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
9242
9243 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
9244
9245 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
9246 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
9247 instead of calling external sort utility.
9248 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
9249
9250 2012-06-08 Eli Zaretskii <eliz@gnu.org>
9251
9252 * descr-text.el (describe-char): Mention how to insert the
9253 character, if the current input method doesn't support it.
9254 See the discussion in this thread for the details:
9255 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
9256
9257 2012-06-08 Sam Steingold <sds@gnu.org>
9258
9259 * bindings.el (global-map): Bind XF86Forward to next-buffer and
9260 XF86Back to previous-buffer.
9261 (minibuffer-local-map): Bind them to next-history-element and
9262 previous-history-element respectively.
9263 * help-mode.el (help-mode-map): Bind them to help-go-forward and
9264 help-go-back respectively.
9265 * info.el (Info-mode-map): Bind them to Info-history-forward and
9266 Info-history-back respectively.
9267 These are the keys next to Up on the ThinkPad keyboard.
9268
9269 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9270
9271 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
9272 * emacs-lisp/cl-macs.el: Provide itself.
9273 (cl--labels-convert-cache): New var.
9274 (cl--labels-convert): New function.
9275 (cl-flet, cl-labels): New implementation with new semantics, relying on
9276 lexical-binding.
9277 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
9278 (cl-closure-vars, cl--function-convert-cache)
9279 (cl--function-convert): Move from cl-macs.el.
9280 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
9281 rename by removing the "cl-" prefix.
9282 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
9283
9284 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9285
9286 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
9287 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
9288 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
9289 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
9290 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
9291 (cl-hash-table-count): Add old compatibility aliases.
9292
9293 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
9294 Use macroexpand-all-environment instead.
9295 (cl--old-macroexpand): New var.
9296 (cl--sm-macroexpand): New function.
9297 (cl-symbol-macrolet): Use it during macro expansion.
9298 (cl--function-convert-cache): New var.
9299 (cl--function-convert): New function, extracted from
9300 cl-macroexpand-all.
9301 (cl-lexical-let): Use it.
9302
9303 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
9304 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
9305 (cl-member): Remove old alias.
9306
9307 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
9308 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
9309 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
9310 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
9311 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
9312 (cl-macroexpand-cmacs): Remove var.
9313 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
9314 Use macroexpand-all instead.
9315
9316 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9317
9318 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
9319 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
9320 (macroexp-copyable-p): New functions and macros.
9321 * emacs-lisp/edebug.el (edebug-unwrap):
9322 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
9323 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
9324 (pcase--let*): Remove.
9325 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
9326 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
9327 macroexp-const-p instead.
9328 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
9329
9330 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
9331 instead of "cl-" for internal definitions. Use macroexp-const-p.
9332 (cl-old-bc-file-form): Remove var.
9333 (cl-const-exprs-p): Remove fun.
9334 (cl-labels, cl-macrolet): Use backquote.
9335 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
9336 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
9337 (cl-define-setf-expander): Rename from cl-define-setf-method.
9338 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
9339
9340 * international/mule-cmds.el: Don't require CL.
9341 (view-hello-file): Don't use `letf'.
9342
9343 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9344
9345 * tmm.el (tmm-prompt): Use string-prefix-p.
9346 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
9347 (tmm-add-prompt): Use minibuffer-completion-help.
9348 (tmm-delete-map): Remove.
9349
9350 * subr.el (kbd): Make it its own function.
9351
9352 2012-06-07 Stefan Merten <smerten@oekonux.de>
9353
9354 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
9355 Silence compiler warnings. Fix versions.
9356 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
9357 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
9358 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
9359 (rst-package-emacs-version-alist): Correct Emacs version to
9360 represent major merge with upstream.
9361 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
9362
9363 2012-06-06 Glenn Morris <rgm@gnu.org>
9364
9365 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
9366 Only print environment variables if set.
9367
9368 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9369
9370 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
9371 (macroexp--cons): Rename from maybe-cons.
9372 (macroexp--accumulate): Rename from macroexp-accumulate.
9373 (macroexp--all-forms): Rename from macroexpand-all-forms.
9374 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
9375 (macroexp--expand-all): Rename from macroexpand-all-1.
9376
9377 2012-06-06 Sam Steingold <sds@gnu.org>
9378
9379 * calendar/calendar.el (calendar-in-read-only-buffer):
9380 Call `special-mode' to enable the standard read-only keybindings.
9381
9382 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9383
9384 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
9385 with "loading" messages (bug#11635).
9386
9387 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
9388
9389 * files.el (enable-remote-dir-locals): New option.
9390 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
9391
9392 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9393 Ensure, that the temp directory is local.
9394
9395 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
9396 `temporary-file-directory'.
9397
9398 * progmodes/python.el (python-send-region): Ensure, that the
9399 temporary file is created also in the remote case.
9400
9401 2012-06-06 Glenn Morris <rgm@gnu.org>
9402
9403 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
9404 (vc-rcs-update-changelog): Use it.
9405
9406 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
9407
9408 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
9409 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
9410 (vc-sccs-diff): Replace use of the external vcdiff script.
9411
9412 2012-06-05 Glenn Morris <rgm@gnu.org>
9413
9414 * ledit.el: Move to obsolete/.
9415
9416 2012-06-05 Sam Steingold <sds@gnu.org>
9417
9418 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
9419 patch (Bug#11140).
9420
9421 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9422
9423 * emacs-lisp/cust-print.el: Move to obsolete.
9424
9425 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
9426 compiler-macro expansion.
9427
9428 Add native compiler-macro support.
9429 * emacs-lisp/macroexp.el (macroexpand-all-1):
9430 Support compiler-macros directly. Properly follow aliases and apply
9431 the compiler macros more thoroughly.
9432 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
9433 macroexpand now properly follows aliases.
9434 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
9435 (cl-compiler-macroexpand): Use new prop.
9436 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
9437
9438 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
9439
9440 2012-06-05 Martin Rudalics <rudalics@gmx.at>
9441
9442 * window.el (get-lru-window, get-mru-window, get-largest-window):
9443 New argument NOT-SELECTED to avoid picking the selected window.
9444 (window--display-buffer-1, window--display-buffer-2): Replace by
9445 new function window--display-buffer
9446 (display-buffer-same-window, display-buffer-reuse-window)
9447 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9448 Use window--display-buffer.
9449 (display-buffer-use-some-window): Remove temporary dedication
9450 hack by calling get-lru-window and get-largest-window with
9451 NOT-SELECTED argument non-nil. Call window--display-buffer.
9452
9453 2012-06-05 Glenn Morris <rgm@gnu.org>
9454
9455 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
9456 Replace external vcdiff script.
9457
9458 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9459
9460 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
9461
9462 2012-06-04 Chong Yidong <cyd@gnu.org>
9463
9464 * image.el (imagemagick-types-inhibit): Revert last change.
9465 Add INFO and M.
9466 (imagemagick-enabled-types): Remove CIN and EPS*.
9467
9468 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9469
9470 * emacs-lisp/cl-lib.el: Rename from cl.el.
9471 * emacs-lisp/cl.el: New compatibility file.
9472 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
9473 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
9474 to obey the "cl-" prefix.
9475 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
9476
9477 2012-06-03 Glenn Morris <rgm@gnu.org>
9478
9479 * emacs-lisp/authors.el (authors-aliases): Addition.
9480
9481 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
9482 Fix :version.
9483
9484 2012-06-03 Stefan Merten <smerten@oekonux.de>
9485
9486 * textmodes/rst.el: Add comments.
9487 (rst-transition, rst-adornment): New faces.
9488 (rst-adornment-faces-alist): Make default safe to reevaluate.
9489 Fixes
9490 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
9491 Improve customization tags.
9492 (rst-define-level-faces): Clarify meaning.
9493
9494 2012-06-03 Chong Yidong <cyd@gnu.org>
9495
9496 * progmodes/compile.el (compilation-mode-line-fail)
9497 (compilation-mode-line-run, compilation-mode-line-exit):
9498 New faces.
9499 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
9500
9501 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
9502
9503 * progmodes/which-func.el (which-func-update-ediff-windows):
9504 New function. Use it in ediff-select-hook (Bug#11478).
9505
9506 2012-06-03 Chong Yidong <cyd@gnu.org>
9507
9508 * bindings.el: Remove explicit help text from format-mode-line.
9509 It is now supplied by mode-line-default-help-echo.
9510 (mode-line-front-space, mode-line-end-spaces)
9511 (mode-line-misc-info): New variables.
9512 (mode-line-modes, mode-line-position): Move the default value to
9513 the variable definition.
9514 (mode-line-default-help-echo): New defcustom.
9515 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
9516 (mode-line-modified-help-echo): New functions.
9517 (mode-line-mule-info, mode-line-modified): Use them.
9518 (mode-line-eol-desc, propertized-buffer-identification):
9519 Consistency fixes for help text.
9520 (mode-line-coding-system-map): Allow using mouse-3 to invoke
9521 set-buffer-file-coding-system (Bug#289).
9522 (mode-line-mule-info-help-echo): Update help text.
9523
9524 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9525
9526 * simple.el (execute-extended-command): Set real-this-command
9527 (bug#11506).
9528
9529 2012-06-02 Chong Yidong <cyd@gnu.org>
9530
9531 Remove incorrect uses of "modeline" in comments, docstrings, and
9532 function/variable names (Bug#10329).
9533
9534 * cus-edit.el (mode-line):
9535 * dframe.el (dframe-mouse-hscroll):
9536 * emacs-lisp/re-builder.el:
9537 * emacs-lisp/easy-mmode.el (define-minor-mode):
9538 * frame.el (set-frame-name):
9539 * help.el (lookup-minor-mode-from-indicator):
9540 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
9541 * progmodes/cc-cmds.el (c-toggle-auto-newline)
9542 (c-toggle-hungry-state):
9543 * progmodes/antlr-mode.el (antlr-language-alist):
9544 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
9545 * progmodes/vhdl-mode.el (vhdl-mode):
9546 * progmodes/which-func.el (which-func, which-func-cleanup-function):
9547 * term/ns-win.el (ns-face-at-pos):
9548 * term/sup-mouse.el (sup-mouse-report):
9549 * textmodes/flyspell.el (flyspell-mode-line-string):
9550 * textmodes/ispell.el (ispell-highlight-face):
9551 * textmodes/reftex-global.el:
9552 * vc/vc-arch.el (vc-arch-mode-line-string):
9553 * vc/vc-cvs.el (vc-cvs-mode-line-string):
9554 * vc/vc-git.el (vc-git-mode-line-string):
9555 * vc/vc-hooks.el (vc-display-status)
9556 (vc-default-mode-line-string):
9557 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
9558
9559 * ansi-color.el (ansi-color-faces-vector): Change default faces.
9560
9561 * dired.el (dired-sort-set-mode-line): Rename from
9562 dired-sort-set-modeline. All callers changed.
9563
9564 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
9565 eshell-status-in-modeline.
9566
9567 * foldout.el (foldout-mode-line-string): Rename from
9568 foldout-modeline-string. All callers changed.
9569 (foldout-update-mode-line): Rename from foldout-update-modeline.
9570
9571 * subr.el (redraw-modeline): Make into obsolete alias.
9572
9573 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
9574 timeclock-modeline-display. Make old name an alias.
9575 (timeclock-update-mode-line): Likewise. All callers changed.
9576 (timeclock-mode-line-display): No need to check before using
9577 add-hook.
9578 (timeclock-relative, timeclock-day-over-hook)
9579 (timeclock-use-elapsed, timeclock-mode-string)
9580 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
9581
9582 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
9583 crisp-mode-modeline-string.
9584
9585 * play/solitaire.el (solitaire-build-mode-line): Rename from
9586 solitaire-build-modeline. All callers changed.
9587
9588 * play/zone.el (zone-hiding-mode-line): Rename from
9589 zone-hiding-modeline. All callers changed.
9590 (zone): Remove unusued `modeline-hidden-level' property.
9591
9592 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
9593 xscheme-modeline-initialize. All callers changed.
9594
9595 * strokes.el (strokes-lighter): Rename from
9596 strokes-modeline-string.
9597
9598 * textmodes/sgml-mode.el (html-face-tag-alist)
9599 (html-tag-face-alist): Use mode-line face instead of obsolete
9600 alias modeline.
9601
9602 2012-06-02 Stefan Merten <smerten@oekonux.de>
9603
9604 * textmodes/rst.el: Always require `cl'.
9605 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
9606
9607 2012-06-02 Chong Yidong <cyd@gnu.org>
9608
9609 * image.el (imagemagick-enabled-types): Rename from
9610 imagemagick-types-enable. Add many more types.
9611 (imagemagick-types-inhibit): Change default to nil.
9612 (imagemagick-filter-types): Caller changed.
9613
9614 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9615
9616 * emacs-lisp/cl-macs.el: Use backquotes.
9617 (cl-transform-function-property): Use eval-and-compile rather than
9618 abusing `require'.
9619 (defstruct): Use declare-function instead of with-no-warnings.
9620
9621 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
9622 (byte-compile-output-docform): Re-add the print-circle bindings.
9623 (byte-compile-fix-header): Use #$ just because it's shorter.
9624 (byte-compile-output-file-form): Remove defun/defmacro.
9625
9626 2012-06-01 Martin Rudalics <rudalics@gmx.at>
9627
9628 * simple.el (choose-completion): Remove now obsolete binding for
9629 owindow.
9630
9631 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
9632
9633 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
9634 in order to avoid "Stack overflow in regexp matcher".
9635
9636 2012-05-31 Glenn Morris <rgm@gnu.org>
9637
9638 * image.el: For clarity, call imagemagick-register-types at
9639 top-level, rather than relying on a custom :initialize.
9640 (imagemagick-types-enable): New option. (Bug#11557)
9641 (imagemagick-filter-types): New function. (Bug#7406)
9642 (imagemagick-register-types): Use imagemagick-filter-types.
9643 If disabling support, remove elements altogether rather
9644 than using an impossible regexp.
9645 (imagemagick-types-inhibit): Give it the default init function.
9646
9647 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9648
9649 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
9650 Handle arbitrary file name lengths (Bug#11585).
9651
9652 2012-05-31 Martin Rudalics <rudalics@gmx.at>
9653
9654 * desktop.el (desktop-read): Clear previous and next buffers for
9655 all windows and bury *Messages* buffer (bug#11556).
9656
9657 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9658
9659 Add `declare' for `defun'. Align `defmacro's with it.
9660 * emacs-lisp/easy-mmode.el (define-minor-mode)
9661 (define-globalized-minor-mode): Don't autoload the var definitions.
9662 * emacs-lisp/byte-run.el: Use lexical-binding.
9663 (defun-declarations-alist, macro-declarations-alist): New vars.
9664 (defmacro, defun): Use them.
9665 (make-obsolete, define-obsolete-function-alias)
9666 (make-obsolete-variable, define-obsolete-variable-alias):
9667 Use `declare'.
9668 (macro-declaration-function): Mark obsolete.
9669 * emacs-lisp/autoload.el: Use lexical-binding.
9670 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
9671
9672 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9673
9674 * textmodes/ispell.el (ispell-with-no-warnings):
9675 Define as a macro.
9676 (ispell-kill-ispell, ispell-change-dictionary):
9677 Use `called-interactively-p' for Emacs instead of obsolete
9678 `interactive-p'.
9679
9680 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9681
9682 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
9683 (macro-declaration-function): Move var from C code.
9684 (macro-declaration-function): Define function with defalias.
9685 * emacs-lisp/macroexp.el (macroexpand-all-1):
9686 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
9687 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
9688 defun/defmacro any more.
9689 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
9690 Provide fallback for unknown arglist.
9691 (byte-compile-arglist-warn): Change calling convention.
9692 (byte-compile-output-file-form): Move print-vars binding.
9693 (byte-compile-output-docform): Simplify accordingly.
9694 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
9695 (byte-compile-defmacro-declaration): Remove.
9696 (byte-compile-file-form-defmumble): Generalize to defalias.
9697 (byte-compile-output-as-comment): Return byte-positions.
9698 Simplify callers accordingly.
9699 (byte-compile-lambda): Use `assert'.
9700 (byte-compile-defun, byte-compile-defmacro): Remove.
9701 (byte-compile-file-form-defalias):
9702 Use byte-compile-file-form-defmumble.
9703 (byte-compile-defalias-warn): Remove.
9704
9705 2012-05-29 Stefan Merten <smerten@oekonux.de>
9706
9707 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
9708 possible. Fix authors. Improve comments. Improve loading of `cl'.
9709
9710 (rst-mode-abbrev-table): Merge definition.
9711 (rst-mode): Make sure `font-lock-defaults' is buffer local.
9712 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
9713
9714 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
9715
9716 * calendar/icalendar.el
9717 (icalendar-export-region): Export UID properly.
9718
9719 2012-05-29 Leo Liu <sdl.web@gmail.com>
9720 * calendar/icalendar.el (icalendar-import-format):
9721 Add `icalendar-import-format-uid' (Bug#11525).
9722 (icalendar-import-format-uid): New.
9723 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
9724 Export UID.
9725
9726 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9727
9728 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
9729 different alternative patterns.
9730 (pcase-codegen): Be more careful to preserve identity.
9731 (pcase--u1): Don't forget to mark vars as used.
9732
9733 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
9734 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
9735 (byte-compile-from-buffer): ...rather than here.
9736
9737 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
9738 functions from byte-compile-function-environment.
9739
9740 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
9741
9742 * window.el (window-deletable-p): Avoid deleting the root window
9743 of a frame with an active minibuffer.
9744
9745 2012-05-29 Martin Rudalics <rudalics@gmx.at>
9746
9747 * simple.el (choose-completion): Use quit-window (Bug#11567).
9748
9749 2012-05-29 Chong Yidong <cyd@gnu.org>
9750
9751 * whitespace.el (whitespace-cleanup): Fix usage of
9752 whitespace-empty-at-bob-regexp (Bug#11492).
9753
9754 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9755
9756 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
9757 revert (Bug#11488).
9758
9759 2012-05-29 Juri Linkov <juri@jurta.org>
9760
9761 * isearch.el (isearch-mode-map): Bind `M-s _' to
9762 `isearch-toggle-symbol'. Bind `M-s c' to
9763 `isearch-toggle-case-fold'.
9764 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
9765 (isearch-forward): Add `M-s _' to the docstring.
9766 (isearch-forward-symbol, isearch-toggle-case-fold)
9767 (isearch-symbol-regexp): New functions. (Bug#11381)
9768
9769 2012-05-29 Juri Linkov <juri@jurta.org>
9770
9771 * isearch.el (isearch-word): Add docstring. (Bug#11381)
9772 (isearch-occur, isearch-search-and-update): If `isearch-word' is
9773 a function, call it to get the regexp.
9774 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
9775 property `isearch-message-prefix' instead of the string "word ".
9776 (isearch-search-fun-default): For the case of `isearch-word',
9777 return a lambda that calls re-search-forward/re-search-backward
9778 with a regexp returned by `word-search-regexp' or by the function
9779 in `isearch-word'.
9780
9781 2012-05-29 Juri Linkov <juri@jurta.org>
9782
9783 * isearch.el (isearch-search-fun-default): New function.
9784 (isearch-search-fun): Move default part to the new function
9785 `isearch-search-fun-default'.
9786 (isearch-search-fun-function): Set the default value to
9787 `isearch-search-fun-default'. (Bug#11381)
9788
9789 * comint.el (comint-history-isearch-end):
9790 Use `isearch-search-fun-default'.
9791 (comint-history-isearch-search): Use `isearch-search-fun-default'
9792 and remove spacial case for `isearch-word'.
9793 (comint-history-isearch-wrap): Remove spacial case for
9794 `isearch-word'.
9795
9796 * hexl.el (hexl-isearch-search-function):
9797 Use `isearch-search-fun-default'.
9798
9799 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
9800 Use `word-search-regexp' for `isearch-word'.
9801
9802 * misearch.el (multi-isearch-search-fun):
9803 Use `isearch-search-fun-default'.
9804
9805 * simple.el (minibuffer-history-isearch-search):
9806 Use `isearch-search-fun-default' and remove spacial case for
9807 `isearch-word'.
9808 (minibuffer-history-isearch-wrap): Remove spacial case for
9809 `isearch-word'.
9810
9811 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
9812 Remove spacial case for `isearch-word'.
9813 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
9814
9815 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9816
9817 Decrease XEmacs incompatibilities.
9818 * textmodes/flyspell.el (flyspell-check-pre-word-p):
9819 Use `string-match'.
9820 (flyspell-delete-region-overlays): Use alternative definition for
9821 XEmacs.
9822 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
9823 (flyspell-word): Use `process-kill-without-query' if XEmacs.
9824 (flyspell-mode-on): Use `interactive-p' if XEmacs.
9825 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
9826 `define-obsolete-face-alias' under XEmacs, but old method.
9827
9828 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
9829 `with-no-warnings' definition or Emacs alias.
9830 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
9831 (ispell-word): Do not use `region-p' if XEmacs.
9832
9833 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9834
9835 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9836 Check for `ispell-dictionary-base-alist' instead of full
9837 `ispell-dictionary-alist'.
9838 (ispell-init-process): Show spellchecker when starting new Ispell
9839 process.
9840
9841 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9842
9843 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
9844 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
9845
9846 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
9847
9848 * version.el (motif-version-string, gtk-version-string)
9849 (ns-version-string): Declare.
9850
9851 2012-05-27 Juri Linkov <juri@jurta.org>
9852
9853 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
9854 after the `eval-defun-1' specialcaseing
9855 like in `edebug-eval-defun' (bug#10181).
9856
9857 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
9858 like in `eval-defun-1'.
9859
9860 2012-05-27 Eli Zaretskii <eliz@gnu.org>
9861
9862 * mail/sendmail.el (mail-yank-region):
9863 Recognize rmail-yank-current-message in addition to insert-buffer.
9864 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
9865 a *mail* buffer created through rmail-start-mail with sendmail as
9866 mail-user-agent.
9867
9868 2012-05-27 Chong Yidong <cyd@gnu.org>
9869
9870 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
9871 Default to 256 (Bug#11267).
9872
9873 * help.el (describe-mode): Doc fix.
9874
9875 2012-05-26 Glenn Morris <rgm@gnu.org>
9876
9877 * w32-fns.el (w32-init-info): Remove.
9878 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
9879
9880 * info.el (info-initialize): For self-contained NS builds, put the
9881 included info/ directory at the front. (Bug#2791)
9882
9883 * paths.el (Info-default-directory-list): Make it a defcustom,
9884 mainly so that we can use custom-initialize-delay.
9885
9886 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9887
9888 * subr.el (buffer-has-markers-at): Mark obsolete.
9889
9890 * subr.el (lambda): Use declare.
9891
9892 * emacs-lisp/lisp-mode.el (lambda):
9893 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
9894
9895 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9896
9897 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
9898
9899 2012-05-26 Glenn Morris <rgm@gnu.org>
9900
9901 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
9902
9903 2012-05-25 Glenn Morris <rgm@gnu.org>
9904
9905 * paths.el: Remove no-byte-compile.
9906 * loadup.el: No need to load paths.el uncompiled.
9907
9908 * image.el (imagemagick-types-inhibit): Doc fix.
9909
9910 * version.el: Remove no-byte-compile and associated formatting.
9911 * loadup.el: No need to load version.el uncompiled. AFAICS, this
9912 is ancient code from when there was an "inc-vers.el".
9913
9914 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9915
9916 * progmodes/gdb-mi.el: Minor style changes.
9917 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
9918 Turn into minor modes.
9919 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
9920 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
9921 (gdb-shell): Remove unneeded let-binding.
9922 (gdb-get-many-fields): Eliminate O(n²) behavior.
9923
9924 2012-05-25 Eli Zaretskii <eliz@gnu.org>
9925
9926 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
9927 platforms that don't link in fontset.c.
9928
9929 2012-05-25 Juri Linkov <juri@jurta.org>
9930
9931 Use the same diff color scheme as in modern VCSes (bug#10181).
9932
9933 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
9934 to avoid confusion with `diff-added' that now uses green colors.
9935 (diff-removed): Use shades of red.
9936 (diff-added): Use shades of green.
9937 (diff-changed): Leave just the yellow color.
9938 (diff-use-changed-face): New variable.
9939 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
9940 how to highlight context diff changes.
9941 (diff-refine-change): Use shades of yellow.
9942 (diff-refine-removed): New face that uses shades of red.
9943 (diff-refine-added): New face that uses shades of green.
9944 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
9945 `diff-refine-removed' in the call to `smerge-refine-subst'
9946 depending on the value of `diff-use-changed-face'.
9947
9948 * vc/smerge-mode.el (smerge-mine): Use shades of red.
9949 (smerge-other): Use shades of green.
9950 (smerge-base): Use shades of yellow.
9951 (smerge-refined-change): Empty face.
9952 (smerge-refined-removed): New face that uses shades of red.
9953 (smerge-refined-added): New face that uses shades of green.
9954 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
9955 args `props-r' and `props-a', and use them. Doc fix.
9956 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
9957 on its value use different faces `smerge-refined-change',
9958 `smerge-refined-removed', `smerge-refined-added' in the call to
9959 `smerge-refine-subst'.
9960
9961 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
9962 Add face condition `min-colors 88' with shades of red.
9963 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
9964 `min-colors 88' with shades of green.
9965 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
9966 `min-colors 88' with shades of yellow.
9967
9968 2012-05-24 Glenn Morris <rgm@gnu.org>
9969
9970 * paths.el (prune-directory-list, remote-shell-program): Move to...
9971 * files.el (prune-directory-list, remote-shell-program): ...here.
9972 For the latter, delay initialization, prefer ssh, just search PATH.
9973
9974 * paths.el (term-file-prefix): Move to faces.el (the only user).
9975 * faces.el (term-file-prefix): Move here, make it a defcustom.
9976
9977 * paths.el (news-directory, news-path, news-inews-program):
9978 Move to gnus/nnspool.el.
9979
9980 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
9981
9982 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
9983 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
9984 Make the latter a defcustom, with a delayed initialization.
9985
9986 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
9987 These were deleted from Gnus itself late 2010.
9988
9989 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
9990
9991 * progmodes/which-func.el (which-func-ff-hook):
9992 Check against user-error, not error.
9993
9994 * emacs-lisp/edebug.el (top): Do not load or set up loading of
9995 cl-specs.el, which no longer exists.
9996
9997 2012-05-22 Glenn Morris <rgm@gnu.org>
9998
9999 * info.el (info-emacs-bug): New command.
10000 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
10001 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
10002
10003 2012-05-21 Glenn Morris <rgm@gnu.org>
10004
10005 * makefile.w32-in (update-subdirs-SH):
10006 * Makefile.in (update-subdirs): Update for moved update-subdirs.
10007
10008 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10009
10010 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
10011
10012 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10013 Simplify Maven regexp, and make sure the file can't start with a space
10014 (bug#11517).
10015
10016 2012-05-21 Glenn Morris <rgm@gnu.org>
10017
10018 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10019 Scrap superfluous subshells.
10020
10021 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10022
10023 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
10024 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10025
10026 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
10027
10028 * calc/calc.el (calc-ensure-consistent-units): New variable.
10029
10030 * calc/calc-units.el (math-consistent-units-p)
10031 (math-check-unit-consistency): New functions.
10032 (calc-quick-units, calc-convert-units):
10033 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
10034 is non-nil.
10035 (calc-extract-units): Fix typo.
10036
10037 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10038
10039 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
10040
10041 * textmodes/flyspell.el: Commenting style, plus code simplifications.
10042 (flyspell-default-deplacement-commands): Don't spell check after
10043 repeated window/frame switches (e.g. triggered by mouse-movement).
10044 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
10045 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
10046 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
10047 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
10048 Remove unused vars.
10049 (flyspell-get-casechars, flyspell-get-not-casechars):
10050 Simplify; Don't bother removing a ] just to add it back.
10051 * textmodes/ispell.el (ispell-program-name): Use executable-find.
10052
10053 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10054
10055 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
10056 New functions.
10057 (math-function-table): Add support for more C functions.
10058
10059 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10060
10061 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10062 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10063 Protect delay handling for otherchars against empty otherchars.
10064
10065 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10066
10067 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
10068 their respective macro declarations.
10069 * skeleton.el (define-skeleton):
10070 * progmodes/compile.el (define-compilation-mode):
10071 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
10072 (define-ibuffer-filter):
10073 * emacs-lisp/generic.el (define-generic-mode):
10074 * emacs-lisp/easy-mmode.el (define-minor-mode)
10075 (define-globalized-minor-mode):
10076 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
10077 * emacs-lisp/byte-run.el (defsubst):
10078 * custom.el (deftheme): Add doc-string metadata.
10079
10080 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10081
10082 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
10083
10084 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10085
10086 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
10087
10088 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
10089 * emacs-lisp/cl-macs.el: Idem.
10090 * emacs-lisp/cl-specs.el: Remove.
10091
10092 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10093
10094 Minor renaming of internal CL functions and variables.
10095 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
10096 (cl--position): Rename from cl-position.
10097 (cl--delete-duplicates): Rename from cl-delete-duplicates.
10098 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
10099 (cl--random-state): Rename from *random-state*.
10100
10101 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10102
10103 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
10104 parens around the arg list (bug#11499).
10105
10106 2012-05-17 Juri Linkov <juri@jurta.org>
10107
10108 * isearch.el (word-search-regexp, word-search-backward)
10109 (word-search-forward, word-search-backward-lax)
10110 (word-search-forward-lax): Move functions from search.c
10111 (bug#10145, bug#11381).
10112
10113 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10114
10115 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10116 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10117 Delay for otherchars as for normal word components.
10118
10119 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10120
10121 * minibuffer.el (completion--sifn-requote): Fix last change.
10122 (minibuffer-local-must-match-filename-map):
10123 Move define-obsolete-variable-alias before its var.
10124
10125 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10126
10127 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
10128
10129 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
10130 behavior.
10131 (completion--string-equal-p): New function.
10132 (completion--twq-all): Use it to get better assertion failure data.
10133
10134 Only handle ".." and '..' quoting in shell-mode (bug#11466).
10135 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
10136 (shell--requote-argument): New functions.
10137 (shell-completion-vars): Use them.
10138 (shell--parse-pcomplete-arguments): Rename from
10139 shell-parse-pcomplete-arguments.
10140 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
10141 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
10142 Obey comint-file-name-quote-list.
10143
10144 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
10145 (smie-indent-keyword): Use it.
10146
10147 2012-05-14 Stefan Merten <smerten@oekonux.de>
10148
10149 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
10150
10151 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10152
10153 * net/rlogin.el (rlogin-mode-map): Fix last change.
10154
10155 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
10156
10157 * mail/smtpmail.el (smtpmail-send-command): Send the command and
10158 the following \r\n using a single `process-send-string', since the
10159 Lotus SMTP server refuses to accept any commands if they are sent
10160 with two `process-send-string's (Bug#11444).
10161
10162 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10163
10164 * shell.el (shell-parse-pcomplete-arguments):
10165 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
10166
10167 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10168
10169 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
10170 (image-transform-scale, image-transform-right-angle-fudge): New vars.
10171 (image-transform-width, image-transform-fit-width): New functions.
10172 (image-transform-properties): Use them.
10173 (image-transform-check-size): New function.
10174 (image-toggle-display-image): Use it (for testing).
10175 (image-transform-set-rotation): Reduce angle mod 360.
10176 Delete obsolete comment.
10177
10178 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10179
10180 * image-mode.el: Fix scaling (bug#11399).
10181 (image-transform-resize): Doc fix.
10182 (image-transform-properties): Default scale is 1 and height should
10183 be an integer.
10184
10185 2012-05-13 Johan Bockgård <bojohan@gnu.org>
10186
10187 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
10188 than hard-coding `car', to fix misbehavior when moving forward.
10189
10190 2012-05-13 Chong Yidong <cyd@gnu.org>
10191
10192 * emacs-lisp/tabulated-list.el (tabulated-list-format)
10193 (tabulated-list-entries, tabulated-list-padding)
10194 (tabulated-list-sort-key): Make permanent-local.
10195
10196 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
10197 (electric-buffer-list): Put electric buffer menu
10198 command descriptions in this docstring, instead of the docstring
10199 of electric-buffer-menu-mode. Code cleanups.
10200 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
10201 Electric-buffer-menu-mode.
10202 (electric-buffer-update-highlight): Minor code cleanup.
10203
10204 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
10205
10206 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
10207 (Bug#11447)
10208
10209 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10210
10211 Move define-obsolete-variable-alias before the var's definition.
10212 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
10213 * tooltip.el (tooltip-hook):
10214 * textmodes/reftex-toc.el (reftex-toc-map):
10215 * textmodes/reftex-sel.el (reftex-select-label-map)
10216 (reftex-select-bib-map):
10217 * textmodes/reftex-index.el (reftex-index-map)
10218 (reftex-index-phrases-map):
10219 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
10220 * progmodes/meta-mode.el (meta-mode-map):
10221 * novice.el (disabled-command-hook):
10222 * loadhist.el (unload-hook-features-list):
10223 * frame.el (blink-cursor):
10224 * files.el (find-file-not-found-hooks, write-file-hooks)
10225 (write-contents-hooks):
10226 * emulation/tpu-edt.el (GOLD-map):
10227 * emacs-lock.el (emacs-lock-from-exiting):
10228 * emacs-lisp/generic.el (generic-font-lock-defaults):
10229 * emacs-lisp/chart.el (chart-map):
10230 * dos-fns.el (register-name-alist):
10231 * dired-x.el (dired-omit-files-p):
10232 * desktop.el (desktop-enable):
10233 * cus-edit.el (custom-mode-hook):
10234 * buff-menu.el (buffer-menu-mode-hook):
10235 * bookmark.el (bookmark-read-annotation-text-func)
10236 (bookmark-exit-hooks):
10237 * allout.el (allout-mode-deactivate-hook)
10238 (allout-exposure-change-hook, allout-structure-added-hook)
10239 (allout-structure-deleted-hook, allout-structure-shifted-hook):
10240 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
10241 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
10242 comes before the corresponding variable's definition.
10243
10244 2012-05-12 Chong Yidong <cyd@gnu.org>
10245
10246 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
10247 (Buffer-menu-mouse-select): Restore function (Bug#11459).
10248 (Buffer-menu-mode-map): Bind it.
10249 (Buffer-menu--pretty-name): Add a mouse-face property.
10250
10251 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10252
10253 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
10254 (prolog-upper-case-string, prolog-lower-case-string)
10255 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
10256 (prolog-use-smie, prolog-smie-grammar): New vars.
10257 (prolog-smie-forward-token, prolog-smie-backward-token)
10258 (prolog-smie-rules): New funs.
10259 (prolog-comment-indent): Remove.
10260 (prolog-mode-variables): Use default comment indentation instead.
10261 Setup SMIE.
10262 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
10263 (prolog-mode): Don't call them any more.
10264 (prolog-electric-colon, prolog-electric-dash)
10265 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
10266
10267 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
10268
10269 * minibuffer.el (completion--twq-all): Again, allow case differences.
10270
10271 * term.el: Move keymap initialization code to be more idiomatic.
10272 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
10273 (term-terminal-menu): Move initialization into declaration.
10274 (term-escape-char): Let the user set it in her .emacs.
10275
10276 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
10277 Provide SMIE-based indentation (not enabled by default yet).
10278 (sh-mode-map): Don't bind electric keys.
10279 Use electric-pair-mode instead of skeleton-pair.
10280 (sh-assignment-regexp): Fit within 80 columns.
10281 (sh-indent-supported): Specify actual shell name instead of boolean.
10282 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
10283 (sh-maybe-here-document): Use it. Make obsolete.
10284 (sh-electric-here-document-mode) New minor mode.
10285 (sh-mode): Use it. Don't set sh-indent-supported-here here.
10286 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
10287 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
10288 (sh-smie-rc-grammar, sh-use-smie): New vars.
10289 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
10290 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
10291 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
10292 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
10293 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
10294 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
10295 (sh-set-shell): Use smie-setup if requested.
10296
10297 * term.el (term-set-escape-char): Properly set term-escape-char.
10298 See http://stackoverflow.com/questions/10524656.
10299
10300 2012-05-10 Chong Yidong <cyd@gnu.org>
10301
10302 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
10303 Use url-generic-parse-url, and handle host names and Windows
10304 filenames properly.
10305 (ffap-url-unwrap-remote): Use url-generic-parse-url.
10306 (ffap-url-unwrap-remote): Accept list values, specifying a list of
10307 URL schemes to work on.
10308 (ffap--toggle-read-only): New function.
10309 (ffap-read-only, ffap-read-only-other-window)
10310 (ffap-read-only-other-frame): Use it.
10311 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
10312 necessary for ffap-url-unwrap-remote.
10313
10314 2012-05-10 Dave Abrahams <dave@boostpro.com>
10315
10316 * cus-start.el (create-lockfiles): Add it.
10317
10318 2012-05-09 Chong Yidong <cyd@gnu.org>
10319
10320 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
10321 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
10322
10323 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10324
10325 * shell.el (shell-completion-vars): Fix last change (bug#11348).
10326
10327 2012-05-09 Chong Yidong <cyd@gnu.org>
10328
10329 * ansi-color.el (ansi-color-process-output): Check for validity of
10330 comint-last-output-start before using it. This avoids a bad
10331 interaction with gdb-mi's input/output buffer.
10332
10333 2012-05-09 Glenn Morris <rgm@gnu.org>
10334
10335 * files.el (dir-locals-read-from-file):
10336 Mention dir-locals in any error message.
10337
10338 2012-05-09 Chong Yidong <cyd@gnu.org>
10339
10340 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
10341 package (Bug#11410).
10342
10343 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
10344 variables into description.
10345
10346 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10347
10348 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
10349 shell-delimiter-argument-list (bug#11348).
10350 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
10351
10352 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
10353
10354 * textmodes/rst.el: Silence byte-compiler warnings.
10355 (rst-re-alist, rst-reset-section-caches): Move around.
10356 (rst-re): Use `characterp', not `char-valid-p'.
10357 (font-lock-beg, font-lock-end): Declare.
10358
10359 * progmodes/idlw-shell.el (specs): Remove reference to deleted
10360 variable `idlwave-shell-activate-alt-keybindings' and simplify.
10361
10362 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
10363
10364 2012-05-08 Glenn Morris <rgm@gnu.org>
10365
10366 * files.el (auto-mode-alist): Treat ".make" like ".mk".
10367
10368 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10369
10370 * vc/log-edit.el: Add GNU coding standards highlighting.
10371 (log-edit-font-lock-gnu-style)
10372 (log-edit-font-lock-gnu-keywords): New vars.
10373 (log-edit-font-lock-keywords): New fun.
10374 (log-edit-mode): Don't fold case in font-lock.
10375 (log-edit-font-lock-keywords): Do not assume case-folding.
10376
10377 * imenu.el: Misc cleanup. Make docstrings out of comments.
10378 Use lexical-binding.
10379 (imenu--index-alist, imenu--last-menubar-index-alist)
10380 (imenu-menubar-modified-tick): Use defvar-local.
10381 (imenu--split-menu): Remove unused var.
10382 (imenu--cleanup-seen): Declare as global.
10383 (imenu--cleanup): Use dolist.
10384
10385 * subr.el (defvar-local): Add debug spec and doc-string position.
10386
10387 2012-05-08 Glenn Morris <rgm@gnu.org>
10388
10389 * language/burmese.el, language/cham.el, language/czech.el:
10390 * language/english.el, language/georgian.el, language/greek.el:
10391 * language/japanese.el, language/khmer.el, language/korean.el:
10392 * language/lao.el, language/misc-lang.el, language/romanian.el:
10393 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
10394 * language/thai.el, language/utf-8-lang.el:
10395 Remove no-byte-compile setting.
10396
10397 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
10398
10399 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10400
10401 * progmodes/make-mode.el (makefile-browse):
10402 Remove unnecessary interactive. (Bug#11324)
10403
10404 2012-05-07 Glenn Morris <rgm@gnu.org>
10405
10406 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
10407
10408 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
10409
10410 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10411
10412 * loadup.el: Preload newcomment.el.
10413 * newcomment.el: Move autoload-only code to toplevel.
10414
10415 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
10416 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10417 Handle new :right-align column property.
10418 (tabulated-list-print-col): Idem, plus use `display' text-property to
10419 try and preserve alignment for variable pitch fonts.
10420
10421 2012-05-07 Chong Yidong <cyd@gnu.org>
10422
10423 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
10424 (tabulated-list-use-header-line): New var.
10425 (tabulated-list-init-header): Use it.
10426 (tabulated-list-print-fake-header): New function.
10427 (tabulated-list-print): Use it.
10428 (tabulated-list-sort-button-map): Add non-header-line commands.
10429 (tabulated-list-init-header): Add column name property to basic
10430 labels as well.
10431 (tabulated-list-col-sort): Handle non-header-line button case.
10432 (tabulated-list--sort-by-column-name): Fix a corner case.
10433
10434 * buff-menu.el (list-buffers--refresh):
10435 Handle Buffer-menu-use-header-line.
10436
10437 2012-05-06 Chong Yidong <cyd@gnu.org>
10438
10439 * buff-menu.el: Convert to Tabulated List mode.
10440 (Buffer-menu-buffer+size-width): Make obsolete.
10441 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
10442 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
10443 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
10444 documentation into docstring of buffer-menu.
10445 (Buffer-menu-toggle-files-only): Add an informative message.
10446 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
10447 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
10448 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
10449 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
10450 (Buffer-menu-execute, Buffer-menu-select)
10451 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
10452 (Buffer-menu-bury): Use Tabulated List machinery.
10453 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
10454 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
10455 Delete.
10456 (list-buffers--refresh): New function.
10457 (list-buffers-noselect): Use it.
10458 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
10459 (Buffer-menu--pretty-file-name): New helper functions.
10460
10461 * loadup.el: Preload tabulated-list.
10462
10463 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
10464 tabulated-list-sort-column.
10465 (tabulated-list-init-header): Add the initial aligning space even
10466 if tabulated-list-padding is zero.
10467
10468 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
10469
10470 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
10471 whose cdr is not a cons cell correctly (bug#11038).
10472
10473 2012-05-06 Chong Yidong <cyd@gnu.org>
10474
10475 * emacs-lisp/tabulated-list.el (tabulated-list-format):
10476 Accept additional plist in column descriptors.
10477 (tabulated-list-init-header): Obey it.
10478 (tabulated-list-get-entry): New function.
10479 (tabulated-list-put-tag): Use it. Use string-width instead of
10480 length.
10481 (tabulated-list--column-number): New function.
10482 (tabulated-list-print): Use it.
10483 (tabulated-list-print-col): New function.
10484 Set `tabulated-list-column-name' property on each column's text.
10485 (tabulated-list-print-entry): Use it.
10486 (tabulated-list-delete-entry, tabulated-list-set-col):
10487 New functions.
10488 (tabulated-list-sort-column): New command (Bug#11337).
10489
10490 * buff-menu.el (list-buffers): Move C-x C-b binding from
10491 buff-menu.el to bindings.el.
10492
10493 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
10494 :advertised-binding feature.
10495
10496 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
10497
10498 * progmodes/compile.el (compilation-internal-error-properties):
10499 Calculate start position correctly when end-col is set but
10500 end-line is not (Bug#11382).
10501
10502 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
10503
10504 * man.el (Man-unindent): Use text-property-default-nonsticky to
10505 prevent untabify from inheriting face properties (Bug#11408).
10506
10507 2012-05-05 Stefan Merten <smerten@oekonux.de>
10508
10509 * textmodes/rst.el: Major merge with upstream development up to
10510 Docutils SVN r7399 / rst.el V1.2.1.
10511
10512 Clarify maintainership and authors.
10513
10514 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
10515 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
10516 (rst-official-version, rst-official-cvs-rev, rst-version)
10517 (rst-package-emacs-version-alist): New functions and variables
10518 for version information.
10519
10520 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
10521 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
10522 (rst-mode-syntax-table, rst-mode): New and corrected functions
10523 and variables representing reStructuredText features.
10524
10525 (rst-re): New function for reStructuredText regexes. Use in
10526 many places.
10527
10528 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
10529 (rst-mode-map): Rebind keys.
10530
10531 (rst-mode-lazy, rst-font-lock-keywords)
10532 (rst-font-lock-extend-region)
10533 (rst-font-lock-extend-region-internal)
10534 (rst-font-lock-extend-region-extend)
10535 (rst-font-lock-find-unindented-line-limit)
10536 (rst-font-lock-find-unindented-line-match)
10537 (rst-adornment-level, rst-font-lock-adornment-level)
10538 (rst-font-lock-adornment-match)
10539 (rst-font-lock-handle-adornment-pre-match-form)
10540 (rst-font-lock-handle-adornment-matcher): Major revision of
10541 font-locking. Integrate with other code. Use `jit-lock-mode'.
10542
10543 (rst-preferred-adornments, rst-adjust-hook)
10544 (rst-new-adornment-down, rst-preferred-bullets)
10545 (rst-preferred-bullets, rst-indent, rst-indent-width)
10546 (rst-indent-field, rst-indent-literal-normal)
10547 (rst-indent-literal-minimized, rst-indent-comment): Change,
10548 extend and improve customization.
10549
10550 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
10551 (rst-normalize-cursor-position, rst-get-decoration)
10552 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
10553 (rst-rstrip, rst-toc-insert-find-delete-contents)
10554 (rst-shift-fill-region, rst-compute-bullet-tabs)
10555 (rst-debug-print-tabs, rst-debug-mark-found)
10556 (rst-shift-region-guts, rst-shift-region-right)
10557 (rst-shift-region-left, rst-use-char-classes)
10558 (rst-font-lock-keywords-function)
10559 (rst-font-lock-indentation-point)
10560 (rst-font-lock-find-unindented-line-begin)
10561 (rst-font-lock-find-unindented-line-end)
10562 (rst-font-lock-find-unindented-line)
10563 (rst-font-lock-adornment-point, rst-font-lock-level)
10564 (rst-adornment-level-alist): Remove functions and variables.
10565
10566 (rst-compare-adornments, rst-get-adornment-match)
10567 (rst-suggest-new-adornment, rst-get-adornments-around)
10568 (rst-adornment-complete-p, rst-get-next-adornment)
10569 (rst-adjust-adornment, rst-display-adornments-hierarchy)
10570 (rst-straighten-adornments): Standardize function names to
10571 use "adornment" instead of "decoration". Correct callers.
10572 Similar standardizing in many places.
10573
10574 (rst-update-section, rst-adjust, rst-promote-region)
10575 (rst-enumerate-region, rst-bullet-list-region)
10576 (rst-repeat-last-character): Correct use of `interactive'.
10577
10578 (rst-classify-adornment, rst-find-all-adornments)
10579 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
10580 (rst-find-leftmost-column, rst-repeat-last-character):
10581 Refactor functions.
10582
10583 (rst-find-title-line, rst-reset-section-caches)
10584 (rst-get-adornments-around, rst-adjust-adornment-work)
10585 (rst-arabic-to-roman, rst-roman-to-arabic)
10586 (rst-insert-list-pos, rst-insert-list-new-item)
10587 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
10588 New functions.
10589
10590 (rst-all-sections, rst-section-hierarchy)
10591 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
10592 New variables.
10593
10594 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
10595 configuration instead of only buffer. Change where necessary.
10596
10597 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
10598 (rst-shift-region, rst-adaptive-fill): New functions for
10599 indentation and filling.
10600
10601 (rst-comment-line-break, rst-comment-indent)
10602 (rst-comment-insert-comment, rst-comment-region)
10603 (rst-uncomment-region): New functions for handling comments.
10604
10605 (rst-compile): Quote shell arguments.
10606
10607 (rst-compile-pdf-preview, rst-compile-slides-preview):
10608 Delete temporary files after use.
10609
10610 2012-05-05 Glenn Morris <rgm@gnu.org>
10611
10612 * calendar/cal-html.el: Optionally include holidays in the output.
10613 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
10614 (cal-html-holidays): New option.
10615 (cal-html-css-default): Add holiday entry.
10616 (holiday-in-range): Autoload it.
10617 (cal-html-htmlify-entry): Add optional class argument.
10618 (cal-html-htmlify-list): Add optional holidays argument.
10619 (cal-html-insert-agenda-days): Include holidays in the output.
10620 (cal-html-one-month): Maybe include holidays.
10621
10622 * calendar/holidays.el (holiday-in-range):
10623 Move here from cal-tex-list-holidays.
10624 * calendar/cal-tex.el (cal-tex-list-holidays):
10625 Make it an obsolete alias for holiday-in-range. Update all callers.
10626
10627 2012-05-05 Chong Yidong <cyd@gnu.org>
10628
10629 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
10630 Nextstep.
10631
10632 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
10633
10634 * files.el (file-auto-mode-skip): New var.
10635 (set-auto-mode-1): Use it.
10636
10637 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10638
10639 * repeat.el: Use lexical-binding.
10640 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
10641 (repeat-undo-count): Remove.
10642 (repeat):
10643 * progmodes/octave-mod.el (octave-abbrev-start):
10644 * progmodes/f90.el (f90-abbrev-start):
10645 * face-remap.el (text-scale-adjust):
10646 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
10647
10648 * emacs-lisp/pcase.el (pcase--let*): New function.
10649 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
10650 a bit more.
10651 (pcase--split-pred): Be more clever about ruling out overlap between
10652 a predicate and some constant pattern.
10653 (pcase--q1): Use `null' instead of (eq foo nil).
10654
10655 * subr.el (setq-local, defvar-local): New macros.
10656 (kbd): Redefine as an alias.
10657 (with-selected-window): Leave unrelated frames alone.
10658 (set-temporary-overlay-map): New function.
10659
10660 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10661
10662 * subr.el (user-error): New function.
10663 * window.el (switch-to-buffer):
10664 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
10665 (smerge-match-conflict):
10666 * simple.el (previous-matching-history-element)
10667 (next-matching-history-element, goto-history-element, undo-more)
10668 (undo-start):
10669 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
10670 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
10671 (next-file, tags-loop-scan, list-tags, complete-tag):
10672 * progmodes/compile.el (compilation-loop):
10673 * mouse.el (mouse-minibuffer-check):
10674 * man.el (Man-bgproc-sentinel, Man-goto-page):
10675 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
10676 (Info-history-forward, Info-follow-reference, Info-menu)
10677 (Info-extract-menu-item, Info-extract-menu-counting)
10678 (Info-forward-node, Info-backward-node, Info-next-menu-item)
10679 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
10680 (Info-next-reference, Info-prev-reference, Info-index)
10681 (Info-index-next, Info-follow-nearest-node)
10682 (Info-copy-current-node-name):
10683 * imenu.el (imenu--make-index-alist)
10684 (imenu-default-create-index-function, imenu-add-to-menubar):
10685 * files.el (basic-save-buffer, recover-file):
10686 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10687 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10688 (checkdoc-message-text, checkdoc-defun):
10689 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
10690 * cus-edit.el (customize-changed-options, customize-rogue)
10691 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
10692 (custom-variable-mark-to-reset-standard)
10693 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
10694 (custom-file):
10695 * completion.el (check-completion-length):
10696 * comint.el (comint-search-arg)
10697 (comint-previous-matching-input-string-position)
10698 (comint-previous-matching-input)
10699 (comint-replace-by-expanded-history-before-point, comint-send-input)
10700 (comint-copy-old-input, comint-backward-matching-input)
10701 (comint-goto-process-mark, comint-set-process-mark):
10702 * calendar/calendar.el (calendar-cursor-to-date): Use it.
10703 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
10704
10705 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10706
10707 * dabbrev.el (dabbrev--ignore-case-p): New function.
10708 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
10709 Use it.
10710
10711 * files.el (automount-dir-prefix): Mark as obsolete.
10712
10713 2012-05-04 Glenn Morris <rgm@gnu.org>
10714
10715 * patcomp.el, play/bruce.el: Move to obsolete/.
10716
10717 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
10718
10719 Fix minor Y10k bugs.
10720 * arc-mode.el (archive-unixdate):
10721 * autoinsert.el (auto-insert-alist):
10722 * calc/calc-forms.el (math-this-year):
10723 * emacs-lisp/copyright.el (copyright-current-year)
10724 (copyright-update-year, copyright):
10725 * tar-mode.el (tar-clip-time-string):
10726 * time.el (display-time-update):
10727 Don't assume years have 4 digits.
10728
10729 2012-05-04 Chong Yidong <cyd@gnu.org>
10730
10731 * dos-w32.el (file-name-buffer-file-type-alist)
10732 (direct-print-region-use-command-dot-com):
10733 * ffap.el (ffap-menu-regexp):
10734 * find-file.el (ff-special-constructs):
10735 * follow.el (follow-debug):
10736 * forms.el (forms--debug):
10737 * iswitchb.el (iswitchb-all-frames):
10738 * ido.el (ido-all-frames):
10739 * emacs-lisp/timer.el (timer-max-repeats):
10740 * mail/feedmail.el (feedmail-mail-send-hook)
10741 (feedmail-mail-send-hook-queued):
10742 * mail/footnote.el (footnote-signature-separator):
10743 * mail/mailabbrev.el (mail-alias-separator-string)
10744 (mail-abbrev-mode-regexp):
10745 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
10746 * progmodes/idlwave.el (idlwave-libinfo-file)
10747 (idlwave-default-completion-case-is-down)
10748 (idlwave-library-routines): Convert defvars to defcustoms.
10749
10750 * mail/rmail.el (rmail-decode-mime-charset):
10751 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
10752 (idlwave-shell-fix-inserted-breaks)
10753 (idlwave-shell-activate-alt-keybindings)
10754 (idlwave-shell-use-breakpoint-glyph):
10755 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
10756
10757 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10758
10759 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
10760
10761 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
10762
10763 * progmodes/verilog-mode.el (font-lock-keywords):
10764 Fix mis-highligting auto. Reported by Craig Barner.
10765 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
10766 defines from global name space. Reported by Dan Dever.
10767 (verilog-auto-reset, verilog-auto-reset-widths)
10768 (verilog-auto-tieoff): Support using unbased numbers for
10769 AUTORESET and AUTOTIEOFF.
10770 (verilog-submit-bug-report): Update variable list.
10771 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
10772 parenthesis from not matching. Reported by Michael Rytting.
10773 (verilog-auto-template-lint): Fix hash error when linting modules
10774 with no used templates.
10775 (verilog-warn, verilog-warn-error)
10776 (verilog-warn-fatal): When non-interactive report multiple
10777 warnings before exiting. Suggested by Brad Dobbie.
10778 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
10779 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
10780 to report unused template errors. Reported by Brad Dobbie.
10781 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
10782 nets, bug438. Reported by Vns Blore.
10783 (verilog-auto-inout-module, verilog-auto-reg)
10784 (verilog-read-decls, verilog-read-sub-decls-sig)
10785 (verilog-signals-edit-wire-reg, verilog-signals-with):
10786 Fix passing of Verilog data types in ANSI input/output ports
10787 such as "output logic" into the AUTOs. Special case "wire" and
10788 "reg" for backwards compatibility presuming Verilog 2001.
10789 (verilog-auto-ascii-enum): Add "auto enum" as alias.
10790 (verilog-preprocess): Fix replication of preprocess output.
10791 Reported by Brad Dobbie.
10792 (verilog-auto-inst-interfaced-ports):
10793 Create verilog-auto-inst-interfaced-ports, bug429.
10794 Reported by Julian Gorfajn.
10795 (verilog-after-save-font-hook)
10796 (verilog-before-save-font-hook): New variable.
10797 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
10798 (verilog-save-font-mods): Wrap disabling fontification, reported
10799 by David Rogoff.
10800 (verilog-do-indent, verilog-pretty-declarations-auto)
10801 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
10802 Reported by Pierre-David Pfister.
10803 (verilog-set-auto-endcomments): Fix endtask auto comments outside
10804 of class declarations, bug292. Reported by Kevin Heilman.
10805 (verilog-read-decls): Fix 'parameter type' not appearing in
10806 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
10807 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
10808 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
10809 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
10810 Reported by David Kravitz.
10811
10812 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
10813
10814 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
10815 assignment with tests in ifs and for loops.
10816 (verilog-extended-complete-re, verilog-complete-reg): Change so
10817 that DPI inport functions don't look like fuction declarations.
10818 (verilog-pretty-expr): Don't line up assignment
10819 operations to the test and increment in if and for loops
10820 (verilog-extended-complete-re, verilog-complete-reg): Change so
10821 that DPI inport functions don't look like fuction declarations.
10822
10823 2012-05-03 Kenichi Handa <handa@m17n.org>
10824
10825 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
10826 decoding, and show a warning message without signaling an error
10827 (Bug#11282).
10828
10829 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10830
10831 * emacs-lisp/bytecomp.el
10832 (byte-compile-file-form-custom-declare-variable): Compile all elements,
10833 since cconv.el might have introduced :fun-body, internal-make-closure,
10834 and friends for bytecomp to handle (bug#11391).
10835 * custom.el (defcustom): Avoid ((λ ..) ..).
10836
10837 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
10838
10839 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
10840
10841 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
10842
10843 * notifications.el (dbus-debug):
10844 * term/linux.el (gpm-mouse-enable):
10845 * term/screen.el (xterm-register-default-colors): Declare.
10846
10847 2012-05-02 Chong Yidong <cyd@gnu.org>
10848
10849 * cus-start.el (gc-cons-percentage, exec-suffixes)
10850 (dos-display-scancodes, dos-hyper-key, dos-super-key)
10851 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
10852 (make-cursor-line-fully-visible, void-text-area-pointer)
10853 (font-list-limit): Add customization data.
10854
10855 * allout.el (allout-exposure-change-functions)
10856 (allout-structure-added-functions)
10857 (allout-structure-deleted-functions)
10858 (allout-structure-shifted-functions): Rename abnormal hooks from
10859 *-hook, and convert to defcustoms.
10860 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
10861 Convert to defcustoms.
10862 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
10863
10864 * allout-widgets.el: Hook callers changed.
10865
10866 2012-05-02 Eli Zaretskii <eliz@gnu.org>
10867
10868 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
10869 the yanked message in preference to the default value of
10870 buffer-file-coding-system.
10871
10872 2012-05-02 Martin Rudalics <rudalics@gmx.at>
10873
10874 * window.el (display-buffer--action-function-custom-type):
10875 Fix entry.
10876
10877 2012-05-02 Alan Mackenzie <acm@muc.de>
10878
10879 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
10880
10881 2012-05-01 Glenn Morris <rgm@gnu.org>
10882
10883 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
10884
10885 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
10886
10887 * cus-edit.el (custom-variable-documentation): Simplify with format.
10888
10889 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10890 Stefan Monnier <monnier@iro.umontreal.ca>
10891
10892 * simple.el (suggest-key-bindings, execute-extended-command):
10893 Move from keyboard.c.
10894
10895 2012-05-01 Chong Yidong <cyd@gnu.org>
10896
10897 * follow.el: Eliminate advice.
10898 (set-process-filter, process-filter, sit-for): Advice deleted.
10899 (follow-mode-off-hook): Obsolete hook removed.
10900 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
10901 Vars deleted.
10902 (follow-auto): Use a :set function.
10903 (follow-mode): Rewritten. Don't advise process filters.
10904 (follow-switch-to-current-buffer-all, follow-scroll-up)
10905 (follow-scroll-down): Assume follow-mode is bound.
10906 (follow-comint-scroll-to-bottom)
10907 (follow-align-compilation-windows): New functions.
10908 (follow--window-sorter): New function.
10909 (follow-all-followers): Use it to explicitly sort windows by their
10910 positions; don't make assumptions about next-window order.
10911 (follow-windows-start-end, follow-delete-other-windows-and-split)
10912 (follow-calc-win-start): Doc fix.
10913 (follow-windows-aligned-p, follow-select-if-visible): Don't call
10914 vertical-motion unnecessarily.
10915 (follow-adjust-window): New function.
10916 (follow-post-command-hook): Use it.
10917 (follow-call-set-process-filter, follow-call-process-filter)
10918 (follow-intercept-process-output, follow-tidy-process-filter-alist)
10919 (follow-stop-intercept-process-output, follow-generic-filter):
10920 Functions deleted.
10921 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
10922 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
10923 New functions, replacing advice on scroll-bar-* commands.
10924 (follow-mwheel-scroll): New function (Bug#4112).
10925
10926 * comint.el (comint-adjust-point): New function.
10927 (comint-postoutput-scroll-to-bottom): Use it.
10928 Call follow-comint-scroll-to-bottom for Follow mode buffers.
10929
10930 2012-05-01 Glenn Morris <rgm@gnu.org>
10931
10932 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
10933 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
10934 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
10935 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
10936 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
10937 Remove no-byte-compile setting.
10938
10939 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10940
10941 * minibuffer.el (completion-table-with-quoting): Fix compatibility
10942 all-completions code to not return a number in the last cdr.
10943
10944 2012-04-30 Leo Liu <sdl.web@gmail.com>
10945
10946 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
10947 read-only error.
10948
10949 2012-04-29 Chong Yidong <cyd@gnu.org>
10950
10951 * follow.el (follow-calc-win-end): Rewrite to handle partial
10952 screen lines correctly (Bug#8390).
10953 (follow-avoid-tail-recenter): Minor cleanup.
10954
10955 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10956
10957 Avoid the obsolete `assoc' package.
10958 * speedbar.el (speedbar-refresh): Avoid adelete.
10959 (speedbar-file-lists): Simplify and avoid aput.
10960 * man.el (Man--sections, Man--refpages): New vars, replacing
10961 Man-sections-alist and Man-refpages-alist.
10962 (Man-build-section-alist, Man-build-references-alist):
10963 Use them; avoid aput.
10964 (Man--last-section, Man--last-refpage): New vars.
10965 (Man-follow-manual-reference): Use them.
10966 Use the `default' arg of completing-read.
10967 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
10968
10969 2012-04-27 Chong Yidong <cyd@gnu.org>
10970
10971 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
10972
10973 * startup.el (x-apply-session-resources): New function.
10974
10975 * term/ns-win.el (ns-initialize-window-system):
10976 * term/w32-win.el (w32-initialize-window-system):
10977 * term/x-win.el (x-initialize-window-system): Use it to properly
10978 set menu-bar-mode and other vars from X resources, even if the
10979 initial frame is not a window-system frame (Bug#2299).
10980
10981 * subr.el (read-key): Avoid running filter function when setting
10982 up temporary tool bar entries (Bug#9922).
10983
10984 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
10985
10986 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
10987 (Bug#11344)
10988
10989 2012-04-27 Chong Yidong <cyd@gnu.org>
10990
10991 * select.el (xselect--encode-string): New function, split from
10992 xselect-convert-to-string.
10993 (xselect-convert-to-string): Use it.
10994 (xselect-convert-to-filename, xselect-convert-to-os)
10995 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
10996 returned strings are properly encoded (Bug#11315).
10997
10998 2012-04-27 Chong Yidong <cyd@gnu.org>
10999
11000 * simple.el (delete-active-region): Move to killing custom group.
11001
11002 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11003
11004 * progmodes/which-func.el (which-func-current): Quote %
11005 characters for mode-line processing.
11006
11007 2012-04-27 Chong Yidong <cyd@gnu.org>
11008
11009 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
11010 reaching eob (Bug#11286).
11011
11012 2012-04-27 Eli Zaretskii <eliz@gnu.org>
11013
11014 * progmodes/gdb-mi.el (gdb-control-level): New variable.
11015 (gdb): Make it buffer-local and init to zero.
11016 (gdb-control-commands-regexp): New variable.
11017 (gdb-send): Don't wrap in "-interpreter-exec console" if
11018 gdb-control-level is positive. Increment gdb-control-level
11019 whenever the command matches gdb-control-commands-regexp, and
11020 decrement it each time the command is "end". (Bug#11279)
11021
11022 2012-04-27 Martin Rudalics <rudalics@gmx.at>
11023
11024 * window.el (adjust-window-trailing-edge, enlarge-window)
11025 (shrink-window, window-resize):
11026 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
11027 windows (Bug#11276).
11028
11029 2012-04-27 Chong Yidong <cyd@gnu.org>
11030
11031 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
11032 fix "missing prefix" warning. All callers changed.
11033
11034 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11035
11036 * emacs-lisp/assoc.el: Move to obsolete/.
11037
11038 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11039
11040 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
11041
11042 * term/ns-win.el (ns-define-service):
11043 * progmodes/pascal.el (pascal-goto-defun):
11044 * progmodes/js.el (js--read-tab):
11045 * progmodes/etags.el (tags-lazy-completion-table):
11046 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
11047 * emacs-lisp/ewoc.el (ewoc--wrap):
11048 * emacs-lisp/assoc.el (aput, adelete, amake):
11049 * doc-view.el (doc-view-convert-current-doc):
11050 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
11051
11052 2012-04-26 Chong Yidong <cyd@gnu.org>
11053
11054 * image.el (image-type-from-buffer): Only return supported image
11055 type (Bug#9045).
11056
11057 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
11058 value, for symmetry with diff-end-of-hunk.
11059 (diff-split-hunk, diff-find-source-location)
11060 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
11061 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
11062 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
11063 compute the relevant hunk or file properly (Bug#6005).
11064 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
11065
11066 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11067
11068 * vc/vc-mtn.el:
11069 * vc/vc-hg.el:
11070 * vc/vc-git.el:
11071 * vc/vc-dir.el:
11072 * vc/vc-cvs.el:
11073 * vc/vc-bzr.el:
11074 * vc/vc-arch.el:
11075 * vc/vc.el: Replace lexical-let by lexical-binding.
11076 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
11077 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
11078 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
11079
11080 2012-04-26 Chong Yidong <cyd@gnu.org>
11081
11082 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
11083 (diff-mode-shared-map): Bind it to / and [remap undo].
11084
11085 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
11086 (ediff-window-setup-function): Use it as the default, to set up
11087 windows based on whether the current frame is graphical (Bug#2138).
11088 (ediff-choose-window-setup-function-automatically): Make obsolete.
11089
11090 * vc/ediff-init.el: Always define ediff-pixel-width/height.
11091
11092 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11093
11094 * ffap.el: Remove old code for obsolete package.
11095 (ffap-complete-as-file-p): Remove.
11096
11097 Use completion-table-with-quoting for comint and pcomplete.
11098 * comint.el (comint--unquote&requote-argument)
11099 (comint--unquote-argument, comint--requote-argument): New functions.
11100 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
11101 (comint-quote-filename): Use regexp-opt-charset.
11102 (comint--common-suffix, comint--common-quoted-suffix)
11103 (comint--table-subvert): Remove.
11104 (comint-unquote-function, comint-requote-function): New vars.
11105 (comint--complete-file-name-data): Use them with
11106 completion-table-with-quoting.
11107 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
11108 * pcomplete.el (pcomplete-arg-quote-list)
11109 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
11110 (pcomplete-unquote-argument-function): Default to non-nil.
11111 (pcomplete-unquote-argument): Simplify.
11112 (pcomplete--common-quoted-suffix): Remove.
11113 (pcomplete-requote-argument-function): New var.
11114 (pcomplete--common-suffix): New function.
11115 (pcomplete-completions-at-point): Use completion-table-with-quoting
11116 and completion-table-subvert.
11117
11118 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
11119 (minibuffer--double-dollars): Preserve properties.
11120 (completion--sifn-requote): New function.
11121 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
11122
11123 * minibuffer.el: Add support for completion of quoted/escaped data.
11124 (completion-table-with-quoting, completion-table-subvert): New funs.
11125 (completion--twq-try, completion--twq-all): New functions.
11126 (completion--nth-completion): New function.
11127 (completion-try-completion, completion-all-completions): Use it.
11128
11129 2012-04-25 Leo Liu <sdl.web@gmail.com>
11130
11131 * progmodes/python.el (python-pdbtrack-get-source-buffer):
11132 Use compilation-message if available to find real filename.
11133
11134 2012-04-25 Chong Yidong <cyd@gnu.org>
11135
11136 * vc/diff-mode.el (diff-setup-whitespace): New function.
11137 (diff-mode): Use it.
11138
11139 * vc/diff.el (diff-sentinel):
11140 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
11141 Whitespace mode variables based on diff style (Bug#8612).
11142
11143 2012-04-25 Leo Liu <sdl.web@gmail.com>
11144
11145 * progmodes/python.el (python-send-region): Add suffix .py to the
11146 temp file.
11147
11148 * files.el (auto-mode-alist): Use javascript-mode instead.
11149
11150 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
11151
11152 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
11153
11154 * net/soap-client.el (soap-resolve-references-for-sequence-type)
11155 (soap-resolve-references-for-array-type): Hack to prevent self
11156 references, see Bug#9.
11157 (soap-parse-envelope): Report the contents of the 'detail' node
11158 when receiving a fault reply.
11159 (soap-parse-envelope): Report the contents of the entire 'detail' node.
11160
11161 * net/soap-inspect.el (soap-sample-value-for-simple-type)
11162 (soap-inspect-simple-type): New function.
11163
11164 * net/soap-client.el (soap-simple-type): New struct.
11165 (soap-default-xsd-types, soap-default-soapenc-types)
11166 (soap-decode-basic-type, soap-encode-basic-type):
11167 support unsignedInt and double basic types.
11168 (soap-resolve-references-for-simple-type)
11169 (soap-parse-simple-type, soap-encode-simple-type): New function.
11170 (soap-parse-schema): Parse xsd:simpleType declarations.
11171
11172 * net/soap-client.el (soap-default-xsd-types)
11173 (soap-default-soapenc-types): Add integer, byte and anyURI types.
11174 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
11175 the local name of "soapenc:Array".
11176 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
11177 decoding integer, byte and anyURI xsd types.
11178
11179 2012-04-25 Chong Yidong <cyd@gnu.org>
11180
11181 * cus-edit.el (custom-buffer-create-internal): Update header text.
11182
11183 2012-04-25 Eli Zaretskii <eliz@gnu.org>
11184
11185 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
11186 settings on 'system-type', not on 'window-system'. On MS-Windows,
11187 set interactive-mode on in GDB.
11188
11189 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11190
11191 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
11192 (ruby-syntax-propertize-regexp): Remove.
11193 (ruby-syntax-propertize-function): Split regexp into chunks.
11194 Match following code directly.
11195
11196 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
11197
11198 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
11199 (ruby-syntax-propertize-regexp): New function.
11200 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
11201 by a special keyword.
11202
11203 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
11204 (ruby-syntax-general-delimiters-goto-beg)
11205 (ruby-syntax-propertize-general-delimiters): New functions.
11206 (ruby-syntax-propertize-function): Use them to handle GDL.
11207 (ruby-font-lock-keywords): Move old handling of GDL...
11208 (ruby-font-lock-syntactic-keywords): .. to here.
11209 (ruby-calculate-indent): Adjust indentation for GDL.
11210
11211 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
11212
11213 * notifications.el (top): Remove unneeded declarations.
11214 (notifications-specification-version): Change to "1.2".
11215 (notifications-interface, notifications-notify-method)
11216 (notifications-close-notification-method): Fix docstring.
11217 (notifications-get-capabilities-method): New defconst.
11218 (notifications-notify): Add :action-items, :resident and
11219 :transient hints. Change "image_data" to "image-data" and
11220 "image_path" to "image-path".
11221 (notifications-get-capabilities): New defun.
11222
11223 2012-04-24 Leo Liu <sdl.web@gmail.com>
11224
11225 * progmodes/python.el: Move hideshow setup to the end.
11226
11227 2012-04-24 Martin Rudalics <rudalics@gmx.at>
11228
11229 * window.el (handle-select-window): Clear echo area since this is
11230 no more done by read_char (Bug#11304).
11231
11232 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11233
11234 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
11235 and `/ M' to filter-derived-mode.
11236 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
11237 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11238 (ibuffer-mark-by-mode): Use default rather than initial-input.
11239 (ibuffer-filter-by-derived-mode): Autoload and require-match.
11240
11241 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
11242
11243 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
11244 (ibuffer-filter-by-derived-mode): New filter.
11245 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
11246
11247 2012-04-23 Andreas Politz <politza@fh-trier.de>
11248
11249 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
11250
11251 2012-04-23 Chong Yidong <cyd@gnu.org>
11252
11253 * cus-edit.el (customize-apropos, customize-apropos-options):
11254 Disable matching of non-option variables (Bug#11176).
11255 (customize-option, customize-option-other-window)
11256 (customize-changed-options): Doc fix.
11257 (customize-apropos-options, customize-apropos-faces)
11258 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
11259
11260 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
11261 Fix word list splitting (Bug#11132).
11262 (apropos-symbol, apropos-keybinding, apropos-label)
11263 (apropos-property, apropos-function-button)
11264 (apropos-variable-button, apropos-misc-button): New faces.
11265 (apropos-symbol-face, apropos-keybinding-face)
11266 (apropos-label-face, apropos-property-face, apropos-match-face):
11267 Variables removed (Bug#8396).
11268 (apropos-library-button, apropos-format-plist, apropos-print)
11269 (apropos-print-doc, apropos-describe-plist): Callers changed.
11270
11271 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
11272
11273 * net/xesam.el (xesam-mode-map): Use let-bound map in
11274 initialization. (Bug#11292)
11275
11276 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11277
11278 Preserve ispell session localwords when switching back to
11279 original buffer.
11280
11281 * textmodes/ispell.el (ispell-buffer-session-localwords):
11282 New buffer-local variable to hold buffer session localwords.
11283 (ispell-kill-ispell): Add option 'clear to delete session
11284 localwords.
11285 (ispell-command-loop, ispell-change-dictionary)
11286 (ispell-buffer-local-words): Preserve session localwords when
11287 needed.
11288
11289 * textmodes/flyspell.el (flyspell-process-localwords)
11290 (flyspell-do-correct): Preserve session localwords when needed.
11291
11292 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11293
11294 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
11295 using obsolete `translation-table-for-input'.
11296 (ispell-word, ispell-process-line, ispell-complete-word):
11297 Use plain `insert' instead of removed `ispell-insert-word'.
11298
11299 2012-04-22 Chong Yidong <cyd@gnu.org>
11300
11301 * cus-edit.el (custom-variable-menu)
11302 (custom-variable-reset-saved, custom-face-menu)
11303 (custom-face-reset-saved): If there is no saved value, make the
11304 "reset-saved" operation bring back the default (Bug#9509).
11305 (custom-face-state): Properly detect themed faces.
11306
11307 * faces.el (face-spec-set): Stop supporting deprecated form of
11308 third arg.
11309
11310 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
11311
11312 Move functions from C to Lisp. Make non-blocking method calls
11313 the default. Implement further D-Bus standard interfaces.
11314
11315 * net/dbus.el (dbus-message-internal): Declare function.
11316 Remove unneeded function declarations.
11317 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
11318 (dbus-message-type-method-return, dbus-message-type-error)
11319 (dbus-message-type-signal): Declare variables. Remove local
11320 definitions.
11321 (dbus-interface-dbus, dbus-interface-peer)
11322 (dbus-interface-introspectable, dbus-interface-properties)
11323 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
11324 Adapt docstring.
11325 (dbus-interface-objectmanager): New defconst.
11326 (dbus-call-method, dbus-call-method-asynchronously)
11327 (dbus-send-signal, dbus-method-return-internal)
11328 (dbus-method-error-internal, dbus-register-service)
11329 (dbus-register-signal, dbus-register-method): New defuns, moved
11330 from dbusbind.c
11331 (dbus-call-method-handler, dbus-setenv)
11332 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
11333 New defuns.
11334 (dbus-call-method-non-blocking): Make it an obsolete function.
11335 (dbus-unregister-object, dbus-unregister-service)
11336 (dbus-handle-event, dbus-register-property)
11337 (dbus-property-handler): Obey the new structure of
11338 `bus-registered-objects'.
11339 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
11340 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11341 Use `dbus-call-method'.
11342
11343 2012-04-22 Chong Yidong <cyd@gnu.org>
11344
11345 * cus-edit.el (custom-commands, custom-reset-menu)
11346 (Custom-reset-standard): Tweak labels.
11347 (custom-reset-button-menu): Change default to t.
11348 (custom-buffer-create-internal): For the custom-reset-button-menu
11349 case, put the revert button first.
11350 (custom-group-subtitle): New face.
11351 (custom-group-value-create): Align docstring to a specific column.
11352
11353 * wid-edit.el (widget-documentation-link-add): Don't handle
11354 indentation in this function.
11355 (widget-documentation-string-indent-to): New function.
11356 (widget-documentation-string-value-create): Use it.
11357
11358 * autorevert.el (auto-revert):
11359 * epg-config.el (epg):
11360 * ibuffer.el (ibuffer):
11361 * mpc.el (mpc):
11362 * ses.el (ses):
11363 * eshell/eshell.el (eshell):
11364 * net/ange-ftp.el (ange-ftp):
11365 * progmodes/ebnf2ps.el (postscript):
11366 * progmodes/flymake.el (flymake):
11367 * progmodes/prolog.el (prolog):
11368 * progmodes/verilog-mode.el (verilog-mode):
11369 * progmodes/which-func.el (which-func):
11370 * term/xterm.el (xterm):
11371 * textmodes/picture.el (picture):
11372 * textmodes/tildify.el (tildify):
11373 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
11374 customization buffers.
11375
11376 2012-04-22 Alan Mackenzie <acm@muc.de>
11377
11378 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11379 Adding a ) can hide the resulting (..) from searches. Fix it.
11380 Bound the backward search to the position of the existing (.
11381
11382 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
11383
11384 * progmodes/verilog-mode.el (verilog-mode): Check whether
11385 which-func-modes is t before adding verilog-mode.
11386 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
11387
11388 2012-04-21 Leo Liu <sdl.web@gmail.com>
11389
11390 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
11391
11392 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
11393
11394 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
11395 filling of the last column of a table (Bug#5635).
11396 (woman-find-next-control-line): New arg, specifying an additional
11397 regexp component for the control line.
11398 (woman2-roff-buffer): Use it.
11399 (woman-break-table): New function.
11400 (woman2-TS): Use it.
11401
11402 2012-04-21 Chong Yidong <cyd@gnu.org>
11403
11404 * woman.el (woman-set-buffer-display-table, woman-decode-region)
11405 (woman-horizontal-escapes, woman-negative-vertical-space)
11406 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
11407 (WoMan-warn-ignored): Use ?\s instead of ?\ .
11408
11409 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11410
11411 * minibuffer.el (completion-file-name-table): Complete user names.
11412
11413 2012-04-20 Leo Liu <sdl.web@gmail.com>
11414
11415 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
11416 and pcase-let*.
11417
11418 2012-04-20 Chong Yidong <cyd@gnu.org>
11419
11420 * server.el (server-execute): Respect initial-buffer-choice if it
11421 is a string and there are no files to open (Bug#2825).
11422 (server-create-window-system-frame, server-create-tty-frame):
11423 Don't switch buffers here.
11424 (server-process-filter): Only try to open a window system frame if
11425 compiled with graphical support (Bug#8314).
11426
11427 2012-04-20 Dan Nicolaescu <dann@gnu.org>
11428
11429 * battery.el (battery-echo-area-format): Display remaining time
11430 for sysfs backend too (Bug#11269).
11431 (battery-linux-sysfs): Fix conditional for the charge.
11432
11433 2012-04-20 Chong Yidong <cyd@gnu.org>
11434
11435 * progmodes/gdb-mi.el (gdb): Revert previous change.
11436 (gdb-inferior-io--init-proc): New function.
11437 (gdb-init-1): Use it.
11438 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
11439 responsible for allocating a new pty and hooking it to gdb when
11440 the old pty gets an EIO due to process exit.
11441 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
11442 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
11443 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
11444
11445 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11446
11447 * window.el (window-min-size, window-sizable, window-min-delta)
11448 (window-max-delta, window--resizable, window-resizable)
11449 (window-total-size, window-full-height-p, window-full-width-p)
11450 (window-in-direction, window--resize-mini-window, window-resize)
11451 (window--resize-child-windows-normal)
11452 (window--resize-child-windows, window--resize-siblings)
11453 (window--resize-this-window, adjust-window-trailing-edge)
11454 (enlarge-window, shrink-window): Doc fixes.
11455
11456 2012-04-20 Chong Yidong <cyd@gnu.org>
11457
11458 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
11459 New function to call delete-process on the gdb-inferior buffer's pty.
11460 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
11461 pty process (Bug#11273).
11462 (gdb-update): New arg to suppress talking to the gdb process.
11463 (gdb-done-or-error): Use it.
11464 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
11465 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
11466 sentinel not being called.
11467
11468 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
11469
11470 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
11471
11472 2012-04-20 Glenn Morris <rgm@gnu.org>
11473
11474 * net/network-stream.el (open-network-stream): Doc fix.
11475
11476 2012-04-20 Chong Yidong <cyd@gnu.org>
11477
11478 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
11479
11480 2012-04-20 Alan Mackenzie <acm@muc.de>
11481
11482 Ensure searching for keywords is case sensitive.
11483
11484 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
11485 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
11486 (c-defun-name, c-mark-function, c-cpp-define-name)
11487 (c-comment-indent, c-scan-conditionals, c-indent-defun)
11488 (c-context-line-break): Bind case-fold-search to nil.
11489
11490 * progmodes/cc-mode.el (c-font-lock-fontify-region):
11491 Bind case-fold-search to nil.
11492
11493 2012-04-20 Chong Yidong <cyd@gnu.org>
11494
11495 * mail/sendmail.el (mail-bury): Call return action with the right
11496 Rmail buffer (Bug#11242).
11497
11498 * server.el (server-process-filter): Handle corner case where both
11499 tty and nowait options are present (Bug#11102).
11500
11501 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11502
11503 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
11504 (top level): Put into the executable the ident-style '$Id:' tag on
11505 windows-nt as well.
11506
11507 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11508
11509 * electric.el (electric-indent-post-self-insert-function): Check that
11510 electric-indent-mode is enabled in current buffer.
11511
11512 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11513
11514 * imenu.el (imenu-progress-message): Restore; it is "used" in
11515 erc/erc-imenu.el and net/snmp-mode.el.
11516
11517 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11518
11519 * avoid.el (mouse-avoidance-mode): Mark unused arg.
11520 (mouse-avoidance-nudge-mouse): Remove unused binding.
11521
11522 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
11523
11524 * descr-text.el (describe-char):
11525 * progmodes/python.el (python-describe-symbol):
11526 Don't call `toggle-read-only', set `buffer-read-only'.
11527
11528 * imenu.el (imenu-default-goto-function): Mark unused args.
11529 (imenu-progress-message): Remove obsolete macro; all callers changed.
11530
11531 * subr.el (keymap-canonicalize): Remove unused binding.
11532 (read-passwd): Mark unused arg.
11533
11534 * tutorial.el (tutorial--display-changes): Remove unused binding.
11535 (tutorial--save-tutorial-to): Remove unused variable.
11536
11537 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
11538 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
11539 (package-generate-autoloads, package-menu--generate)
11540 (package-menu--find-upgrades): Remove unused bindings.
11541
11542 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
11543 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
11544 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
11545 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
11546 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
11547 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
11548 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
11549 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
11550 (cua-delete-char-rectangle): Mark unused args.
11551 (cua-align-rectangle): Remove unused binding.
11552
11553 * mail/rmail.el (compilation--message->loc)
11554 (epa--find-coding-system-for-mime-charset): Declare.
11555
11556 * net/dbus.el (dbus-register-service): Declare.
11557 (dbus-name-owner-changed-handler): Remove unused binding.
11558
11559 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
11560 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
11561 (nxml-scan-backward-within): Mark unused arg.
11562 (nxml-dynamic-markup-word): Remove unused binding.
11563
11564 * mouse.el (mouse-menu-major-mode-map):
11565 * emacs-lisp/authors.el (authors-scan-change-log)
11566 (authors-add-to-author-list):
11567 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
11568 * emacs-lisp/smie.el (smie-auto-fill):
11569 * mail/sendmail.el (mail-bury):
11570 * mail/unrmail.el (unrmail):
11571 * net/tls.el (open-tls-stream):
11572 * textmodes/picture.el (picture-mouse-set-point):
11573 Remove unused bindings.
11574
11575 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
11576
11577 * net/tramp.el (tramp-action-password): Let-bind
11578 `enable-recursive-minibuffers' to t.
11579
11580 2012-04-18 Sam Steingold <sds@gnu.org>
11581
11582 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
11583 instead of 'string to accommodate values like [f11].
11584 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
11585 * progmodes/gdb-mi.el: Likewise.
11586
11587 2012-04-18 Leo Liu <sdl.web@gmail.com>
11588
11589 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
11590 current buffer.
11591 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
11592 LOCAL is nil.
11593
11594 2012-04-18 Chong Yidong <cyd@gnu.org>
11595
11596 * simple.el (line-move): Use forward-line if in batch mode
11597 (Bug#11053).
11598
11599 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
11600
11601 * files.el (after-find-file): Do not try to add a final newline if
11602 the buffer is read-only (Bug#11156).
11603
11604 2012-04-17 Richard Stallman <rms@gnu.org>
11605
11606 * mail/rmail.el (rmail-start-mail):
11607 Pass (rmail-mail-return...) for the return-action.
11608 Pass (rmail-yank-current-message...) for the yank-action.
11609 (rmail-yank-current-message): New function.
11610 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
11611 (rmail-reply): Likewise.
11612 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
11613
11614 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
11615 buffer, not the last. Reject temp buffers. Use the rmail-mode
11616 buffer, not newbuf.
11617
11618 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
11619
11620 * server.el (server-ensure-safe-dir): Simplify.
11621
11622 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11623
11624 * emacs-lisp/smie.el: Provide smarter auto-filling.
11625 (smie-auto-fill): New function.
11626 (smie-setup): Use it.
11627
11628 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
11629
11630 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
11631
11632 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
11633 (comment-indent): Use it.
11634
11635 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
11636
11637 * ses.el: The overall change is to add cell renaming, that is
11638 setting fancy names for cell symbols other than name matching
11639 "\\`[A-Z]+[0-9]+\\'" regexp .
11640 (ses-localvars): Add ses--renamed-cell-symb-list.
11641 (ses-create-cell-variable): New defun.
11642 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
11643 (ses-relocate-formula): Relocate formulas only for cells the
11644 symbols of which are not renamed, i.e. symbols whose names do not
11645 match regexp "\\`[A-Z]+[0-9]+\\'".
11646 (ses-relocate-all): Relocate values only for cells the symbols of
11647 which are not renamed.
11648 (ses-load): Create cells variables as the (ses-cell ...) are read,
11649 in order to check row col consistency with cell symbol name only
11650 for cells that are not renamed.
11651 (ses-replace-name-in-formula): New defun.
11652 (ses-rename-cell): New defun.
11653
11654 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
11655
11656 * progmodes/perl-mode.el (perl-indent-parens-as-block):
11657 New option (bug#11118).
11658 (perl-calculate-indent): Respect it.
11659
11660 2012-04-17 Glenn Morris <rgm@gnu.org>
11661
11662 * dired-aux.el (dired-mark-read-string): Doc fix.
11663
11664 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
11665
11666 * dired-aux.el (dired-mark-read-string): Offer optional completion.
11667 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
11668
11669 2012-04-17 Glenn Morris <rgm@gnu.org>
11670
11671 * mouse.el (mouse-drag-track):
11672 * speedbar.el (speedbar-frame-mode):
11673 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
11674
11675 2012-04-16 Leo Liu <sdl.web@gmail.com>
11676
11677 * progmodes/python.el: Trivial cleanup.
11678
11679 2012-04-16 Glenn Morris <rgm@gnu.org>
11680
11681 * vc/vc.el (vc-string-prefix-p):
11682 * vc/pcvs-util.el (cvs-string-prefix-p):
11683 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
11684 * mpc.el (mpc-string-prefix-p):
11685 Make all of these into obsolete aliases for string-prefix-p.
11686 Update callers.
11687 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
11688
11689 * textmodes/two-column.el: Move custom options to the start.
11690 (frame-width): Remove compat definition.
11691 (2C-associate-buffer, 2C-dissociate):
11692 Use with-current-buffer rather than save-excursion.
11693 (2C-dissociate): Force a mode-line update.
11694 (2C-autoscroll): Use ignore-errors.
11695
11696 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
11697 Autoload trivia.
11698
11699 * emacs-lisp/cl-extra.el (*random-state*):
11700 Remove unnecessary declaration.
11701
11702 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
11703
11704 * play/cookie1.el (cookie-snarf):
11705 Give an explicit error if input file cannot be read.
11706
11707 * play/yow.el (yow-file): Use expand-file-name rather than concat.
11708
11709 * progmodes/perl-mode.el (c-macro-expand):
11710 Remove unnecessary autoload (it is in loaddefs.el).
11711
11712 * textmodes/picture.el (picture-desired-column)
11713 (picture-update-desired-column): Convert comments to doc-strings.
11714 (picture-substitute): Remove function.
11715 (picture-mode-map): Initialize in the defvar.
11716
11717 * woman.el: Remove eval-after-load for tar-mode.
11718 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
11719 (woman-tar-extract-file): Autoload it.
11720
11721 * frame.el (automatic-hscrolling): Make this alias obsolete.
11722
11723 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11724
11725 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
11726 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
11727 (ispell-dictionary-base-alist): Revert to original XEmacs
11728 friendly version for default. [:alpha:] will be added in
11729 `ispell-set-spellchecker-params' if needed.
11730
11731 2012-04-16 Chong Yidong <cyd@gnu.org>
11732
11733 * image.el (imagemagick--file-regexp): New variable.
11734 (imagemagick-register-types): Use it.
11735 (imagemagick-types-inhibit): Add :set function. Allow new value
11736 of t to inhibit all types.
11737
11738 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
11739 so we can preload it.
11740
11741 * loadup.el (fboundp): Preload regexp-opt, needed by
11742 imagemagick-register-types.
11743
11744 2012-04-15 Chong Yidong <cyd@gnu.org>
11745
11746 * frame.el (scrolling): Remove nearly unused customization group.
11747
11748 * scroll-all.el (scroll-all-mode): Move to windows group.
11749
11750 2012-04-15 Chong Yidong <cyd@gnu.org>
11751
11752 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
11753
11754 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11755
11756 Avoid the use of ((lambda ...) ...) in lexical-binding code.
11757 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
11758
11759 2012-04-15 Glenn Morris <rgm@gnu.org>
11760
11761 * simple.el (process-file-side-effects): Doc fix.
11762
11763 2012-04-15 Glenn Morris <rgm@gnu.org>
11764
11765 * international/mule-cmds.el (set-language-environment): Doc fix.
11766
11767 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
11768
11769 * server.el (server-auth-key, server-generate-key): Doc fixes.
11770 (server-get-auth-key): Doc fix. Use `string-match-p'.
11771 (server-start): Reflow docstring.
11772
11773 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
11774
11775 * server.el (server-generate-key): `called-interactively-p'
11776 requires a parameter.
11777
11778 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
11779
11780 * server.el (server-auth-key): New variable.
11781 (server-generate-key, server-get-auth-key): New function.
11782 (server-start): Use the new variable and functions to allow
11783 setting a permanent server key (bug#9423).
11784
11785 2012-04-14 Leo Liu <sdl.web@gmail.com>
11786
11787 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
11788
11789 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
11790
11791 Spelling fixes.
11792 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
11793 Emacs uses American spelling.
11794
11795 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
11796
11797 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
11798 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
11799 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
11800 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
11801
11802 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11803
11804 * progmodes/which-func.el (which-func-modes): Change default.
11805
11806 2012-04-14 Kim F. Storm <storm@cua.dk>
11807
11808 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
11809 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
11810
11811 2012-04-14 Chong Yidong <cyd@gnu.org>
11812
11813 * custom.el (custom-theme-set-variables): Doc fix.
11814
11815 2012-04-14 Glenn Morris <rgm@gnu.org>
11816
11817 * international/mule.el (set-auto-coding-for-load): Doc fix.
11818
11819 2012-04-14 Alan Mackenzie <acm@muc.de>
11820
11821 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
11822 imenu work again for Objective C Mode. Correct the *-index values,
11823 these having been disturbed by a previous change in 2011-08.
11824
11825 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
11826 Correct two search limits.
11827
11828 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11829
11830 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
11831
11832 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
11833
11834 * international/characters.el: Fix sorting.
11835
11836 2012-04-14 Eli Zaretskii <eliz@gnu.org>
11837
11838 * international/characters.el: Add more missing Latin case pairs.
11839
11840 2012-04-14 Glenn Morris <rgm@gnu.org>
11841
11842 * files.el (dir-locals-set-class-variables): Doc fix.
11843
11844 2012-04-14 Eli Zaretskii <eliz@gnu.org>
11845
11846 * international/characters.el: Add set-case-syntax-pair call for
11847 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
11848 counterpart. (Bug#11209)
11849
11850 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
11851
11852 2012-04-14 Glenn Morris <rgm@gnu.org>
11853
11854 * calendar/holidays.el (calendar-check-holidays): Doc fix.
11855
11856 2012-04-14 Eli Zaretskii <eliz@gnu.org>
11857
11858 * textmodes/ispell.el (ispell-dictionary-base-alist):
11859 Add data for Hebrew.
11860
11861 2012-04-14 Chong Yidong <cyd@gnu.org>
11862
11863 * net/rcirc.el (rcirc-cmd-quit):
11864 Revert 2012-03-18 change (Bug#11192).
11865
11866 2012-04-14 Glenn Morris <rgm@gnu.org>
11867
11868 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
11869
11870 2012-04-14 Eli Zaretskii <eliz@gnu.org>
11871
11872 * minibuffer.el (completion-in-region-mode-map):
11873 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
11874
11875 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
11876
11877 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
11878
11879 2012-04-13 Masatake YAMATO <yamato@redhat.com>
11880
11881 * minibuffer.el (minibuffer-local-filename-syntax): New variable
11882 to allow `C-M-f' and `C-M-b' to move to the nearest path
11883 separator (bug#9511).
11884
11885 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
11886
11887 * avoid.el: Require cl when compiling. And also move the
11888 `provide' to the end.
11889
11890 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11891
11892 * avoid.el (mouse-avoidance-banish-position): New variable.
11893 (mouse-avoidance-banish-destination): Use it (bug#10165).
11894
11895 2012-04-13 Leo Liu <sdl.web@gmail.com>
11896
11897 * progmodes/which-func.el (which-func-modes): Add objc-mode.
11898
11899 2012-04-13 Ken Brown <kbrown@cornell.edu>
11900
11901 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
11902 this is no longer needed now that cygstart understands file:// URLs.
11903 (browse-url-filename-alist): For the same reason, don't modify
11904 file:// URLs on Cygwin.
11905
11906 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11907
11908 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
11909 the region on shift if the binding is already shifted (bug#11221).
11910
11911 2012-04-12 Glenn Morris <rgm@gnu.org>
11912
11913 * mail/mailpost.el: Move to obsolete/.
11914
11915 2012-04-12 Drew Adams <drew.adams@oracle.com>
11916
11917 * imenu.el (imenu--generic-function): Ignore invisible definitions
11918 (bug#10123).
11919
11920 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
11921
11922 * hexl.el (hexl-bits): New variable.
11923 (hexl-options): Mention the variable in the doc string.
11924 (hexl-rulerise, hexl-line-displen): New functions.
11925 (hexl-mode): Mention the new variable.
11926 (hexl-mode, hexl-current-address, hexl-current-address):
11927 Use the displen.
11928 (hexl-ascii-start-column): New function.
11929 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
11930 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
11931
11932 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11933
11934 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
11935 '("-i" ENCODING), in 2 separate command-line arguments, to specify
11936 the encoding, as expected by hunspell.
11937
11938 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11939
11940 * battery.el (battery--linux-sysfs-regexp): New const.
11941 (battery-status-function): Use it. Remove yeeloong special case.
11942 (battery-yeeloong-sysfs): Remove.
11943 (battery-echo-area-format): Remove yeeloong special case.
11944
11945 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11946
11947 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
11948 Reported by Noah Friedman.
11949
11950 * subr.el (read-passwd): Use read-string.
11951
11952 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11953
11954 * vcursor.el (vcursor-move): Increase the priority of the overlay
11955 (bug#9663).
11956
11957 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11958
11959 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
11960 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
11961
11962 2012-04-11 William Stevenson <yhvh2000@gmail.com>
11963
11964 * textmodes/artist.el (artist-mode): Convert artist-mode to use
11965 define-minor-mode (bug#10760).
11966
11967 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11968
11969 * progmodes/grep.el (rgrep): Tweak the find command line so
11970 that directories matching `grep-find-ignored-files' won't be
11971 pruned (bug#10351).
11972
11973 2012-04-11 Chong Yidong <cyd@gnu.org>
11974
11975 * startup.el (command-line): Remove support for long-obsolete
11976 variable font-lock-face-attributes.
11977
11978 2012-04-11 Glenn Morris <rgm@gnu.org>
11979
11980 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
11981
11982 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11983
11984 * window.el (window--state-get-1): Obey window-point-insertion-type.
11985
11986 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
11987
11988 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
11989 to previous function when point is on the first character of a
11990 function. Take care of that in `narrow-to-defun' (bug#6157).
11991
11992 2012-04-11 Glenn Morris <rgm@gnu.org>
11993
11994 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
11995 not just file-errors.
11996
11997 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
11998 (vc-bzr-sha1): Use internal sha1.
11999
12000 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12001
12002 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
12003
12004 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
12005
12006 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
12007 that start in the middle of the line (bug#10496).
12008
12009 2012-04-10 Dan Nicolaescu <dann@gnu.org>
12010
12011 * battery.el (battery-linux-proc-acpi): Only one battery is
12012 discharged at a time, but that seems to confuse battery.el when
12013 computing `rate-type' for the battery not being discharged
12014 (bug#10332).
12015
12016 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12017
12018 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
12019
12020 * international/quail.el: Use dolist and simplify.
12021 (quail-define-package, quail-update-keyboard-layout)
12022 (quail-define-rules): Use dolist.
12023 (quail-insert-kbd-layout, quail-get-translation): CSE.
12024
12025 * tmm.el: Use dolist, remove left over hook.
12026 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
12027 Use dolist.
12028 (calendar-load-hook): Don't mess with it.
12029
12030 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
12031 Use derived-mode-p. Run the diff asynchronously.
12032
12033 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12034
12035 * obsolete/mouse-sel.el: Add an Obsolete-since header.
12036
12037 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12038
12039 * misc.el: Display absolute path of loaded DLLs (bug#10424).
12040 (list-dynamic-libraries--loaded): New function.
12041 (list-dynamic-libraries--refresh): Use it.
12042
12043 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
12044
12045 * progmodes/python.el (python-fill-paragraph):
12046 Make python-fill-region in a multiline string work when font-lock is
12047 disabled (bug#7018).
12048
12049 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
12050
12051 * language/european.el (cp775): Add oem/legacy (en)coding on
12052 DOS/MS Windows for the Baltic languages. There are still plenty
12053 of texts written in this encoding/codepage (bug#6519).
12054
12055 2012-04-10 Glenn Morris <rgm@gnu.org>
12056
12057 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
12058 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
12059
12060 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
12061
12062 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
12063 next-line "n" and previous-line "p" in order to make recentf more
12064 consistent with ibuffer, dired or org-mode (bug#9387).
12065
12066 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12067
12068 * image.el (put-image): Return the overlay created instead of the
12069 optional input string (bug#7834). Note that this may break code
12070 that is (for some reason or other) depending on `put-image'
12071 returning the string.
12072
12073 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
12074
12075 * simple.el (zap-to-char): Allow zapping using input methods
12076 (bug#1580).
12077
12078 * textmodes/fill.el (fill-region): Leave point and mark where they
12079 were before filling (bug#5399).
12080
12081 2012-04-09 Glenn Morris <rgm@gnu.org>
12082
12083 * version.el (emacs-bzr-get-version):
12084 Handle lightweight checkouts of local branches.
12085
12086 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
12087
12088 * international/characters.el: Recover lost case pairs. (Bug#11209)
12089
12090 2012-04-09 Chong Yidong <cyd@gnu.org>
12091
12092 * custom.el (custom-variable-p): Return nil for non-symbol
12093 arguments instead of signaling an error.
12094 (user-variable-p): Obsolete alias for custom-variable-p.
12095
12096 * apropos.el (apropos-variable):
12097 * files-x.el (read-file-local-variable):
12098 * simple.el (set-variable):
12099 * woman.el (woman-mini-help):
12100 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
12101
12102 2012-04-09 Glenn Morris <rgm@gnu.org>
12103
12104 * startup.el (normal-top-level): Don't look for leim-list.el
12105 in places where it will not be found. (Bug#910)
12106
12107 * international/mule-cmds.el (set-default-coding-systems):
12108 * files.el (normal-mode):
12109 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
12110 This function was removed with ucs-tables.el in 2008.
12111
12112 2012-04-08 Eli Zaretskii <eliz@gnu.org>
12113
12114 * textmodes/ispell.el (ispell-check-version): For hunspell, set
12115 ispell-encoding8-command to "-i", without a trailing space.
12116 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
12117 separate command-line arguments, to specify the encoding, since
12118 that's how hunspell expects it.
12119
12120 2012-04-08 Glenn Morris <rgm@gnu.org>
12121
12122 * loadup.el: Load bindings before cus-start.
12123 This reduces somewhat the number of "rogue" settings in emacs -Q.
12124
12125 2012-04-07 Glenn Morris <rgm@gnu.org>
12126
12127 * version.el (emacs-bzr-get-version): New function.
12128 (emacs-bzr-version): New variable.
12129 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
12130 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
12131
12132 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12133
12134 * international/uni-bidi.el, international/uni-category.el:
12135 * international/uni-combining.el, international/uni-decimal.el:
12136 * international/uni-decomposition.el, international/uni-digit.el:
12137 * international/uni-lowercase.el, international/uni-mirrored.el:
12138 * international/uni-name.el, international/uni-numeric.el:
12139 * international/uni-titlecase.el, international/uni-uppercase.el:
12140 Update for Unicode 6.1.
12141
12142 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12143
12144 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
12145
12146 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
12147
12148 * window.el (shrink-window): Mention the `window-min-height'
12149 variable in the doc string.
12150
12151 2012-04-05 Bastien Guerry <bzg@altern.org>
12152
12153 * color.el (color-lighten-name): Fix typo.
12154
12155 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12156
12157 * server.el (server--on-display-p): New function.
12158 (server--on-display-p): Use it.
12159
12160 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
12161
12162 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
12163 (bug#11145).
12164
12165 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12166
12167 * comint.el (comint--common-quoted-suffix): Check string boundary
12168 before comparing (bug#11158).
12169 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
12170
12171 2012-04-04 Chong Yidong <cyd@gnu.org>
12172
12173 * minibuffer.el (completion-extra-properties): Doc fix.
12174
12175 * subr.el (delayed-warnings-hook): Doc fix.
12176
12177 2012-04-04 Daiki Ueno <ueno@unixuser.org>
12178
12179 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
12180 selection (Bug#11159).
12181 (epa-insert-keys): Inform that the default public key will be
12182 exported if no key is selected.
12183
12184 2012-04-04 Richard Stallman <rms@gnu.org>
12185
12186 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
12187
12188 2012-04-03 Chong Yidong <cyd@gnu.org>
12189
12190 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
12191 mail-insert-file, not its obsolete alias mail-attach-file.
12192
12193 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
12194
12195 * notifications.el (notifications-notify): Fix docstring.
12196
12197 2012-04-02 Glenn Morris <rgm@gnu.org>
12198
12199 * emacs-lisp/authors.el (authors-aliases): Another addition.
12200
12201 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
12202
12203 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
12204 `tramp-compat-call-process' instead of `tramp-local-call-process'.
12205 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
12206
12207 2012-04-01 Chong Yidong <cyd@gnu.org>
12208
12209 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
12210 Handle root directory properly.
12211 (copy-directory): Caller changed.
12212
12213 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12214 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
12215
12216 2012-03-31 Glenn Morris <rgm@gnu.org>
12217
12218 * term/xterm.el (xterm-extra-capabilities): Doc fix.
12219
12220 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
12221
12222 * calendar/calendar.el (calendar-window-list)
12223 (calendar-hide-window): Restore. (Bug#11140)
12224 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
12225
12226 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
12227
12228 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12229
12230 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12231 Check if file is a symlink (Bug#10489).
12232
12233 * files.el (copy-directory): Likewise.
12234
12235 2012-03-30 Chong Yidong <cyd@gnu.org>
12236
12237 * image.el (imagemagick-types-inhibit)
12238 (imagemagick-register-types): Doc fix.
12239
12240 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12241
12242 * textmodes/ispell.el (ispell-get-extended-character-mode):
12243 Disable extended-char-mode for hunspell. hunspell does not support it
12244 and treats ~word as ordinary words in pipe mode.
12245
12246 2012-03-30 Glenn Morris <rgm@gnu.org>
12247
12248 * tutorial.el (help-with-tutorial): Ensure local variables don't
12249 happen to make the buffer read-only. (Bug#11127)
12250
12251 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12252
12253 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
12254 (perl-calculate-indent): Return `noindent' in strings.
12255
12256 2012-03-28 Sam Steingold <sds@gnu.org>
12257
12258 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
12259 instead of the broken adhockery which does not prevent calendar
12260 buffers from being displayed at random after exit.
12261 (calendar-window-list, calendar-hide-window): Remove the broken
12262 adhockery.
12263
12264 2012-03-28 Glenn Morris <rgm@gnu.org>
12265
12266 * replace.el (query-replace-map): Doc fix.
12267
12268 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
12269
12270 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
12271 contents. (Bug#11109)
12272
12273 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12274
12275 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
12276 (bug#11077).
12277 (avl-tree--check, avl-tree--check-node): New funs.
12278
12279 2012-03-27 Martin Rudalics <rudalics@gmx.at>
12280
12281 * window.el (switch-to-visible-buffer): New option.
12282 (switch-to-prev-buffer, switch-to-next-buffer):
12283 Observe switch-to-visible-buffer. Make sure that checking for a window
12284 showing a buffer already is done on the same frame.
12285
12286 2012-03-27 Glenn Morris <rgm@gnu.org>
12287
12288 * startup.el (mail-host-address): Doc fix.
12289
12290 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12291
12292 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
12293 than 197 variables.
12294
12295 2012-03-26 Ami Fischman <ami@fischman.org>
12296
12297 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
12298
12299 2012-03-26 Glenn Morris <rgm@gnu.org>
12300
12301 * files.el (save-buffers-kill-emacs): Doc fix.
12302
12303 * startup.el (normal-top-level, command-line, command-line-1):
12304 Give them doc strings.
12305
12306 2012-03-25 Eli Zaretskii <eliz@gnu.org>
12307
12308 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
12309 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
12310
12311 2012-03-25 Chong Yidong <cyd@gnu.org>
12312
12313 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
12314 theme if it was previously enabled before (Bug#11031).
12315
12316 * cus-theme.el (custom-theme-write-faces): Retrieve current face
12317 spec with custom-face-get-current-spec if its :shown-value is not
12318 determined yet (Bug#9337).
12319 (customize-create-theme, custom-theme-revert): Doc fixes.
12320
12321 * button.el (button-at): Minor addition to docstring.
12322
12323 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
12324
12325 * vc/vc.el (vc-merge): Fix a prompt.
12326
12327 2012-03-24 Chong Yidong <cyd@gnu.org>
12328
12329 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
12330 point (Bug#9623).
12331
12332 * button.el (button-at): Minor addition to docstring.
12333
12334 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12335
12336 * newcomment.el (comment-choose-indent): No space after BOL.
12337
12338 2012-03-22 Sam Steingold <sds@gnu.org>
12339
12340 * window.el (switch-to-prev-buffer): Revert last patch because the
12341 bug turned out to be an advertised feature (Elisp manual 28.14).
12342
12343 2012-03-22 Glenn Morris <rgm@gnu.org>
12344
12345 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
12346 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
12347
12348 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12349
12350 * net/network-stream.el (network-stream-open-starttls): Make error
12351 message under Windows be less misleading.
12352
12353 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
12354
12355 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
12356 understands (bug#9942).
12357
12358 2012-03-22 Chong Yidong <cyd@gnu.org>
12359
12360 * simple.el (end-of-visible-line): Handle return value of
12361 next-single-property-change properly (Bug#9371).
12362
12363 2012-03-22 Kenichi Handa <handa@m17n.org>
12364
12365 * international/quail.el (quail-insert-kbd-layout): Fix previous
12366 change. To avoid unwanted bidi reordering, use
12367 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
12368
12369 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
12370
12371 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
12372 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
12373 (ruby-beginning-of-indent): Be more careful with the difference
12374 between word-boundary and symbol boundary.
12375 (ruby-mode-syntax-table): Make : a symbol constituent.
12376
12377 2012-03-21 Andreas Politz <politza@fh-trier.de>
12378
12379 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
12380
12381 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12382
12383 * progmodes/etags.el (tags-completion-at-point-function):
12384 Improve last fix.
12385
12386 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
12387
12388 2012-03-21 Sam Steingold <sds@gnu.org>
12389
12390 * progmodes/etags.el (tags-completion-at-point-function):
12391 Avoid the error when point is inside the pattern.
12392
12393 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
12394
12395 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
12396 line (Bug#10855).
12397
12398 2012-03-21 Drew Adams <drew.adams@oracle.com>
12399
12400 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
12401
12402 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
12403
12404 * ido.el (ido-set-current-directory, ido-read-internal)
12405 (ido-choose-completion-string, ido-completion-help): Handle nil
12406 value of ido-completion-buffer (Bug#11008).
12407
12408 2012-03-21 Sam Steingold <sds@gnu.org>
12409
12410 * window.el (switch-to-prev-buffer): Do not switch to a visible
12411 window previous buffer, just like with the frame previous buffers.
12412
12413 2012-03-21 Chong Yidong <cyd@gnu.org>
12414
12415 * faces.el (make-face, make-empty-face, copy-face):
12416 * face-remap.el (face-remap-add-relative, face-remap-set-base):
12417 Doc fixes.
12418
12419 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12420
12421 * wid-edit.el (widget-complete-field): Remove (bug#11051).
12422 (widget-complete): Remove broken use of it.
12423
12424 2012-03-20 Chong Yidong <cyd@gnu.org>
12425
12426 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12427 Use string-width and truncate-string-width to handle arbitrary
12428 characters.
12429
12430 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
12431
12432 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
12433 to draw rectangles, not squares. (Regression introduced by revno
12434 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
12435
12436 2012-03-18 Chong Yidong <cyd@gnu.org>
12437
12438 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
12439 it is not yet defined (for temacs).
12440
12441 2012-03-18 Leo Liu <sdl.web@gmail.com>
12442
12443 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
12444 prefix.
12445
12446 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12447
12448 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
12449 (ispell-choices-win-default-height, ispell-silently-savep)
12450 (ispell-dictionary-alist, ispell-encoding8-command)
12451 (ispell-check-version, ispell-aspell-find-dictionary)
12452 (ispell-valid-dictionary-list, ispell-words-keyword)
12453 (ispell-get-word, ispell-internal-change-dictionary)
12454 (ispell-region, ispell-skip-region-list)
12455 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
12456 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
12457 (ispell-message-text-end, ispell-message)
12458 (ispell-buffer-local-parsing): Doc fix.
12459
12460 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
12461
12462 * htmlfontify.el: Add support for code block fontification for ODT
12463 export (Bug #9914).
12464 (hfy-optimisations): Define new option
12465 `body-text-only'
12466 (hfy-fontify-buffer): Honor above setting.
12467 (hfy-begin-span, hfy-end-span): New routines factored out form
12468 `hfy-fontify-buffer'.
12469 (hfy-begin-span-handler, hfy-end-span-handler): New variables
12470 that permit insertion of custom tags.
12471 (hfy-fontify-buffer): Use above handlers.
12472 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
12473 (hfy-face-to-css): Re-defined to be a variable.
12474 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
12475 over multiple runs. This is made possible by having the caller let
12476 bind a special variable `hfy-user-sheet-assoc'.
12477 (htmlfontify-string): New defun.
12478 (hfy-compile-face-map): Make sure that the last char in the
12479 buffer is correctly fontified.
12480 (hfy-face-resolve-face): Whitespace only change.
12481
12482 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12483
12484 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
12485 message more clear.
12486
12487 2012-03-16 Leo Liu <sdl.web@gmail.com>
12488
12489 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
12490
12491 2012-03-16 Alan Mackenzie <acm@muc.de>
12492
12493 Further optimize the handling of large macros.
12494
12495 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
12496 limit to a call of `c-literal-limits'.
12497 (c-determine-+ve-limit): New function.
12498 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
12499 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
12500 In CASE 5B, restrict a search limit to 500.
12501 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
12502
12503 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
12504 Restrict macro bounds to +-500 from after-change's BEG END.
12505
12506 2012-03-16 Leo Liu <sdl.web@gmail.com>
12507
12508 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
12509
12510 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
12511
12512 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
12513 `special-mode' setting of `buffer-read-only'. (Bug#11010)
12514
12515 2012-03-16 Glenn Morris <rgm@gnu.org>
12516
12517 * view.el (view-buffer, view-buffer-other-window)
12518 (view-buffer-other-frame): Doc fixes re special mode-class.
12519
12520 * subr.el (eval-after-load): If named feature is provided not from
12521 a file, run after-load forms. (Bug#10946)
12522
12523 * calendar/calendar.el (calendar-insert-at-column):
12524 Handle non-unit-width characters a bit better. (Bug#10978)
12525
12526 2012-03-15 Chong Yidong <cyd@gnu.org>
12527
12528 * emacs-lisp/ring.el (ring-extend): New function.
12529 (ring-insert+extend): Extend the ring correctly (Bug#11019).
12530
12531 * comint.el (comint-read-input-ring)
12532 (comint-add-to-input-history): Grow comint-input-ring lazily.
12533
12534 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12535
12536 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
12537 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
12538
12539 * imenu.el: Fix multiple inheritance breakage (bug#9199).
12540 (imenu-add-to-menubar): Don't add a redundant index.
12541 (imenu-update-menubar): Handle a dynamically composed keymap.
12542
12543 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12544
12545 * mail/sendmail.el (mail-encode-header):
12546 Bind rfc2047-encode-encoded-words to nil.
12547
12548 2012-03-13 Glenn Morris <rgm@gnu.org>
12549
12550 * calendar/calendar.el (calendar-string-spread):
12551 Handle non-unit-width characters a bit better. (Bug#10978)
12552
12553 2012-03-13 Leo Liu <sdl.web@gmail.com>
12554
12555 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
12556 directory and file as argument (Bug#10822).
12557
12558 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
12559
12560 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
12561 For dynamically generated code, follow $PC.
12562 (gdb-disassembly-handler-custom): Handle no function name case.
12563
12564 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
12565
12566 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
12567 * emulation/ws-mode.el (ws-query-replace):
12568 * sort.el (sort-regexp-fields):
12569 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
12570
12571 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12572
12573 * dabbrev.el: Fix cycle completion order (bug#10963).
12574 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
12575 (dabbrev-completion): Don't use an obarray; provide
12576 a cycle-sort-function.
12577
12578 2012-03-12 Leo Liu <sdl.web@gmail.com>
12579
12580 * simple.el (kill-new): Use equal-including-properties for comparison.
12581 (kill-do-not-save-duplicates): Doc fix.
12582
12583 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12584
12585 * dabbrev.el: Fix cycle completion (bug#10963).
12586 Use lexical binding and wrap to 80 columns.
12587 (dabbrev-completion): Delay computing the list of completions.
12588
12589 2012-03-12 Kenichi Handa <handa@m17n.org>
12590
12591 * international/quail.el (quail-insert-kbd-layout): Surround each
12592 row by LRO and PDF instead of inserting many LRMs. Pad the left
12593 and right of each non-spacing marks. Insert invisible space
12594 between lower and upper characters to prevent composition.
12595
12596 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12597
12598 * minibuffer.el (minibuffer-complete): Don't get confused when the
12599 function is run twice via different commands (bug#10958).
12600 (complete-with-action): Fix docstring.
12601
12602 2012-03-12 Chong Yidong <cyd@gnu.org>
12603
12604 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
12605 (nxml-completion-at-point-function): New function.
12606 (nxml-mode): Use it.
12607 (nxml-bind-meta-tab-to-complete-flag): Default to t.
12608
12609 * emacs-lisp/package.el (package-unpack, package-unpack-single):
12610 Load generated autoloads file before byte compiling (Bug#10970).
12611 (package--make-autoloads-and-compile): New helper fun.
12612
12613 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
12614
12615 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
12616
12617 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
12618
12619 * autorevert.el (auto-revert-handler): Ensure, that
12620 file-readable-p is applied only for local files or in
12621 auto-revert-tail-mode.
12622
12623 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
12624
12625 * server.el (server-eval-at): Handle non-tcp connections.
12626 Decode result string.
12627
12628 * server.el (server-msg-size): New constant.
12629 (server-reply-print): New function.
12630 (server-eval-and-print): Use it.
12631 (server-eval-at): Use server-quote-arg and server-unquote-arg.
12632 Handle -print-nonl.
12633
12634 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
12635
12636 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
12637 (Bug#10987).
12638
12639 2012-03-11 Chong Yidong <cyd@gnu.org>
12640
12641 * simple.el (goto-line): Doc fix (Bug#9938).
12642
12643 * subr.el (save-window-excursion): Doc fix (Bug#9979).
12644
12645 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
12646 when finished (Bug#10963).
12647
12648 2012-03-11 Martin Rudalics <rudalics@gmx.at>
12649
12650 * window.el (split-window-below): Fix bug in case where
12651 split-window-keep-point is nil (Bug#10971).
12652
12653 2012-03-11 Juri Linkov <juri@jurta.org>
12654
12655 * replace.el (replace-highlight): Set isearch-word to nil
12656 unconditionally. (Bug#10887)
12657
12658 2012-03-10 Eli Zaretskii <eliz@gnu.org>
12659
12660 * net/mairix.el (mairix-replace-invalid-chars): Rename from
12661 mairix-replace-illegal-chars; all callers changed. Don't remove
12662 ^, ~, and = characters: they are meaningful in mairix search specs.
12663 (mairix-widget-create-query): Add usage information about mairix
12664 search forms: negating words, searching for substrings, etc.
12665
12666 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
12667
12668 * international/fontset.el (font-encoding-alist): Add an entry for
12669 ksx1001 (Bug#5667).
12670
12671 2012-03-10 Richard Stallman <rms@gnu.org>
12672
12673 * mail/sendmail.el (mail-encode-header):
12674 Set rfc2047-encode-encoded-words.
12675
12676 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
12677
12678 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
12679 view buffer means not swapped.
12680 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
12681 (rmail-write-region-annotate): Error if real text has disappeared.
12682
12683 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
12684
12685 2012-03-10 Chong Yidong <cyd@gnu.org>
12686
12687 * emulation/cua-rect.el (cua--init-rectangles):
12688 * emulation/cua-base.el (cua--init-keymaps):
12689 Add delete-forward-char to remappings (Bug#9666).
12690
12691 2012-03-10 Martin Rudalics <rudalics@gmx.at>
12692
12693 * speedbar.el (speedbar-unhighlight-one-tag-line):
12694 Avoid unhighlighting due to frame switching (Bug#10275).
12695
12696 2012-03-10 Chong Yidong <cyd@gnu.org>
12697
12698 * minibuffer.el (completion-in-region, completion-help-at-point):
12699 Give the completion field overlay a high priority (Bug#6830).
12700
12701 * dired.el (dired-goto-file): Recognize absolute file name
12702 listings (Bug#7126).
12703 (dired-goto-file-1): New helper function.
12704 (dired-toggle-read-only): Inhibit warnings.
12705
12706 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
12707
12708 * net/dbus.el (dbus-property-handler): Return empty array if
12709 there are no properties.
12710
12711 2012-03-09 Leo Liu <sdl.web@gmail.com>
12712
12713 * savehist.el (savehist-printable): Stricter check for string
12714 value (Bug#10937).
12715
12716 2012-03-09 Eli Zaretskii <eliz@gnu.org>
12717
12718 * mail/smtpmail.el (smtpmail-send-it):
12719 Bind coding-system-for-write to *-unix, so that FCC files are kept in
12720 valid mbox format.
12721
12722 2012-03-09 Glenn Morris <rgm@gnu.org>
12723
12724 * files.el (dir-locals-find-file):
12725 Don't check result is regular, readable.
12726 (dir-locals-read-from-file): Demote errors.
12727
12728 2012-03-08 Eli Zaretskii <eliz@gnu.org>
12729
12730 * international/quail.el (quail-insert-kbd-layout):
12731 Insert invisible LRM characters before each character in a keyboard
12732 layout cell, to prevent their reordering by bidi display engine.
12733 For details, see the discussion in
12734 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
12735
12736 2012-03-08 Alan Mackenzie <acm@muc.de>
12737
12738 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
12739 the starting position; make it extend the marked region when
12740 invoked repeatedly - all under appropriate circumstances.
12741 Fixes bugs #5525, #10906.
12742
12743 2012-03-08 Glenn Morris <rgm@gnu.org>
12744
12745 * files.el (locate-dominating-file, dir-locals-find-file):
12746 Undo 2012-03-06 change.
12747
12748 2012-03-07 Eli Zaretskii <eliz@gnu.org>
12749
12750 * international/quail.el (quail-help):
12751 Force bidi-paragraph-direction be left-to-right. See discussion in
12752 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
12753 for the reason.
12754
12755 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
12756
12757 Avoid superfluous registering of signals. (Bug#10807)
12758
12759 * notifications.el (notifications-on-action-object)
12760 (notifications-on-close-object): New defvars.
12761 (notifications-on-action-signal, notifications-on-closed-signal):
12762 Unregister the signal if not needed any longer.
12763 (notifications-notify): Register `notifications-action-signal' or
12764 `notifications-closed-signal', if :on-action or :on-close has been
12765 passed as argument.
12766
12767 2012-03-07 Chong Yidong <cyd@gnu.org>
12768
12769 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
12770 non-X platforms.
12771
12772 2012-03-06 Glenn Morris <rgm@gnu.org>
12773
12774 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12775 (x-disown-selection-internal, x-get-selection-internal):
12776 Doc fix (add arglist signatures). (Bug#10783)
12777
12778 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
12779
12780 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12781 Handle breakpoints with no "type".
12782
12783 2012-03-06 Glenn Morris <rgm@gnu.org>
12784
12785 * files.el (locate-dominating-file): Add optional predicate argument.
12786 (dir-locals-find-file): Make use of above change.
12787
12788 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
12789
12790 * info.el (Info-insert-dir): Also try "dir.gz".
12791
12792 2012-03-06 Glenn Morris <rgm@gnu.org>
12793
12794 * files.el (dir-locals-find-file):
12795 Ignore non-readable or non-regular files. (Bug#10928)
12796
12797 * files.el (locate-dominating-file): Doc fix.
12798
12799 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
12800
12801 * calendar/calendar.el (calendar-set-mode-line):
12802 `getenv' returns a string. (Bug#10951)
12803
12804 2012-03-05 Leo Liu <sdl.web@gmail.com>
12805
12806 * simple.el (backward-delete-char-untabify): Constrain point to
12807 field (Bug#10939).
12808
12809 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
12810
12811 2012-03-05 Chong Yidong <cyd@gnu.org>
12812
12813 * simple.el (count-words): If called from Lisp, return the word
12814 count, for symmetry with `count-lines'. Arglist changed.
12815 (count-words--message): Args changed. Consolidate counting code
12816 from count-words and count-words-region.
12817 (count-words-region): Caller changed.
12818 (count-lines-region): Make it an obsolete alias.
12819
12820 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
12821
12822 * saveplace.el (save-place-to-alist)
12823 (save-place-ignore-files-regexp): Allow value nil to disable this
12824 feature.
12825
12826 2012-03-04 Chong Yidong <cyd@gnu.org>
12827
12828 * faces.el (face-spec-reset-face): For the default face, reset the
12829 attributes to default values (Bug#10748).
12830
12831 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12832
12833 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
12834 previous patch: Check `message-send-mail-function', and not the
12835 default function (bug#10897).
12836
12837 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
12838
12839 * notifications.el (notifications-on-action-signal)
12840 (notifications-on-closed-signal): Check for unique service name of
12841 incoming event. Fix error in removing entry.
12842 (top): Register for signals with wildcard service name.
12843 (notifications-notify): Use daemon unique service name for map entries.
12844
12845 2012-03-04 Chong Yidong <cyd@gnu.org>
12846
12847 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
12848
12849 2012-03-04 Glenn Morris <rgm@gnu.org>
12850
12851 * abbrev.el (copy-abbrev-table, abbrev-table-p)
12852 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
12853 (expand-abbrev, define-abbrev-table): Doc fixes.
12854
12855 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12856
12857 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
12858 `message-default-send-mail-function' and not `send-mail-function'
12859 when doing the prompting for `sendmail-query-once' before sending
12860 in Message buffers (bug#10897).
12861
12862 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
12863 This is inconsistent with all the other stream functions, which leave
12864 the setting up to the higher levels (if so wanted) (bug#10931).
12865
12866 2012-03-02 Alan Mackenzie <acm@muc.de>
12867
12868 Depessimize the handling of very large macros.
12869
12870 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
12871 (c-macro-cache-syntactic): New variables to implement a one
12872 element macro cache.
12873 (c-invalidate-macro-cache): New function.
12874 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
12875 Adapt to use the new cache.
12876 (c-state-safe-place): Use better the cache of safe positions.
12877 (c-state-semi-nonlit-pos-cache)
12878 (c-state-semi-nonlit-pos-cache-limit):
12879 New variables for...
12880 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
12881 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
12882 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
12883 Use c-state-semi-safe-place.
12884
12885 * progmodes/cc-langs.el (c-get-state-before-change-functions):
12886 Add c-invalidate-macro-cache to the C, C++, Obj entries.
12887
12888 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
12889
12890 * jka-compr.el (jka-compr-call-process):
12891 Apply `file-accessible-directory-p' only when the default directory is
12892 not remote.
12893
12894 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
12895
12896 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
12897 access of FILE2, if FILE1 does not exist.
12898
12899 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
12900 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
12901
12902 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
12903 Add "PAGER=" to `process-environment'.
12904
12905 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
12906
12907 * progmodes/sql.el: Bug fix
12908 (sql-get-login-ext): Save login values in globals.
12909 (sql-get-login): Use new version of `sql-get-login-ext'.
12910 (sql-interactive-mode): Set global `sql-connection' to nil.
12911 (sql-connect): Set global values for connection.
12912 (sql-product-interactive): Save global values as buffer local.
12913
12914 2012-02-29 Leo Liu <sdl.web@gmail.com>
12915
12916 * abbrev.el (define-abbrevs): Reset sys to nil.
12917
12918 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12919
12920 * files.el (file-equal-p): Rename from `files-equal-p'.
12921 Return nil when one or both files don't exist.
12922 (file-subdir-of-p): Now only top directory must exists,
12923 return nil if it doesn't.
12924 (copy-directory): No need to test with `file-subdir-of-p' after
12925 creating dir.
12926 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
12927 to `file-equal-p'.
12928
12929 2012-02-28 Glenn Morris <rgm@gnu.org>
12930
12931 * shell.el (shell-mode):
12932 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
12933 * play/landmark.el (landmark-font-lock-face-O):
12934 * play/handwrite.el (handwrite):
12935 * play/gomoku.el (gomoku-O):
12936 * net/browse-url.el (browse-url-browser-display):
12937 * international/mule.el (define-charset):
12938 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
12939 * filesets.el (filesets-find-file-delay):
12940 * eshell/em-xtra.el (eshell-xtra):
12941 * eshell/em-unix.el (eshell-grep):
12942 * emulation/viper.el (viper-mode):
12943 * emacs-lisp/regexp-opt.el (regexp-opt-group):
12944 * emacs-lisp/easymenu.el (easy-menu-define):
12945 * calendar/timeclock.el (timeclock-use-display-time):
12946 * bs.el (bs-mode):
12947 * bookmark.el (bookmark-save-flag):
12948 Doc fix (standardize possessive apostrophe usage).
12949
12950 2012-02-27 Chong Yidong <cyd@gnu.org>
12951
12952 * emulation/viper-cmd.el (viper-intercept-ESC-key):
12953 Fix key-binding lookup for ESC key (Bug#9146).
12954
12955 * font-lock.el (font-lock-specified-p): Rename from
12956 font-lock-spec-present. Callers changed.
12957
12958 2012-02-27 Daniel Hackney <dan@haxney.org>
12959
12960 * emacs-lisp/package.el (package-compute-transaction):
12961 Handle holding a package version to t in package-load-list.
12962
12963 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
12964
12965 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
12966 (tramp-get-inode, tramp-get-device): Use cached values.
12967
12968 2012-02-26 Alan Mackenzie <acm@muc.de>
12969
12970 Check there is a font-lock specification before doing initial
12971 fontification.
12972
12973 * font-core.el (font-lock-mode): Move the conditional from
12974 :after-hook to font-lock-initial-fontify.
12975 (font-lock-default-function): Move the check for a specification
12976 to font-lock-spec-present.
12977
12978 * font-lock.el (font-lock-initial-fontify): Call ...
12979 (font-lock-spec-present): New function.
12980
12981 2012-02-26 Jim Blandy <jimb@red-bean.com>
12982
12983 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
12984 (gdb-send): Apply it to the operand of the '-interpreter-exec
12985 console' command, so that we can pass arguments with (say) quotes
12986 in them. Store exact string sent in gdb-debug-log (Bug#10765).
12987
12988 2012-02-26 Chong Yidong <cyd@gnu.org>
12989
12990 * help-fns.el (describe-function-1): Clarify description of
12991 remapping (Bug#10844).
12992
12993 * files.el (files-equal-p): Doc fix.
12994 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
12995 and quit the loop once a mismatch is found.
12996
12997 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
12998
12999 * bs.el (bs--show-with-configuration): Don't throw an error
13000 if the window cannot be split; otherwise, subsequent calls to
13001 bs-show fail, restoring a stale window config. (Bug#10882)
13002
13003 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
13004
13005 * term/ns-win.el (global-map): Bind ns-drag-file to
13006 ns-find-file (Bug#5855, Bug#10050).
13007
13008 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
13009
13010 * calendar/parse-time.el (parse-time-string): Allow extractor to
13011 return nil.
13012
13013 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
13014
13015 * net/tramp.el (tramp-file-name-for-operation):
13016 Add `files-equal-p' and `file-subdir-of-p'.
13017
13018 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
13019 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
13020 Add COPY-CONTENTS argument.
13021
13022 2012-02-25 Chong Yidong <cyd@gnu.org>
13023
13024 Add custom groups for VC backends, for consistency with vc-bzr.
13025
13026 * vc/vc-arch.el (vc-arch):
13027 * vc/vc-cvs.el (vc-cvs):
13028 * vc/vc-git.el (vc-git):
13029 * vc/vc-hg.el (vc-hg):
13030 * vc/vc-mtn.el (vc-mtn):
13031 * vc/vc-rcs.el (vc-rcs):
13032 * vc/vc-sccs.el (vc-sccs):
13033 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
13034 All relevant defcustoms reassigned.
13035
13036 2012-02-25 Chong Yidong <cyd@gnu.org>
13037
13038 * newcomment.el (comment-styles): Add autoload (Bug#10868).
13039
13040 * term/x-win.el (x-initialize-window-system): Reduce default for
13041 x-selection-timeout to 5 seconds (Bug#8869).
13042
13043 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13044
13045 * files.el (files-equal-p, file-subdir-of-p): New functions.
13046 (copy-directory): Error when trying to copy a directory on itself.
13047 Add missing copy-contents arg to tramp handler.
13048 * dired-aux.el (dired-copy-file-recursive): Same.
13049 (dired-create-files): Modify destination when source is equal to
13050 dest when copying files.
13051 Return also when dest is a subdir of source. (Bug#10489)
13052
13053 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
13054
13055 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
13056 (Bug#10874)
13057
13058 2012-02-23 Alan Mackenzie <acm@muc.de>
13059
13060 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
13061 parameter "after-hook:" to allow the expansion to run code after
13062 the execution of the mode hooks.
13063
13064 * font-lock.el (font-lock-initial-fontify): New function extracted
13065 from font-lock-mode-internal.
13066
13067 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
13068 :after-hook.
13069
13070 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13071
13072 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
13073 (completion--cache-all-sorted-completions): New function.
13074 (completion-all-sorted-completions): Use it.
13075 (completion--do-completion, minibuffer-force-complete):
13076 Use it to re-instate the flush hook.
13077
13078 * icomplete.el (icomplete-completions): Replace last fix with a better
13079 one (bug#10850).
13080
13081 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
13082
13083 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
13084 when it might call us back infinitely (bug#10797).
13085
13086 2012-02-23 Glenn Morris <rgm@gnu.org>
13087
13088 * minibuffer.el (completion-category-overrides): Doc fix.
13089
13090 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13091
13092 * minibuffer.el (completion-table-with-context): Fix inf-loop.
13093 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
13094
13095 2012-02-23 Glenn Morris <rgm@gnu.org>
13096
13097 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
13098 (authors-obsolete-files-regexps, authors-ignored-files)
13099 (authors-ambiguous-files, authors-renamed-files-alist):
13100 Add more entries.
13101
13102 2012-02-23 Juri Linkov <juri@jurta.org>
13103
13104 * isearch.el (isearch-occur): Sync interactive spec with occur's
13105 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
13106
13107 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
13108
13109 2012-02-22 Juri Linkov <juri@jurta.org>
13110
13111 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
13112 (ucs-insert): Doc fix. Check for hex digits in the string.
13113 Don't display `nil' in the error message. (Bug#10857)
13114
13115 2012-02-22 Alan Mackenzie <acm@muc.de>
13116
13117 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
13118
13119 2012-02-22 Glenn Morris <rgm@gnu.org>
13120
13121 * ffap.el (ffap-c-path):
13122 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
13123
13124 2012-02-22 Chong Yidong <cyd@gnu.org>
13125
13126 * custom.el (load-theme): Doc fix.
13127
13128 2012-02-22 Glenn Morris <rgm@gnu.org>
13129
13130 * dired-x.el (dired-guess-shell-alist-default):
13131 Remove escape sequences from nroff output. (Bug#172)
13132
13133 2012-02-21 Glenn Morris <rgm@gnu.org>
13134
13135 * vc/emerge.el (emerge-defvar-local):
13136 Set `permanent-local' property rather than unused `preserved'.
13137
13138 * textmodes/picture.el (picture-delete-char): New alias.
13139 (picture-mode-map): Use it. (Bug#10860)
13140 (picture-mode): Doc fix.
13141
13142 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
13143
13144 * newcomment.el (uncomment-region-default): Remove unused binding.
13145
13146 2012-02-21 Glenn Morris <rgm@gnu.org>
13147
13148 * textmodes/picture.el (picture-motion, picture-motion-reverse)
13149 (picture-self-insert, picture-tab-chars): Doc fix.
13150 (picture-mode-map): Fix C-a, C-e.
13151
13152 2012-02-20 Glenn Morris <rgm@gnu.org>
13153
13154 * emacs-lisp/authors.el (authors-aliases): Add another entry.
13155
13156 2012-02-20 Leo Liu <sdl.web@gmail.com>
13157
13158 * icomplete.el (icomplete-completions): Check FROM arg before
13159 passing to substring (Bug#10850).
13160
13161 2012-02-19 Chong Yidong <cyd@gnu.org>
13162
13163 * comint.el: Require ansi-color.
13164 (comint-output-filter-functions): Add ansi-color-process-output.
13165
13166 * ansi-color.el: Don't set comint-output-filter-functions; it is
13167 now in the initial value defined in comint.el.
13168 (ansi-color-apply-face-function): New variable.
13169 (ansi-color-apply-on-region): Use it.
13170 (ansi-color-apply-overlay-face): New function.
13171
13172 * shell.el (shell): No need to require ansi-color.
13173 (shell-mode): Use ansi-color-apply-face-function to highlight
13174 color escapes using font-lock-face property (Bug#10835).
13175
13176 2012-02-19 Chong Yidong <cyd@gnu.org>
13177
13178 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
13179 mode-line formats (Bug#10839).
13180
13181 2012-02-18 Glenn Morris <rgm@gnu.org>
13182
13183 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
13184
13185 * mail/undigest.el (unforward-rmail-message): Doc fix.
13186
13187 * saveplace.el (save-place-ignore-files-regexp): Add :version.
13188
13189 2012-02-18 Eli Zaretskii <eliz@gnu.org>
13190
13191 * international/characters.el (script-list): Sync with the latest
13192 Unicode Character Database.
13193
13194 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
13195
13196 * international/titdic-cnv.el: Remove duplicate coding tag.
13197 * language/cham.el: Likewise.
13198 * language/tai-viet.el: Likewise.
13199
13200 2012-02-18 Glenn Morris <rgm@gnu.org>
13201
13202 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
13203 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
13204 (calendar-bahai-all-holidays-flag, calendar-other-dates):
13205 * calendar/diary-lib.el (diary-abbreviated-year-flag):
13206 * calendar/holidays.el (holiday-bahai-holidays)
13207 (calendar-holidays, list-holidays):
13208 Use utf-8 Bahá'í in doc-strings, menus, etc.
13209
13210 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
13211
13212 * saveplace.el (save-place-ignore-files-regexp): New variable
13213 allowing for excluding files from saving their location of point.
13214 The default value matches the temporary commit message editing
13215 files from Git, SVN, Bazaar, and Mercurial.
13216 (save-place-to-alist): Use it.
13217
13218 2012-02-17 Lawrence Mitchell <wence@gmx.li>
13219 Stefan Monnier <monnier@iro.umontreal.ca>
13220
13221 * newcomment.el (uncomment-region-default): Don't leave extra space
13222 when an arg is provided (bug#8150).
13223
13224 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
13225
13226 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
13227
13228 2012-02-17 Glenn Morris <rgm@gnu.org>
13229
13230 * net/socks.el: Require network-stream. (Bug#10599)
13231
13232 2012-02-17 Kenichi Handa <handa@m17n.org>
13233
13234 * international/charprop.el:
13235 * international/uni-name.el:
13236 * international/uni-old-name.el:
13237 * international/uni-comment.el: Regenerate.
13238
13239 2012-02-16 Glenn Morris <rgm@gnu.org>
13240
13241 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
13242 Interactively in calendar buffer, give an error if not on a date.
13243
13244 2012-02-15 Glenn Morris <rgm@gnu.org>
13245
13246 * shell.el (shell-delimiter-argument-list):
13247 Revert 2011-02-17 change. (Bug#8027)
13248
13249 2012-02-15 Chong Yidong <cyd@gnu.org>
13250
13251 * minibuffer.el (completion-at-point-functions): Doc fix.
13252
13253 * custom.el (defcustom): Doc fix; note use of defvar.
13254
13255 2012-02-15 Glenn Morris <rgm@gnu.org>
13256
13257 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
13258 Doc fixes.
13259
13260 2012-02-14 Glenn Morris <rgm@gnu.org>
13261
13262 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
13263
13264 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
13265
13266 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
13267 way the ports list is computed.
13268 (smtpmail-query-smtp-server): Prompt the user for a port number if
13269 we can't connect to any of the standard ports (bug#10810).
13270
13271 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
13272
13273 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
13274
13275 2012-02-13 Glenn Morris <rgm@gnu.org>
13276
13277 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
13278
13279 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
13280
13281 * net/gnutls.el (gnutls-trustfiles): New variable.
13282 (gnutls-negotiate): Use it.
13283
13284 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
13285
13286 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
13287 does its stuff if Gnus is running.
13288
13289 2012-02-13 Alan Mackenzie <acm@muc.de>
13290
13291 Fix a loop in c-set-fl-decl-start.
13292
13293 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
13294 c-backward-syntactic-ws actually moves backwards.
13295
13296 2012-02-13 Leo Liu <sdl.web@gmail.com>
13297
13298 * net/rcirc.el (rcirc-markup-attributes): Move point to the
13299 beginning so that all \C-o chars are removed.
13300
13301 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
13302
13303 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
13304
13305 2012-02-12 Alan Mackenzie <acm@muc.de>
13306
13307 Fix infinite loop with long macros.
13308 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
13309
13310 2012-02-12 Chong Yidong <cyd@gnu.org>
13311
13312 * window.el (display-buffer): Doc fix (Bug#10785).
13313
13314 2012-02-12 Glenn Morris <rgm@gnu.org>
13315
13316 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13317 (x-disown-selection-internal, x-get-selection-internal):
13318 Sync docs with the xselect.c versions.
13319
13320 * allout-widgets.el: Add missing license notice.
13321
13322 2012-02-11 Glenn Morris <rgm@gnu.org>
13323
13324 * select.el (x-get-selection-internal, x-own-selection-internal)
13325 (x-disown-selection-internal):
13326 * x-dnd.el (x-get-selection-internal): Update declarations.
13327
13328 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
13329
13330 * window.el (window-sides-slots):
13331 * tool-bar.el (tool-bar-position):
13332 * term/xterm.el (xterm-extra-capabilities):
13333 * ses.el (ses-self-reference-early-detection):
13334 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
13335 (verilog-auto-wire-type)
13336 (verilog-auto-delete-trailing-whitespace)
13337 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
13338 (verilog-auto-tieoff-declaration):
13339 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
13340 (sql-oracle-statement-starters, sql-oracle-scan-on):
13341 * progmodes/prolog.el (prolog-align-comments-flag)
13342 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
13343 (prolog-left-indent-regexp, prolog-paren-indent-p)
13344 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
13345 (prolog-types, prolog-mode-specificators)
13346 (prolog-determinism-specificators, prolog-directives)
13347 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
13348 (prolog-electric-dot-flag)
13349 (prolog-electric-dot-full-predicate-template)
13350 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
13351 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
13352 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
13353 (prolog-program-switches, prolog-prompt-regexp)
13354 (prolog-debug-on-string, prolog-debug-off-string)
13355 (prolog-trace-on-string, prolog-trace-off-string)
13356 (prolog-zip-on-string, prolog-zip-off-string)
13357 (prolog-use-standard-consult-compile-method-flag)
13358 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
13359 (prolog-imenu-max-lines, prolog-info-predicate-index)
13360 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
13361 (prolog-char-quote-workaround):
13362 * progmodes/cc-vars.el (c-defun-tactic):
13363 * net/tramp.el (tramp-encoding-command-interactive)
13364 (tramp-local-end-of-line):
13365 * net/soap-client.el (soap-client):
13366 * net/netrc.el (netrc-file):
13367 * net/gnutls.el (gnutls):
13368 * minibuffer.el (completion-category-overrides)
13369 (completion-cycle-threshold)
13370 (completion-pcm-complete-word-inserts-delimiters):
13371 * man.el (Man-name-local-regexp):
13372 * mail/feedmail.el (feedmail-display-full-frame):
13373 * international/characters.el (glyphless-char-display-control):
13374 * eshell/em-ls.el (eshell-ls-date-format):
13375 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
13376 (lisp-lambda-list-keyword-parameter-indentation)
13377 (lisp-lambda-list-keyword-parameter-alignment):
13378 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
13379 * dired-x.el (dired-omit-verbose):
13380 * cus-theme.el (custom-theme-allow-multiple-selections):
13381 * calc/calc.el (calc-highlight-selections-with-faces)
13382 (calc-lu-field-reference, calc-lu-power-reference)
13383 (calc-note-threshold):
13384 * battery.el (battery-mode-line-limit):
13385 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
13386 (archive-7z-update):
13387 * allout.el (allout-prefixed-keybindings)
13388 (allout-unprefixed-keybindings)
13389 (allout-inhibit-auto-fill-on-headline)
13390 (allout-flattened-numbering-abbreviation):
13391 * allout-widgets.el (allout-widgets-auto-activation)
13392 (allout-widgets-icons-dark-subdir)
13393 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
13394 (allout-widgets-theme-dark-background)
13395 (allout-widgets-theme-light-background)
13396 (allout-widgets-item-image-properties-emacs)
13397 (allout-widgets-item-image-properties-xemacs)
13398 (allout-widgets-run-unit-tests-on-load)
13399 (allout-widgets-time-decoration-activity)
13400 (allout-widgets-hook-error-post-time)
13401 (allout-widgets-track-decoration):
13402 Add missing :version tags to new defcustoms and defgroups.
13403
13404 * progmodes/sql.el (sql-ansi-statement-starters)
13405 (sql-oracle-statement-starters): Add custom type.
13406
13407 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
13408 (prolog-system-version): Give it a type.
13409
13410 2012-02-11 Eli Zaretskii <eliz@gnu.org>
13411
13412 * term/pc-win.el (x-select-text, x-selection-owner-p)
13413 (x-own-selection-internal, x-disown-selection-internal)
13414 (x-get-selection-internal): Sync doc strings and argument lists
13415 with xselect.c, common-win.el and x-win.el. (Bug#10783)
13416
13417 2012-02-11 Leo Liu <sdl.web@gmail.com>
13418
13419 * progmodes/python.el (python-end-of-statement): Fix infinite
13420 loop. (Bug#10788)
13421
13422 2012-02-10 Glenn Morris <rgm@gnu.org>
13423
13424 * international/mule-cmds.el (unify-8859-on-encoding-mode)
13425 (unify-8859-on-decoding-mode): Properly mark as obsolete.
13426
13427 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
13428
13429 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
13430 about SMTP before checking the From header.
13431
13432 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
13433 into own function for reuse by emacsbug.el.
13434
13435 2012-02-10 Leo Liu <sdl.web@gmail.com>
13436
13437 * subr.el (condition-case-unless-debug): Rename from
13438 condition-case-no-debug. All callers changed.
13439 (with-demoted-errors): Fix caller.
13440
13441 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
13442 * nxml/rng-valid.el (rng-do-some-validation):
13443 * emacs-lisp/package.el (package-refresh-contents)
13444 (package-menu-execute):
13445 * desktop.el (desktop-create-buffer):
13446 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
13447
13448 2012-02-10 Glenn Morris <rgm@gnu.org>
13449
13450 * textmodes/bibtex.el:
13451 Add missing :version tags for new/changed defcustoms.
13452
13453 * files.el (remote-file-name-inhibit-cache): Doc fixes.
13454
13455 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
13456
13457 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
13458 (smtpmail-via-smtp): Use it, or fall back on the From address.
13459 (smtpmail-send-it): Ditto.
13460
13461 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
13462
13463 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
13464 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
13465 (byte-compile-tmp-var): New const.
13466 (byte-compile-defvar): Use it to minimize .elc size.
13467 Just use `defvar' rather than simulate it (bug#10761).
13468
13469 2012-02-09 Glenn Morris <rgm@gnu.org>
13470
13471 * files.el (rename-uniquely): Doc fix. (Bug#3806)
13472
13473 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
13474 Add :version tags.
13475
13476 * progmodes/compile.el (compilation-error-screen-columns)
13477 (compilation-first-column, compilation-filter-start): Doc fixes.
13478
13479 * vc/log-view.el (log-view-toggle-entry-display):
13480 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
13481
13482 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
13483 (report-emacs-bug-can-use-xdg-email):
13484 (report-emacs-bug-insert-to-mailer): Doc fixes.
13485 (report-emacs-bug): Message fix.
13486
13487 * net/browse-url.el (browse-url-can-use-xdg-open)
13488 (browse-url-xdg-open): Doc fixes.
13489
13490 * electric.el (electric-indent-mode, electric-pair-mode)
13491 (electric-layout-rules, electric-layout-mode): Doc fixes.
13492 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
13493
13494 2012-02-08 Martin Rudalics <rudalics@gmx.at>
13495
13496 * server.el (server-unselect-display): Don't inadvertently kill
13497 the current buffer. (Bug#10729)
13498
13499 2012-02-08 Glenn Morris <rgm@gnu.org>
13500
13501 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
13502 (sql-list-table): Doc fixes.
13503
13504 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
13505 Comment out (does nothing).
13506
13507 * completion.el (dynamic-completion-mode):
13508 * dirtrack.el (dirtrack-debug-mode):
13509 * electric.el (electric-layout-mode):
13510 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
13511 * face-remap.el (text-scale-mode, buffer-face-mode):
13512 * iimage.el (iimage-mode):
13513 * image-mode.el (image-transform-mode):
13514 * minibuffer.el (completion-in-region-mode):
13515 * scroll-lock.el (scroll-lock-mode):
13516 * simple.el (next-error-follow-minor-mode):
13517 * tar-mode.el (tar-subfile-mode):
13518 * tooltip.el (tooltip-mode):
13519 * vcursor.el (vcursor-use-vcursor-map):
13520 * wid-browse.el (widget-minor-mode):
13521 * emulation/tpu-edt.el (tpu-edt-mode):
13522 * emulation/tpu-extras.el (tpu-cursor-free-mode):
13523 * international/iso-ascii.el (iso-ascii-mode):
13524 * language/thai-util.el (thai-word-mode):
13525 * mail/supercite.el (sc-minor-mode):
13526 * net/goto-addr.el (goto-address-mode):
13527 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
13528 * progmodes/cwarn.el (cwarn-mode):
13529 * progmodes/flymake.el (flymake-mode):
13530 * progmodes/glasses.el (glasses-mode):
13531 * progmodes/hideshow.el (hs-minor-mode):
13532 * progmodes/pascal.el (pascal-outline-mode):
13533 * textmodes/enriched.el (enriched-mode):
13534 * vc/smerge-mode.el (smerge-mode):
13535 Doc fixes (minor mode argument).
13536
13537 2012-02-07 Eli Zaretskii <eliz@gnu.org>
13538
13539 * ls-lisp.el (ls-lisp-sanitize): New function.
13540 (ls-lisp-insert-directory): Use it to fix or remove any elements
13541 in file-alist with missing attributes. (Bug#4673)
13542
13543 2012-02-07 Alan Mackenzie <acm@muc.de>
13544
13545 Fix spurious recognition of c-in-knr-argdecl.
13546
13547 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
13548 putative K&R region.
13549
13550 2012-02-07 Alan Mackenzie <acm@muc.de>
13551
13552 * progmodes/cc-engine.el (c-forward-objc-directive):
13553 Prevent looping in "#pragma mark @implementation".
13554
13555 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
13556
13557 * notifications.el (notifications-on-closed-signal): Make `reason'
13558 optional. (Bug#10744)
13559
13560 2012-02-07 Glenn Morris <rgm@gnu.org>
13561
13562 * emacs-lisp/easy-mmode.el (define-minor-mode):
13563 Doc fixes for the macro and the mode it defines.
13564
13565 * image.el (imagemagick-types-inhibit): Doc fix.
13566
13567 * cus-start.el (imagemagick-render-type): Add it.
13568
13569 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
13570
13571 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
13572 Set the default at load time, too, so that `font-lock-fontify-buffer'
13573 can be called without setting up the entire mode first. This fixes
13574 a bug in `mm-inline-text' with C MIME parts.
13575
13576 2012-02-06 Chong Yidong <cyd@gnu.org>
13577
13578 * simple.el (list-processes--refresh): Delete exited processes
13579 (Bug#8094).
13580
13581 * comint.el (comint-next-prompt): next-single-char-property-change
13582 and prev-single-char-property-change never return nil (Bug#8657).
13583
13584 * custom.el (defcustom): Doc fix (Bug#9711).
13585
13586 2012-02-05 Chong Yidong <cyd@gnu.org>
13587
13588 * cus-edit.el (custom-variable-reset-backup): Quote the value
13589 before storing it in the customized-value property (Bug#6712).
13590 (custom-display): Add a customization type tag.
13591 (custom-buffer-create-internal): Improve tooltip message.
13592
13593 * wid-edit.el (widget-field-value-get): New optional arg to
13594 suppress trailing whitespace truncation.
13595 (character): Use it (Bug#2689).
13596
13597 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
13598
13599 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
13600 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
13601
13602 2012-02-05 Chong Yidong <cyd@gnu.org>
13603
13604 * cus-edit.el (custom-variable-value-create): For mismatched
13605 types, show the current value (Bug#7600).
13606
13607 * custom.el (defcustom): Doc fix.
13608
13609 2012-02-05 Glenn Morris <rgm@gnu.org>
13610
13611 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
13612
13613 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
13614
13615 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
13616 (pp-buffer): Use `ignore-errors', `looking-at-p'.
13617 (pp-last-sexp): Use `looking-at-p'.
13618
13619 2012-02-04 Glenn Morris <rgm@gnu.org>
13620
13621 * files.el (revert-buffer):
13622 Doc fix (mention revert-buffer-in-progress-p).
13623
13624 * emacs-lisp/ert-x.el (ert-simulate-command):
13625 Check deferred-action-list (which is obsolete) is bound.
13626
13627 * subr.el (with-wrapper-hook): Doc fixes.
13628
13629 * simple.el (filter-buffer-substring-functions)
13630 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
13631
13632 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
13633
13634 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
13635 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
13636
13637 2012-02-04 Leo Liu <sdl.web@gmail.com>
13638
13639 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
13640
13641 2012-02-04 Glenn Morris <rgm@gnu.org>
13642
13643 * image.el (image-extension-data): Add obsolete alias.
13644
13645 * isearch.el (isearch-update): Doc fix.
13646
13647 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
13648
13649 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
13650
13651 2012-02-03 Glenn Morris <rgm@gnu.org>
13652
13653 * image.el (image-animated-p): Doc fix. Use image-animated-types.
13654 (image-animate-timeout): Doc fix.
13655
13656 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
13657
13658 2012-02-02 Glenn Morris <rgm@gnu.org>
13659
13660 * server.el (server-auth-dir): Doc fix.
13661 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
13662
13663 * subr.el (run-mode-hooks): Doc fix.
13664
13665 2012-02-02 Juri Linkov <juri@jurta.org>
13666
13667 * image-mode.el (image-toggle-display-image): Remove tautological
13668 `major-mode' from the `derived-mode-p' test.
13669
13670 2012-02-02 Kenichi Handa <handa@m17n.org>
13671
13672 * composite.el (compose-region): Cancel previous change.
13673
13674 2012-02-02 Kenichi Handa <handa@m17n.org>
13675
13676 * composite.el (compose-region, compose-string): Signal error for
13677 a null string component (Bug#6988).
13678
13679 2012-02-01 Chong Yidong <cyd@gnu.org>
13680
13681 * view.el (view-buffer-other-window, view-buffer-other-frame):
13682 Handle special modes like view-buffer (Bug#10650).
13683 (view-buffer): Simplify.
13684
13685 * frame.el (set-frame-font): Tweak meaning of third argument.
13686
13687 * dynamic-setting.el (font-setting-change-default-font):
13688 Use set-frame-font (Bug#9982).
13689
13690 2012-02-01 Glenn Morris <rgm@gnu.org>
13691
13692 * progmodes/compile.el (compilation-internal-error-properties):
13693 Respect compilation-first-column in the "*compilation*" buffer.
13694
13695 * emacs-lisp/easy-mmode.el (define-minor-mode):
13696 Relax :variable's test for a named function.
13697
13698 2012-01-31 Alan Mackenzie <acm@muc.de>
13699
13700 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
13701 off by one error.
13702
13703 2012-01-31 Chong Yidong <cyd@gnu.org>
13704
13705 * frame.el (set-frame-font): New arg ALL-FRAMES.
13706
13707 * menu-bar.el (menu-set-font): Use set-frame-font.
13708
13709 * faces.el (face-spec-reset-face): Don't apply unspecified
13710 attribute values to the default face.
13711
13712 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
13713
13714 * progmodes/cwarn.el (cwarn): Remove dead link.
13715 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
13716 Remove * from defcustom docstrings.
13717 (turn-on-cwarn-mode): Make obsolete.
13718 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
13719 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
13720
13721 2012-01-31 Glenn Morris <rgm@gnu.org>
13722
13723 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13724 Fix :variable handling of mode a symbol not equal to modefun.
13725 Allow named functions to be used as the cdr of :variable.
13726
13727 2012-01-30 Glenn Morris <rgm@gnu.org>
13728
13729 * emacs-lisp/authors.el (authors-fixed-entries):
13730 Remove reference to deleted file rnewspost.el.
13731
13732 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
13733
13734 * window.el (window-with-parameter): Remove unused variable `windows'.
13735 (window--side-check): Remove unused variable `code'.
13736 (window--resize-siblings): Remove unused variable `first'.
13737 (adjust-window-trailing-edge): Remove unused variable `failed'.
13738 (window-deletable-p, window--delete): Remove unused variable `buffer'.
13739 Use `let', not `let*'.
13740 (balance-windows-2): Remove unused variable `found'.
13741 (window--state-put-2): Remove unused variable `splits'.
13742 (window-state-put): Remove unused variable `selected'.
13743 (same-window-p): Use `string-match-p'.
13744 (display-buffer-assq-regexp): Remove unused variable `value'.
13745 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13746 Mark argument ALIST as ignored.
13747 (pop-to-buffer): Remove unused variable `old-window'.
13748
13749 2012-01-29 Eli Zaretskii <eliz@gnu.org>
13750
13751 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
13752 and .lzma compressed files.
13753
13754 2012-01-29 Chong Yidong <cyd@gnu.org>
13755
13756 * frame.el (window-system-default-frame-alist): Doc fix.
13757
13758 * dynamic-setting.el (font-setting-change-default-font): Don't
13759 change the default face if SET-FONT argument is non-nil (Bug#9982).
13760
13761 2012-01-29 Samuel Bronson <naesten@gmail.com>
13762
13763 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
13764
13765 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
13766
13767 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
13768 breakpoints in files outside current directory (Bug#6098).
13769
13770 2012-01-29 Chong Yidong <cyd@gnu.org>
13771
13772 * progmodes/python.el: Require ansi-color at top-level.
13773
13774 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
13775 Define and use in Emacs Lisp mode (Bug#9360).
13776 (lisp-mode-abbrev-table): Add doc.
13777 (lisp-mode-variables): Don't set local-abbrev-table.
13778 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
13779
13780 2012-01-28 Roland Winkler <winkler@gnu.org>
13781
13782 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
13783
13784 2012-01-28 Roland Winkler <winkler@gnu.org>
13785
13786 * textmodes/bibtex.el (bibtex-entry-alist): New function.
13787 (bibtex-set-dialect): Use it. Either set global values of
13788 dialect-dependent variables or bind these variables buffer-locally
13789 (Bug#10254).
13790 (bibtex-mode): Call bibtex-set-dialect via
13791 hack-local-variables-hook.
13792 (bibtex-dialect): Update docstring.
13793 Add safe-local-variable predicate.
13794 (bibtex-entry-alist, bibtex-field-alist): Initialize via
13795 bibtex-set-dialect.
13796 (bibtex-mode-map): Define menu for each dialect.
13797 (bibtex-entry): Fix docstring.
13798
13799 2012-01-28 Chong Yidong <cyd@gnu.org>
13800
13801 * eshell/esh-arg.el (eshell-quote-argument): New function.
13802
13803 * eshell/esh-ext.el (eshell-invoke-batch-file):
13804 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
13805 first arg to eshell-parse-command (Bug#10523).
13806
13807 2012-01-28 Drew Adams <drew.adams@oracle.com>
13808
13809 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
13810 `default-directory' is non-nil.
13811
13812 2012-01-28 Eli Zaretskii <eliz@gnu.org>
13813
13814 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
13815 line that displays system-configuration-options. (Bug#9924)
13816
13817 2012-01-28 Drew Adams <drew.adams@oracle.com>
13818
13819 * descr-text.el (describe-char): Show information about POS, in
13820 addition to information about the character at POS. Improve and
13821 update the doc string. Change "code point" to "code point in
13822 charset", to avoid confusion with the character's Unicode code
13823 point shown above that. (Bug#10129)
13824
13825 2012-01-28 Eli Zaretskii <eliz@gnu.org>
13826
13827 * descr-text.el (describe-char): Show the raw character, not only
13828 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
13829 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
13830 for the reasons.
13831
13832 2012-01-28 Phil Hagelberg <phil@hagelb.org>
13833
13834 * emacs-lisp/package.el (package-install):
13835 Run package-refresh-contents if there is no archive yet (Bug#9798).
13836
13837 2012-01-28 Chong Yidong <cyd@gnu.org>
13838
13839 * emacs-lisp/package.el (package-maybe-load-descriptor):
13840 New function, split from package-maybe-load-descriptor.
13841 (package-maybe-load-descriptor): Use it.
13842 (package-download-transaction): Fully load required packages
13843 inside the loop, so that `require' calls work (Bug#10593).
13844 (package-install): No need to call package-initialize now.
13845
13846 2012-01-28 Chong Yidong <cyd@gnu.org>
13847
13848 * simple.el (deactivate-mark): Doc fix (Bug#8614).
13849
13850 * tooltip.el (tooltip-mode): Doc fix.
13851 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
13852
13853 * frame.el (set-cursor-color): Doc fix (Bug#352).
13854
13855 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
13856 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
13857
13858 * cus-edit.el (custom-buffer-create-internal): Fix search button
13859 action (Bug#10542).
13860 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
13861
13862 2012-01-27 Eduard Wiebe <usenet@pusto.de>
13863
13864 * dired.el (dired-mark-files-regexp):
13865 Include any subdirectory components. (Bug#10445)
13866
13867 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
13868
13869 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
13870 Handle [host]:port syntax. (Bug#10533)
13871
13872 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
13873
13874 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
13875
13876 2012-01-26 Glenn Morris <rgm@gnu.org>
13877
13878 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
13879 * term.el (term-raw-escape-map): Use Control-X-prefix.
13880 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
13881
13882 2012-01-25 Martin Rudalics <rudalics@gmx.at>
13883
13884 * window.el (window-state-get, window--state-get-1): Don't deal
13885 with fixed-sizeness of windows. Simplify code.
13886
13887 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
13888
13889 * window.el (window--state-get-1, window--state-put-2):
13890 Don't save and restore the mark.
13891
13892 2012-01-25 Chong Yidong <cyd@gnu.org>
13893
13894 * custom.el (custom-variable-p): Doc fix.
13895
13896 2012-01-25 Glenn Morris <rgm@gnu.org>
13897
13898 * dired.el (dired-goto-file): Handle some of the more common
13899 characters that `ls -b' escapes. (Bug#10596)
13900
13901 * progmodes/compile.el (compilation-next-error-function):
13902 Respect compilation-first-column in the "*compilation*" buffer.
13903 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
13904
13905 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
13906
13907 2012-01-24 Glenn Morris <rgm@gnu.org>
13908
13909 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
13910
13911 2012-01-24 Julien Danjou <julien@danjou.info>
13912
13913 * color.el (color-rgb-to-hsl): Fix value computing.
13914 (color-hue-to-rgb): New function.
13915 (color-hsl-to-rgb): New function.
13916 (color-clamp, color-saturate-hsl, color-saturate-name)
13917 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
13918 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
13919
13920 2012-01-24 Glenn Morris <rgm@gnu.org>
13921
13922 * vc/vc-rcs.el (vc-rcs-create-tag):
13923 * vc/vc-sccs.el (vc-sccs-create-tag):
13924 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
13925
13926 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
13927
13928 * eshell/esh-util.el (eshell-read-hosts-file):
13929 Skip comment lines. (Bug#10549)
13930
13931 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
13932
13933 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
13934
13935 * subr.el (display-delayed-warnings): Doc fix.
13936 (collapse-delayed-warnings): New function to collapse identical
13937 adjacent warnings.
13938 (delayed-warnings-hook): Add it.
13939
13940 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
13941
13942 * net/tramp.el (tramp-action-login): Set connection property "login-as".
13943
13944 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
13945 (tramp-default-user-alist): Don't add "pscp".
13946 (tramp-do-copy-or-rename-file-out-of-band): Use connection
13947 property "login-as", if set. (Bug#10530)
13948
13949 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
13950
13951 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
13952 "plink1" and "psftp". (Bug#10530)
13953
13954 2012-01-21 Kenichi Handa <handa@m17n.org>
13955
13956 * international/mule-cmds.el (prefer-coding-system): Show a
13957 warning message if the default value of file-name-coding-system
13958 was not changed.
13959
13960 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
13961
13962 * windmove.el (windmove-reference-loc):
13963 Fix windmove-reference-loc miscalculation.
13964
13965 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
13966
13967 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
13968 default unit.
13969
13970 2012-01-21 Glenn Morris <rgm@gnu.org>
13971
13972 * international/mule.el (auto-coding-alist): Add .tbz.
13973
13974 * files.el (local-enable-local-variables): Doc fix.
13975 (inhibit-local-variables-regexps): Rename from
13976 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
13977 Doc fix. Add some extensions from auto-coding-alist.
13978 (inhibit-local-variables-suffixes):
13979 Rename from inhibit-first-line-modes-suffixes. Doc fix.
13980 (inhibit-local-variables-p):
13981 New function, extracted from set-auto-mode-1.
13982 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
13983 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
13984 (hack-local-variables): Doc fix. Make the mode-only case
13985 respect enable-local-variables and friends.
13986 Respect inhibit-local-variables-regexps for file-locals, but
13987 not for directory-locals.
13988 (set-visited-file-name):
13989 Take account of inhibit-local-variables-regexps.
13990 Whether it applies may change as the file name is changed.
13991 * jka-cmpr-hook.el (jka-compr-install):
13992 * jka-compr.el (jka-compr-uninstall):
13993 Update for inhibit-first-line-modes-suffixes name change.
13994
13995 2012-01-20 Martin Rudalics <rudalics@gmx.at>
13996
13997 * help-macro.el (make-help-screen): Temporarily restore original
13998 binding for minor-mode-map-alist (Bug#10454).
13999
14000 2012-01-19 Julien Danjou <julien@danjou.info>
14001
14002 * color.el (color-name-to-rgb): Use the white color to find the max
14003 color component value and return correctly computed values.
14004 (color-name-to-rgb): Add missing float conversion for max value.
14005
14006 2012-01-19 Martin Rudalics <rudalics@gmx.at>
14007
14008 * window.el (window--state-get-1, window-state-get): Do not use
14009 special state value for window-persistent-parameters.
14010 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
14011 (window--state-put-2): Reset all window parameters to nil before
14012 assigning values of persistent parameters.
14013
14014 2012-01-18 Alan Mackenzie <acm@muc.de>
14015
14016 Eliminate sluggishness and hangs in fontification of "semicolon
14017 deserts".
14018
14019 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
14020 Change value 10000 -> 3000.
14021 (c-state-safe-place): Reformulate so it doesn't stack up an
14022 infinite number of wrong entries in c-state-nonlit-pos-cache.
14023 (c-determine-limit-get-base, c-determine-limit): New functions to
14024 determine backward search limits disregarding literals.
14025 (c-find-decl-spots): Amend commenting.
14026 (c-cheap-inside-bracelist-p): New function which detects "={".
14027
14028 * progmodes/cc-fonts.el
14029 (c-make-font-lock-BO-decl-search-function): Give a limit to a
14030 backward search.
14031 (c-font-lock-declarations): Fix an occurrence of point being
14032 undefined. Check additionally for point being in a bracelist or
14033 near a macro invocation without a semicolon so as to avoid a
14034 fruitless time consuming search for a declarator. Give a more
14035 precise search limit for declarators using the new
14036 c-determine-limit.
14037
14038 2012-01-18 Glenn Morris <rgm@gnu.org>
14039
14040 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
14041 (set-auto-mode): Doc fixes.
14042
14043 2012-01-17 Glenn Morris <rgm@gnu.org>
14044
14045 * isearch.el (search-nonincremental-instead): Fix doc typo.
14046
14047 * dired.el (dired-insert-directory): Handle newlines in directory name.
14048 (dired-build-subdir-alist): Unescape newlines in directory name.
14049
14050 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
14051
14052 * net/tramp.el (tramp-local-end-of-line): New defcustom.
14053 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
14054 (tramp-action-terminal): Use it. (Bug#10530)
14055
14056 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
14057
14058 * minibuffer.el (completion--replace): Strip properties (bug#10062).
14059
14060 2012-01-16 Martin Rudalics <rudalics@gmx.at>
14061
14062 * window.el (window-state-ignored-parameters): Remove variable.
14063 (window--state-get-1): Rename argument MARKERS to IGNORE.
14064 Handle persistent window parameters. Make copy of clone-of
14065 parameter only if requested. (Bug#10348)
14066 (window--state-put-2): Install a window parameter only if it has
14067 a non-nil value or an existing parameter shall be overwritten.
14068
14069 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
14070
14071 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
14072
14073 2012-01-14 Eli Zaretskii <eliz@gnu.org>
14074
14075 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
14076 don't pass the (nil) value of `upnode' to string-match.
14077
14078 2012-01-14 Chong Yidong <cyd@gnu.org>
14079
14080 * startup.el (command-line): Fix X resource class for cursorColor.
14081 Fix values recognized by the cursorBlink resource.
14082
14083 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
14084
14085 * epg.el (epg--make-temp-file): Avoid permission race condition
14086 when running on old Emacs versions (bug#10403).
14087
14088 2012-01-14 Glenn Morris <rgm@gnu.org>
14089
14090 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
14091
14092 2012-01-13 Alan Mackenzie <acm@muc.de>
14093
14094 Fix filling for when filladapt mode is enabled.
14095
14096 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
14097 c-mask-paragraph, pass in `fill-paragraph' rather than
14098 `fill-region-as-paragraph'. (This is a reversion of a previous
14099 change.)
14100 * progmodes/cc-mode.el (c-basic-common-init):
14101 Make fill-paragraph-handle-comment buffer local and set it to nil.
14102
14103 2012-01-13 Glenn Morris <rgm@gnu.org>
14104
14105 * dired.el (dired-switches-escape-p): New function.
14106 (dired-insert-directory): Use dired-switches-escape-p.
14107 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
14108
14109 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
14110
14111 2012-01-12 Glenn Morris <rgm@gnu.org>
14112
14113 * mail/sendmail.el (mail-mode): Update paragraph-separate for
14114 changes in adaptive-fill-regexp. (Bug#10276)
14115
14116 2012-01-11 Alan Mackenzie <acm@muc.de>
14117
14118 Fix Emacs bug #10463 - put `widen's around the critical spots.
14119
14120 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
14121 widen around each invocation of c-state-pp-to-literal. Remove an
14122 unused let variable.
14123
14124 2012-01-11 Glenn Morris <rgm@gnu.org>
14125
14126 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
14127 Doc fix.
14128
14129 2012-01-10 Chong Yidong <cyd@gnu.org>
14130
14131 * net/network-stream.el (network-stream-open-starttls):
14132 Avoid emitting a confusing error message when the server gives a bad
14133 response to the capability command.
14134
14135 2012-01-10 Glenn Morris <rgm@gnu.org>
14136
14137 * mail/unrmail.el (unrmail): Tweak previous change.
14138
14139 2012-01-09 Chong Yidong <cyd@gnu.org>
14140
14141 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
14142
14143 2012-01-08 Alan Mackenzie <acm@muc.de>
14144
14145 Optimize font locking in long enum definitions.
14146
14147 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
14148 arm to a cond form to handle enums.
14149 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
14150 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
14151
14152 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
14153
14154 * files.el (move-file-to-trash): Preserve default file modes on error.
14155 (Bug#10401)
14156
14157 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14158
14159 * faces.el (set-face-attribute): Clarify the meaning of the nil
14160 frame (bug#10294).
14161
14162 * subr.el (with-selected-frame): Mention that the selected frame
14163 is restored (bug#9980).
14164
14165 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
14166 (bug#9759).
14167
14168 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
14169 (password-read): Don't autoload unused function.
14170
14171 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
14172
14173 * progmodes/which-func.el (which-func-mode): Turn into a
14174 non-interactive function and mark as obsolete (bug#10428).
14175
14176 2012-01-06 Chong Yidong <cyd@gnu.org>
14177
14178 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
14179 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
14180 functions, along with 1 and -1.
14181
14182 2012-01-06 Eli Zaretskii <eliz@gnu.org>
14183
14184 * time.el (display-time-load-average)
14185 (display-time-default-load-average): Doc fixes. See the thread
14186 starting at
14187 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
14188 for the details.
14189
14190 2012-01-06 Glenn Morris <rgm@gnu.org>
14191
14192 * mail/unrmail.el (unrmail): Give an explicit error if the input file
14193 has no messages. (Bug#10377)
14194
14195 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
14196 than Info-edit. (Bug#10385)
14197
14198 * time.el (display-time-load-average, display-time-next-load-average):
14199 Doc fixes.
14200
14201 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
14202 local setting of buffer-read-only to the input buffer. (Bug#10419)
14203
14204 * calendar/calendar.el (calendar-mode):
14205 Locally set scroll-margin to 0. (Bug#10379)
14206
14207 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
14208
14209 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
14210
14211 2012-01-05 Glenn Morris <rgm@gnu.org>
14212
14213 * eshell/em-unix.el (diff-no-select): Autoload it.
14214 (eshell/diff): Use diff-no-select. (Bug#10420)
14215
14216 2012-01-05 Chong Yidong <cyd@gnu.org>
14217
14218 * shell.el (shell-dynamic-complete-functions): Revert last change.
14219 (shell-command-completion-function): New function.
14220 (shell-completion-vars): Use it to implement
14221 shell-completion-execonly (Bug#10417).
14222
14223 * custom.el (enable-theme): Don't set custom-safe-themes.
14224
14225 * cus-theme.el (custom-theme-merge-theme):
14226 Ignore custom-enabled-themes and custom-safe-themes.
14227
14228 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
14229
14230 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
14231 first prompt in `sql-interacive-mode'.
14232 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
14233 keywords.
14234 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
14235 (sql-product-interactive): Bug fix: Set `sql-buffer' in
14236 context of original buffer. Invoke `sql-login-hook'.
14237
14238 2012-01-04 Eli Zaretskii <eliz@gnu.org>
14239
14240 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
14241 letters in cite-prefix.
14242
14243 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14244
14245 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
14246
14247 2012-01-03 Chong Yidong <cyd@gnu.org>
14248
14249 * shell.el (shell-dynamic-complete-functions):
14250 Put pcomplete-completions-at-point, so as to try
14251 comint-filename-completion first (Bug#10417).
14252
14253 2012-01-02 Richard Stallman <rms@gnu.org>
14254
14255 * battery.el (battery-status-function):
14256 Detect when to use battery-yeeloong-sysfs.
14257 (battery-echo-area-format): Add string for Yeeloong.
14258 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
14259 (battery-yeeloong-sysfs): New function.
14260
14261 2012-01-02 Chong Yidong <cyd@gnu.org>
14262
14263 * dirtrack.el (dirtrack-list): Eliminate unused third element.
14264 (dirtrack): Merge code for handling relative filenames in prompt
14265 from shell-dir-cookie-watcher.
14266 (dirtrack-debug-message): New arg to avoid excess format calls.
14267
14268 * shell.el (shell-dir-cookie-re): Variable deleted.
14269 (shell-dir-cookie-watcher): Function deleted.
14270 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
14271 with dirtrack-mode.
14272
14273 2012-01-01 Eli Zaretskii <eliz@gnu.org>
14274
14275 * term/w32-win.el (dynamic-library-alist) <gnutls>:
14276 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
14277 libgnutls-26.dll.
14278
14279 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
14280
14281 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
14282
14283 2011-12-31 Eli Zaretskii <eliz@gnu.org>
14284
14285 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
14286 headers of non-MIME messages, when rmail-enable-mime is non-nil.
14287
14288 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
14289
14290 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
14291 also for alternative shells.
14292 (tramp-open-connection-setup-interactive-shell): Check, whether
14293 the shell is a busybox.
14294 (tramp-send-command): Don't suppress multiple prompts for
14295 busyboxes, it hurts.
14296
14297 2011-12-28 Chong Yidong <cyd@gnu.org>
14298
14299 * progmodes/gdb-mi.el (gdb-get-source-file-list)
14300 (gdb-get-source-file): Move mode line update to
14301 gdb-get-source-file (Bug#10087).
14302
14303 2011-12-25 Chong Yidong <cyd@gnu.org>
14304
14305 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
14306 gud-gdb-marker-filter without taking it as an argument.
14307 (gud-gdb-run-command-fetch-lines): Caller changed.
14308 (gud-gdb-completion-function): New variable.
14309 (gud-gdb-completion-at-point): Use it.
14310 (gud-gdb-completions-1): Split from gud-gdb-completions.
14311
14312 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
14313 function as separate arguments.
14314 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
14315 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
14316 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
14317 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
14318 (gdb-stopped, def-gdb-auto-update-trigger)
14319 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
14320 (gdb-get-changed-registers, gdb-get-main-selected-frame):
14321 Callers changed.
14322 (gud-gdbmi-completions): New function.
14323 (gdb): Use it for generating the completion table.
14324
14325 2011-12-24 Alan Mackenzie <acm@muc.de>
14326
14327 Introduce a mechanism to widen the region used in context font
14328 locking. Use this to protect declarations from losing their contexts.
14329
14330 * progmodes/cc-langs.el (c-before-font-lock-functions):
14331 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
14332 (c-before-context-fontification-functions): New defvar, a list of
14333 functions to be run just before context (etc.) font locking.
14334
14335 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
14336 New, functionality extracted from
14337 c-neutralize-syntax-in-and-mark-CPP.
14338 (c-in-after-change-fontification): New variable.
14339 (c-after-change): Set c-in-after-change-fontification.
14340 (c-set-fl-decl-start): Rejig its interface, so it can be called
14341 from both after-change and context fontifying.
14342 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
14343 New functions.
14344 (c-standard-font-lock-fontify-region-function): New variable.
14345 (c-font-lock-fontify-region): New function.
14346
14347 2011-12-24 Juri Linkov <juri@jurta.org>
14348
14349 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
14350 (Bug#10348)
14351
14352 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
14353
14354 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
14355 existence of source file. (Bug#10325)
14356
14357 2011-12-23 Alan Mackenzie <acm@muc.de>
14358
14359 Fix unstable fontification inside templates.
14360
14361 * progmodes/cc-langs.el (c-before-font-lock-functions):
14362 Newly created from the singular version. The (c c++ objc) entry now
14363 additionally has c-set-fl-decl-start. The other languages (apart
14364 from AWK) have that as a single entry.
14365
14366 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14367 The functionality for "local" declarations has been extracted to
14368 c-set-fl-decl-start.
14369
14370 * progmodes/cc-mode.el (c-common-init, c-after-change):
14371 Changes due to pluralisation of c-before-font-lock-functions.
14372 (c-set-fl-decl-start): New function, extracted from
14373 c-font-lock-enclosing-decls and enhanced.
14374
14375 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
14376
14377 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
14378
14379 2011-12-22 Juri Linkov <juri@jurta.org>
14380
14381 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
14382
14383 2011-12-22 Chong Yidong <cyd@gnu.org>
14384
14385 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
14386
14387 2011-12-21 Drew Adams <drew.adams@oracle.com>
14388
14389 * files.el (file-remote-p): Fix docstring. (Bug#10319)
14390
14391 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14392
14393 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
14394
14395 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14396
14397 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
14398 highlighting and support. Fix up comments for capitalization.
14399 (cfengine-mode-debug): New var.
14400 (cfengine3-mode): Change the modeline indicator to "CFE3".
14401 (cfengine3-font-lock-keywords): Improve defun highlighting.
14402 (cfengine2-actions): Rename from `cfengine-actions'.
14403 (cfengine2-font-lock-keywords): Rename from
14404 `cfengine-font-lock-keywords'.
14405 (cfengine2-imenu-expression): Rename from
14406 `cfengine-imenu-expression'.
14407 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
14408 (cfengine2-beginning-of-defun): Rename from
14409 `cfengine-beginning-of-defun'.
14410 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
14411 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
14412 (cfengine2-mode): Rename from `cfengine-mode'. Change the
14413 modeline indicator to "CFE2".
14414 (cfengine-mode): Defalias to `cfengine-auto-mode'.
14415 (cfengine-mode-abbrevs): Mark obsolete.
14416
14417 2011-12-21 Chong Yidong <cyd@gnu.org>
14418
14419 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
14420 filename argument.
14421
14422 2011-12-20 Martin Rudalics <rudalics@gmx.at>
14423
14424 * window.el (window-normalize-buffer-to-display): Remove.
14425 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
14426
14427 2011-12-19 Chong Yidong <cyd@gnu.org>
14428
14429 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
14430 Don't signal an error in a predicate function; return non-nil.
14431 (vc-dir-mark-file): Move the error here.
14432 (vc-dir-mark-unmark): If acting on the region, keep going if one
14433 of the entries cannot be marked/unmarked.
14434 (vc-dir-mark-all-files): If current entry is a directory, mark
14435 only child files, as documented.
14436
14437 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
14438
14439 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
14440 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
14441 addition.
14442
14443 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
14444
14445 * term/ns-win.el (ns-get-selection-internal)
14446 (ns-store-selection-internal): Declare.
14447 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
14448 Declare as obsolete.
14449 (ns-get-pasteboard, ns-paste-secondary):
14450 Use ns-get-selection-internal.
14451 (ns-set-pasteboard, ns-copy-including-secondary):
14452 Use ns-store-selection-internal.
14453
14454 2011-12-17 Chong Yidong <cyd@gnu.org>
14455
14456 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
14457 (vc-deduce-fileset): Doc fix.
14458
14459 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
14460
14461 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
14462
14463 2011-12-13 Sam Steingold <sds@gnu.org>
14464
14465 * man.el (Man-getpage-in-background): When running under a
14466 window-system, ignore $MANWIDTH and $COLUMNS.
14467
14468 2011-12-15 Kenichi Handa <handa@m17n.org>
14469
14470 * language/ethio-util.el: Change coding tag to utf-8-emacs.
14471 (setup-ethiopic-environment-internal): Comment out key-binding for
14472 ethio-toggle-punctuation.
14473
14474 2011-12-13 Alan Mackenzie <acm@muc.de>
14475
14476 Add the switch statement to AWK Mode.
14477
14478 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
14479 "default" to the keywords regexp.
14480
14481 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
14482 expression as the rest.
14483 (c-nonlabel-token-key): Allow string literals for AWK.
14484 Refactor for the other modes.
14485
14486 Large brace-block initialisation makes CC Mode slow: Fix.
14487 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
14488 routines. Limit backward searching in c-font-lock-enclosing.decl.
14489
14490 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
14491 pp-state and literal type in addition to the limits.
14492 (c-state-safe-place): New defun, extracted from c-state-literal-at.
14493 (c-state-literal-at): Use the above new defun.
14494 (c-slow-in-literal, c-fast-in-literal): Remove.
14495 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
14496
14497 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
14498 being in a literal. Add a limit for backward searching.
14499
14500 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
14501 c-slow-in-literal.
14502
14503 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
14504
14505 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
14506
14507 2011-12-13 Martin Rudalics <rudalics@gmx.at>
14508
14509 * window.el (delete-other-windows): Use correct frame in call to
14510 window-with-parameter.
14511
14512 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
14513
14514 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
14515 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
14516 (makefile-gmake-statements, makefile-makepp-statements):
14517 Use it and add new makepp keywords.
14518 (makefile-makepp-font-lock-keywords): Add new patterns.
14519 (makefile-match-function-end): Match new [...] and [[...]].
14520
14521 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
14522
14523 * ses.el (ses-call-printer-return, ses-cell-property-get)
14524 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
14525 (ses-create-cell-variable, ses-reset-header-string)
14526 (ses-cell-set-formula, ses-repair-cell-reference-all)
14527 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
14528 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
14529 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
14530 (ses-aset-with-undo, ses-load, ses-truncate-cell)
14531 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
14532 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
14533 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
14534 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
14535 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
14536 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
14537 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
14538 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
14539
14540 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
14541
14542 * ses.el: The overall change is to add cell renaming, that is
14543 setting fancy names for cell symbols other than name matching
14544 "\\`[A-Z]+[0-9]+\\'" regexp .
14545 (ses-create-cell-variable): New defun.
14546 (ses-relocate-formula): Relocate formulas only for cells the
14547 symbols of which are not renamed, i.e. symbols whose names do not
14548 match regexp "\\`[A-Z]+[0-9]+\\'".
14549 (ses-relocate-all): Relocate values only for cells the symbols of
14550 which are not renamed.
14551 (ses-load): Create cells variables as the (ses-cell ...) are read,
14552 in order to check row col consistency with cell symbol name only
14553 for cells that are not renamed.
14554 (ses-replace-name-in-formula): New defun.
14555 (ses-rename-cell): New defun.
14556
14557 2011-12-11 Chong Yidong <cyd@gnu.org>
14558
14559 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
14560 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
14561
14562 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
14563
14564 * window.el (other-window): Fix docstring.
14565
14566 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14567
14568 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
14569 `from' or `to' address before taking its substring.
14570 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
14571 encoded name is chopped in the middle of the encoded string, and
14572 thus displayed encoded.
14573
14574 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
14575
14576 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
14577
14578 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14579
14580 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
14581 to use texinfo-update-node and commands that call it if the
14582 Texinfo file uses @node lines without next/prev/up pointers.
14583 Correct outdated description about texinfo-master-menu.
14584 (texinfo-all-menus-update, texinfo-master-menu)
14585 (texinfo-update-node, texinfo-every-node-update)
14586 (texinfo-multiple-files-update): Doc fix. Warn against updating
14587 all the @node lines.
14588 (texinfo-master-menu): Only call texinfo-update-node if the prefix
14589 argument is numeric. Explain better in the doc string what the
14590 function really does.
14591 (texinfo-insert-master-menu-list): Improve the error message
14592 displayed if there's no menu in the Top node.
14593 (Bug#2975) See also this thread:
14594 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
14595
14596 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
14597
14598 * speedbar.el (speedbar-supported-extension-expressions):
14599 Add .adb and .ads, commonly used for Ada source code (bug#10256).
14600
14601 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
14602
14603 * printing.el (pr-mode-alist):
14604 * simple.el (filter-buffer-substring-functions)
14605 (completion-list-insert-choice-function):
14606 * window.el (window-with-parameter, window-atom-root)
14607 (window-sides-slots, window-size-fixed, window-min-delta)
14608 (window-max-delta, window--resize-mini-window)
14609 (window--resize-child-windows-normal, window-tree)
14610 (delete-other-windows, quit-window, split-window)
14611 (display-buffer-record-window, special-display-buffer-names)
14612 (special-display-regexps, special-display-popup-frame)
14613 (same-window-p, split-window-sensibly)
14614 (display-buffer-overriding-action, display-buffer-alist)
14615 (display-buffer-base-action, display-buffer, switch-to-buffer)
14616 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
14617 (fit-window-to-buffer, recenter-positions)
14618 (mouse-autoselect-window-state, mouse-autoselect-window-select):
14619 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
14620 and remove unneeded backslashes in docstrings.
14621
14622 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14623
14624 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
14625
14626 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
14627 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
14628 end in ".mk".
14629 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
14630 when reading the makefile (bug#10116).
14631
14632 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14633
14634 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
14635 (bug#10116).
14636
14637 2011-12-06 Glenn Morris <rgm@gnu.org>
14638
14639 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
14640
14641 2011-12-06 Chong Yidong <cyd@gnu.org>
14642
14643 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
14644
14645 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
14646
14647 * textmodes/table.el (table-shorten-cell): Fix typo.
14648
14649 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
14650
14651 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
14652
14653 2011-12-05 Eli Zaretskii <eliz@gnu.org>
14654
14655 * descr-text.el (describe-char): Fix display of strong
14656 right-to-left characters and directional embeddings and overrides.
14657
14658 * simple.el (what-cursor-position): Fix display of codepoints of
14659 strong right-to-left characters.
14660
14661 2011-12-05 Chong Yidong <cyd@gnu.org>
14662
14663 * faces.el (read-color): Doc fix.
14664
14665 2011-12-05 Glenn Morris <rgm@gnu.org>
14666
14667 * align.el (align--set-marker): Add doc-string.
14668 Don't try to move something that is not a marker. (Bug#10216)
14669
14670 2011-12-04 Glenn Morris <rgm@gnu.org>
14671
14672 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
14673 overly zealous deletion of trailing whitespace.
14674
14675 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
14676
14677 * server.el (server-delete-client): On Windows, do not try to delete
14678 the only terminal.
14679 (server-process-filter): On Windows, treat requests for a tty frame as
14680 if they were for a GUI frame if the running server is in GUI mode.
14681
14682 2011-12-03 Glenn Morris <rgm@gnu.org>
14683
14684 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
14685
14686 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14687
14688 * electric.el: Streamline electric-indent's hook.
14689 (electric-indent-chars): Revert to simple list.
14690 (electric-indent-functions): New var.
14691 (electric-indent-post-self-insert-function): Use it.
14692
14693 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
14694 there's no inferior buffer (bug#10196).
14695 (prolog-consult-compile): Don't use toggle-read-only.
14696
14697 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
14698
14699 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
14700 interrupt. (Bug#10187)
14701
14702 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14703
14704 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
14705 (bug#9160).
14706
14707 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
14708 (bug#10191).
14709
14710 2011-12-02 Juri Linkov <juri@jurta.org>
14711
14712 * info.el (Info-search): Display "end of manual" when Isearch
14713 reaches the end of single-file Info manual. (Bug#9918)
14714
14715 2011-12-02 Eli Zaretskii <eliz@gnu.org>
14716
14717 * isearch.el (isearch-message-prefix): Run the input method part
14718 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
14719
14720 2011-12-02 Juri Linkov <juri@jurta.org>
14721
14722 * isearch.el (isearch-occur): Use `word-search-regexp' for
14723 `isearch-word'.
14724 (isearch-search-and-update): Add condition for `isearch-word' and
14725 call `word-search-regexp'. (Bug#10145)
14726
14727 2011-12-01 Glenn Morris <rgm@gnu.org>
14728
14729 * eshell/em-hist.el (eshell-hist-initialize):
14730 Handle eshell-history-size nil and HISTSIZE set or unset.
14731 (eshell-history-file-name, eshell-history-size): Fix custom type.
14732
14733 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14734
14735 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
14736
14737 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
14738
14739 * progmodes/verilog-mode.el (verilog-pretty-expr):
14740 Rework verilog-pretty-expr to handle new assignment operators in system
14741 verilog, such as += *= and the like.
14742 (verilog-assignment-operator-re): Regular expression to find the
14743 assigment operator in a verilog assignment.
14744 (verilog-assignment-operation-re): Regular expression to find an
14745 assignment statement for pretty-expr.
14746 (verilog-in-attribute-p): Query returns true if point is in an
14747 attribute context; used to skip these for expression line up from
14748 pretty-expr.
14749 (verilog-in-parameter-p): Query returns true if point is in an
14750 parameter definition context; used to skip these for expression
14751 line up from pretty-expr.
14752 (verilog-in-parenthesis-p): Query returns true if point is in a
14753 parenthetical expression, specifically ( ) but not [ ] or { };
14754 used by pretty-expr.
14755 (verilog-just-one-space): If there is no space, don't add one.
14756 (verilog-get-lineup-indent-2): Specifically skip just attribute
14757 contexts for expression lineup, rather than skipping all
14758 parenthetical expressions.
14759 (verilog-calculate-indent): Fix comment, and fix indent.
14760 (verilog-do-indent): Indent declarations in lists (suggested by
14761 Joachim Lechner).
14762 (verilog-mode-abbrev-table): Populate abbrev mode with the various
14763 skeleton items.
14764 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
14765 by Alain Mellan).
14766
14767 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
14768
14769 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
14770 parameters with embedded comments. Reported by Ray Stevens.
14771 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
14772 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
14773 Reported by Tim Holt.
14774 (verilog-auto): Fix AUTOing a upper module then AUTOing module
14775 instantiated by upper module causing wrong expansion until AUTOed a
14776 second time. Reported by K C Buckenmaier.
14777 (verilog-diff-auto): Fix showing .* as a difference when
14778 `verilog-auto-star-save' off. Reported by Dan Dever.
14779 (verilog-auto-reset, verilog-read-always-signals)
14780 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
14781 temporary signals in reset list if
14782 verilog-auto-reset-blocking-in-non is nil, and match assignment
14783 style to each signal's assignment type, bug381.
14784 Reported by Thomas Esposito.
14785 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
14786 (verilog-uvm-statement-re): Support UVM indentation and
14787 highlighting, with old OVM keywords only.
14788 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
14789 Support AUTOTIEOFF creating non-wire data types.
14790 Suggested by Jonathan Greenlaw.
14791 (verilog-auto-insert-lisp, verilog-delete-to-paren)
14792 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
14793 (verilog-inject-sense, verilog-read-inst-pins)
14794 (verilog-read-sub-decls, verilog-read-sub-decls-line):
14795 Fix mismatching parenthesis inside commented out code when deleting
14796 AUTOINST, bug383. Reported by Jonathan Greenlaw.
14797 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
14798 non-numeric vector width. Reported by Alex Reed.
14799 (verilog-auto-ascii-enum): Add "onehot" option to work around not
14800 detecting signals with parameter widths. Reported by Alex Reed.
14801 (verilog-auto-delete-trailing-whitespace):
14802 With `verilog-auto-delete-trailing-whitespace' remove trailing
14803 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
14804 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
14805 Fix verilog-scan-cache corruption when running user AUTO expansion
14806 hooks that call indentation routines.
14807 (verilog-simplify-range-expression): Fix typo ignoring lower case
14808 identifiers.
14809 (verilog-delete-auto): Fix delete-autos to also remove user created
14810 automatics, as long as they start with AUTO.
14811 (verilog-batch-diff-auto, verilog-diff-auto)
14812 (verilog-diff-function): Add `verilog-diff-auto' and bind to
14813 "C-c?" to report differences in AUTO expansion, ignoring spaces.
14814 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
14815 (verilog-in-paren-quick, verilog-re-search-backward-quick)
14816 (verilog-re-search-forward-quick, verilog-syntax-ppss):
14817 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
14818 is disabled and its cache will get corrupt, causing AUTOS not to
14819 expand. Instead use only -quick functions.
14820 (verilog-scan-region): Fix scanning over escaped quotes.
14821 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
14822 (verilog-re-search-backward-quick)
14823 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
14824 related functions now ignore strings, to fix misparsing of strings
14825 with magic comments embedded in them.
14826 (verilog-read-auto-template):
14827 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
14828 Reported by Brad Dobbie.
14829 (verilog-read-auto-template):
14830 Fix 'verilog-auto-inst-template-numbers' with comments.
14831 Reported by Brad Dobbie.
14832 (verilog-auto-inst, verilog-auto-inst-param)
14833 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
14834 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
14835 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
14836 debugging templates without merge conflicts, bug357.
14837 Reported by Brad Dobbie.
14838 (verilog-read-auto-template):
14839 Fix verilog-auto-inst-template-numbers with multiple templates.
14840 Reported by Brad Dobbie.
14841 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
14842 abbrevs so user won't be asked to save.
14843 (verilog-read-auto-lisp-present): Fix to start at beginning of
14844 buffer in case called outside of verilog-auto.
14845 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
14846 to "X-2". Reported by Matthew Myers.
14847 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
14848 all inputs from module templates. Reported by Leith Johnson.
14849 (verilog-module-inside-filename-p): Fix locating programs as with
14850 modules.
14851 (verilog-auto-inst-port): Fix vl-width expressions when using
14852 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
14853 (verilog-decls-get-regs, verilog-decls-get-signals,
14854 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
14855 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
14856 verilog-read-decls): Combine reg and wire structures into one var
14857 structure to represent SystemVerilog concepts.
14858 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
14859 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
14860 (verilog-auto-wire-type, verilog-insert-definition):
14861 Add verilog-auto-wire-type and AUTOLOGIC to support using
14862 SystemVerilog "logic" keyword instead of "wire"/"reg".
14863 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
14864 to declares outputs that also have assignments (presumably in an
14865 ifdef or generate if so there's not a driver conflict).
14866 Reported by Matthew Myers.
14867 (verilog-auto-declare-nettype, verilog-insert-definition):
14868 Add verilog-auto-declare-nettype to fix declarations using
14869 `default_nettype none. Reported by Julian Gorfajn.
14870 (verilog-read-always-signals-recurse, verilog-read-decls)
14871 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
14872 malformed end statement, bug325. Reported by Joshua Wise and
14873 Andrew Drake.
14874 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
14875 (verilog-inst-comment-re): Fix not deleting Interfaced comment
14876 when expanding .* in interfaces, bug320.
14877 Reported by Pierre-David Pfister.
14878 (verilog-read-module-name): Fix import statements between module
14879 name and open parenthesis, bug317.
14880 Reported by Pierre-David Pfister.
14881 (verilog-simplify-range-expression): Fix simplification of
14882 multiplications inside AUTOWIRE connections, bug303.
14883 (verilog-auto-inst-port): Support parameter expansion in
14884 multidimensional arrays.
14885 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
14886 after "assert property". Reported by Julian Gorfajn.
14887 (verilog-simplify-range-expression): Fix "couldn't merge" errors
14888 with multiplication, bug303.
14889 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
14890 Reported by Jan Frode Lonnum.
14891
14892 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
14893
14894 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
14895 (hfy-shell-file-name, hfy-shell):
14896 * international/fontset.el (x-decompose-font-name): Fix typos.
14897
14898 2011-11-29 Ken Brown <kbrown@cornell.edu>
14899
14900 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
14901 (gdb-version): Remove defvar.
14902 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
14903 (gdb-gud-context-command, gdb-non-stop-handler)
14904 (gdb-current-context-command, gdb-stopped): Use it.
14905 (gdb-init-1): Enable pretty printing here.
14906 (gdb-non-stop-handler): Don't enable pretty-printing here.
14907 Check to see if the target supports non-stop mode; if not, turn off
14908 non-stop mode. Use the following.
14909 (gdb-check-target-async): New defun.
14910 (gud-watch, gdb-stopped): Fix whitespace.
14911 (gdb-get-source-file): Don't try to display the source file if
14912 `gdb-main-file' is nil.
14913
14914 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
14915
14916 * align.el: Try to generate fewer markers (bug#10047).
14917 (align--set-marker): New macro.
14918 (align-region): Use it.
14919
14920 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
14921
14922 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
14923
14924 2011-11-29 Chong Yidong <cyd@gnu.org>
14925
14926 * indent.el (indent-for-tab-command, indent-according-to-mode):
14927 Doc fix.
14928 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
14929
14930 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
14931
14932 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
14933 aware of remote file names. (Bug#10124)
14934
14935 2011-11-29 Chong Yidong <cyd@gnu.org>
14936
14937 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
14938
14939 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14940
14941 * files.el (find-file): Don't use force-same-window (bug#10144).
14942 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
14943 use pop-to-buffer if the selected window can't be used.
14944 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
14945
14946 2011-11-28 Eli Zaretskii <eliz@gnu.org>
14947
14948 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
14949 special-mode-map.
14950
14951 2011-11-28 Chong Yidong <cyd@gnu.org>
14952
14953 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
14954
14955 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
14956
14957 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
14958 gdb-get-source-file-list on gdb-create-source-file-list.
14959
14960 2011-11-26 Eli Zaretskii <eliz@gnu.org>
14961
14962 * whitespace.el (whitespace-newline): Use a different foreground
14963 color for 16-color light-background displays.
14964
14965 2011-11-24 Chong Yidong <cyd@gnu.org>
14966
14967 * window.el (display-buffer--special-action): Doc fix.
14968
14969 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
14970
14971 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
14972 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
14973 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
14974 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
14975 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
14976 (avl-tree-stack-first):
14977 * emacs-lisp/cconv.el (cconv--analyse-use):
14978 * net/gnutls.el (gnutls-negotiate): Fix typos.
14979
14980 2011-11-24 Glenn Morris <rgm@gnu.org>
14981
14982 * lpr.el (lpr-windows-system, lpr-lp-system):
14983 * mail/binhex.el (binhex-begin-line):
14984 * progmodes/grep.el (grep-history, grep-find-history):
14985 * textmodes/flyspell.el:
14986 * vc/pcvs-defs.el (cvs-global-menu):
14987 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
14988 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
14989 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
14990
14991 * net/tls.el: Fix case of "GnuTLS".
14992
14993 * paths.el (rmail-file-name): Format doc-string for make-docfile.
14994
14995 * version.el (emacs-build-system): Give it a doc-string.
14996
14997 2011-11-24 Juri Linkov <juri@jurta.org>
14998
14999 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
15000
15001 2011-11-24 Glenn Morris <rgm@gnu.org>
15002
15003 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
15004 if called on a non-mime message just toggle the headers. (Bug#8006)
15005
15006 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
15007
15008 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
15009 (allout-lead-with-comment-string, allout-structure-deleted-hook)
15010 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
15011 (allout-rebullet-heading, allout-open-sibtopic)
15012 (allout-toggle-current-subtree-encryption)
15013 (allout-toggle-subtree-encryption, allout-encrypt-string)
15014 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
15015 (allout-distinctive-bullets-string, allout-auto-activation):
15016 * window.el (window-normalize-buffer-to-display):
15017 * progmodes/verilog-mode.el (verilog-batch-indent):
15018 * textmodes/bibtex.el (bibtex-field-braces-opt)
15019 (bibtex-field-strings-opt):
15020 * vc/cvs-status.el (cvs-tree-merge):
15021 Fix typos.
15022
15023 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
15024
15025 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
15026 `non-essential' to t, in order to avoid remote connections.
15027
15028 2011-11-23 Eli Zaretskii <eliz@gnu.org>
15029
15030 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15031 On MS-DOS and MS-Windows, compare with loaddefs.el
15032 case-insensitively.
15033
15034 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15035
15036 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
15037
15038 2011-11-23 Glenn Morris <rgm@gnu.org>
15039
15040 * paths.el (rmail-file-name): Reformat the doc-string so that it
15041 is picked up.
15042
15043 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
15044 (rmail-auto-file): Ignore case in the "special" field names,
15045 as mail-fetch-field does for all others.
15046
15047 * mail/rmail.el (rmail-forward):
15048 * mail/rmailkwd.el (rmail-set-label):
15049 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
15050 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
15051
15052 * mail/rmail.el (rmail-current-message): Doc fix.
15053
15054 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
15055
15056 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15057
15058 * server.el (server-eval-and-print): Allow C-g (bug#6585).
15059
15060 2011-11-22 Glenn Morris <rgm@gnu.org>
15061
15062 * mail/rmailmm.el (test-rmail-mime-handler)
15063 (test-rmail-mime-bulk-handler)
15064 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
15065
15066 2011-11-21 Juri Linkov <juri@jurta.org>
15067
15068 * calc/calc.el (calc-read-key-sequence):
15069 Let-bind `input-method-function' to nil. (Bug#10018)
15070
15071 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15072
15073 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15074 Tell the caller that the next line needs recomputation, even
15075 though it doesn't start a sexp (bug#10094).
15076
15077 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15078
15079 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
15080
15081 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15082
15083 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15084 Use force-same-window.
15085
15086 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15087
15088 * descr-text.el (describe-char-unicode-data):
15089 * json.el (json-string-escape):
15090 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
15091 (Footnote-unicode, Footnote-style-p):
15092 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
15093
15094 2011-11-20 Chong Yidong <cyd@gnu.org>
15095
15096 * window.el (replace-buffer-in-windows): Restore interactive spec.
15097
15098 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15099
15100 * electric.el (electric-indent-mode): Fix last change (too optimistic).
15101
15102 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
15103 (byte-compile-global-not-obsolete-vars): New var.
15104 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
15105 Use it.
15106 (byte-compile-warn-obsolete): Align text with the one in *Help*.
15107
15108 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15109
15110 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
15111 * progmodes/pascal.el (electric-pascal-equal):
15112 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
15113 * xml.el (xml-substitute-special): Fix typos.
15114
15115 2011-11-20 Glenn Morris <rgm@gnu.org>
15116
15117 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
15118 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
15119 Doc fixes.
15120 (rmail-decode-mime-charset): Mark as obsolete.
15121
15122 * mail/rmailsum.el (rmail-message-regexp-p-1):
15123 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
15124 Before using mime functions, check they are set. (Bug#10077)
15125
15126 2011-11-19 Juri Linkov <juri@jurta.org>
15127
15128 * info.el (Info-finder-find-node): Use `package--builtins' instead
15129 of `package-alist'. Use node names formed by the pattern "Keyword "
15130 and the keyword name.
15131
15132 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15133
15134 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
15135
15136 2011-11-19 Juri Linkov <juri@jurta.org>
15137
15138 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
15139 that calls `revert-buffer' on all Info buffers. (Bug#9915)
15140 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
15141 `old-history', `old-history-forward'. Add let-binding
15142 `window-selected'. Remove calls to `kill-buffer',
15143 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
15144 before calling `Info-find-node', so `Info-find-node-2' will reread
15145 the Info file. Restore window positions only when `window-selected'
15146 is non-nil.
15147
15148 2011-11-19 Juri Linkov <juri@jurta.org>
15149
15150 * isearch.el (isearch-lazy-highlight-new-loop):
15151 Remove condition `(not isearch-error)'. (Bug#9918)
15152
15153 * misearch.el (multi-isearch-search-fun): Add condition
15154 `(not bound)' to ignore lazy-highlighting search.
15155 Add the search-failed message "end of multi" when the end of
15156 multi-sequence is reached. Uncapitalize the search-failed
15157 message "Repeat for next buffer".
15158
15159 * info.el (Info-search): Add the search-failed message
15160 "end of the manual" when the end of the manual is reached
15161 in Isearch mode.
15162
15163 2011-11-19 Juri Linkov <juri@jurta.org>
15164
15165 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
15166 Use non-destructive `remove' instead of `delete' because
15167 `Info-history-list' stored to `Info-isearch-initial-history-list' in
15168 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
15169
15170 2011-11-19 Juri Linkov <juri@jurta.org>
15171
15172 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
15173 to nil instead of binding `search-ring' and `regexp-search-ring'.
15174 (Bug#9185)
15175
15176 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15177
15178 * simple.el (line-move): Force movement by logical lines for any
15179 hscrolled window, not only when auto-hscroll-mode is on.
15180 (line-move-visual): Update doc string to that effect. (Bug#10076)
15181
15182 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15183
15184 * language/european.el (macintosh): Define as alias for mac-roman.
15185
15186 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15187
15188 * mail/rmailmm.el (rmail-mime-display-header)
15189 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
15190 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
15191 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
15192 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
15193 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
15194 of a raw aref.
15195 (rmail-mime-entity-segment): To get past the tagline, move forward
15196 2 more lines, to account for the 2 empty lines that precede and
15197 follow the line with the buttons.
15198 (rmail-mime-update-tagline): Move one more line, to get past the
15199 empty line that follows the buttons in the tagline. (Bug#9520)
15200
15201 2011-11-19 Martin Rudalics <rudalics@gmx.at>
15202
15203 * window.el (window-max-delta-1, window-min-delta-1)
15204 (window-min-size-1, window-state-get-1, window-state-put-1)
15205 (window-state-put-2): Use "window--" prefix.
15206
15207 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15208
15209 * emacs-lisp/smie.el: Improve warnings and conflict detection.
15210 (smie-warning-count): New var.
15211 (smie-set-prec2tab): Use it.
15212 (smie-bnf->prec2): Improve warnings. Add docstring.
15213 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
15214 (smie-bnf--set-class): New function.
15215 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
15216 corner case.
15217
15218 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
15219 (compilation-error-properties, compilation-move-to-column):
15220 Handle compilation-first-column while in the target buffer.
15221
15222 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
15223 Don't hardcode point-min==1.
15224
15225 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
15226 (eshell-rewrite-for-command): Remove workaround.
15227 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
15228 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
15229 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
15230
15231 * files-x.el (modify-file-local-variable): Obey commenting conventions.
15232
15233 2011-11-17 Glenn Morris <rgm@gnu.org>
15234
15235 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15236 Ignore buffer-local generated-autoload-file if it is the same
15237 as the global value. (Bug#10049)
15238
15239 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
15240
15241 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
15242 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
15243 (reftex-toc-previous-heading, reftex-toc-max-level)
15244 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
15245 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
15246 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15247 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15248 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
15249 (reftex-toc-rename-label, reftex-toc-visit-location)
15250 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
15251 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
15252 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
15253 leaving "*toc*" only for references to the buffer.
15254
15255 2011-11-17 Martin Rudalics <rudalics@gmx.at>
15256
15257 * window.el (window-resize, delete-window, split-window):
15258 Replace window-splits by window-combination-resize.
15259 * cus-start.el (window-splits): Replace by window-combination-resize.
15260
15261 2011-11-17 Glenn Morris <rgm@gnu.org>
15262
15263 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15264 Make bash entry derive from sh entry, not shell entry.
15265
15266 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
15267
15268 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
15269 local file name.
15270
15271 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15272
15273 * menu-bar.el (menu-bar-file-menu):
15274 * printing.el (pr-ps-utility):
15275 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
15276 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
15277 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
15278 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
15279 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
15280 (icalendar--convert-cyclic-to-ical)
15281 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
15282 (icalendar--convert-ical-to-diary)
15283 (icalendar--convert-recurring-to-diary)
15284 (icalendar--convert-non-recurring-all-day-to-diary)
15285 (icalendar-import-format-sample):
15286 * progmodes/idlw-shell.el (idlwave-shell-mode):
15287 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
15288 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
15289 (vhdl-ps-print-init): Fix typos.
15290
15291 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
15292
15293 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
15294 FSF and collapse date sequence, obscure author/maintainer email address
15295 better, remove extra version line, track relocation of author's webpage.
15296
15297 * progmodes/python.el (python-pdbtrack-input-prompt)
15298 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
15299 regular python pdb prompts. Adjustments shamelessly taken exactly as
15300 suggested in EmacsWiki page (tiny change):
15301 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
15302
15303 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15304
15305 * expand.el (expand-pos, expand-index, expand-point):
15306 Remove redundant info from docstring.
15307 (expand-add-abbrevs): Doc fix.
15308 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
15309 (expand-sample-perl-mode-expand-list): Fix typos.
15310
15311 * net/dbus.el (dbus-event-member-name):
15312 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
15313 * term/pc-win.el (msdos-create-frame-with-faces):
15314 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
15315
15316 2011-11-16 Martin Rudalics <rudalics@gmx.at>
15317
15318 * window.el (split-window, window-state-get-1)
15319 (window-state-put-1, window-state-put-2): Rename occurrences of
15320 window-nest to window-combination-limit.
15321 * cus-start.el (window-nest): Rename to window-combination-limit.
15322
15323 2011-11-16 Chong Yidong <cyd@gnu.org>
15324
15325 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
15326 regexp (Bug#10033).
15327
15328 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15329
15330 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
15331 `completing-read' will remove *Completions* and will preserve
15332 current-buffer for us.
15333 (tmm-add-prompt): Users of *Completions* will always (re)set its
15334 major mode.
15335 (tmm-old-comp-map): Remove.
15336
15337 2011-11-16 Glenn Morris <rgm@gnu.org>
15338
15339 * mail/rmailedit.el: Require rmailmm when compiling.
15340 (rmail-old-mime-state): New declaration.
15341 (rmail-edit-current-message): If editing a mime message,
15342 edit the "raw" message from the mbox buffer.
15343 (rmail-cease-edit): Handle mime messages. (Bug#9840)
15344
15345 2011-11-15 Glenn Morris <rgm@gnu.org>
15346
15347 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
15348 which wasn't being used. Add optional arg to force given state.
15349 (rmail-mime): Add optional arg to force given state.
15350
15351 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15352
15353 * allout.el (allout-encryption-plaintext-sanitization-regexps):
15354 * frame.el (display-mm-dimensions-alist):
15355 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
15356 (outline-move-subtree-down):
15357 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
15358 (newsticker--treeview-do-get-node):
15359 * net/quickurl.el (quickurl-list-buffer-name):
15360 * progmodes/dcl-mode.el (dcl-mode):
15361 * progmodes/gdb-mi.el (gdb-mapcar*):
15362 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
15363
15364 2011-11-15 Glenn Morris <rgm@gnu.org>
15365
15366 * mail/rmail.el (rmail-file-coding-system): It's only ever used
15367 in a boolean sense, so just make it a boolean, and fix the doc.
15368 (rmail-show-mime-function, rmail-mime-feature)
15369 (rmail-require-mime-maybe): Doc fixes.
15370 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
15371
15372 * mail/rmailmm.el (rmail-show-mime): Doc fix.
15373
15374 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15375
15376 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
15377 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
15378 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
15379 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
15380
15381 2011-11-15 Glenn Morris <rgm@gnu.org>
15382
15383 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
15384 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
15385 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
15386 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
15387 (rmail-mime, rmail-show-mime): Doc fixes.
15388
15389 * term/ns-win.el (mode-line-frame-identification):
15390 Leave it alone. (Bug#10051)
15391
15392 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
15393
15394 * mail/rmailout.el (rmail-output-to-rmail-buffer):
15395 Handle empty buffers. (Bug#9978)
15396
15397 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
15398
15399 * international/mule.el (define-charset):
15400 * mail/rmailmm.el (rmail-mime-find-header-encoding):
15401 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
15402 * progmodes/verilog-mode.el (verilog-backward-token):
15403 * textmodes/ispell.el (lookup-words):
15404 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
15405
15406 2011-11-14 Glenn Morris <rgm@gnu.org>
15407
15408 * progmodes/executable.el
15409 (executable-make-buffer-file-executable-if-script-p):
15410 Handle file-modes returning nil.
15411
15412 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
15413 message - not necessary, and causes problems. (Bug#9831)
15414
15415 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
15416
15417 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
15418
15419 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
15420 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
15421 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
15422
15423 2011-11-12 Martin Rudalics <rudalics@gmx.at>
15424
15425 * window.el (window-resize, delete-window): Use window-splits
15426 variable instead of function.
15427 (window-state-get-1, window-state-put-2, window-state-put):
15428 Don't deal with windows' splits status.
15429
15430 2011-11-12 Glenn Morris <rgm@gnu.org>
15431
15432 * apropos.el (apropos-do-all, apropos-library, apropos-value)
15433 (apropos-documentation): Doc fixes.
15434
15435 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
15436
15437 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
15438 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
15439
15440 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15441
15442 * electric.el (electric-indent-post-self-insert-function): Make it
15443 possible for a char to only indent in some circumstances.
15444 (electric-indent-mode): Simplify.
15445
15446 2011-11-11 Martin Rudalics <rudalics@gmx.at>
15447
15448 * window.el (windows-with-parameter): Remove unused function.
15449 (windows-at-side): Rename to window-at-side-list.
15450 (window-check, window-atom-check, window-atom-check-1)
15451 (window-side-check, window-size-ignore, window-size-fixed-1)
15452 (window-in-direction-2): Prefix with "window--".
15453 (window-tree-1): Rename to window--subtree, fix doc-string.
15454
15455 2011-11-11 Glenn Morris <rgm@gnu.org>
15456
15457 * subr.el (eval-after-load): If FILE is already loaded,
15458 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
15459
15460 2011-11-10 Glenn Morris <rgm@gnu.org>
15461
15462 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
15463 Call svn via vc-svn-command rather than vc-do-command.
15464 (vc-svn-command): Add --non-interactive. (Bug#9993)
15465 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
15466
15467 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15468 Add toggle-read-only. (Bug#7292)
15469 * files.el (toggle-read-only): Mention that it should only
15470 be used interactively. (Bug#10006)
15471
15472 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15473
15474 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15475 Adjust regexp for OCaml warnings.
15476
15477 * electric.el (electric-pair-post-self-insert-function): Let user
15478 turn it off buffer-locally (bug#9932).
15479
15480 * progmodes/python.el (python-beginning-of-statement):
15481 Rewrite (bug#2703).
15482
15483 * progmodes/compile.el: Better handle TABs (bug#9749).
15484 (compilation-internal-error-properties)
15485 (compilation-next-error-function): Obey the target buffer's
15486 compilation-error-screen-columns.
15487
15488 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
15489
15490 * progmodes/meta-mode.el: Remove obsolete comments.
15491 (meta-right-comment-regexp, meta-ignore-comment-regexp):
15492 Fix typos in docstrings.
15493
15494 2011-11-09 Martin Rudalics <rudalics@gmx.at>
15495
15496 * window.el (window-size-fixed-p): Rewrite doc-string.
15497 (window-resizable-p): Rename to window--resizable-p. Update callers.
15498 (window--resizable): New function. Make all callers of
15499 window-resizable call window--resizable instead.
15500 (window-resizable): Rewrite in terms of window--resizable.
15501
15502 2011-11-08 Glenn Morris <rgm@gnu.org>
15503
15504 * progmodes/delphi.el (delphi-mode-syntax-table):
15505 Let define-derived-mode define a proper syntax table. (Bug#9994)
15506
15507 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15508
15509 * window.el: Stay away from defsubst.
15510 (window-list-no-nils): Remove.
15511 (window-state-get-1, window-state-get): Use backquote instead.
15512
15513 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15514
15515 * emacs-lisp/find-func.el (find-function-read):
15516 Fix incorrect use of default argument in `completing-read'.
15517
15518 2011-11-08 Martin Rudalics <rudalics@gmx.at>
15519
15520 * window.el (display-buffer-function, special-display-function):
15521 Mention display-buffer-record-window but do not mention
15522 help-setup parameter in doc-strings.
15523 (window-min-delta): Fix doc-string typo.
15524
15525 2011-11-08 Chong Yidong <cyd@gnu.org>
15526
15527 * window.el (window-total-height, window-total-width): Doc fix.
15528 (window-body-size): Move from C.
15529 (window-body-height, window-body-width): Move to C.
15530
15531 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15532
15533 * window.el: Make special-display like display-buffer-alist (bug#9532).
15534 (display-buffer--special-action): New function, morphed
15535 from display-buffer--special.
15536 (display-buffer): Use it to handle special-display-buffers at higher
15537 priority (just after display-buffer-alist).
15538 (display-buffer-fallback-action, display-buffer--other-frame-action)
15539 (pop-to-buffer-same-window): Remove display-buffer--special.
15540
15541 2011-11-07 Glenn Morris <rgm@gnu.org>
15542
15543 * calendar/cal-menu.el (cal-menu-set-date-title):
15544 Do nothing if not in a calendar. (Bug#9976)
15545
15546 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15547
15548 * files.el (find-file): Always use selected-window.
15549
15550 2011-11-07 Martin Rudalics <rudalics@gmx.at>
15551
15552 * window.el (window-combinations): Make WINDOW argument
15553 mandatory. Rewrite doc-string.
15554 (walk-window-subtree, window-atom-check, window-min-delta)
15555 (window-max-delta, window--resize-this-window)
15556 (window--resize-root-window-vertically, window-tree)
15557 (balance-windows, window-state-put): Rewrite doc-strings as to
15558 not mention the term "subwindow".
15559 (window--resize-subwindows-skip-p): Rename to
15560 window--resize-child-windows-skip-p.
15561 (window--resize-subwindows-normal): Rename to
15562 window--resize-child-windows-normal.
15563 (window--resize-subwindows): Rename to
15564 window--resize-child-windows.
15565 (window-or-subwindow-p): Rename to window--in-subtree-p.
15566
15567 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15568
15569 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
15570 Ensure that mbox format messages end in two newlines (Bug#9974).
15571
15572 2011-11-06 Chong Yidong <cyd@gnu.org>
15573
15574 * window.el (window-combination-p): Function deleted; its
15575 side-effect is not used in any existing code.
15576 (window-combinations, window-combined-p): Call window-*-child
15577 directly.
15578
15579 2011-11-05 Chong Yidong <cyd@gnu.org>
15580
15581 * window.el (window-valid-p): Rename from window-any-p.
15582 (window-size-ignore, window-state-get): Callers changed.
15583 (window-normalize-window): Rename from window-normalize-any-window.
15584 New arg LIVE-ONLY, replacing window-normalize-live-window.
15585 (window-normalize-live-window): Delete.
15586 (window-combination-p, window-combined-p, window-combinations)
15587 (walk-window-subtree, window-atom-root, window-min-size)
15588 (window-sizable, window-sizable-p, window-size-fixed-p)
15589 (window-min-delta, window-max-delta, window-resizable)
15590 (window-resizable-p, window-full-height-p, window-full-width-p)
15591 (window-current-scroll-bars, window-point-1, set-window-point-1)
15592 (window-at-side-p, window-in-direction, window-resize)
15593 (adjust-window-trailing-edge, maximize-window, minimize-window)
15594 (window-deletable-p, delete-window, delete-other-windows)
15595 (record-window-buffer, unrecord-window-buffer)
15596 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
15597 (quit-window, split-window, window-state-put)
15598 (set-window-text-height, fit-window-to-buffer)
15599 (shrink-window-if-larger-than-buffer): Callers changed.
15600
15601 2011-11-04 Eli Zaretskii <eliz@gnu.org>
15602
15603 * mail/rmail.el (rmail-simplified-subject): Decode subject with
15604 rfc2047-decode-string.
15605 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
15606 warnings.
15607
15608 * window.el (window-body-height, window-body-width): Mention in
15609 the doc string that the return values are in frame's canonical
15610 units. (Bug#9949)
15611
15612 2011-11-03 Alan Mackenzie <acm@muc.de>
15613
15614 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
15615 change in cc-engine.el.
15616
15617 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
15618
15619 * window.el (switch-to-buffer): Use `force-same-window' interactively.
15620
15621 2011-11-02 Martin Rudalics <rudalics@gmx.at>
15622
15623 * window.el (quit-window): Call unrecord-window-buffer after
15624 showing another buffer in the window. (Bug#9937)
15625 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
15626
15627 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
15628
15629 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
15630 Accept status with more than 9 shelves. (Bug#9935)
15631 Reported by Colin D Bennett <colin@gibibit.com>.
15632
15633 2011-11-01 Martin Rudalics <rudalics@gmx.at>
15634
15635 * help.el (with-help-window): Don't reference
15636 temp-buffer-show-specifiers in doc-string.
15637
15638 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
15639
15640 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
15641 menu-item.
15642
15643 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15644
15645 * whitespace.el: New version 13.2.2.
15646 (whitespace-newline-mode): Disable properly. Reported by Sarah
15647 <EmacsWiki>.
15648
15649 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
15650
15651 * net/newst-treeview.el: Remove "Time-stamp".
15652 (newsticker--group-manage-orphan-feeds): Do not call
15653 newsticker--treeview-tree-update.
15654 (newsticker-treeview-update, newsticker-treeview):
15655 Call newsticker--treeview-tree-update if necessary.
15656
15657 2011-10-30 Martin Rudalics <rudalics@gmx.at>
15658
15659 * window.el (window-iso-combination-p, window-iso-combined-p)
15660 (window-iso-combinations): Remove "iso-" infix.
15661 Suggested by Chong Yidong.
15662 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
15663 (window-max-delta-1, window-resize, window--resize-siblings)
15664 (window--resize-this-window, adjust-window-trailing-edge)
15665 (split-window, balance-windows-1)
15666 (shrink-window-if-larger-than-buffer):
15667 * calendar/calendar.el (calendar-generate-window):
15668 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
15669
15670 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15671
15672 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
15673 in place (bug#9907).
15674 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
15675 (eshell-rewrite-if-command, eshell-rewrite-for-command)
15676 (eshell-structure-basic-command, eshell-rewrite-while-command)
15677 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
15678 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
15679 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
15680 (eshell-do-pipelines-synchronously, eshell-eval-command):
15681 Use backquotes and prefer setq to set.
15682 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
15683 (eshell-macrop): Use functionp.
15684 (eshell-do-eval): Handle multiple expressions in `while' body.
15685
15686 2011-10-30 Chong Yidong <cyd@gnu.org>
15687
15688 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
15689 instead of set-mark (Bug#9810).
15690
15691 2011-10-30 Chong Yidong <cyd@gnu.org>
15692
15693 * window.el (split-window-below, split-window-right): Rename from
15694 split-window-above-each-other and split-window-side-by-side
15695 respectively. All callers changed.
15696 (split-window-sensibly, split-window-sensibly): Use them.
15697 (split-window-keep-point): Doc fix.
15698
15699 * isearch.el: Add isearch-scroll property to split-window-below
15700 and split-window-right.
15701
15702 * follow.el (follow-mode):
15703 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15704 * progmodes/ada-xref.el (ada-gdb-application):
15705 * emulation/vip.el (vip-buffer-in-two-windows):
15706 * image-dired.el (image-dired-dired-with-window-configuration):
15707 * dired-x.el (dired-do-find-marked-files):
15708 * dired.el (dired-pop-to-buffer):
15709 * bs.el (bs--show-with-configuration):
15710 * vc/emerge.el (emerge-setup-windows):
15711 * textmodes/two-column.el (2C-two-columns):
15712 * textmodes/reftex-toc.el (reftex-toc):
15713 * progmodes/gdb-mi.el (gdb-setup-windows):
15714 * progmodes/fortran.el (fortran-window-create):
15715 * net/newst-treeview.el (newsticker--treeview-window-init):
15716 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
15717 * emulation/tpu-edt.el (tpu-gold-map):
15718 * emulation/crisp.el (crisp-mode-map):
15719 * calendar/calendar.el (calendar-basic-setup): Callers changed.
15720
15721 2011-10-29 Chong Yidong <cyd@gnu.org>
15722
15723 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
15724
15725 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
15726
15727 * textmodes/flyspell.el (flyspell-word): Fix char offset for
15728 forged Ispell output (Bug#7904).
15729
15730 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
15731
15732 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15733
15734 * doc-view.el: Avoid ugly errors about not finding nil.
15735 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15736 (doc-view-dvipdf-program, doc-view-unoconv-program)
15737 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
15738 Avoid nil or absolute file name as default value.
15739 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
15740
15741 2011-10-28 Alan Mackenzie <acm@muc.de>
15742
15743 * progmodes/cc-defs.el (c-version): -> 5.32.2.
15744
15745 2011-10-28 Alan Mackenzie <acm@muc.de>
15746
15747 Amend the handling of c-beginning/end-of-defun in nested declaration
15748 scopes.
15749
15750 * progmodes/cc-vars.el (c-defun-tactic): Move here from
15751 cc-langs.el. Change it to a defcustom.
15752
15753 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
15754 cc-vars.el.
15755
15756 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15757 Prevent "class foo : bar" being spuriously recognized as a label.
15758
15759 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
15760 Add parameter `inclusive' (to include enclosing braces in the region).
15761 (c-widen-to-enclosing-decl-scope): New function.
15762 (c-while-widening-to-decl-block): New macro.
15763 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
15764 outward for defun boundaries, and correspondingly change symbol
15765 `respect-enclosure' to `go-outward'.
15766 (c-declaration-limits): Change algorithm to report only the "innermost"
15767 defun's boundaries.
15768
15769 2011-10-28 Deniz Dogan <deniz@dogan.se>
15770
15771 * net/rcirc.el (rcirc-mode): Use hard newlines.
15772
15773 2011-10-28 Alan Mackenzie <acm@muc.de>
15774
15775 Amend to indent and fontify macros "which include their own semicolon"
15776 correctly, using the "virtual semicolon" mechanism.
15777
15778 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
15779
15780 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
15781 Recode to scan one line at a time rather than having \n and \r
15782 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
15783 (c-forward-label): Amend for virtual semicolons.
15784 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
15785
15786 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
15787 of the new C macros.
15788
15789 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
15790 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
15791 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
15792 (c-opt-cpp-macro-define): Make into a full language variable.
15793 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
15794 AWK Mode (including \n, \r) removed, no longer needed.
15795
15796 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
15797 Invoke c-make-macro-with-semi-re.
15798
15799 * progmodes/cc-vars.el (c-macro-with-semi-re):
15800 (c-macro-names-with-semicolon): New variables.
15801 (c-make-macro-with-semi-re): New function.
15802
15803 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15804
15805 * vc/log-edit.el: Fill empty field rather than adding new one.
15806 (log-edit-add-field): New function.
15807 (log-edit-insert-changelog): Use it.
15808
15809 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15810
15811 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
15812
15813 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15814
15815 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
15816 (gdb--check-interpreter): New function.
15817 (gdb): Use it.
15818
15819 2011-10-27 Glenn Morris <rgm@gnu.org>
15820
15821 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
15822 (least-positive-float, least-negative-float)
15823 (least-positive-normalized-float, least-negative-normalized-float)
15824 (float-epsilon, float-negative-epsilon):
15825 Remove unnecessary declarations.
15826
15827 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
15828 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
15829 (least-positive-float, least-negative-float)
15830 (least-positive-normalized-float, least-negative-normalized-float)
15831 (float-epsilon, float-negative-epsilon): Add doc-strings,
15832 based on those in cl.texi.
15833
15834 * files.el (set-visited-file-name): If the major-mode changed,
15835 reload the local variables. (Bug#9796)
15836
15837 2011-10-27 Chong Yidong <cyd@gnu.org>
15838
15839 * subr.el (change-major-mode-after-body-hook): New hook.
15840 (run-mode-hooks): Run it.
15841
15842 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
15843 Use change-major-mode-before-body-hook.
15844
15845 * simple.el (fundamental-mode):
15846 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
15847 change introducing fundamental-mode-hook.
15848
15849 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
15850
15851 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
15852
15853 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
15854
15855 * ido.el (ido-file-name-all-completions-1): Do not require
15856 tramp.el explicitly. (Bug#7583)
15857
15858 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
15859
15860 * progmodes/octave-mod.el:
15861 * progmodes/octave-inf.el: Update maintainer.
15862
15863 2011-10-26 Chong Yidong <cyd@gnu.org>
15864
15865 * subr.el (with-wrapper-hook): Rewrite doc.
15866
15867 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
15868
15869 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
15870 filenames "/method:foo:". (Bug#9793)
15871
15872 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15873
15874 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
15875 (bug#9865).
15876
15877 2011-10-24 Glenn Morris <rgm@gnu.org>
15878
15879 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
15880
15881 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
15882
15883 * notifications.el: Add the requirement of a running D-Bus session
15884 bus to the Commentary.
15885
15886 2011-10-24 Juri Linkov <juri@jurta.org>
15887
15888 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15889 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
15890 (Bug#9364)
15891
15892 2011-10-24 Juri Linkov <juri@jurta.org>
15893
15894 * info.el (Info-following-node-name-re): Add newline to the list
15895 of allowed characters for leading space. (Bug#9824)
15896
15897 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15898
15899 * progmodes/octave-inf.el (inferior-octave-mode-map):
15900 Fix C-c C-h binding.
15901 * progmodes/octave-mod.el (octave-help): Remove.
15902
15903 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
15904
15905 Sync with Tramp 2.2.3.
15906
15907 * net/tramp-cache.el (top): Pacify byte-compiler using
15908 `init-file-user' and `site-run-file'.
15909
15910 * net/trampver.el: Update release number.
15911
15912 2011-10-23 Chong Yidong <cyd@gnu.org>
15913
15914 * files.el (toggle-read-only): Remove obsolete comment about
15915 version control.
15916
15917 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
15918 for toggle-read-only. Note that this hasn't called vc-next-action
15919 since 2008-05-02, though it wasn't documented at the time.
15920
15921 * vc/ediff-init.el (ediff-toggle-read-only-function):
15922 Use toggle-read-only.
15923
15924 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
15925
15926 Fix bug #9560, sporadic wrong indentation; improve instrumentation
15927 of c-parse-state.
15928
15929 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
15930 correct faulty logical expression.
15931 (c-parse-state-state, c-record-parse-state-state):
15932 (c-replay-parse-state-state): New defvar/defuns.
15933 (c-debug-parse-state): Use new functions.
15934
15935 2011-10-22 Martin Rudalics <rudalics@gmx.at>
15936
15937 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
15938 last fix. Use window-in-direction correctly.
15939
15940 2011-10-21 Chong Yidong <cyd@gnu.org>
15941
15942 * progmodes/idlwave.el (idlwave-mode):
15943 * progmodes/vera-mode.el (vera-mode): No need to set
15944 require-final-newline; that's done in prog-mode.
15945 Suggested by Stefan Monnier.
15946
15947 2011-10-21 Martin Rudalics <rudalics@gmx.at>
15948
15949 * mouse.el (mouse-drag-window-above)
15950 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
15951 (mouse-drag-mode-line-1, mouse-drag-header-line)
15952 (mouse-drag-vertical-line-rightward-window): Remove.
15953 (mouse-drag-line): New function.
15954 (mouse-drag-mode-line, mouse-drag-header-line)
15955 (mouse-drag-vertical-line): Call mouse-drag-line.
15956 * window.el (window-at-side-p, windows-at-side): New functions.
15957
15958 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
15959
15960 * tar-mode.el (tar-grind-file-mode):
15961 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
15962
15963 2011-10-21 Chong Yidong <cyd@gnu.org>
15964
15965 * progmodes/idlwave.el (idlwave-mode):
15966 * progmodes/vera-mode.el (vera-mode):
15967 Use mode-require-final-newline.
15968
15969 2011-10-20 Glenn Morris <rgm@gnu.org>
15970
15971 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
15972
15973 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
15974
15975 * emulation/cua-base.el (cua-set-mark): Fix case of string.
15976
15977 2011-10-20 Chong Yidong <cyd@gnu.org>
15978
15979 * emulation/cua-base.el (cua-mode):
15980 * mail/footnote.el (footnote-mode):
15981 * mail/mailabbrev.el (mail-abbrevs-mode):
15982 * net/xesam.el (xesam-minor-mode):
15983 * progmodes/bug-reference.el (bug-reference-mode):
15984 * progmodes/cap-words.el (capitalized-words-mode):
15985 * progmodes/compile.el (compilation-minor-mode)
15986 (compilation-shell-minor-mode):
15987 * progmodes/gud.el (gud-tooltip-mode):
15988 * progmodes/hideif.el (hide-ifdef-mode):
15989 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
15990 * progmodes/subword.el (subword-mode):
15991 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
15992 * progmodes/which-func.el (which-function-mode):
15993 * term/tvi970.el (tvi970-set-keypad-mode):
15994 * term/vt100.el (vt100-wide-mode):
15995 * textmodes/flyspell.el (flyspell-mode):
15996 * textmodes/ispell.el (ispell-minor-mode):
15997 * textmodes/nroff-mode.el (nroff-electric-mode):
15998 * textmodes/paragraphs.el (use-hard-newlines):
15999 * textmodes/refill.el (refill-mode):
16000 * textmodes/reftex.el (reftex-mode):
16001 * textmodes/rst.el (rst-minor-mode):
16002 * textmodes/sgml-mode.el (html-autoview-mode)
16003 (sgml-electric-tag-pair-mode):
16004 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
16005 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
16006 * emulation/crisp.el (crisp-mode):
16007 * emacs-lisp/eldoc.el (eldoc-mode):
16008 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
16009 minor mode behavior.
16010
16011 2011-10-19 Juri Linkov <juri@jurta.org>
16012
16013 * descr-text.el (describe-char): Add #x2010 and #x2011 to
16014 the list of hard-coded chars with escape-glyph face.
16015
16016 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16017
16018 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
16019
16020 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
16021
16022 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
16023 running process.
16024
16025 2011-10-19 Glenn Morris <rgm@gnu.org>
16026
16027 * vc/vc-bzr.el (vc-bzr-after-dir-status):
16028 Ignore ignored files. (Bug#9726)
16029
16030 2011-10-19 Chong Yidong <cyd@gnu.org>
16031
16032 Doc fix for minor modes, stating that an omitted argument enables
16033 the mode unconditionally when called from Lisp.
16034
16035 * abbrev.el (abbrev-mode):
16036 * allout.el (allout-mode):
16037 * autoinsert.el (auto-insert-mode):
16038 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16039 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16040 (global-auto-revert-mode):
16041 * battery.el (display-battery-mode):
16042 * composite.el (global-auto-composition-mode)
16043 (auto-composition-mode):
16044 * delsel.el (delete-selection-mode):
16045 * desktop.el (desktop-save-mode):
16046 * dired-x.el (dired-omit-mode):
16047 * dirtrack.el (dirtrack-mode):
16048 * doc-view.el (doc-view-minor-mode):
16049 * double.el (double-mode):
16050 * electric.el (electric-indent-mode, electric-pair-mode):
16051 * emacs-lock.el (emacs-lock-mode):
16052 * epa-hook.el (auto-encryption-mode):
16053 * follow.el (follow-mode):
16054 * font-core.el (font-lock-mode):
16055 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
16056 * help.el (temp-buffer-resize-mode):
16057 * hilit-chg.el (highlight-changes-mode)
16058 (highlight-changes-visible-mode):
16059 * hi-lock.el (hi-lock-mode):
16060 * hl-line.el (hl-line-mode, global-hl-line-mode):
16061 * icomplete.el (icomplete-mode):
16062 * ido.el (ido-everywhere):
16063 * image-file.el (auto-image-file-mode):
16064 * image-mode.el (image-minor-mode):
16065 * iswitchb.el (iswitchb-mode):
16066 * jka-cmpr-hook.el (auto-compression-mode):
16067 * linum.el (linum-mode):
16068 * longlines.el (longlines-mode):
16069 * master.el (master-mode):
16070 * mb-depth.el (minibuffer-depth-indicate-mode):
16071 * menu-bar.el (menu-bar-mode):
16072 * minibuf-eldef.el (minibuffer-electric-default-mode):
16073 * mouse-sel.el (mouse-sel-mode):
16074 * msb.el (msb-mode):
16075 * mwheel.el (mouse-wheel-mode):
16076 * outline.el (outline-minor-mode):
16077 * paren.el (show-paren-mode):
16078 * recentf.el (recentf-mode):
16079 * reveal.el (reveal-mode, global-reveal-mode):
16080 * rfn-eshadow.el (file-name-shadow-mode):
16081 * ruler-mode.el (ruler-mode):
16082 * savehist.el (savehist-mode):
16083 * scroll-all.el (scroll-all-mode):
16084 * scroll-bar.el (scroll-bar-mode):
16085 * server.el (server-mode):
16086 * shell.el (shell-dirtrack-mode):
16087 * simple.el (auto-fill-mode, transient-mark-mode)
16088 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
16089 (line-number-mode, column-number-mode, size-indication-mode)
16090 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
16091 * strokes.el (strokes-mode):
16092 * time.el (display-time-mode):
16093 * t-mouse.el (gpm-mouse-mode):
16094 * tool-bar.el (tool-bar-mode):
16095 * tooltip.el (tooltip-mode):
16096 * type-break.el (type-break-mode-line-message-mode)
16097 (type-break-query-mode):
16098 * view.el (view-mode):
16099 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16100 (global-whitespace-mode, global-whitespace-newline-mode):
16101 * xt-mouse.el (xterm-mouse-mode): Doc fix.
16102
16103 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16104 Fix autogenerated docstring.
16105
16106 2011-10-19 Juri Linkov <juri@jurta.org>
16107
16108 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
16109 by checking environment variables "DESKTOP_SESSION" and
16110 "XDG_CURRENT_DESKTOP". (Bug#9779)
16111
16112 2011-10-19 Juri Linkov <juri@jurta.org>
16113
16114 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
16115 (browse-url-chromium-program, browse-url-chromium-arguments):
16116 New defcustoms.
16117 (browse-url-default-browser): Check for `browse-url-chromium' and
16118 call `browse-url-chromium-program'.
16119 (browse-url-chromium): New command. (Bug#9779)
16120
16121 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
16122
16123 * facemenu.el (list-colors-duplicates): On Windows, detect more
16124 duplicates by assuming that only colors matching "^System" are
16125 special "system colors". (Bug#9722)
16126
16127 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16128
16129 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
16130 to distinguish the author from the committer.
16131
16132 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
16133
16134 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
16135
16136 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
16137
16138 * international/mule.el (sgml-html-meta-auto-coding-function):
16139 Add support for detecting encoding in HTML5 specified only as
16140 <meta charset="UTF-8">. Implementation just makes http-equiv and
16141 content-type parts from HTML4 encoding string optional. (Bug#9716)
16142
16143 2011-10-18 Glenn Morris <rgm@gnu.org>
16144
16145 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
16146
16147 2011-10-18 Chong Yidong <cyd@gnu.org>
16148
16149 * faces.el (cursor): Doc fix.
16150
16151 2011-10-17 Chong Yidong <cyd@gnu.org>
16152
16153 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
16154
16155 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
16156
16157 * dirtrack.el (dirtrack): Support shell buffers with path
16158 prefixes, e.g. tramp-based remote shells. (Bug#9647)
16159
16160 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
16161
16162 * json.el: Bump version to 1.3 and note change in History.
16163 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
16164
16165 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16166
16167 * comint.el (comint-insert-input, comint-send-input)
16168 (comint-get-old-input-default, comint-backward-matching-input)
16169 (comint-next-prompt): Use nil instead of `input' for field property of
16170 past user input (bug#114).
16171
16172 * minibuffer.el (completion--replace): Inherit surrounding properties
16173 (bug#114).
16174 (minibuffer-complete-and-exit): Use it.
16175
16176 * comint.el (comint--table-subvert): Quote the all-completions output
16177 (bug#9160).
16178
16179 2011-10-17 Martin Rudalics <rudalics@gmx.at>
16180
16181 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
16182
16183 * menu-bar.el (menu-bar-file-menu): Add entry for making new
16184 window on right of selected. (Bug#9350) Reword other window
16185 entries and separate them from frame entries.
16186
16187 2011-10-15 Glenn Morris <rgm@gnu.org>
16188
16189 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
16190 Doc fixes.
16191
16192 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
16193
16194 * net/network-stream.el (network-stream-open-starttls):
16195 Improve detection of failure due to lack of TLS support.
16196
16197 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
16198 putting the input text in front and in bold.
16199
16200 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16201
16202 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
16203
16204 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
16205 empty buffer.
16206
16207 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
16208 unread-command-events rather than pushing yet-another event.
16209
16210 2011-10-14 Eli Zaretskii <eliz@gnu.org>
16211
16212 * mail/sendmail.el (sendmail-query-once): Improve the wording of
16213 the explanation of the possible choices. Make the options passed
16214 to completing-read shorter.
16215
16216 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16217
16218 * textmodes/flyspell.el (flyspell-large-region): Make sure
16219 extended character mode is used if defined (Bug#1339).
16220
16221 2011-10-13 Eli Zaretskii <eliz@gnu.org>
16222
16223 * simple.el (what-cursor-position): Fix the display of the
16224 character info for LRE, LRO, RLE, and RLO characters by appending
16225 an invisible PDF.
16226
16227 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
16228
16229 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
16230 even in case of error; add debug spec; simplify data flow.
16231 (with-timeout-handler): Remove.
16232
16233 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
16234
16235 Fix Bug#6019, Bug#9315.
16236
16237 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
16238 complete `buffer-file-name', the local file name part could look
16239 remotely (for example on VMS).
16240
16241 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
16242 `tramp-run-real-handler'.
16243 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
16244 already quoted by '"'.
16245
16246 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
16247 Let `file-name-handler-alist' be nil, the local file name part
16248 could look remotely (for example on VMS).
16249
16250 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16251
16252 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
16253 from here...
16254 (flyspell-post-command-hook): ...to here.
16255
16256 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16257
16258 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
16259 if not needed.
16260 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
16261 using completion. Protect against "slow" callers.
16262 Remove the "message hack".
16263
16264 2011-10-11 Juri Linkov <juri@jurta.org>
16265
16266 * isearch.el (isearch-lazy-highlight-word): New variable.
16267 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
16268 Use it. (Bug#9727)
16269
16270 2011-10-11 Glenn Morris <rgm@gnu.org>
16271
16272 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
16273 like f90-previous-statement does.
16274
16275 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16276
16277 * eshell/eshell.el (eshell-command): History should be saved
16278 only in interactive use, to avoid error.
16279
16280 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16281
16282 * minibuffer.el (completion-file-name-table): Fix last change,
16283 i.e. ignore normal errors but not the other ones.
16284
16285 2011-10-10 Martin Rudalics <rudalics@gmx.at>
16286
16287 * window.el (special-display-buffer-names)
16288 (special-display-regexps): Remove some remnants of earlier
16289 changes from doc-strings.
16290 (quit-windows-on): New function.
16291
16292 * vc/vc.el (vc-revert, vc-rollback):
16293 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
16294 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
16295 (Bug#6183) (Bug#7074) (Bug#7447)
16296
16297 2011-10-09 Martin Rudalics <rudalics@gmx.at>
16298
16299 * window.el (frame-auto-hide-function): Add version tag.
16300 (Bug#9699)
16301
16302 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
16303
16304 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
16305 condition.
16306
16307 2011-10-09 Leo Liu <sdl.web@gmail.com>
16308
16309 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
16310 (Bug#9701)
16311
16312 2011-10-08 Glenn Morris <rgm@gnu.org>
16313
16314 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
16315 before the first code statement zero indent. (Bug#9690)
16316
16317 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
16318
16319 * simple.el (count-words-region): Always count in the region.
16320 Report the number of lines and characters too.
16321 (count-words): New command, which counts in the buffer if the
16322 region is inactive, as count-words-region used to.
16323 (count-words--message): New function. Handle plurals.
16324 (count-lines-region): Make it an alias for count-words-region.
16325
16326 * bindings.el (esc-map): Replace count-lines-region with
16327 count-words-region.
16328
16329 2011-10-08 Martin Rudalics <rudalics@gmx.at>
16330
16331 * window.el (window--delete): Delete dedicated frame
16332 unconditionally when argument KILL is non-nil. (Bug#9699)
16333 (switch-to-buffer): Fix doc-string typo.
16334
16335 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16336
16337 * eshell/eshell.el (eshell-command): Avoid using hooks.
16338
16339 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
16340
16341 * bindings.el ([M-left],[M-right]): Bind to left-word and
16342 right-word respectively.
16343
16344 2011-10-07 Glenn Morris <rgm@gnu.org>
16345
16346 * cus-start.el (debug-on-quit): Fix custom type.
16347
16348 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16349
16350 * subr.el (define-key-after): Clarify that the function is not
16351 useful for non-menu keymaps.
16352
16353 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
16354
16355 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16356
16357 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
16358 in current minibuffer (Fix bug with recursive minibuffers).
16359
16360 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
16361
16362 * progmodes/gdb-mi.el (gdb): Doc fix.
16363
16364 2011-10-05 Martin Rudalics <rudalics@gmx.at>
16365
16366 * window.el (frame-auto-hide-function): New option replacing
16367 frame-auto-delete. Suggested by Stefan Monnier.
16368 (window--delete): Call frame-auto-hide-function instead of
16369 investigating frame-auto-delete.
16370 (window-point-1, set-window-point-1): New functions.
16371 (window-in-direction, record-window-buffer, window-state-get-1)
16372 (display-buffer-record-window): Use window-point-1 instead of
16373 window-point.
16374 (set-window-buffer-start-and-point): Use set-window-point-1.
16375
16376 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16377
16378 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
16379
16380 2011-10-05 Glenn Morris <rgm@gnu.org>
16381
16382 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
16383 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
16384
16385 2011-10-05 Leo Liu <sdl.web@gmail.com>
16386
16387 * subr.el (read-char-choice): Fix argument to buffer-live-p which
16388 works with buffer object.
16389
16390 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16391
16392 * mpc.el (mpc-tool-bar-map): Add labels.
16393
16394 2011-10-04 Glenn Morris <rgm@gnu.org>
16395
16396 * calendar/holidays.el (calendar-check-holidays): Doc fix.
16397
16398 2011-10-04 Martin Rudalics <rudalics@gmx.at>
16399
16400 * window.el (window--delete): New function.
16401 (frame-auto-delete): Resuscitate option.
16402 (bury-buffer, replace-buffer-in-windows)
16403 (quit-window): Rewrite using window--delete.
16404 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16405 Pass display-buffer-mark-dedicated to window--display-buffer-2
16406 (Bug#9639).
16407
16408 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16409
16410 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
16411 returns a list (bug#9554). Add remote file name completion.
16412 * comint.el (comint--table-subvert): Curry and get quote&unquote
16413 functions as arguments.
16414 (comint--complete-file-name-data): Adjust call accordingly.
16415 * pcomplete.el (pcomplete--table-subvert): Remove.
16416 (pcomplete-completions-at-point): Use comint--table-subvert instead.
16417
16418 * minibuffer.el (completion-table-case-fold): Use currying.
16419 (completion--styles-type, completion--cycling-threshold-type):
16420 New constants.
16421 (completion-styles, completion-category-overrides)
16422 (completion-cycle-threshold): Use them.
16423 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
16424 completion-table-case-fold.
16425
16426 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
16427
16428 * minibuffer.el (completion-category-overrides): Fix type of styles
16429 and add more user friendly tags (bug#9660).
16430
16431 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16432
16433 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
16434 (mule-input-method-string): New widget.
16435 (default-input-method, language-info-custom-alist): Use it.
16436
16437 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16438
16439 * pcomplete.el: Require comint.
16440 (pcomplete--common-suffix): Remove.
16441 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
16442 (pcomplete--table-subvert): Sync with comint--table-subvert.
16443 (pcomplete--entries): Use comint-completion-file-name-table.
16444 * comint.el (comint-unquote-filename): Simplify.
16445 (comint-completion-file-name-table): New function (bug#9616).
16446 (comint--complete-file-name-data): Use it.
16447
16448 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
16449 (pcmpl-gnu-tar-buffer): Remove.
16450 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
16451 around. Make sure pcomplete-suffix-list is only changed temporarily.
16452 Don't look inside the tar's file if it's too large.
16453
16454 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
16455
16456 * cus-edit.el (custom-mode-map):
16457 * epa.el (epa-key-list-mode-map):
16458 * man.el (Man-mode-map):
16459 * startup.el (splash-screen-keymap):
16460 * simple.el (special-mode-map): Use scroll-up-command and
16461 scroll-down-command.
16462
16463 * progmodes/idlw-help.el (idlwave-help-mode-map):
16464 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
16465 * net/newst-plainview.el (newsticker-mode-map):
16466 * emulation/ws-mode.el (wordstar-mode-map):
16467 * emulation/vi.el (vi-com-map):
16468 * calc/calc-graph.el (calc-graph-show-dumb):
16469 * term/sun.el (terminal-init-sun):
16470 * term/ns-win.el (global-map):
16471 * progmodes/grep.el (grep-mode-map):
16472 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
16473 * mail/rmail.el (rmail-mode-map):
16474 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
16475
16476 * custom.el (custom-safe-themes, load-theme): Treat value of t for
16477 custom-safe-themes as special.
16478
16479 2011-10-01 Julien Danjou <julien@danjou.info>
16480
16481 * notifications.el (notifications-notify): Fix docstring.
16482
16483 2011-10-01 Per Starbäck <per@starback.se>
16484
16485 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
16486
16487 2011-09-30 Martin Rudalics <rudalics@gmx.at>
16488
16489 * startup.el (command-line-1): Fix last fix by inserting
16490 initial-scratch-message into *scratch* before displaying it.
16491 (Bug#9605) and (Bug#9636)
16492
16493 2011-09-29 Eli Zaretskii <eliz@gnu.org>
16494
16495 * simple.el (line-move): If auto-hscroll-mode is disabled and the
16496 window is hscrolled, move by logical lines. (Bug#9607)
16497 (line-move-visual): Update the doc string to the above effect.
16498
16499 2011-09-29 Martin Rudalics <rudalics@gmx.at>
16500
16501 * window.el (display-buffer-record-window): When WINDOW is the
16502 selected window use `point' instead of `window-point'. (Bug#9626)
16503
16504 * startup.el (command-line-1): Use insert-before-markers when
16505 inserting initial-scratch-message. (Bug#9605)
16506
16507 * help.el (help-window): Remove variable.
16508
16509 2011-09-29 Glenn Morris <rgm@gnu.org>
16510
16511 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
16512
16513 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
16514
16515 * descr-text.el (describe-char-categories): Accept category
16516 descriptions more than one line long.
16517
16518 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16519
16520 * simple.el (delete-trailing-whitespace): Fix last change.
16521
16522 * progmodes/perl-mode.el (perl-syntax-propertize-function):
16523 Don't confuse "y => 3" as the beginning of a `y' operation.
16524
16525 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
16526 object has more than 4 slots (bug#9613).
16527
16528 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
16529
16530 * subr.el (with-output-to-temp-buffer):
16531 * net/quickurl.el (quickurl, quickurl-browse-url):
16532 Fix typos in docstrings.
16533
16534 2011-09-27 Eli Zaretskii <eliz@gnu.org>
16535
16536 * minibuffer.el (completion-styles)
16537 (completion-category-overrides): Cross reference each other in doc
16538 strings.
16539
16540 2011-09-27 Glenn Morris <rgm@gnu.org>
16541
16542 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
16543 to split-string. (Bug#9606)
16544
16545 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16546
16547 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
16548 (bug#9615).
16549
16550 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
16551
16552 * emacs-lisp/package.el (list-packages): Fix echo area message.
16553
16554 2011-09-27 Leo Liu <sdl.web@gmail.com>
16555
16556 * ido.el (ido-read-internal): Accept cons cell HIST arg.
16557
16558 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
16559
16560 * net/dbus.el (dbus-unregister-object): Don't release services for
16561 registered signals. (Bug#9581)
16562
16563 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
16564
16565 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
16566 function that picks between cfengine 2 and 3 support
16567 automatically. Update docs accordingly.
16568
16569 2011-09-22 Kenichi Handa <handa@m17n.org>
16570
16571 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
16572 ZERO.
16573 (indian-itrans-v5-table-for-tamil): New variable.
16574 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
16575
16576 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
16577
16578 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
16579 that's true if the current command involved collapsing of text.
16580 It's reset to false at the beginning of the next command.
16581 (allout-post-command-business): Move the cursor to the beginning
16582 of entry if the cursor is hidden and collapsing activity just
16583 happened.
16584
16585 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
16586
16587 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
16588 tracking (Bug#9541).
16589
16590 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
16591
16592 * net/newst-reader.el (newsticker-html-renderer)
16593 (newsticker-show-news): Automatically load html rendering package
16594 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
16595 because w3m-fill-column is let-bound" and the error "Symbol's value
16596 as variable is void: w3m-fill-column".
16597
16598 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
16599
16600 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
16601 Release services only if they are defined. (Bug#9581)
16602
16603 2011-09-23 Richard Stallman <rms@gnu.org>
16604
16605 * textmodes/paragraphs.el (forward-sentence): For backwards case,
16606 distinguish start of paragraph from start of its text.
16607
16608 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
16609
16610 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
16611 (rmail-generate-viewer-buffer): Put that hook on view buffer.
16612 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
16613
16614 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
16615
16616 * international/mule-diag.el (mule-diag): Insert a newline after
16617 each fontset description.
16618
16619 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16620
16621 * simple.el (delete-trailing-whitespace):
16622 Document last change; simplify.
16623
16624 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
16625
16626 * simple.el (delete-trailing-whitespace): Also delete
16627 extra newlines at the end of the buffer.
16628
16629 * textmodes/picture.el: Make motion commands obey shift-select-mode.
16630 (picture-newline): Use forward-line so as to ignore fields.
16631
16632 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16633
16634 * subr.el (with-wrapper-hook): Fix edebug spec.
16635
16636 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16637
16638 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
16639 (bug#4538).
16640
16641 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
16642
16643 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
16644 Fix nasty bug using wrong cached values.
16645
16646 2011-09-23 Alan Mackenzie <acm@muc.de>
16647
16648 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
16649
16650 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
16651
16652 * window.el (pop-to-buffer): Ensure right window is selected if we
16653 chose another frame.
16654
16655 2011-09-22 Eli Zaretskii <eliz@gnu.org>
16656
16657 * simple.el (what-cursor-position): Use get-char-property-change
16658 and next-single-char-property-change, to be able to show display
16659 properties that come from overlays as well as text properties.
16660
16661 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
16662
16663 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
16664
16665 * cmuscheme.el (run-scheme, switch-to-scheme):
16666 * cus-edit.el (customize-group, custom-buffer-create)
16667 (customize-browse):
16668 * info.el (info):
16669 * shell.el (shell):
16670 * mail/sendmail.el (mail):
16671 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
16672
16673 2011-09-22 Richard Stallman <rms@gnu.org>
16674
16675 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
16676 move back only to line beg, don't move back over blank lines.
16677
16678 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
16679
16680 * files.el (copy-directory): Set directory attributes only in case
16681 they could be retrieved from the source directory. (Bug#9565)
16682
16683 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
16684
16685 * progmodes/hideshow.el (hs-looking-at-block-start-p)
16686 (hs-find-block-beginning, hs-hide-level-recursive):
16687 Ignore strings as well as comments. (Bug#9502)
16688
16689 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
16690
16691 * progmodes/sql.el (sql-comint-postgres):
16692 Convert port number to a string. (Bug#9566)
16693
16694 2011-09-22 Martin Rudalics <rudalics@gmx.at>
16695
16696 * window.el (quit-window): Undedicate window when switching to
16697 previous buffer. Reported by Thierry Volpiatto
16698 <thierry.volpiatto@gmail.com>.
16699 (special-display-popup-frame): When popping up a new frame reset
16700 its previous buffers to nil. Simplify code.
16701
16702 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
16703
16704 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
16705 and process filter, as done also in `shell-command'.
16706
16707 2011-09-21 Martin Rudalics <rudalics@gmx.at>
16708
16709 * window.el (set-window-buffer-start-and-point):
16710 Call set-window-start with NOFORCE argument t.
16711 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16712 (quit-window): Reword doc-string. Handle new format of
16713 quit-restore parameter. Don't delete window if it has a
16714 previous buffer we can show instead of the present one.
16715 (display-buffer-record-window): Rewrite using a new format for
16716 the quit-restore window parameter
16717 (special-display-popup-frame, display-buffer-same-window)
16718 (display-buffer-reuse-window, display-buffer-pop-up-frame)
16719 (display-buffer-pop-up-window, display-buffer-use-some-window):
16720 Adapt symbol passed to display-buffer-record-window.
16721 * help.el (help-window-setup): Handle new format of quit-restore
16722 parameter.
16723
16724 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16725
16726 * faces.el (face-list): Fix docstring (bug#9564).
16727
16728 * window.el (display-buffer--action-function-custom-type):
16729 Don't include internal functions in the Custom interface.
16730
16731 2011-09-20 Juri Linkov <juri@jurta.org>
16732
16733 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
16734 (Info-forward-node, Info-backward-node, Info-next-preorder)
16735 (Info-last-preorder): Use it. (Bug#9528)
16736
16737 2011-09-20 Juri Linkov <juri@jurta.org>
16738
16739 * info.el (Info-last-preorder): Visit last menu item only when
16740 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
16741
16742 2011-09-20 Julien Danjou <julien@danjou.info>
16743
16744 * password-cache.el (password-cache-remove): Remove entries even if the
16745 value is nil, so that password with a nil value (negative caching) is
16746 possible to invalidate.
16747
16748 2011-09-20 Lawrence Mitchell <wence@gmx.li>
16749
16750 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
16751 all whitespace around breakpoint. (Bug#9553)
16752 (f90-find-breakpoint): Only break at whitespace inside a comment.
16753
16754 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16755
16756 * minibuffer.el (completion-file-name-table): Keep track of errors.
16757 (completion-table-with-predicate): Handle the case where pred1 is nil.
16758 * pcomplete.el (pcomplete-completions-at-point): Simplify.
16759
16760 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16761
16762 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
16763 (debugger-return-value): Signal an error if the debugging context does
16764 not await any return value.
16765
16766 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
16767 * image-mode.el (image-toggle-display-text)
16768 (image-toggle-display-image): Stay away from evil `intangible'.
16769
16770 2011-09-19 Leo Liu <sdl.web@gmail.com>
16771
16772 * replace.el (occur-revert-arguments): Make it permanent-local.
16773 (occur-mode): Don't call font-lock-defontify.
16774
16775 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
16776
16777 * net/ldap.el (ldap-search-internal): Don't push empty search
16778 result (Bug#9508).
16779
16780 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16781
16782 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
16783
16784 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
16785
16786 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
16787 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
16788
16789 2011-09-18 Juri Linkov <juri@jurta.org>
16790
16791 * buff-menu.el (Buffer-menu-mode-map):
16792 * dired.el (dired-mode-map):
16793 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
16794 (lisp-interaction-mode-map):
16795 * emacs-lisp/package.el (package-menu-mode-map):
16796 * epa.el (epa-key-list-mode-map):
16797 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
16798 (menu-bar-options-menu):
16799 * outline.el (outline-mode-menu-bar-map):
16800 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
16801 * vc/vc-dir.el (vc-dir-menu-map):
16802 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
16803 Capitalize non-function content words in menu item strings.
16804
16805 * dired.el (dired-mode-map): Add menu item for
16806 `image-dired-dired-toggle-marked-thumbs'.
16807
16808 2011-09-18 Juri Linkov <juri@jurta.org>
16809
16810 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
16811 to `isearch-case-fold-search' and restore its original value
16812 after the `isearch-mode' call.
16813
16814 2011-09-18 Juri Linkov <juri@jurta.org>
16815
16816 * progmodes/grep.el (grep-process-setup): Don't check code for 1
16817 because `zgrep' returns 1 for successful matches (bug#9226).
16818
16819 2011-09-18 Juri Linkov <juri@jurta.org>
16820
16821 * info.el (Info-extract-menu-node-name): Check the second match
16822 for empty string (second test-case of bug#9528).
16823 (Info-last-preorder): Let-bind `Info-history' to nil to not add
16824 intermediate nodes to the history (first test-case of bug#9528).
16825
16826 2011-09-18 Juri Linkov <juri@jurta.org>
16827
16828 * info.el (Info-mode-syntax-table): New variable.
16829 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
16830
16831 2011-09-18 Juri Linkov <juri@jurta.org>
16832
16833 * info.el (Info-file-supports-index-cookies):
16834 Increment line-beginning-position's arg from 3 to 4 because makeinfo
16835 outputs one more line for long file names (bug#4142).
16836
16837 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
16838
16839 * newcomment.el (comment-normalize-vars): If prompting for
16840 comment-start, set comment-start-skip too (Bug#8424).
16841
16842 2011-09-18 Johan Bockgård <bojohan@gnu.org>
16843
16844 * icomplete.el: Fix previous fix of Bug#5849.
16845 (icomplete-mode): Don't set completion-show-inline-help.
16846 (icomplete-minibuffer-setup): Set completion-show-inline-help
16847 locally during icompletion.
16848
16849 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
16850
16851 * woman.el (woman2-process-escapes): Don't delete unrecognized
16852 escapes (Bug#7843).
16853
16854 * files.el (inhibit-first-line-modes-regexps): Add image files.
16855 (hack-local-variables-prop-line): Return nil for malformed
16856 prop-lines (Bug#9044).
16857
16858 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
16859
16860 * net/tramp.el (top): Don't require 'shell.
16861 (tramp-methods): Fix docstring.
16862 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
16863 Return complete remote file name. Handle "smb" case.
16864 Use `tramp-tmpdir', if defined for the respective method.
16865 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
16866
16867 * net/tramp-compat.el (top): Require 'shell.
16868
16869 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
16870 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
16871 `tramp-current-host'.
16872 (tramp-get-remote-tmpdir): Remove.
16873
16874 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
16875 `tramp-tmpdir' entries.
16876 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
16877 (tramp-smb-handle-file-attributes): Ignore errors.
16878 (tramp-smb-wait-for-output): Check also for process end.
16879
16880 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16881
16882 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
16883 when sending QUIT (bug#9312).
16884
16885 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
16886
16887 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
16888 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
16889 occur-mode-display-occurrence.
16890 (occur-edit-mode): Add usage message.
16891 (occur-cease-edit): New command.
16892 (occur-after-change-function): Use text properties to find the
16893 position of the prefix text.
16894 (occur-engine): Set stickiness of prefix text properties.
16895
16896 2011-09-17 Glenn Morris <rgm@gnu.org>
16897
16898 * progmodes/etags.el (complete-tag):
16899 Fix call to completion-in-region. (Bug#9526)
16900
16901 2011-09-17 Juri Linkov <juri@jurta.org>
16902
16903 * textmodes/ispell.el (ispell-word): Add to the error message
16904 the word, ispell program name and current dictionary (bug#9121).
16905 (ispell-tex-arg-end): Capitalize "error" in the error message.
16906
16907 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
16908
16909 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
16910 check. (Bug#4251)
16911
16912 2011-09-17 Juri Linkov <juri@jurta.org>
16913
16914 * window.el (window-safe-min-height, window-safe-min-width):
16915 Fix typos (followup to bug#9522).
16916
16917 2011-09-17 Sven Joachim <svenjoac@gmx.de>
16918
16919 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
16920
16921 2011-09-16 Eli Zaretskii <eliz@gnu.org>
16922
16923 * simple.el (line-move): If goal-column is set, move by logical
16924 lines, not by display lines. (Bug#971)
16925 (next-line, previous-line, goal-column, line-move-visual): Doc fix
16926 to reflect the above change.
16927
16928 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
16929
16930 * image.el (imagemagick-register-types): Use regexp-opt.
16931
16932 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
16933
16934 * window.el (display-buffer-base-action): Rename from
16935 display-buffer-default-action. Make default value empty.
16936 (display-buffer-overriding-action): Convert to defvar.
16937 (display-buffer-fallback-action): New var.
16938
16939 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
16940
16941 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
16942 declaration.
16943 (package--add-to-archive-contents): If there is a duplicate entry
16944 with an older version, remove it.
16945 (package-menu-mark-delete, package-menu-mark-install)
16946 (package-menu-mark-unmark): Make unused args optional.
16947 (package-menu-mark-obsolete-for-deletion):
16948 Use package-menu-get-status instead of a regexp search.
16949 (package-menu-get-status): Use tabulated-list-entry.
16950 (package-menu-mark-upgrades): New command.
16951 (package-menu-mode-map): Bind it to U. Add it to menu bar.
16952 (package-menu-execute): Do installation before deletion.
16953 (package-menu-refresh, package-menu-execute): Use derived-mode-p
16954 instead of checking major-mode.
16955 (package-menu--find-upgrades): New function.
16956
16957 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16958
16959 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
16960 passwords in the log buffer.
16961 (smtpmail-process-filter): Update the process marker so that the
16962 "broken by peer" status message is inserted in the right place.
16963
16964 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
16965
16966 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
16967 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
16968 bibtex-completion-at-point-function.
16969 (bibtex-completion-at-point-function): Use them.
16970
16971 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
16972
16973 * mpc.el (mpc-constraints-tag-lookup): New function.
16974 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
16975 also to browser "album|playlist".
16976
16977 2011-09-14 Juri Linkov <juri@jurta.org>
16978
16979 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
16980 (isearch-edit-string): Use length of `isearch-string' when
16981 `isearch-fail-pos' returns nil.
16982 (isearch-message): Remove duplicate code and call
16983 `isearch-fail-pos' with arg `t'.
16984
16985 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
16986
16987 * replace.el (occur-mode-goto-occurrence): Don't force using other
16988 window (Bug#9499).
16989
16990 * dired-aux.el (dired-do-chmod): Don't provide initial input.
16991
16992 2011-09-14 Martin Rudalics <rudalics@gmx.at>
16993
16994 * window.el (display-buffer-window): Remove.
16995 (display-buffer-record-window): Use help-setup window parameter
16996 instead of variable display-buffer-window.
16997 (display-buffer-function, special-display-buffer-names)
16998 (special-display-function): Mention help-setup parameter instead
16999 of display-buffer-window in doc-string.
17000 * help.el (help-window-setup): New argument help-window.
17001 Use help-window-setup parameter instead of display-buffer-window.
17002 Reword some messages.
17003 (with-help-window): Pass window used for displaying the buffer
17004 to help-window-setup. Don't set display-buffer-window.
17005
17006 2011-09-13 Glenn Morris <rgm@gnu.org>
17007
17008 * emacs-lisp/debug.el (debugger-make-xrefs):
17009 Preserve point. (Bug#9462)
17010
17011 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17012
17013 * window.el (window-deletable-p): Use next-frame.
17014
17015 2011-09-13 Martin Rudalics <rudalics@gmx.at>
17016
17017 * window.el (window-auto-delete): Remove.
17018 (window-deletable-p): Remove argument FORCE. Don't deal with
17019 dedication and previous buffers.
17020 (switch-to-prev-buffer): Don't delete window.
17021 (delete-windows-on): Delete a window's frame if and only if the
17022 window is dedicated.
17023 (replace-buffer-in-windows): Delete buffer's window or frame if
17024 and only if window is dedicated.
17025 (quit-window): Handle quit-restore as before last change.
17026 (bury-buffer): Delete window only if window-deletable-p returns t.
17027
17028 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17029
17030 * window.el (window-deletable-p): Never delete the last frame on a
17031 given terminal.
17032
17033 2011-09-13 Glenn Morris <rgm@gnu.org>
17034
17035 * help.el (describe-key-briefly): Copy previous standard-output change.
17036
17037 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
17038
17039 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
17040
17041 2011-09-13 Glenn Morris <rgm@gnu.org>
17042
17043 * emacs-lisp/lisp-mode.el (lisp-indent-function):
17044 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
17045
17046 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
17047
17048 * dired-aux.el (dired-mark-read-string): Don't return default
17049 value on empty input (Bug#9361).
17050 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
17051 Omit initial minibuffer contents.
17052 (dired-do-chmod): Signal an error on empty input.
17053 (dired-mark-read-string): Don't return default on empty input.
17054
17055 * files.el (file-modes-symbolic-to-number): Doc fix.
17056
17057 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17058
17059 * international/mule-cmds.el (ucs-completions): Remove.
17060 (read-char-by-name): Use complete-with-action instead; add metadata.
17061
17062 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17063
17064 * window.el (display-buffer--action-function-custom-type)
17065 (display-buffer--action-custom-type): New vars.
17066 (display-buffer-alist, display-buffer-default-action)
17067 (display-buffer-overriding-action): Add defcustom types.
17068
17069 * frame.el (delete-other-frames): Doc fix (Bug#276).
17070
17071 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17072
17073 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
17074
17075 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17076
17077 Change modes that used same-window-* vars to use switch-to-buffer.
17078
17079 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
17080 Use switch-to-buffer.
17081
17082 * cus-edit.el (customize-group, custom-buffer-create)
17083 (customize-browse, custom-buffer-create-other-window):
17084 Use switch-to-buffer or switch-to-buffer-other-window.
17085
17086 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
17087 (Info-prev, Info-up, Info-speedbar-goto-node)
17088 (info-display-manual): Use switch-to-buffer.
17089 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
17090
17091 * mail/sendmail.el (mail): Use switch-to-buffer.
17092 (mail-recover): Use switch-to-buffer-other-window.
17093
17094 * cmuscheme.el (run-scheme, switch-to-scheme):
17095 * ielm.el (ielm):
17096 * shell.el (shell):
17097 * net/rlogin.el (rlogin):
17098 * net/telnet.el (telnet, rsh):
17099 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
17100
17101 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
17102
17103 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
17104
17105 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17106
17107 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
17108 so don't mention it (bug#9301).
17109 (dired-sort-toggle-or-edit): Clarify string further.
17110
17111 * faces.el (face-spec-set-match-display): Make `(type graphic)'
17112 match `x', `w32' and `ns', like the manual says (bug#9029).
17113
17114 * subr.el (eval-after-load): Doc string clarification (bug#9125).
17115 (process-kill-buffer-query-function): Mention the buffer name in
17116 the query.
17117
17118 * image-mode.el (image-next-line): The line parameter is mandatory
17119 (bug#9258).
17120
17121 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
17122 which can be useful (bug#9301).
17123
17124 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
17125
17126 * subr.el (match-string): Mention that the current buffer should
17127 be the same as the search was done in (bug#9282).
17128
17129 * facemenu.el: Disable the remove-* commands if the mark isn't
17130 active (bug#9162).
17131
17132 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17133
17134 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
17135 of display-buffer.
17136 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
17137
17138 * replace.el (occur-mode-goto-occurrence)
17139 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
17140 and display-buffer.
17141
17142 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
17143 display-buffer.
17144
17145 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
17146 special-display and same-window variables.
17147 (mail-other-window): Use switch-to-buffer-other-window.
17148 (mail-other-frame): USe switch-to-buffer-other-frame.
17149
17150 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
17151 Use display-buffer-other-frame.
17152 (gdb-display-gdb-buffer): Use pop-to-buffer.
17153
17154 * progmodes/gud.el (gud-goto-info): Use info-other-window.
17155
17156 * progmodes/python.el: Don't set same-window-buffer-names.
17157
17158 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
17159
17160 * window.el (display-buffer-alist): Add *Python*.
17161
17162 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17163
17164 * window.el (display-buffer-alist): Add entry for buffers
17165 previously handled same-window-*.
17166 (display-buffer-alist, display-buffer-default-action)
17167 (display-buffer-overriding-action): Mark as risky.
17168 (display-buffer-alist): Document action function changes.
17169 (display-buffer--same-window-action)
17170 (display-buffer--other-frame-action): New variables.
17171 (switch-to-buffer, display-buffer-other-frame): Use them.
17172 (display-buffer): Rename reuse-frame entry to reusable-frames.
17173 (display-buffer-reuse-selected-window): Function deleted.
17174 (display-buffer-reuse-window): Handle reusable-frames alist entry.
17175 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
17176 (display-buffer-special): New function.
17177 (display-buffer--maybe-pop-up-frame-or-window): Rename from
17178 display-buffer-reuse-or-pop-window. Split off special-display
17179 part into display-buffer-special.
17180 (display-buffer-use-some-window): Don't perform any special
17181 pop-up-frames handling.
17182 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
17183 (display-buffer--maybe-same-window): Rename from
17184 display-buffer-maybe-same-window.
17185
17186 * info.el: Don't set same-window-regexps.
17187 (info-setup): New function.
17188 (info-other-window, info): Call it.
17189
17190 * cus-edit.el: Don't set same-window-regexps.
17191 (customize-group): New argument.
17192 (customize-group-other-window): Use it.
17193 (customize-face, customize-face-other-window): Likewise.
17194 (custom-buffer-create-other-window): Use pop-to-buffer directly.
17195
17196 * net/rlogin.el:
17197 * net/telnet.el:
17198 * progmodes/gud.el: Don't set same-window-regexps.
17199
17200 * cmuscheme.el:
17201 * ielm.el:
17202 * shell.el:
17203 * mail/sendmail.el:
17204 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
17205
17206 2011-09-10 Juri Linkov <juri@jurta.org>
17207
17208 * isearch.el (isearch-edit-string): Remove obsolete mention of
17209 `C-w' (`isearch-yank-word-or-char') from docstring.
17210 (isearch-query-replace): Fix typo in docstring (bug#9466).
17211
17212 2011-09-10 Juri Linkov <juri@jurta.org>
17213
17214 * paren.el (show-paren-function): Don't show escaped parens.
17215 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
17216
17217 2011-09-10 Eli Zaretskii <eliz@gnu.org>
17218
17219 * mail/sendmail.el (mml-to-mime, mml-attach-file)
17220 (mm-default-file-encoding): Remove autoload forms, they are
17221 replaced with autoload cookies in mml.el and mm-encode.el.
17222 (mail-add-attachment): New command.
17223 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
17224 (mail-mode): Mention mail-insert-file and mail-add-attachment in
17225 the doc string.
17226 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
17227
17228 2011-09-10 Reuben Thomas <rrt@sc3d.org>
17229
17230 * simple.el (count-words-region): Use buffer if there's no region
17231 (bug#9429).
17232
17233 2011-09-09 Juri Linkov <juri@jurta.org>
17234
17235 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
17236 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
17237 (wdired-isearch-filter-read-only): New function. (Bug#6362)
17238
17239 2011-09-09 Alan Mackenzie <acm@muc.de>
17240
17241 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
17242 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
17243
17244 2011-09-09 Eli Zaretskii <eliz@gnu.org>
17245
17246 Fix for Savannah bug#9392.
17247 * simple.el (mail-encode-mml): New defvar.
17248
17249 * mail/rmail.el (mail-encode-mml): Add a defvar.
17250 (rmail-enable-mime-composing): Default to t.
17251 (rmail-forward): Use MIME method of forwarding only if both
17252 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
17253 Set mail-encode-mml non-nil if the MIME method was used.
17254
17255 * mail/sendmail.el (mml-to-mime): Add autoload form.
17256 (mail-encode-mml): Add a defvar.
17257 (mail-mode): Make mail-encode-mml buffer-local and initialize it
17258 to nil.
17259 (mail-send): If mail-encode-mml is non-nil, run the outgoing
17260 message through mml-to-mime, and reset mail-encode-mml to nil.
17261
17262 2011-09-09 Glenn Morris <rgm@gnu.org>
17263
17264 * woman.el (woman-if-body): When processing an .el block,
17265 do not delete the next .el block as well. (Bug#9447)
17266 (woman-special-characters): Add oq, cq, and hy characters.
17267
17268 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17269
17270 * window.el (window-deletable-p): Make sure window is live before
17271 invoking window-prev-buffers.
17272
17273 2011-09-08 Leo Liu <sdl.web@gmail.com>
17274
17275 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
17276
17277 2011-09-08 Juri Linkov <juri@jurta.org>
17278
17279 * progmodes/compile.el (compilation-environment): Make it
17280 a defcustom (bug#8340).
17281
17282 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17283
17284 * window.el (frame-auto-delete): Rename to window-auto-delete.
17285 Make it control auto-deletion of windows and/or frames.
17286 (window-deletable-p): New argument FORCE. Rewrite conditions
17287 for deleting window/frame. (Bug#9419)
17288 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
17289 Rewrite handling of case when window/frame can be deleted.
17290 (delete-windows-on): Call window-deletable-p with new FORCE
17291 argument t. (Bug#9456)
17292
17293 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
17294
17295 * help-mode.el (help-mode): Restore autoload.
17296
17297 2011-09-07 Juri Linkov <juri@jurta.org>
17298
17299 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
17300 `compilation-environment'. Set buffer-local
17301 `compilation-environment' to `thisenv' later after (funcall mode).
17302 (Bug#8340)
17303
17304 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
17305 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
17306 instead of replacing its value. (Bug#8340)
17307
17308 2011-09-07 Juri Linkov <juri@jurta.org>
17309
17310 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
17311 based on text properties put by `grep-filter' instead of matching
17312 escape sequences.
17313 (grep-mode): Set buffer-local `compilation-error-screen-columns'
17314 to the value of `grep-error-screen-columns' (bug#9438).
17315
17316 2011-09-07 Juri Linkov <juri@jurta.org>
17317
17318 * simple.el (next-error-highlight, next-error-highlight-no-select):
17319 Doc fix (bug#9432).
17320
17321 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
17322
17323 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17324 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
17325
17326 2011-09-07 Leo Liu <sdl.web@gmail.com>
17327
17328 * net/rcirc.el (rcirc-mode): Conditionally initialize
17329 rcirc-input-ring.
17330
17331 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17332
17333 * emacs-lisp/find-func.el (find-function-C-source): Only set
17334 find-function-C-source-directory after checking that we found a source
17335 file there (bug#9440).
17336
17337 2011-09-06 Alan Mackenzie <acm@muc.de>
17338
17339 * isearch.el (isearch-other-meta-char): Wherever a key list is
17340 unread, "unread" the prefix arg, too. This fixes bug #8901.
17341
17342 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
17343
17344 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
17345
17346 2011-09-05 Juri Linkov <juri@jurta.org>
17347
17348 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
17349
17350 2011-09-05 Juri Linkov <juri@jurta.org>
17351
17352 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
17353 keeping point where processing of grep matches begins, and
17354 continue to delete remaining escape sequences from the same point.
17355 (grep-filter): Make leading zero optional in "0?1;31m" because
17356 git-grep emits "\033[1;31m" escape sequences unlike expected
17357 "\033[01;31m" as GNU Grep does (bug#9408).
17358 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
17359
17360 2011-09-05 Juri Linkov <juri@jurta.org>
17361
17362 * subr.el (y-or-n-p): Capitalize "yes".
17363
17364 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
17365
17366 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
17367 `tramp-cache-unload-hook' where appropriate.
17368 (tramp-methods): Rename `tramp-remote-sh' to
17369 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
17370 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
17371
17372 * net/tramp-sh.el (top): Don't require 'shell.
17373 (tramp-methods): Add `tramp-remote-shell' and
17374 `tramp-remote-shell-args' entries.
17375 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
17376 (tramp-sh-handle-shell-command): Remove.
17377 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17378 Use `tramp-remote-shell'.
17379
17380 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
17381
17382 * mail/sendmail.el (sendmail-query-once-function): Delete.
17383 (sendmail-query-once): Save directly to send-mail-function.
17384 Update message-send-mail-function too.
17385
17386 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
17387
17388 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17389
17390 * progmodes/python.el (python-mode-map): Use correct function to
17391 start python interpreter from menu-bar (as reported by Geert
17392 Kloosterman).
17393 (inferior-python-mode-map): Fix typo.
17394 (python-shell-map): Remove.
17395
17396 2011-09-03 Deniz Dogan <deniz@dogan.se>
17397
17398 * net/rcirc.el (rcirc-print): Simplify code for
17399 rcirc-scroll-show-maximum-output. There is no need to walk
17400 through all windows to find the right one.
17401
17402 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17403
17404 * help.el (help-return-method): Doc fix.
17405
17406 2011-09-03 Martin Rudalics <rudalics@gmx.at>
17407
17408 * window.el (window-deletable-p): Don't return a non-nil value
17409 when there's a buffer that was shown in the window before.
17410 (Bug#9419)
17411 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17412 Set window's previous buffers to nil.
17413
17414 2011-09-03 Eli Zaretskii <eliz@gnu.org>
17415
17416 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
17417 newline before and after the tag line, so it doesn't interfere
17418 with determining the paragraph direction of bidirectional text.
17419
17420 2011-09-03 Leo Liu <sdl.web@gmail.com>
17421
17422 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
17423
17424 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17425
17426 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
17427 (pop-to-buffer): Change interactive spec. Pass second argument
17428 directly to display-buffer.
17429 (display-buffer): Fix interactive spec. Use functionp to
17430 distinguish between a function and a list of functions.
17431
17432 * abbrev.el (edit-abbrevs):
17433 * arc-mode.el (archive-extract):
17434 * autoinsert.el (auto-insert):
17435 * bookmark.el (bookmark-bmenu-list):
17436 * files.el (find-file):
17437 * view.el (view-buffer):
17438 * progmodes/compile.el (compilation-goto-locus):
17439 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
17440
17441 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17442
17443 * window.el (display-buffer-alist): Doc fix.
17444 (display-buffer): Add docstring. Don't treat
17445 display-buffer-default specially.
17446 (display-buffer-reuse-selected-window)
17447 (display-buffer-same-window, display-buffer-maybe-same-window)
17448 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17449 (display-buffer-pop-up-window)
17450 (display-buffer-reuse-or-pop-window)
17451 (display-buffer-use-some-window): New functions.
17452 (display-buffer-default-action): Use them.
17453 (display-buffer-default): Delete.
17454 (pop-to-buffer-1): Fix choice of actions.
17455
17456 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
17457
17458 * minibuffer.el (completion--insert-strings): Don't get confused by
17459 completion entries that end with an LF char.
17460
17461 2011-09-01 Eli Zaretskii <eliz@gnu.org>
17462
17463 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
17464
17465 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
17466
17467 * window.el (display-buffer): Restore interactive spec.
17468 (display-buffer-same-window, display-buffer-other-window):
17469 New functions.
17470 (pop-to-buffer-1): New function. Use the above.
17471 (pop-to-buffer, pop-to-buffer-same-window): Use it.
17472 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
17473
17474 * view.el (view-buffer-other-window, view-buffer-other-frame):
17475 Just use pop-to-buffer.
17476
17477 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17478
17479 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
17480
17481 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
17482
17483 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
17484
17485 2011-08-31 Richard Stallman <rms@gnu.org>
17486
17487 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
17488 of the separation of rmail-view-buffer from rmail-buffer.
17489 If you say no to "replace original", the decrypt is in the
17490 view buffer. If you say yes, the decrypt goes into the
17491 rmail buffer also.
17492
17493 2011-08-31 Martin Rudalics <rudalics@gmx.at>
17494
17495 * window.el (display-buffer-window): Rewrite doc-string.
17496 (display-buffer-record-window): New function.
17497 (display-buffer-macro-specifiers)
17498 (display-buffer-even-window-sizes, display-buffer-set-height)
17499 (display-buffer-set-width, display-buffer-in-window)
17500 (display-buffer-reuse-window, display-buffer-split-specifiers)
17501 (display-buffer-side-specifiers, display-buffer-split-window-1)
17502 (display-buffer-split-window, display-buffer-split-atom-window)
17503 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
17504 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
17505 (display-buffer-other-window-means-other-frame)
17506 (display-buffer-normalize-special)
17507 (display-buffer-normalize-default)
17508 (display-buffer-normalize-argument)
17509 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
17510 (display-buffer-normalize-specifiers, display-buffer-frame)
17511 (display-buffer-same-window, display-buffer-same-frame)
17512 (display-buffer-other-window)
17513 (display-buffer-same-frame-other-window)
17514 (display-buffer-other-frame, pop-to-buffer-same-window)
17515 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
17516 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
17517 (switch-to-buffer-same-frame)
17518 (switch-to-buffer-other-window-same-frame)
17519 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
17520 (display-buffer-alist-set-1, display-buffer-alist-set-2)
17521 (display-buffer-alist-set): Remove.
17522 (display-buffer-function, special-display-buffer-names)
17523 (special-display-regexps, special-display-function):
17524 In doc-string refer to display-buffer-window and quit-restore
17525 parameter.
17526 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
17527 (special-display-frame-alist, special-display-popup-frame)
17528 (same-window-buffer-names, same-window-regexps, same-window-p)
17529 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17530 (split-window-preferred-function, split-height-threshold)
17531 (split-width-threshold, window-splittable-p)
17532 (split-window-sensibly, window--try-to-split-window)
17533 (window--frame-usable-p, even-window-heights)
17534 (window--even-window-heights, window--display-buffer-1)
17535 (window--display-buffer-2, display-buffer-other-frame):
17536 Restore old Emacs 23 code, order and doc-strings where applicable.
17537 (display-buffer-default, display-buffer-assq-regexp): New functions.
17538 (display-buffer-alist): Rewrite doc-string.
17539 (display-buffer-default-action)
17540 (display-buffer-overriding-action): New variables.
17541 (display-buffer, switch-to-buffer): Rewrite.
17542 (pop-to-buffer): Restore Emacs 23 behavior but use
17543 window-normalize-buffer-to-display.
17544 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
17545 Restore Emacs 23 behavior but use
17546 window-normalize-buffer-to-switch-to.
17547 (pop-to-buffer-same-window): Rewrite.
17548 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
17549 Rewrite using Emacs 23 options.
17550
17551 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
17552
17553 * net/tramp.el (tramp-root-regexp): Remove.
17554 (tramp-completion-file-name-regexp-unified)
17555 (tramp-completion-file-name-regexp-separate)
17556 (tramp-completion-file-name-regexp-url): Don't use leading volume
17557 letter on w32 systems. (Bug#5303, Bug#9311)
17558 (tramp-drop-volume-letter): Simplify definition.
17559 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17560
17561 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17562
17563 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
17564 (bug#9356).
17565
17566 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
17567
17568 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
17569
17570 2011-08-29 Juri Linkov <juri@jurta.org>
17571
17572 * isearch.el (isearch-done): Don't display message "Mark saved"
17573 when arg `edit' is non-nil to prevent its flicker in the echo area.
17574
17575 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17576
17577 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
17578 obsolete packages for deletion.
17579
17580 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
17581
17582 * help-mode.el (help-mode-map): Add special-mode-map to parent.
17583 (help-mode): Derive help-mode from special-mode. Don't invoke
17584 view-mode from help-mode.
17585 (help-xref-override-view-map): Remove.
17586 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
17587 view-mode is not used anymore.
17588
17589 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17590
17591 * server.el (server-port): Doc fix.
17592
17593 * cus-theme.el (custom-theme-choose-mode): Inherit from
17594 special-mode (Bug#9124).
17595 (custom-theme-choose-mode-map): Add special-mode to parent.
17596
17597 2011-08-28 Alan Mackenzie <acm@muc.de>
17598
17599 * progmodes/cc-fonts.el
17600 (c-make-font-lock-BO-decl-search-function): New function.
17601 (c-basic-matchers-after - "Fontify the clauses after various
17602 keywords"): Extract the three keyword lists for the 3 erroneous
17603 constructs from the list of four, and use the new function above
17604 in place of an old one.
17605
17606 2011-08-28 Deniz Dogan <deniz@dogan.se>
17607
17608 * net/rcirc.el (rcirc-insert-prev-input)
17609 (rcirc-insert-next-input): Remove unused argument.
17610
17611 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17612
17613 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
17614
17615 2011-08-27 Alan Mackenzie <acm@muc.de>
17616
17617 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
17618 handle function pointer parameters properly.
17619
17620 2011-08-27 Martin Rudalics <rudalics@gmx.at>
17621
17622 * window.el (display-buffer-reuse-window): Fix case where
17623 selected window was reused with non-nil OTHER-WINDOW argument.
17624 (Bug#9381)
17625
17626 2011-08-27 Deniz Dogan <deniz@dogan.se>
17627
17628 * net/rcirc.el (rcirc-check-auth-status): Adding support for
17629 oftc's NickServ messages.
17630
17631 2011-08-27 Glenn Morris <rgm@gnu.org>
17632
17633 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
17634
17635 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
17636
17637 * emacs-lisp/package.el (package-install): Call package-initialize
17638 if called interactively.
17639
17640 2011-08-26 Leo Liu <sdl.web@gmail.com>
17641
17642 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
17643
17644 2011-08-25 Juri Linkov <juri@jurta.org>
17645
17646 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17647 `search-whitespace-regexp' (bug#9364).
17648
17649 2011-08-25 Juri Linkov <juri@jurta.org>
17650
17651 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
17652 `regexp-search-ring' to their global values to protect from
17653 updating by `read-from-minibuffer' (bug#9185).
17654
17655 2011-08-25 Juri Linkov <juri@jurta.org>
17656
17657 * textmodes/ispell.el (ispell-command-loop): Add newline
17658 at the end of the "Use option `i'..." line.
17659
17660 2011-08-25 Juri Linkov <juri@jurta.org>
17661
17662 * battery.el (display-battery-mode): If `battery-status-function'
17663 or `battery-mode-line-format' is nil, display the message and set
17664 `display-battery-mode' to nil (bug#9363).
17665
17666 2011-08-25 Eli Zaretskii <eliz@gnu.org>
17667
17668 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
17669 bidi-string-mark-left-to-right; they are unnecessary now.
17670
17671 2011-08-25 Deniz Dogan <deniz@dogan.se>
17672
17673 * net/quickurl.el: Documentation typo fixes.
17674
17675 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
17676
17677 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
17678
17679 2011-08-25 Glenn Morris <rgm@gnu.org>
17680
17681 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17682
17683 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
17684 (smtpmail-via-smtp): Handle nil response from smtp.
17685
17686 2011-08-24 Juri Linkov <juri@jurta.org>
17687
17688 * proced.el (proced-marked): Inherit from `error' instead of
17689 `font-lock-warning-face'.
17690
17691 * ibuffer.el (ibuffer-marked-face): Change default face from
17692 `font-lock-warning-face' to `warning'.
17693 (ibuffer-deletion-face): Change default face from
17694 `font-lock-type-face' to `error'.
17695
17696 * battery.el (battery-update): Use the face `error' instead of
17697 `font-lock-warning-face' (bug#6117).
17698
17699 2011-08-24 Juri Linkov <juri@jurta.org>
17700
17701 * faces.el (success): Change face color from "Green3" to
17702 "ForestGreen" on light background (bug#9353).
17703
17704 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
17705
17706 * window.el (quit-window): Rename from quit-restore-window.
17707 Use same arglist as old quit-window.
17708 (frame-auto-delete): Doc fix.
17709
17710 * view.el (view-mode-exit): Use quit-window.
17711
17712 2011-08-24 Juri Linkov <juri@jurta.org>
17713
17714 * isearch.el (isearch-ring-adjust1): Start visiting previous
17715 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
17716 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
17717 for empty search string (when the last search string is reused
17718 automatically) to adjust the isearch ring to the last element and
17719 prepare the correct index for further M-p commands (bug#9185).
17720
17721 2011-08-24 Kenichi Handa <handa@m17n.org>
17722
17723 * international/ucs-normalize.el: If decomposition property of
17724 CHAR is the default one (i.e. a list of CHAR itself), treat it as
17725 nil.
17726 (nfd, nfkd): Likewise.
17727
17728 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
17729
17730 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
17731 from process filters aren't reliably transmitted to the surrounding
17732 accept-process-output.
17733 (mpc-proc-check): New function.
17734 (mpc-proc-sync): Use it (bug#8293)
17735
17736 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
17737
17738 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
17739 Add compatibility functions (bug#9313).
17740
17741 2011-08-23 Eli Zaretskii <eliz@gnu.org>
17742
17743 * cus-start.el (all): Add entry for bidi-paragraph-direction.
17744
17745 * international/uni-bidi.el: Regenerate.
17746
17747 2011-08-23 Kenichi Handa <handa@m17n.org>
17748
17749 * international/charprop.el:
17750 * international/uni-bidi.el:
17751 * international/uni-category.el:
17752 * international/uni-combining.el:
17753 * international/uni-comment.el:
17754 * international/uni-decimal.el:
17755 * international/uni-decomposition.el:
17756 * international/uni-digit.el:
17757 * international/uni-lowercase.el:
17758 * international/uni-mirrored.el:
17759 * international/uni-name.el:
17760 * international/uni-numeric.el:
17761 * international/uni-old-name.el:
17762 * international/uni-titlecase.el:
17763 * international/uni-uppercase.el: Regenerate.
17764
17765 2011-08-23 Martin Rudalics <rudalics@gmx.at>
17766
17767 * help.el (help-window-setup): Fix message displayed when other
17768 window is reused. (Bug#9341)
17769
17770 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
17771
17772 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
17773 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
17774
17775 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
17776 Mark obsolete.
17777 * shell.el (shell-parse-pcomplete-arguments): New function.
17778 (shell-completion-vars): Use it instead (bug#9160).
17779
17780 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17781
17782 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
17783 strings and comments (bug#9333).
17784
17785 * emacs-lisp/debug.el (debug-arglist): New function.
17786 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
17787 (debug-on-entry-1): Handle interpreted closures (bug#9120).
17788
17789 2011-08-22 Juri Linkov <juri@jurta.org>
17790
17791 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17792 Revert regexp that highlights output switches to its old
17793 pre-2010-10-28 value and remove one `?' from it (bug#9319).
17794
17795 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
17796 to check for empty output (bug#9226).
17797
17798 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
17799
17800 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
17801 symbol-constituent as the default, as that stops font-lock from
17802 working properly (Bug#8843).
17803
17804 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17805
17806 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
17807 `coding-system-for-*' around the process open call to avoid
17808 auth-source side effects.
17809 (smtpmail-try-auth-methods): Expand the secret password.
17810 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
17811 probe hangs.
17812
17813 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
17814
17815 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
17816
17817 * emacs-lisp/find-func.el (find-function-noselect): New arg
17818 lisp-only.
17819
17820 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
17821 signal an error for built-in functions (Bug#6664).
17822
17823 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17824
17825 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
17826 (smtpmail-try-auth-methods): Use it.
17827
17828 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
17829
17830 * font-lock.el (font-lock-fontify-region)
17831 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
17832 (font-lock-default-unfontify-buffer)
17833 (font-lock-default-fontify-region)
17834 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
17835
17836 * progmodes/compile.el (compilation-error-properties):
17837 Fix confusion between file struct and message struct (Bug#9319).
17838 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
17839 `ant' regexp.
17840
17841 * net/browse-url.el (browse-url-firefox): Don't call
17842 browse-url-firefox-sentinel unless using -remote (Bug#9328).
17843
17844 2011-08-20 Glenn Morris <rgm@gnu.org>
17845
17846 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
17847
17848 * tutorial.el (tutorial--default-keys): Update some default bindings.
17849
17850 * files.el (hack-local-variables): Fully ignore case for "mode:".
17851
17852 2011-08-20 Alan Mackenzie <acm@muc.de>
17853
17854 Resolve invalid use of a regexp in regexp-opt.
17855
17856 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
17857 detection for a java annotation.
17858
17859 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
17860 detection for a java annotation.
17861
17862 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
17863 handling for java.
17864 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
17865
17866 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
17867
17868 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
17869 (Bug#9274).
17870
17871 2011-08-20 Alan Mackenzie <acm@muc.de>
17872
17873 Fontify CPP expressions correctly when starting in the middle of
17874 such a construct. Mainly for when jit-lock etc. starts a chunk
17875 here.
17876
17877 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
17878 variable.
17879 (c-make-font-lock-search-form): New function, extracted from
17880 c-make-font-lock-search-function.
17881 (c-make-font-lock-search-function): Use the above function.
17882 (c-make-font-lock-context-search-function): New function.
17883 (c-cpp-matchers): Enhance the preprocessor expression case with
17884 the above function
17885 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
17886 which takes an expression.
17887
17888 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
17889
17890 2011-08-20 Martin Rudalics <rudalics@gmx.at>
17891
17892 * window.el (display-buffer-reuse-window)
17893 (display-buffer-pop-up-window): Don't reuse or split a side
17894 window.
17895
17896 2011-08-19 Glenn Morris <rgm@gnu.org>
17897
17898 * files.el (hack-local-variables-prop-line, hack-local-variables):
17899 Downcase "Mode:". (Bug#9331)
17900
17901 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
17902
17903 * international/characters.el: Add L and R categories.
17904
17905 * subr.el (bidi-string-mark-left-to-right): Rename from
17906 string-mark-left-to-right. Use category search.
17907
17908 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
17909
17910 2011-08-18 Juri Linkov <juri@jurta.org>
17911
17912 * faces.el (error, warning, success): New faces with definitions
17913 copied from old default values of `font-lock-warning-face',
17914 `compilation-warning', `compilation-info' (bug#6117).
17915
17916 * font-lock.el (font-lock-warning-face): Inherit from `error'.
17917
17918 * progmodes/compile.el (compilation-error): Inherit from `error'.
17919 (compilation-warning): Inherit from `warning'.
17920 (compilation-info): Inherit from `success'.
17921
17922 * dired.el (dired-marked): Inherit from `warning'.
17923 (dired-flagged): Inherit from `error'.
17924
17925 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17926
17927 * mail/smtpmail.el (auth-source): Require to avoid problems with
17928 binding variables (bug#9298). Also clean up some unused
17929 autoloads.
17930
17931 * net/network-stream.el (network-stream-open-starttls):
17932 Support using starttls.el without using gnutls-cli.
17933
17934 2011-08-17 Juri Linkov <juri@jurta.org>
17935
17936 * progmodes/grep.el (rgrep): Handle the case when
17937 `grep-find-command' is a cons cell (bug#9278).
17938
17939 2011-08-17 Martin Rudalics <rudalics@gmx.at>
17940
17941 * window.el (display-buffer-pop-up-frame): Run frame creation
17942 function with BUFFER current (as special-display-popup-frame
17943 does). Reported by Drew Adams.
17944
17945 2011-08-17 Daiki Ueno <ueno@unixuser.org>
17946
17947 * epa-mail.el: Simplify GnuPG group expansion using
17948 epg-expand-group.
17949 (epa-mail-group-alist, epa-mail-group-modtime)
17950 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
17951 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
17952 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
17953 Remove.
17954
17955 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
17956
17957 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
17958
17959 2011-08-16 Alan Mackenzie <acm@muc.de>
17960
17961 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
17962 Correct, to avoid the inside of macros.
17963
17964 2011-08-16 Richard Stallman <rms@gnu.org>
17965
17966 * epa-mail.el: Handle GnuPG group definitions.
17967 (epa-mail-group-alist, epa-mail-group-modtime)
17968 (epa-mail-gnupg-conf-file): New variables.
17969 (epa-mail-parse-groups, epa-mail-sync-groups)
17970 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
17971 (epa-mail-expand-recipients): New functions.
17972 (epa-mail-encrypt): Call epa-mail-expand-recipients.
17973
17974 * mail/rmail.el (rmail-epa-decrypt): New command.
17975
17976 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
17977 Don't bind buffer-read-only, just inhibit-read-only.
17978 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
17979 (epa-decrypt-armor-in-region): Make error message clearer.
17980
17981 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
17982
17983 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
17984 and "a2b" to "ab" for `prefix'.
17985
17986 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
17987
17988 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
17989 filter groups.
17990 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
17991 Fourquet (Bug#8804).
17992
17993 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
17994
17995 * startup.el (argi): Declare as global variable (bug#9275).
17996
17997 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
17998
17999 * subr.el (string-mark-left-to-right): Search the entire string
18000 for RTL script, not just the terminating character. Doc fix.
18001
18002 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
18003
18004 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
18005 New function.
18006 (js--regexp-literal, js-syntax-propertize-function): Remove.
18007 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
18008 (js-mode-map): Don't rebind electric keys.
18009 (js-insert-and-indent): Remove.
18010 (js-mode): Setup electric-layout and electric-indent instead.
18011
18012 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
18013
18014 2011-08-12 Daiki Ueno <ueno@unixuser.org>
18015
18016 * epa.el (epa-progress-callback-function): Fix the logic of
18017 displaying progress.
18018 * epa-file.el (epa-file-insert-file-contents): Make progress
18019 display more user-friendly.
18020 (epa-file-write-region): Ditto.
18021
18022 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
18023
18024 * subr.el (string-mark-left-to-right): New function.
18025
18026 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
18027 Use string-mark-left-to-right.
18028 (list-buffers-noselect): Caller changed.
18029
18030 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18031 Use string-mark-left-to-right.
18032 (tabulated-list-print): Recenter after moving point.
18033
18034 2011-08-10 Juri Linkov <juri@jurta.org>
18035
18036 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
18037 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
18038 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
18039
18040 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
18041
18042 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
18043 (Bug#7554).
18044
18045 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
18046
18047 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
18048 character. (Bug#6594)
18049
18050 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
18051
18052 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
18053 (image-dired--with-db-file): New macro.
18054 (image-dired-write-tags, image-dired-remove-tag)
18055 (image-dired-create-gallery-lists, image-dired-write-comments)
18056 (image-dired-get-comment, image-dired-mark-tagged-files)
18057 (image-dired-list-tags, image-dired-gallery-generate): Use it.
18058 (image-dired-gallery-generate): Use insert-file-contents.
18059
18060 * time.el (display-time-world-list, display-time-world-display):
18061 * time-stamp.el (time-stamp-string):
18062 * vc/add-log.el (add-change-log-entry): Use setenv instead of
18063 set-time-zone-rule (Bug#7337).
18064
18065 2011-08-08 Daiki Ueno <ueno@unixuser.org>
18066
18067 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
18068 (epg-error-to-string, epg-errors-to-string): New function.
18069 (epg-wait-for-completion): Reverse errors list.
18070 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
18071 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
18072 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
18073 (epg-sign-keys, epg-generate-key-from-file)
18074 (epg-generate-key-from-string): Format errors by using
18075 epg-errors-to-string (bug#9255).
18076 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
18077
18078 2011-08-07 Juri Linkov <juri@jurta.org>
18079
18080 * faces.el (list-faces-display): Remove extra angle bracket
18081 from `help-mode-map'.
18082
18083 * info.el (Info-history-toc-nodes): Doc fix.
18084
18085 * longlines.el (longlines-mode): Doc fix.
18086
18087 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
18088
18089 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
18090 of statements and in a few more cases (bug#9183).
18091
18092 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
18093 New functions.
18094 (cl-transform-lambda): Use them (bug#9239).
18095
18096 2011-08-05 Martin Rudalics <rudalics@gmx.at>
18097
18098 * window.el (display-buffer-same-window)
18099 (display-buffer-same-frame, display-buffer-other-window)
18100 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18101 (pop-to-buffer-other-window)
18102 (pop-to-buffer-same-frame-other-window)
18103 (pop-to-buffer-other-frame): Make them defuns.
18104 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
18105
18106 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18107
18108 * subr.el (make-composed-keymap): Move from C. Change calling
18109 convention, and improve docstring to bring attention to a subtle point.
18110 * minibuffer.el (completing-read-default): Adjust accordingly.
18111
18112 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
18113
18114 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18115 (tramp-open-shell): Use `tramp-shell-quote-argument'.
18116
18117 * net/trampver.el: Update release number.
18118
18119 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18120
18121 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
18122 "in" (bug#9190).
18123
18124 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18125
18126 * mail/sendmail.el (sendmail-query-once): Restore the current
18127 buffer after querying (bug#9074).
18128
18129 * dired.el (dired-flagged): Use different faces for marked and
18130 flagged files (bug#6117).
18131
18132 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
18133 (bug#4433).
18134
18135 * ido.el (ido-mode): Switch off the message if called
18136 non-interactively.
18137
18138 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
18139 before 587, since it appears that that's more likely to work for
18140 more people.
18141
18142 * cus-edit.el (custom-file): When running under emacs -q, always
18143 refuse to save the customizations, even if the .emacs file doesn't
18144 exist.
18145
18146 * info.el: Remove the `Info-beginning-of-buffer' function
18147 (bug#8325).
18148
18149 * net/network-stream.el (network-stream-open-starttls):
18150 Use `starttls-available-p' to see whether starttls.el can be used.
18151
18152 2011-08-01 Martin Rudalics <rudalics@gmx.at>
18153
18154 * window.el (display-buffer-in-window): Don't set dedicated status
18155 of window here (Bug#9215).
18156 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18157 (display-buffer-pop-up-side-window)
18158 (display-buffer-in-side-window): Set dedicated status of window here.
18159
18160 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
18161
18162 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
18163 before binding generated-autoload-file.
18164
18165 2011-08-01 Deniz Dogan <deniz@dogan.se>
18166
18167 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
18168
18169 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
18170
18171 Sync with Tramp 2.2.2.
18172
18173 * net/trampver.el: Update release number.
18174
18175 2011-07-30 Juri Linkov <juri@jurta.org>
18176
18177 * dired-aux.el (dired-touch-initial): Remove function.
18178 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
18179 current time, and `default' to the last modification time of the
18180 current marked file (bug#6887).
18181
18182 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
18183
18184 * simple.el (goto-line): Use string-to-number to provide a
18185 numeric argument to read-number (bug#9163).
18186
18187 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
18188
18189 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
18190 connection process, it could be nil.
18191
18192 2011-07-27 Leo Liu <sdl.web@gmail.com>
18193
18194 Simplify url handling in rcirc-mode.
18195
18196 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
18197 (rcirc-browse-url-at-mouse): Remove.
18198 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
18199
18200 2011-07-26 Alan Mackenzie <acm@muc.de>
18201
18202 Fontify bitfield declarations properly.
18203
18204 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
18205 (c-symbol-chars): Now exported as a lang variable.
18206 (c-not-primitive-type-keywords): New lang variable.
18207
18208 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
18209 QT keyword "more" to prevent "more slots: ...." being spuriously
18210 parsed as a bitfield declaration.
18211
18212 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18213 Refactor and enhance to handle bitfield declarations.
18214 (c-punctuation-in): New function.
18215 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
18216 declarations properly.
18217
18218 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
18219
18220 * calendar/icalendar.el (icalendar--all-events): Take care of
18221 multiple vcalendars in a single file.
18222 (icalendar--convert-float-to-ical): Checkdoc fixes.
18223
18224 2011-07-25 Deniz Dogan <deniz@dogan.se>
18225
18226 * image.el (insert-image): Clarifying docstring.
18227
18228 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
18229
18230 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
18231 `tramp-send-command-and-check' if there is no error.
18232 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
18233
18234 2011-07-22 Alan Mackenzie <acm@muc.de>
18235
18236 Prevent cc-langs.elc being loaded at run time.
18237
18238 * progmodes/cc-mode.el: Remove two autoload forms which loaded
18239 cc-langs.
18240
18241 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
18242 "(require 'cc-langs)". Quote a form so it will evaluate at
18243 (cc-mode's) compilation time.
18244
18245 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
18246
18247 * net/tramp.el (tramp-file-name-handler): Avoid recursive
18248 loading. (Bug#9114)
18249
18250 2011-07-21 Martin Rudalics <rudalics@gmx.at>
18251
18252 * window.el (display-buffer-pop-up-window)
18253 (display-buffer-pop-up-side-window)
18254 (display-buffer-in-side-window): Call display-buffer-set-height
18255 and display-buffer-set-width after setting the new window's
18256 buffer so `fit-window-to-buffer' and friends work on the right buffer.
18257
18258 2011-07-20 Sam Steingold <sds@gnu.org>
18259
18260 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
18261 (etags-tags-included-tables): Call `convert-standard-filename' on
18262 the file names contained in TAGS so that windows Emacs can handle
18263 TAGS files created by cygwin ctags.
18264
18265 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18266
18267 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
18268 which apparently didn't work.
18269
18270 2011-07-19 Roland Winkler <winkler@gnu.org>
18271
18272 * proced.el (proced-send-signal): For *Marked Processes* buffer
18273 put point at beginning of buffer.
18274
18275 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
18276
18277 * proced.el (proced-format): Make header lines align with the text
18278 (bug#1779).
18279
18280 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18281
18282 * view.el (view-buffer): Allow running in `special' modes if we're
18283 visiting a file (bug#8615).
18284
18285 2011-07-19 Martin Rudalics <rudalics@gmx.at>
18286
18287 * window.el (display-buffer-alist-of-strings-p)
18288 (display-buffer-alist-set-1, display-buffer-alist-set-2):
18289 New functions.
18290 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
18291 more accurately.
18292
18293 2011-07-18 Alan Mackenzie <acm@muc.de>
18294
18295 Fontify declarators properly when, e.g., a jit-lock chunk begins
18296 inside a declaration.
18297
18298 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
18299
18300 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18301 New function.
18302 (c-complex-decl-matchers): Insert reference to
18303 c-font-lock-enclosing-decls.
18304
18305 * progmodes/cc-engine.el (c-backward-single-comment):
18306 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
18307 to nil around calls to (forward-comment -1).
18308
18309 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18310
18311 * image.el (put-image): Doc typo fix.
18312
18313 * progmodes/etags.el (tags-search): Doc typo fix.
18314
18315 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
18316 password if we get errors 550 to 554.
18317
18318 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18319
18320 * net/gnutls.el (gnutls-log-level): Remove.
18321
18322 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
18323 indentation character (bug#6380).
18324
18325 * files.el (buffer-offer-save): Made permanently local (bug#6241).
18326
18327 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
18328 to clarify what the problem is (bug#4291).
18329
18330 * simple.el (current-kill): Clarify what
18331 `interprogram-paste-function' does (bug#7500).
18332 (auto-fill-mode): Document `auto-fill-function' in relation to
18333 `auto-fill-mode' (bug#2470).
18334
18335 2011-07-16 Lawrence Mitchell <wence@gmx.li>
18336
18337 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
18338 method if slot is read-only (bug#9035).
18339
18340 2011-07-16 Martin Rudalics <rudalics@gmx.at>
18341
18342 * frame.el (select-frame-set-input-focus): New argument NORECORD.
18343 * window.el (pop-to-buffer): Select window used even if it was
18344 selected before, see discussion of (Bug#8615), (Bug#6954).
18345 Pass argument NORECORD on to select-frame-set-input-focus.
18346
18347 2011-07-15 Glenn Morris <rgm@gnu.org>
18348
18349 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
18350 Respect help-form.
18351
18352 2011-07-09 Lawrence Mitchell <wence@gmx.li>
18353
18354 * net/gnutls.el (gnutls-min-prime-bits): New variable.
18355 (gnutls-negotiate): Use it.
18356
18357 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18358
18359 * net/gnutls.el (gnutls-negotiate):
18360 Upcase `gnutls-algorithm-priority'.
18361
18362 2011-07-15 Glenn Morris <rgm@gnu.org>
18363
18364 * jka-compr.el (jka-compr-verbose): Move from here...
18365 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
18366 Add missing :version tag.
18367 * info.el: No need to require jka-compr when compiling.
18368
18369 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18370
18371 * net/gnutls.el (gnutls-algorithm-priority): New variable.
18372 (gnutls-negotiate): Use it.
18373
18374 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
18375
18376 * info.el (Info-beginning-of-buffer): New command.
18377 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
18378 announcing `b' as the key (bug#8325).
18379 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
18380
18381 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
18382
18383 * international/mule-cmds.el
18384 (describe-specified-language-support): Make the error message
18385 clearer (bug#8905).
18386
18387 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
18388
18389 * isearch.el (isearch-barrier): Add a doc string, since it's
18390 mentioned in a function doc string (bug#8678).
18391
18392 2011-07-15 Martin Rudalics <rudalics@gmx.at>
18393
18394 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
18395 buffer argument (Bug#9083) and self-identifying label argument.
18396
18397 2011-07-15 Glenn Morris <rgm@gnu.org>
18398
18399 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
18400
18401 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18402
18403 * man.el (Man-fontify-manpage): Fix message when formatting the
18404 man page (bug#7929).
18405
18406 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18407
18408 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
18409 argument LRM; if non-nil, append an invisible LRM character to the
18410 buffer name.
18411 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
18412 last argument non-nil, when formatting buffer names.
18413 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
18414 paragraph direction.
18415
18416 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18417
18418 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
18419 the man page name (bug#7929).
18420
18421 * image.el (put-image): Mention the `put-image' overlay property
18422 (bug#7834).
18423
18424 * scroll-bar.el (set-scroll-bar-mode): Mention that
18425 `scroll-bar-mode' lists the values (bug#7772).
18426
18427 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
18428 command (bug#7729).
18429
18430 * rect.el (apply-on-rectangle): Return the point after the last
18431 operation.
18432 (string-rectangle): Go to the point after the last operation
18433 (bug#7522).
18434
18435 * printing.el (pr-toggle-region): Clarify the documentation
18436 slightly (bug#7493).
18437
18438 * time.el (display-time-update):
18439 Allow `display-time-mail-function' to return nil (bug#7158).
18440 Fix suggested by Detlev Zundel.
18441
18442 * vc/diff.el (diff): Clarify the order the file names are read
18443 (bug#7111).
18444
18445 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
18446 the doc string (bug#7015).
18447
18448 * font-lock.el (font-lock-maximum-decoration): Mention what
18449 numeric levels mean (bug#6935).
18450
18451 * startup.el (initial-buffer-choice): Don't mention the `none'
18452 selection, which is against policy.
18453
18454 2011-07-14 Martin Rudalics <rudalics@gmx.at>
18455
18456 * window.el (display-buffer-normalize-special):
18457 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
18458
18459 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18460
18461 * subr.el (version<, version<=, version=): Mention "-CVS" and
18462 "-12345" alpha version numbers.
18463
18464 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18465
18466 * bindings.el: Add advertised binding for set-mark-command
18467 (Bug#5772).
18468
18469 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18470
18471 * bindings.el (mode-line-other-buffer):
18472 * bookmark.el (bookmark-bmenu-2-window):
18473 * bs.el (bs-cycle-next, bs-cycle-previous):
18474 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
18475 switch-to-buffer.
18476
18477 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
18478 Delete.
18479
18480 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
18481
18482 * follow.el (follow-debug-message, follow-redisplay):
18483 * jka-cmpr-hook.el (with-auto-compression-mode):
18484 Fix typos in docstrings.
18485
18486 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18487
18488 * subr.el (with-silent-modifications): Clarify somewhat what the
18489 macro inhibits (bug#6525).
18490
18491 * simple.el (eval-expression): Note what it does if called
18492 interactively (bug#6495).
18493
18494 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18495
18496 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
18497 Use pop-to-buffer buffer-or-name if it is nil.
18498
18499 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18500 Remove switch-to-buffer.
18501
18502 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18503
18504 * files.el (make-directory): Clarify that an error will be raised
18505 if there's an error (bug#6397).
18506
18507 * startup.el (initial-buffer-choice): Add `none' as a choice
18508 (bug#6234).
18509
18510 * subr.el (add-hook): Clarify section about buffer-local hooks
18511 (bug#6218).
18512
18513 * dired.el (dired-flagged): Clarify doc string (bug#6117).
18514
18515 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18516
18517 * tabify.el (untabify): Preserve the current column so that point
18518 doesn't move (bug#6032).
18519
18520 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18521
18522 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
18523 Rewrite to avoid awkward possessive "s" (bug#5986).
18524
18525 2011-07-13 Glenn Morris <rgm@gnu.org>
18526
18527 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
18528 (dired-insert-directory): Give a message the first time
18529 if ls is found not to support --dired.
18530
18531 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18532
18533 * simple.el (toggle-truncate-lines): Clarify what is toggled
18534 (bug#5580). Text by Drew Adams.
18535
18536 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18537
18538 * simple.el (blink-matching-open): Make the error message from the
18539 last change less verbose.
18540
18541 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
18542
18543 * font-lock.el (font-lock-comment-face): Use the high contrast
18544 "yellow" color for font-lock-comment-face on low color terminals
18545 using a dark background color (bug#4221).
18546
18547 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18548
18549 * dired.el (dired-insert-set-properties): Make the doc string
18550 reflect what it does now (bug#5325).
18551
18552 * simple.el (blink-matching-open): Say that we were unable to find
18553 the match within the limit, if we're limited (bug#5122).
18554
18555 * international/mule-cmds.el (prefer-coding-system): Add an
18556 example (bug#4869).
18557
18558 * progmodes/etags.el (tags-search): Document `file-list-form'
18559 (bug#4731).
18560
18561 2011-07-13 Lawrence Mitchell <wence@gmx.li>
18562
18563 * net/browse-url.el (browse-url-default-browser)
18564 (browse-url-browser-function): Make the default browser choice a
18565 bit more logical (bug#4300). Also clean up the doc string.
18566
18567 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18568
18569 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
18570 binary endings (bug#4440).
18571
18572 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18573
18574 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
18575 which can be pretty annoying (bug#8971).
18576
18577 * jka-compr.el (jka-compr-verbose): New variable, and use
18578 throughout (bug#8971).
18579
18580 * info.el (Info-find-file): Fall back on the installation
18581 directory if we can't find the info node anywhere else.
18582
18583 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
18584
18585 * vc/vc.el (vc-revert-file):
18586 Don't set file time-stamp in the past. (Bug#5181)
18587
18588 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18589
18590 * files.el (after-find-file): Give a better error message when
18591 trying to find a symlink that points to a file that doesn't exist
18592 (bug#4398).
18593
18594 * progmodes/cc-vars.el: Remove (probably) misleading comment
18595 (bug#4396).
18596
18597 2011-07-12 Johan Bockgård <bojohan@gnu.org>
18598
18599 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
18600
18601 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
18602
18603 * mouse-sel.el: Hack restoring functionality, while keeping
18604 compatibility with 2010-07-03 changes to mouse selection.
18605 (mouse-sel-primary-overlay): New var.
18606 (mouse-sel-selection-alist): Use it.
18607 (mouse-sel-mode): Doc fix; remove points that are default features
18608 of mouse.el.
18609
18610 2011-07-12 Johan Bockgård <bojohan@gnu.org>
18611
18612 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18613 Fix previous fix (bug#2490).
18614
18615 2011-07-12 Roland Winkler <winkler@gnu.org>
18616
18617 * textmodes/bibtex.el (bibtex-initialize):
18618 Use pop-to-buffer-same-window.
18619 (bibtex-search-entries): Fix interactive call.
18620
18621 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18622
18623 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18624 Fontise bytecomp Error lines more correctly (bug#2490).
18625 Fix suggested by Johan Bockgård.
18626
18627 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
18628
18629 * dired-x.el (dired-guess-default): Use `delete-dups'.
18630
18631 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
18632
18633 * dired.el (dired-mark-prompt):
18634 * dired-aux.el (dired-read-shell-command): Doc fix.
18635
18636 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18637
18638 * mail/sendmail.el (sendmail-query-once):
18639 Use `customize-save-variable' unconditionally, now that it works under
18640 emacs -Q.
18641
18642 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18643
18644 * cus-edit.el (custom-file): Take an optional no-error variable.
18645 (customize-save-variable): Set the variable, and give a warning if
18646 running under "emacs -q".
18647
18648 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
18649
18650 * loadhist.el (unload-feature-special-hooks):
18651 Add `auto-coding-functions', `fill-nobreak-predicate' and
18652 `find-directory-functions' (bug#5327).
18653
18654 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18655
18656 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
18657
18658 * cus-edit.el (custom-guess-name-alist): -alist variables should
18659 use the `alist' type (bug#3120). Suggested by Drew Adams.
18660
18661 * printing.el: Add documentation to all the `pr-toggle-' commands.
18662
18663 2011-07-11 Leo Liu <sdl.web@gmail.com>
18664
18665 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
18666 backends where it makes sense (bug#2623).
18667
18668 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18669
18670 * dired-x.el (dired-guess-default): Remove duplicate shell command
18671 entries (bug#2028).
18672 (dired-guess-default): Fix grammar in doc string (bug#2028).
18673 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
18674
18675 * subr.el (remove-duplicates): New conveniency function.
18676
18677 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18678
18679 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
18680 (bug#1526).
18681
18682 2011-07-10 Martin Rudalics <rudalics@gmx.at>
18683
18684 * window.el (display-buffer-normalize-default): Don't invert
18685 meaning of even-window-heights. Reported by Eli Zaretskii
18686 <eliz@gnu.org>.
18687
18688 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
18689
18690 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
18691
18692 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
18693
18694 * window.el (display-buffer): Fix arguments to
18695 display-buffer-reuse-window in last change.
18696
18697 * faces.el (link): Use a less saturated blue on light backgrounds.
18698
18699 * startup.el (fancy-startup-text, fancy-about-text)
18700 (fancy-startup-tail): Use font-lock faces, for background safety.
18701
18702 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
18703
18704 * emulation/viper-cmd.el (viper-change-state-to-vi):
18705 Limit triggering of abbrev expansion (Bug#9038).
18706
18707 2011-07-09 Martin Rudalics <rudalics@gmx.at>
18708
18709 * window.el (display-buffer-default-specifiers): Remove.
18710 (display-buffer-macro-specifiers): Remove default specifiers.
18711 (display-buffer-alist): Default to nil.
18712 (display-buffer-reuse-window): New optional argument other-window.
18713 (display-buffer-pop-up-window): Allow splitting internal
18714 windows. Check whether a live window was created.
18715 (display-buffer-other-window-means-other-frame)
18716 (display-buffer-normalize-arguments): Rename to
18717 display-buffer-normalize-argument and rewrite. Set the
18718 other-window specifier.
18719 (display-buffer-normalize-special): New function.
18720 (display-buffer-normalize-options): Rename to
18721 display-buffer-normalize-default and rewrite.
18722 (display-buffer-normalize-options-inhibit): Remove.
18723 (display-buffer-normalize-specifiers): Rewrite.
18724 (display-buffer): Process other-window specifier and call
18725 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
18726 more faithfully.
18727 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
18728 (display-buffer-alist-set): Don't handle 'unset default values.
18729 (display-buffer-in-window, display-buffer-alist-set):
18730 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
18731 <tassilo@member.fsf.org>.
18732
18733 2011-07-09 Leo Liu <sdl.web@gmail.com>
18734
18735 * register.el (insert-register): Restore accidental change on
18736 2011-06-26. (Bug#9028)
18737
18738 2011-07-09 Glenn Morris <rgm@gnu.org>
18739
18740 * subr.el (remq): Handle the empty list. (Bug#9024)
18741
18742 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
18743
18744 * mail/sendmail.el (send-mail-function): No longer delay custom
18745 initialization.
18746 * custom.el (custom-initialize-delay): Doc fix.
18747
18748 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
18749
18750 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
18751
18752 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
18753
18754 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
18755 human-friendly prompt.
18756
18757 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
18758
18759 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
18760 provided by a particular plugin.
18761
18762 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
18763
18764 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
18765 save customizations (with "emacs -Q"), just set the variable
18766 instead of erroring out.
18767
18768 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18769
18770 2011-07-08 Juri Linkov <juri@jurta.org>
18771
18772 * arc-mode.el (archive-zip-expunge, archive-zip-update)
18773 (archive-zip-update-case): Use 7z if found by `executable-find'.
18774 The order of searching the available programs is the same as in
18775 `archive-zip-extract' (bug#8968).
18776
18777 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
18778
18779 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
18780 (menu-bar-options-menu): Tweak descriptions.
18781
18782 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18783
18784 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
18785 menu items into verb phrases (bug#1421). Also refill to fit under
18786 80 columns.
18787
18788 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
18789
18790 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
18791 (Info-read-node-name): Doc fix (Bug#1084).
18792
18793 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
18794 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
18795 (end-of-sexp, beginning-of-sexp)
18796 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
18797 (forward-symbol, forward-same-syntax, word-at-point)
18798 (sentence-at-point): Doc fix (Bug#1144).
18799
18800 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18801
18802 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
18803 should cover it (bug#1281).
18804
18805 * cus-edit.el (custom-show): Mark as obsolete.
18806
18807 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
18808 negotiation fails, then possibly try again with a non-encrypted
18809 connection (bug#9017).
18810
18811 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
18812 be used.
18813
18814 2011-07-07 Richard Stallman <rms@gnu.org>
18815
18816 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
18817 property, and handle its changed format.
18818 Look for the correct line number.
18819 Use file's line contents (but not past first =) to find
18820 correct line in message.
18821
18822 2011-07-07 Kenichi Handa <handa@m17n.org>
18823
18824 * international/characters.el (build-unicode-category-table):
18825 Delete it.
18826 (unicode-category-table): Set it by unicode-property-table-internal.
18827
18828 * international/mule-cmds.el (char-code-property-alist): Move to
18829 to src/chartab.c.
18830 (get-char-code-property): Call unicode-property-table-internal to
18831 load a file. Call get-unicode-property-internal where necessary.
18832 (put-char-code-property): Call unicode-property-table-internal to
18833 load a file. Call put-unicode-property-internal where necessary.
18834 put-unicode-property-internal where necessary.
18835 (char-code-property-description):
18836 Call unicode-property-table-internal to load a file.
18837
18838 * international/charprop.el:
18839 * international/uni-bidi.el:
18840 * international/uni-category.el:
18841 * international/uni-combining.el:
18842 * international/uni-comment.el:
18843 * international/uni-decimal.el:
18844 * international/uni-decomposition.el:
18845 * international/uni-digit.el:
18846 * international/uni-lowercase.el:
18847 * international/uni-mirrored.el:
18848 * international/uni-name.el:
18849 * international/uni-numeric.el:
18850 * international/uni-old-name.el:
18851 * international/uni-titlecase.el:
18852 * international/uni-uppercase.el: Regenerate.
18853
18854 * loadup.el: Load international/charprop.el before
18855 international/characters.
18856
18857 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
18858
18859 * window.el (next-buffer, previous-buffer): Signal an error if
18860 called from a minibuffer window.
18861
18862 * bindings.el: Revert 2011-07-04 change.
18863
18864 2011-07-06 Richard Stallman <rms@gnu.org>
18865
18866 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
18867 (rmail-mime-insert-bulk, rmail-mime-insert-text):
18868 Treat markers like ints.
18869 (rmail-mime-entity): Doc fix.
18870
18871 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18872
18873 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
18874 defcustom again for backwards compatibility.
18875
18876 * simple.el (shell-command-on-region): Fill.
18877
18878 * dired-aux.el (dired-kill-line): Add a doc string.
18879
18880 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
18881 to "\\sw\\|\\s_" (bug#358).
18882
18883 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
18884 (dired-unmark-backward): Ditto.
18885 (dired-flag-backup-files): Ditto.
18886
18887 * dired-x.el (dired-mark-sexp): Ditto.
18888
18889 2011-07-06 Richard Stallman <rms@gnu.org>
18890
18891 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
18892 (rmail-mime-entity): New arg TRUNCATED.
18893 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
18894 New functions.
18895 (rmail-mime-save): Warn if entity is truncated.
18896 (rmail-mime-toggle-hidden): Likewise, for showing.
18897 (rmail-mime-process-multipart): Record when an entity is truncated.
18898
18899 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
18900 if ENTITY is a string.
18901
18902 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18903
18904 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
18905 of faces when `M-C-x'-ing their definitions (bug#8378).
18906 Also clean up the code slightly.
18907
18908 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
18909 because that makes the colors go away.
18910
18911 * mail/sendmail.el (send-mail-function): Change the default to
18912 `sendmail-query-once'.
18913 (sendmail-query-once): Add an autoload cookie.
18914
18915 * net/network-stream.el (network-stream-open-starttls): Try using
18916 a plain connection even if the server offered STARTTLS, and we
18917 kinda wanted to use it, if Emacs doesn't have any STARTTLS
18918 capability. This should make smtpmail.el work in slightly more
18919 configurations.
18920
18921 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
18922
18923 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
18924 New defun.
18925 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
18926
18927 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
18928
18929 * progmodes/sql.el: Version 3.0
18930 (sql-product-alist): Add product :completion-object,
18931 :completion-column, and :statement attributes.
18932 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
18933 (sql-mode-syntax-table): Mark all punctuation.
18934 (sql-font-lock-keywords-builder): Temporarily remove fallback on
18935 ansi keywords.
18936 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
18937 (sql-mode-oracle-font-lock-keywords): Improve.
18938 (sql-oracle-show-reserved-words): New function for development.
18939 (sql-product-font-lock): Simplify for source code buffers.
18940 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
18941 New functions.
18942 (sql-highlight-product): Set product specific syntax table.
18943 (sql-mode-map): Add statement movement functions.
18944 (sql-ansi-statement-starters, sql-oracle-statement-starters):
18945 New variable.
18946 (sql-statement-regexp, sql-beginning-of-statement)
18947 (sql-end-of-statement, sql-signum): New functions.
18948 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
18949 (sql-show-sqli-buffer): Bug fix.
18950 (sql-interactive-mode): Store connection data as buffer local.
18951 (sql-connect): Add NEW-NAME parameter. Redesign interaction
18952 with sql-interactive-mode.
18953 (sql-save-connection): Save buffer local settings.
18954 (sql-connection-menu-filter): Change menu entry name.
18955 (sql-product-interactive): Bug fix.
18956 (sql-preoutput-hold): New variable.
18957 (sql-interactive-remove-continuation-prompt): Bug fixes.
18958 (sql-debug-redirect): New variable.
18959 (sql-str-literal): New function.
18960 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
18961 Redesign.
18962 (sql-oracle-save-settings, sql-oracle-restore-settings)
18963 (sql-oracle-list-all, sql-oracle-list-table): New functions.
18964 (sql-completion-object, sql-completion-column)
18965 (sql-completion-sqlbuf): New variables.
18966 (sql-build-completions-1, sql-build-completions)
18967 (sql-try-completion): New functions.
18968 (sql-read-table-name): Use them.
18969 (sql-contains-names): New buffer local variable.
18970 (sql-list-all, sql-list-table): Use it.
18971 (sql-oracle-completion-types): New variable.
18972 (sql-oracle-completion-object, sql-sqlite-completion-object)
18973 (sql-postgres-completion-object): New functions.
18974
18975 2011-07-06 Glenn Morris <rgm@gnu.org>
18976
18977 * window.el (pop-to-buffer): Doc fix.
18978
18979 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
18980
18981 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
18982
18983 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
18984
18985 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
18986
18987 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
18988
18989 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
18990
18991 * button.el (button): Inherit from link face. Suggested by Dan
18992 Nicolaescu.
18993
18994 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
18995
18996 * progmodes/gdb-mi.el: Fit in 80 columns.
18997 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
18998 switch-to-buffer.
18999
19000 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
19001 if imenu is simply not configured (bug#8941).
19002
19003 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
19004
19005 * allout.el (allout-post-undo-hook): New allout outline-change
19006 event hook to signal undo activity.
19007 (allout-post-command-business): Run allout-post-undo-hook if an
19008 undo just occurred.
19009 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
19010 * allout-widgets.el (allout-widgets-after-undo-function):
19011 Ensure the integrity of the current item's decoration after it has been
19012 in the vicinity of an undo.
19013 (allout-widgets-mode): Include allout-widgets-after-undo-function
19014 on the new allout-post-undo-hook.
19015
19016 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19017
19018 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
19019 Let define-derived-mode define it.
19020 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
19021 cycles of abbrev-table inheritance (bug#8998).
19022
19023 2011-07-05 Roland Winkler <winkler@gnu.org>
19024
19025 * textmodes/bibtex.el: Add support for biblatex.
19026 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
19027 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
19028 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
19029 (bibtex-entry-alist, bibtex-field-alist): New variables.
19030 (bibtex-entry-field-alist): Obsolete alias for
19031 bibtex-BibTeX-entry-alist.
19032 (bibtex-entry-alist, bibtex-field-alist): New widgets.
19033 (bibtex-set-dialect): New command.
19034 (bibtex-entry-type, bibtex-entry-head)
19035 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
19036 Bind via bibtex-set-dialect.
19037 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
19038 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
19039 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
19040 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
19041 Define via bibtex-set-dialect.
19042 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
19043 Obey bibtex-no-opt-remove-re.
19044 (bibtex-vec-push, bibtex-vec-incr): New functions.
19045 (bibtex-format-entry, bibtex-field-list)
19046 (bibtex-print-help-message, bibtex-validate)
19047 (bibtex-search-entries): Use new format of bibtex-entry-alist.
19048
19049 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19050
19051 * progmodes/compile.el (compilation-goto-locus):
19052 * net/tramp-cmds.el (tramp-append-tramp-buffers):
19053 * bs.el (bs-cycle-next, bs-cycle-previous):
19054 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
19055 * bindings.el (mode-line-other-buffer):
19056 * autoinsert.el (auto-insert):
19057 * arc-mode.el (archive-extract):
19058 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
19059
19060 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19061
19062 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
19063 Fix check of `emacs-lock-unlockable-modes'.
19064 Coerce true values of `emacs-lock--try-unlocking' to t.
19065
19066 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19067
19068 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
19069 * emacs-lock.el: New file.
19070
19071 2011-07-05 Julien Danjou <julien@danjou.info>
19072
19073 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
19074 than `boundp' to check if face is set.
19075
19076 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19077
19078 * register.el (registerv-make):
19079 * window.el (window-min-height): Fix typos in docstrings.
19080
19081 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
19082
19083 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
19084 Update doc string.
19085
19086 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19087
19088 * server.el (server-execute): Catch quit and call
19089 `server-return-error' to pass the error back to emacsclient and
19090 close the connection (bug#8942).
19091
19092 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
19093
19094 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
19095 insecure exception for current topic. Also note that auto-saves
19096 are handled differently.
19097
19098 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
19099 State variables for tracking auto-save inhibition situation.
19100
19101 (allout-write-contents-hook-handler): Rename from
19102 'allout-write-file-hook-handler', and describe how it depends on
19103 write-contents-functions sensitivity to non-nil value to prevent
19104 file write.
19105
19106 (allout-auto-save-hook-handler): Remove. auto-save does not check
19107 this in individual buffers, only in the starting buffer, so this
19108 is not the right way for us to inhibit auto-save in a buffer
19109 according to its condition.
19110
19111 (allout-mode): Use new allout-write-contents-hook-handler, and
19112 only with write-contents-functions. Remove auto-save provisions -
19113 they're implemented elsewhere.
19114
19115 (allout-before-change-handler): If undo is in progress, note that
19116 for attention of allout-post-command-business.
19117
19118 (allout-post-command-business): If the command we're following was
19119 an undo, check for change in the status of encrypted items and
19120 adjust auto-save inhibitions accordingly.
19121
19122 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
19123 according to whether there are or aren't any plain-text topics
19124 pending encryption.
19125
19126 (allout-inhibit-auto-save-info-for-decryption):
19127 Adjust buffer-saved-size and some allout state to inhibit auto-saves
19128 if there are plain-text topics pending encryption.
19129
19130 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
19131 buffer-saved-size and some allout state to not inhibit auto-saves
19132 if there are no longer any plain-text topics pending encryption.
19133
19134 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
19135 No longer provide for exemption of the current topic.
19136
19137 2011-07-04 Juri Linkov <juri@jurta.org>
19138
19139 Add 7z operations to delete and save changed members (bug#8968).
19140 * arc-mode.el (archive-7z-expunge, archive-7z-update):
19141 New defcustoms.
19142 (archive-7z-write-file-member): New function.
19143 (archive-7z-summarize): Fix the number of dashes in the
19144 listing output.
19145
19146 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19147
19148 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
19149 (bug#8958).
19150
19151 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
19152
19153 * bindings.el: Ignore next-buffer and previous-buffer in
19154 minibuffer-local-map.
19155
19156 * font-lock.el (font-lock-builtin-face): Change light background
19157 color to dark slate blue (Bug#6693).
19158
19159 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
19160
19161 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
19162
19163 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19164
19165 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
19166 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19167 Add switch-to-buffer.
19168
19169 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19170
19171 * isearch.el (isearch-search-fun-function): Clarify further the
19172 meaning of the function returned.
19173
19174 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
19175
19176 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
19177
19178 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
19179 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
19180 Use it.
19181 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
19182 `tramp-default-remote-path' does not exist.
19183 (tramp-send-command-and-read): New optional argument NOERROR.
19184 (tramp-open-connection-setup-interactive-shell)
19185 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
19186 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
19187 (tramp-process-sentinel): Flush also process' connection property.
19188 (tramp-sh-handle-start-file-process): Do not set process
19189 sentinel. It is done now ...
19190 (tramp-maybe-open-connection): ... here. (Bug#8929)
19191
19192 2011-07-04 MON KEY <monkey@sandpframing.com>
19193
19194 * play/animate.el (animate-string): Doc fixes and allow changing
19195 the buffer name (bug#5417).
19196
19197 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19198
19199 * play/animate.el (animation-buffer-name): Rename from *animate*.
19200
19201 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
19202
19203 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
19204 This is simpler and helps future-proof the code.
19205 (timer-until): Use time-subtract and float-time.
19206 (timer--time-less-p): Use time-less-p.
19207
19208 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19209
19210 * type-break.el (timep): Use the value of `float-time' to avoid a
19211 byte-compiler warning.
19212
19213 * server.el (server-eval-and-print): Return any result, even nil.
19214
19215 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
19216
19217 * type-break.el: Accept time formats that the builtins accept.
19218 (timep, type-break-time-difference): Accept any format that
19219 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
19220 This is simpler and helps future-proof the code.
19221 (type-break-time-difference): Round rather than ignoring
19222 subseconds components.
19223
19224 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19225
19226 * info.el (Info-apropos-matches): Make non-interactive, since it
19227 doesn't seem to do anything useful as a command (bug#8829).
19228
19229 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
19230
19231 * frame.el (frame-background-mode, frame-set-background-mode):
19232 Move from faces.el.
19233 (frame-default-terminal-background): New function.
19234
19235 * custom.el (custom-push-theme): Don't record faces in `changed'
19236 theme; this doesn't work correctly for per-frame face settings.
19237 (disable-theme): Use face-set-after-frame-default to reset faces.
19238 (custom--frame-color-default): New function.
19239
19240 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19241
19242 * dired.el (dired-flagging-regexp): Remove unused variable
19243 (bug#8769).
19244
19245 2011-03-29 Kevin Ryde <user42@zip.com.au>
19246
19247 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19248 `perl-Test2' extend to match possible "fail #N" rep count
19249 (bug#8377).
19250
19251 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19252
19253 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
19254 `smtpmail-via-smtp' now returns the error instead of nil.
19255
19256 * isearch.el (isearch-search-fun-function): Clarify the doc string
19257 (bug#8101).
19258
19259 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
19260
19261 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
19262 unnecessary spaces (bug#8987).
19263
19264 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19265
19266 * net/network-stream.el (open-network-stream): Use the
19267 :end-of-capability command thoughout.
19268
19269 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19270
19271 * net/network-stream.el (open-network-stream): Add the
19272 :end-of-capability command parameter, used by pop3.el.
19273
19274 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19275
19276 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
19277
19278 * fringe.el (fringe-query-style): Remove redundant text " (type ?
19279 for list)" (bug#6475).
19280
19281 * files.el (file-expand-wildcards): Ignore non-readable
19282 sub-directories while trying to find matches instead of signaling
19283 an error (bug#6297).
19284
19285 * man.el (Man-reference-regexp): Allow matching possible
19286 word-wrapped references (bug#6289).
19287
19288 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
19289 for consistency with the other vc buffers (bug#6197).
19290 (vc-checkin): Ditto.
19291
19292 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
19293
19294 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
19295
19296 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19297
19298 * custom.el (defcustom): Clarify that :set is only used in the
19299 Customize user interface (bug#6089).
19300
19301 * progmodes/flymake.el (flymake-mode): If the buffer isn't
19302 associated with a file, refuse to run instead of erroring out
19303 (bug#6084).
19304
19305 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
19306 the doc string, since it appears that using `fill-column' always
19307 controls the width (bug#7845).
19308
19309 * simple.el (shell-command-on-region): Say where the error output
19310 went if `shell-command-default-error-buffer' is set (bug#6857).
19311
19312 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
19313
19314 * allout.el (allout-yank-processing): Adjust cursor position for
19315 backwards-deleted space.
19316
19317 (allout-rebullet-heading): Register changes with
19318 allout-exposure-changed-hook, so the modified topic is properly
19319 decorated.
19320
19321 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19322
19323 * minibuffer.el (completion-in-region): Document PREDICATE
19324 (bug#7136).
19325
19326 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
19327 of keyword/argument pairs (bug#6904).
19328
19329 * replace.el (multi-occur):
19330 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
19331
19332 2011-07-02 Drew Adams <drew.adams@oracle.com>
19333
19334 * dired.el (dired-mark-if): Make the message about whether it's
19335 marking or unmarking clearer (bug#8523).
19336
19337 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19338
19339 * disp-table.el (display-table-print-array): New function.
19340 (describe-display-table): Use it to print the vectors more pretty
19341 (Bug#8859).
19342
19343 2011-07-02 Martin Rudalics <rudalics@gmx.at>
19344
19345 * window.el (window-state-get-1): Don't assign clone numbers.
19346 Add clone-of item to list of window parameters.
19347 (window-state-put-2): Don't process clone numbers.
19348 (display-buffer-alist): Fix doc-string.
19349
19350 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19351
19352 * subr.el (remq): Don't allocate if it's not needed.
19353 (keymap--menu-item-binding, keymap--menu-item-with-binding)
19354 (keymap--merge-bindings): New functions.
19355 (keymap-canonicalize): Use them to refine the canonicalization.
19356 * minibuffer.el (minibuffer-local-completion-map)
19357 (minibuffer-local-must-match-map): Move initialization from C.
19358 (minibuffer-local-filename-completion-map): Move initialization from C;
19359 don't inherit from anything here.
19360 (minibuffer-local-filename-must-match-map): Make obsolete.
19361 (completing-read-default): Use make-composed-keymap to combine
19362 minibuffer-local-filename-completion-map with either
19363 minibuffer-local-must-match-map or
19364 minibuffer-local-filename-completion-map.
19365
19366 2011-07-01 Glenn Morris <rgm@gnu.org>
19367
19368 * type-break.el (type-break-time-sum): Use dolist.
19369
19370 * textmodes/flyspell.el (flyspell-word-search-backward):
19371 Replace CL function.
19372
19373 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19374
19375 * mouse.el (mouse--strip-first-event): New function.
19376 (function-key-map): Use it to map fringe clicks to normal clicks
19377 by default.
19378
19379 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
19380 (vc-bzr-revision-completion-table): Add support for annotate and date.
19381
19382 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
19383 inherit from parent.
19384
19385 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19386
19387 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
19388 (dired-show-file-type): Doc fixup (bug#8818).
19389
19390 * dired.el (dired-mode): Fix up the doc string as suggested by
19391 Drew Adams (bug#8817).
19392
19393 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
19394 cookie, since the manual says that it should be possible to add
19395 this function to `find-file-hook' (bug#8709).
19396
19397 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19398
19399 * progmodes/cfengine.el: Moved all cfengine3.el functionality
19400 here. Noted Ted Zlatanov as the maintainer.
19401 (cfengine-common-settings, cfengine-common-syntax): New functions
19402 to set up common things between `cfengine-mode' and
19403 `cfengine3-mode'.
19404 (cfengine3-mode): New mode.
19405 (cfengine3-defuns cfengine3-defuns-regex
19406 (cfengine3-class-selector-regex cfengine3-category-regex)
19407 (cfengine3-vartypes cfengine3-font-lock-keywords)
19408 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
19409 (cfengine3-indent-line): Add from cfengine3.el.
19410
19411 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
19412
19413 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
19414
19415 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
19416
19417 2011-07-01 Martin Rudalics <rudalics@gmx.at>
19418
19419 * window.el (same-window-buffer-names, same-window-regexps)
19420 (same-window-p, special-display-frame-alist)
19421 (special-display-popup-frame, special-display-function)
19422 (special-display-buffer-names, special-display-regexps)
19423 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
19424 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19425 (split-window-preferred-function, split-height-threshold)
19426 (split-width-threshold, even-window-heights)
19427 (display-buffer-mark-dedicated, window-splittable-p)
19428 (split-window-sensibly, window-safely-shrinkable-p):
19429 Un-obsolete.
19430 (display-buffer): Don't spread args with function specifier
19431 because special-display-popup-frame won't like it.
19432
19433 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
19434
19435 Time-stamp simplifications and fixes.
19436 These improve accuracy slightly, and future-proof the code
19437 against some potential changes to current-time format.
19438
19439 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
19440 by using time-since and float-time.
19441
19442 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
19443 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
19444 + NNN microseconds".
19445
19446 * type-break.el (type-break-time-sum): Rewrite using time-add.
19447
19448 * play/hanoi.el (hanoi-current-time-float): Remove.
19449 All uses replaced by float-time.
19450
19451 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
19452 This yields a more-accurate answer.
19453 (rng-time-to-float): Remove; no longer needed.
19454
19455 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
19456
19457 * calendar/timeclock.el (timeclock-seconds-to-time):
19458 Defalias to seconds-to-time, since they're the same thing.
19459
19460 * emacs-lisp/elp.el (elp-elapsed-time):
19461 * emacs-lisp/benchmark.el (benchmark-elapse):
19462 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
19463
19464 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19465
19466 * window.el (bury-buffer): Don't iconify the only frame.
19467 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
19468 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
19469
19470 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
19471
19472 * eshell/em-smart.el (eshell-smart-display-navigate-list):
19473 Add mouse-yank-primary.
19474
19475 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19476
19477 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
19478
19479 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19480
19481 * emacs-lisp/find-func.el (find-library--load-name): New fun.
19482 (find-library-name): Use it to find relative load names when provided
19483 absolute file name (bug#8803).
19484
19485 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19486
19487 * textmodes/flyspell.el (flyspell-word): Consider words that
19488 differ only in case as potential doublons (bug#5687).
19489
19490 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
19491 Remove two rather uninteresting debugging-like messages to make
19492 debbugs.el more silent.
19493
19494 * comint.el (comint-password-prompt-regexp): Accept "Response" as
19495 a password-like phrase.
19496
19497 2011-06-30 Masatake YAMATO <yamato@redhat.com>
19498
19499 * progmodes/cc-guess.el: New file.
19500
19501 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
19502
19503 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
19504 derived from `c-basic-common-init'.
19505
19506 * progmodes/cc-mode.el (top-level): Require cc-guess.
19507 (c-basic-common-init): Use `cc-choose-style-for-mode'.
19508
19509 2011-06-30 Lawrence Mitchell <wence@gmx.li>
19510
19511 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
19512
19513 2011-06-30 Alan Mackenzie <acm@muc.de>
19514
19515 * progmodes/cc-engine.el (c-guess-continued-construct):
19516 Correct the handling of template-args-cont, particularly for when font
19517 lock is disabled. Name this case as "CASE G".
19518
19519 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
19520
19521 * allout.el (allout-yank-processing): Fix injection of extra space
19522 between bullet and non-whitespace character in first topic when
19523 pasting, ensuring that the actual spacing in the pasted topic
19524 following the bullet char is preserved. This extra space was
19525 causing pasted encrypted topics to get a decrypted status even
19526 when the content was actually still encrypted. Now the decryption
19527 status from before the paste is preserved.
19528
19529 (allout-flag-region): Set all allout overlays so they evaporate
19530 when reduced to zero length (evanescent), to prevent overlay
19531 leakage.
19532
19533 2011-06-30 Glenn Morris <rgm@gnu.org>
19534
19535 * w32-fns.el (w32-charset-info-alist): Declare.
19536
19537 * find-dired.el (find-grep-options): Simplify.
19538
19539 * term/ns-win.el (ns-set-resource): Declare.
19540
19541 * ses.el (row, col): Declare dynamic variables honestly.
19542
19543 * textmodes/reftex-parse.el (index-tags): Declare.
19544
19545 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
19546
19547 * cus-edit.el (customize-push-and-save): New function.
19548
19549 * files.el (hack-local-variables-confirm): Use it.
19550
19551 * custom.el (load-theme): New arg NO-CONFIRM.
19552 Use customize-push-and-save (Bug#8720).
19553 (custom-enabled-themes): Doc fix.
19554
19555 * cus-theme.el (customize-create-theme)
19556 (custom-theme-merge-theme): Callers to load-theme changed.
19557
19558 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19559
19560 * thingatpt.el (thing-at-point-short-url-regexp): Require that
19561 short URLs have at least one dot in them (bug #7614).
19562
19563 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
19564 nil, because using a pty is apparently too slow (bug #895).
19565
19566 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
19567
19568 * mail/sendmail.el (sendmail-query-once): New function.
19569 (sendmail-query-once-function): New variable.
19570
19571 2011-06-29 Glenn Morris <rgm@gnu.org>
19572
19573 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
19574
19575 * ses.el (top-level): Require cl when compiling.
19576 (ses-set-localvars): Fix error statement.
19577 Call it at compile time to silence a storm of warnings.
19578
19579 2011-06-29 Martin Rudalics <rudalics@gmx.at>
19580
19581 * window.el (normalize-live-buffer): Rename to
19582 window-normalize-buffer.
19583 (normalize-live-frame): Rename to window-normalize-frame.
19584 (normalize-any-window): Rename to window-normalize-any-window.
19585 (normalize-live-window): Rename to window-normalize-live-window.
19586 (make-window-atom): Rename to window-make-atom.
19587 (window-resize-reset): Rename to window--resize-reset.
19588 (window-resize-reset-1): Rename to window--resize-reset-1.
19589 (resize-mini-window): Rename to window--resize-mini-window.
19590 (resize-subwindows-skip-p): Rename to
19591 window--resize-subwindows-skip-p.
19592 (resize-subwindows-normal): Rename to
19593 window--resize-subwindows-normal.
19594 (resize-subwindows): Rename to window--resize-subwindows.
19595 (resize-other-windows): Rename to window--resize-siblings.
19596 (resize-this-window): Rename to window--resize-this-window.
19597 (resize-root-window): Rename to window--resize-root-window.
19598 (resize-root-window-vertically): Rename to
19599 window--resize-root-window-vertically.
19600 (normalize-buffer-to-display): Rename to
19601 window-normalize-buffer-to-display.
19602 (normalize-buffer-to-switch-to): Rename to
19603 window-normalize-buffer-to-switch-to.
19604 Correspondingly update all callers of the functions listed
19605 above.
19606 (display-buffer-alist, display-buffer-normalize-arguments)
19607 (display-buffer-normalize-options, display-buffer)
19608 (display-buffer-alist-set): Use "function" instead of
19609 "fun-with-args".
19610
19611 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
19612
19613 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
19614 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
19615 debbugs.gnu.org. Mention acknowledgment email.
19616
19617 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
19618
19619 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
19620 buffer multibyteness, since it shouldn't matter.
19621
19622 2011-06-28 Martin Rudalics <rudalics@gmx.at>
19623
19624 * window.el (display-buffer-in-side-window): Handle dedicated
19625 windows as in display-buffer-reuse-window.
19626 (display-buffer-normalize-alist): Use value of override
19627 specifier.
19628 (display-buffer-normalize-specifiers): Use value of
19629 other-window-means-other-frame specifier.
19630 (display-buffer-alist): Rewrite some texts in widgets.
19631 (display-buffer): Spread arguments when calling function
19632 specified by fun-with-args.
19633
19634 2011-06-28 Deniz Dogan <deniz@dogan.se>
19635
19636 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19637 Unnest `let'.
19638
19639 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
19640 selectors (Bug#5732).
19641 (css-proprietary-nmstart-re): Use `regexp-opt'.
19642
19643 2011-06-27 Jari Aalto <jari.aalto@cante.net>
19644
19645 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
19646 (eshell-ls-date-format): New defcustom.
19647 (eshell-ls-file): Use it.
19648
19649 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19650
19651 * help-fns.el (describe-variable): Fix message for terminal-local vars.
19652
19653 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
19654
19655 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
19656 (ange-ftp-make-tmp-name): New arg.
19657 (ange-ftp-file-local-copy): Use it.
19658
19659 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
19660
19661 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
19662 no-conversion (Bug#8870).
19663
19664 2011-06-27 Martin Rudalics <rudalics@gmx.at>
19665
19666 * window.el (window-right, window-left, window-child)
19667 (window-child-count, window-last-child)
19668 (window-iso-combination-p, walk-window-tree-1)
19669 (window-atom-check-1, window-tree-1, delete-window)
19670 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
19671 new naming conventions - window-vchild, window-hchild,
19672 window-next and window-prev are now called window-top-child,
19673 window-left-child, window-next-sibling and window-prev-sibling
19674 respectively.
19675 (resize-window-reset): Rename to window-resize-reset.
19676 (resize-window-reset-1): Rename to window-resize-reset-1.
19677 (resize-window): Rename to window-resize.
19678 (window-min-height, window-min-width)
19679 (resize-mini-window, resize-this-window, resize-root-window)
19680 (resize-root-window-vertically, adjust-window-trailing-edge)
19681 (enlarge-window, shrink-window, maximize-window)
19682 (minimize-window, delete-window, quit-restore-window)
19683 (split-window, balance-windows, balance-windows-area-adjust)
19684 (balance-windows-area, window-state-put-2)
19685 (display-buffer-even-window-sizes, display-buffer-set-height)
19686 (display-buffer-set-width, set-window-text-height)
19687 (fit-window-to-buffer): Rename all "resize-window" prefixed
19688 calls to use the "window-resize" prefix convention.
19689 (display-buffer-alist): Fix symbol for label specifier.
19690 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
19691 corresponding specifier.
19692 Reported by Juanma Barranquero <lekktu@gmail.com>.
19693
19694 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
19695
19696 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
19697 convention.
19698 (ses-call-printer): Does not pass an empty string to formatter when the
19699 cell is empty to keep from barking printer Calc math-format-value.
19700
19701 2011-06-27 Richard Stallman <rms@gnu.org>
19702
19703 * battery.el (battery-mode-line-limit): New variable.
19704 (battery-update): Handle it.
19705
19706 * mail/rmailmm.el (rmail-mime-process-multipart):
19707 Handle truncated messages.
19708
19709 2011-06-27 Glenn Morris <rgm@gnu.org>
19710
19711 * progmodes/flymake.el (flymake-err-line-patterns):
19712 Allow for column numbers in the ant/javac pattern. (Bug#8866)
19713
19714 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
19715
19716 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
19717 (ses--clean-!, ses--clean-_): New functions.
19718 (ses-range): Add configurability of readout order, and conversion
19719 to Calc vector.
19720
19721 * ses.el (ses-repair-cell-reference-all): New function.
19722 (ses-cell-symbol): Set macro as safe, so that it can be used in
19723 formulas.
19724
19725 * ses.el: Update cycle detection algorithm.
19726 (ses-localvars): Add ses--Dijkstra-attempt-nb and
19727 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
19728 (ses-set-localvars): New function.
19729 (ses-make-cell): Add property-list as a cell element.
19730 (ses-cell-property-get-fun, ses-cell-property-get)
19731 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
19732 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
19733 New functions.
19734 (ses-cell-property-set, ses-cell-property-pop)
19735 (ses-cell-property-get-handle): New macro.
19736 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
19737 New aliases, used for code readability.
19738 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
19739 cycle detection.
19740 (ses-self-reference-early-detection): New defcustom.
19741 (ses-formula-references): Robustify against self-referring cells.
19742 (ses-mode): Use ses-set-localvars.
19743 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
19744 before lauching the update processing.
19745 (ses-initialize-Dijkstra-attempt): New function.
19746 (ses-recalculate-cell): Update for cycle detection based on
19747 Dijkstra algorithm.
19748
19749 * ses.el: Fix commenting and indenting convention.
19750
19751 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19752
19753 * bs.el (bs-cycle-next): Complete last change.
19754
19755 2011-06-27 Drew Adams <drew.adams@oracle.com>
19756
19757 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
19758
19759 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19760
19761 * net/network-stream.el (network-stream-open-starttls):
19762 Don't re-get capabilities unless we've reestablished connection.
19763 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
19764
19765 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
19766 to binary to possibly avoid line encoding issues on Windows (among
19767 other things).
19768
19769 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
19770
19771 * net/network-stream.el (open-network-stream): Return an :error
19772 saying what the problem was, if possible.
19773
19774 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
19775 server.
19776
19777 * net/network-stream.el (network-stream-open-starttls): If we
19778 wanted to use STARTTLS, and the server offered it, but we weren't
19779 able to because we had no STARTTLS support, then close the connection.
19780 (open-network-stream): Return an :error element, if present.
19781
19782 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
19783
19784 * hl-line.el (hl-line-sticky-flag): Doc fix.
19785 (global-hl-line-sticky-flag): New option (Bug#8323).
19786 (global-hl-line-highlight): Obey it.
19787
19788 * vc/vc.el (vc-revert-show-diff): Default to t.
19789
19790 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
19791
19792 * allout-widgets.el (allout-widgets-post-command-business):
19793 Stop decorating intermediate isearch matches. They're not being
19794 undecorated when an isearch is continued past, and isearch
19795 automatically collapses them. This leads to "widget leaks", where
19796 decorated items accumulate in collapsed areas. Lines with lots of
19797 hidden widgets can slow down cursor travel, substantially.
19798 Too much complicated machinery would be needed to ensure undecoration,
19799 so we're doing without this nicety.
19800
19801 (allout-widgets-tally-string): Don't try to do a hash-table-count
19802 of allout-widgets-tally when it's nil. This eliminates spurious "Error
19803 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
19804 *Messages* when allout-widgets-maintain-tally is t.
19805
19806 2011-06-26 Martin Rudalics <rudalics@gmx.at>
19807
19808 * window.el (display-buffer-normalize-argument): Rename to
19809 display-buffer-normalize-arguments. Handle special meaning of
19810 LABEL argument. Respect special-display-function when popping up
19811 a new frame. Fix code searching for a window showing the buffer
19812 on another frame.
19813 (display-buffer-normalize-specifiers):
19814 Call display-buffer-normalize-arguments.
19815 (display-buffer-in-window): Don't undedicate the window if its
19816 buffer remains the same.
19817 Reported by Drew Adams <drew.adams@oracle.com>.
19818 (display-buffer-alist): Add choice for same-window macro
19819 specfier.
19820 (display-buffer): Mention special meaning of LABEL argument in
19821 doc-string. Fix quoting. Don't pop up a new frame even as
19822 fallback.
19823
19824 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
19825
19826 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
19827 avoid deleting the current window in some cases (bug#8911).
19828
19829 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
19830
19831 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
19832 (Bug#8934)
19833
19834 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
19835
19836 * net/network-stream.el (network-stream-open-starttls):
19837 Use built-in TLS support if `gnutls-available-p' is true.
19838 (network-stream-open-tls): Ditto.
19839
19840 2011-06-26 Leo Liu <sdl.web@gmail.com>
19841
19842 * register.el (registerv): New struct.
19843 (registerv-make): New function.
19844 (jump-to-register, describe-register-1, insert-register):
19845 Support the jump-func, print-func and insert-func slot of a registerv
19846 struct. (Bug#8415)
19847
19848 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
19849
19850 * vc/vc.el (vc-revert-show-diff): New defcustom.
19851 (vc-diff-internal): New arg specifying diff buffer.
19852 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
19853 reuse an existing *vc-diff* buffer (Bug#8927).
19854
19855 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
19856
19857 2011-06-26 Glenn Morris <rgm@gnu.org>
19858
19859 * progmodes/f90.el (f90-critical-indent): New option.
19860 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
19861 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
19862 (f90-mode): Doc fix.
19863 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
19864 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
19865 (f90-beginning-of-block, f90-next-block, f90-indent-region)
19866 (f90-match-end): Handle block, critical.
19867
19868 2011-06-25 Glenn Morris <rgm@gnu.org>
19869
19870 * calendar/diary-lib.el (diary-included-files): Doc fix.
19871 (diary-include-files): New function, extracted from
19872 diary-include-other-diary-files and diary-mark-included-diary-files.
19873 (diary-include-other-diary-files, diary-mark-included-diary-files):
19874 Just call diary-include-files.
19875 (diary-mark-entries): Reset diary-included-files on first call.
19876
19877 * calendar/diary-lib.el (diary-mark-entries)
19878 (diary-mark-included-diary-files):
19879 Visit included diary-files in temp buffers.
19880
19881 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
19882 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
19883 (f90-start-block-re, f90-imenu-generic-expression)
19884 (f90-looking-at-program-block-start, f90-no-block-limit):
19885 Add support for submodules.
19886
19887 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
19888 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
19889
19890 2011-06-25 Eli Zaretskii <eliz@gnu.org>
19891
19892 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
19893 buffer-file-type before setting its value, to avoid disastrous
19894 global effects on decoding files for DOS/Windows systems. (Bug#8780)
19895
19896 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
19897
19898 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
19899
19900 * ses.el (ses-unload-function):
19901 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
19902
19903 * proced.el (proced-unload-function):
19904 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
19905
19906 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
19907
19908 * server.el (server-create-window-system-frame): Add parameters arg.
19909 (server-process-filter): Doc fix. Handle frame-parameters.
19910
19911 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
19912
19913 Fix bug#8730, bug#8781.
19914
19915 * loadhist.el (unload--set-major-mode): New function.
19916 (unload-feature): Use it.
19917
19918 * progmodes/python.el (python-after-info-look): Add autoload cookie.
19919 (python-unload-function): New function.
19920
19921 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
19922
19923 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
19924
19925 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
19926
19927 * net/browse-url.el (browse-url-firefox-program): Add icecat to
19928 the candidates list.
19929
19930 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
19931
19932 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
19933
19934 2011-06-23 Richard Stallman <rms@gnu.org>
19935
19936 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
19937 (rmail-variables): Set next-error-move-function.
19938 (rmail-what-message): Take argument POS.
19939 (rmail-next-error-move): New function.
19940
19941 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
19942
19943 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
19944 messages for adjacent non-terminals.
19945
19946 2011-06-23 Richard Stallman <rms@gnu.org>
19947
19948 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
19949 (rmail-show-message-1): Preserve buffer modified flag.
19950 (rmail-start-mail): Don't specify use of rmail-mail-return;
19951 that's done by mail-bury now.
19952 (rmail-mail-return): Handle arg NEWBUF.
19953
19954 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
19955
19956 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
19957 SIZE is a number.
19958
19959 2011-06-23 Martin Rudalics <rudalics@gmx.at>
19960
19961 * window.el (get-lru-window, get-mru-window)
19962 (get-largest-window): Never return a minibuffer window.
19963 (display-buffer-pop-up-window): Fix a bug that could lead to
19964 reusing the minibuffer window.
19965 (display-buffer): Pass original specifier argument to
19966 display-buffer-function instead of the normalized one.
19967 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19968
19969 2011-06-22 Leo Liu <sdl.web@gmail.com>
19970
19971 * minibuffer.el (completing-read-function)
19972 (completing-read-default): Move from minibuf.c.
19973
19974 2011-06-22 Richard Stallman <rms@gnu.org>
19975
19976 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
19977 to Rmail even if not started by a special Rmail command.
19978
19979 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
19980 Copy the buffer currently showing just one message.
19981
19982 2011-06-22 Roland Winkler <winkler@gnu.org>
19983
19984 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
19985 (bibtex-clean-entry): First delete the old key so that a
19986 customized algorithm for generating the new key does not get
19987 confused by the old key.
19988 (bibtex-url): Obey regexp of first step.
19989 (bibtex-search-entries): Do not use add-to-list with local
19990 list-var.
19991
19992 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
19993
19994 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
19995 stored a user name, then query for the password first, instead of
19996 waiting for SMTP to give an error message and the trying again.
19997
19998 2011-06-22 Lawrence Mitchell <wence@gmx.li>
19999
20000 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
20001 BUFFER in call-process.
20002
20003 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20004
20005 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
20006 QUIT twice.
20007 (smtpmail-try-auth-methods): Require user name and password from
20008 auth-source.
20009
20010 2011-06-22 Martin Rudalics <rudalics@gmx.at>
20011
20012 * window.el (display-buffer-default-specifiers)
20013 (display-buffer-alist): Remove entries for pop-up-frame-alist.
20014 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
20015 (split-window): Normalize SIDE argument (Bug#8916).
20016
20017 * frame.el (pop-up-frame-alist, pop-up-frame-function)
20018 (special-display-frame-alist, special-display-popup-frame):
20019 Remove duplicate declarations. These are now in window.el.
20020
20021 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20022
20023 * mail/smtpmail.el (smtpmail-via-smtp):
20024 Set :use-starttls-if-possible so that we always use STARTTLS if the
20025 server supports it. SMTP servers that support STARTTLS commonly
20026 require it.
20027
20028 * net/network-stream.el (network-stream-open-starttls): Support
20029 upgrading to STARTTLS always, even if we don't have built-in support.
20030 (open-network-stream): Add the :always-query-capabilities keyword.
20031
20032 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
20033 upgrades with `open-network-stream', and rely solely on
20034 auth-source for all credentials. Big changes throughout the file,
20035 but in particular:
20036 (smtpmail-auth-credentials): Remove.
20037 (smtpmail-starttls-credentials): Remove.
20038 (smtpmail-via-smtp): Check for servers saying they want AUTH after
20039 MAIL FROM, too.
20040
20041 * net/network-stream.el (network-stream-open-starttls):
20042 Provide support for client certificates both for external and built-in
20043 STARTTLS.
20044 (auth-source): Require.
20045 (open-network-stream): Document the :client-certificate keyword.
20046 (network-stream-certificate): Change cert-cert to cert and
20047 cert-key to key.
20048
20049 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
20050
20051 * net/tramp-cache.el (top): Don't load the persistency file when
20052 "emacs -Q" has been called.
20053
20054 2011-06-21 Tim Harper <timcharper@gmail.com>
20055
20056 * term/ns-win.el (ns-initialize-window-system):
20057 Set application-specific `ApplePressAndHoldEnabled' system
20058 resource to NO as it is not yet supported by the NS port.
20059
20060 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
20061
20062 * misc.el (list-dynamic-libraries--refresh): Compute header here...
20063 (list-dynamic-libraries): ...not here.
20064
20065 2011-06-21 Leo Liu <sdl.web@gmail.com>
20066
20067 * subr.el (sha1): Implement sha1 using secure-hash.
20068
20069 2011-06-21 Martin Rudalics <rudalics@gmx.at>
20070
20071 * window.el (display-buffer-alist): In default value do not
20072 enforce searching a window on any but the selected frame.
20073 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20074 (display-buffer-select-window): Remove function.
20075 (display-buffer-in-window): When a window on another frame gets
20076 reused, do not select it any more but just raise its frame if
20077 necessary (Bug#8851) and (Bug#8856).
20078 (display-buffer-normalize-options): Handle pop-up-frames related
20079 options more faithfully.
20080 (pop-to-buffer): Don't rely on `display-buffer' selecting the
20081 window if it is on another frame.
20082 (display-buffer-alist, display-buffer-default-specifiers):
20083 Don't make new frame unsplittable by default.
20084 (display-buffer-normalize-argument): Fix doc-string typo and use
20085 'same-frame-other-window instead of 'other-window when associating
20086 with display-buffer-macro-specifiers.
20087
20088 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
20089
20090 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
20091 New functions.
20092 (5x5-mode-map, 5x5-mode-menu): Bind them.
20093 (5x5-draw-grid): Tweak the solver's rendering.
20094
20095 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20096
20097 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
20098 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
20099
20100 2011-06-21 Drew Adams <drew.adams@oracle.com>
20101
20102 * menu-bar.el: Use function variable instead of switch-to-buffer.
20103 (menu-bar-select-buffer-function): New variable.
20104 (menu-bar-update-buffers): Use it (bug#8876).
20105
20106 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20107
20108 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
20109 variable's status.
20110
20111 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
20112
20113 * x-dnd.el (x-dnd-version-from-flags)
20114 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
20115 and long as number (Bug#8899).
20116 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
20117
20118 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20119
20120 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
20121 (completion-try-completion, completion-all-completions): Compute the
20122 metadata argument if it's missing; make it optional (bug#8795).
20123
20124 * wid-edit.el: Use lex-bind and move towards completion-at-point.
20125 (widget-complete): Use new :completion-function property.
20126 (widget-completions-at-point): New function.
20127 (default): Use :completion-function instead of :complete.
20128 (widget-default-completions): Rename from widget-default-complete;
20129 Rewrite.
20130 (widget-string-complete, widget-file-complete, widget-color-complete):
20131 Remove functions.
20132 (file, symbol, function, variable, coding-system, color):
20133 * international/mule-cmds.el (default-input-method, charset)
20134 (language-info-custom-alist):
20135 * cus-edit.el (face): Use new property :completions.
20136
20137 * progmodes/pascal.el (pascal-completions-at-point): New function.
20138 (pascal-mode): Use it.
20139 (pascal-mode-map): Use completion-at-point.
20140 (pascal-toggle-completions): Make obsolete.
20141 (pascal-complete-word, pascal-show-completions):
20142 * progmodes/octave-mod.el (octave-complete-symbol):
20143 Redefine as obsolete alias.
20144 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
20145 Signal absence of completion info for old Octave,
20146 (inferior-octave-complete): Redefine as obsolete alias.
20147 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
20148 (meta-completions-at-point): Rename from meta-complete-symbol and
20149 adapt it for use on completion-at-point-functions.
20150 (meta-common-mode): Use it.
20151 (meta-looking-at-backward, meta-match-buffer): Remove.
20152 (meta-complete-symbol): Redefine as obsolete alias.
20153 (meta-common-mode-map): Use completion-at-point.
20154 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
20155 (makefile-mode-map): Use completion-at-point.
20156 (makefile-completions-at-point): Rename from makefile-complete and
20157 adapt it for use on completion-at-point-functions.
20158 (makefile-mode): Use it.
20159 (makefile-complete): Redefine as obsolete alias.
20160
20161 2011-06-20 Deniz Dogan <deniz@dogan.se>
20162
20163 * net/rcirc.el: Delete trailing whitespaces once and for all.
20164
20165 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
20166
20167 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
20168
20169 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
20170
20171 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
20172
20173 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
20174
20175 2011-06-19 Martin Rudalics <rudalics@gmx.at>
20176
20177 * window.el (display-buffer-other-window-means-other-frame):
20178 Call display-buffer-normalize-alist.
20179 (display-buffer-normalize-specifiers-1): Rename to
20180 display-buffer-normalize-argument. New argument other-frame.
20181 Rewrite.
20182 (display-buffer-normalize-specifiers-2): Rename to
20183 display-buffer-normalize-options.
20184 (display-buffer-normalize-alist-1): New function.
20185 (display-buffer-normalize-specifiers-3): Rename to
20186 display-buffer-normalize-alist.
20187 Call display-buffer-normalize-alist-1.
20188 (display-buffer-normalize-options-inhibit): New variable.
20189 (display-buffer-normalize-specifiers): Rewrite calling
20190 display-buffer-normalize-alist,
20191 display-buffer-normalize-argument, and
20192 display-buffer-normalize-options. Don't call the latter if
20193 display-buffer-normalize-options-inhibit is non-nil.
20194 (frame-auto-delete): New option.
20195 (window-deletable-p): Use frame-auto-delete.
20196 (window-list-no-nils, window-state-ignored-parameters)
20197 (window-state-get-1, window-state-get, window-state-put-list)
20198 (window-state-put-1, window-state-put-2, window-state-put):
20199 New functions.
20200 (display-buffer-normalize-options): Move special-display-p group
20201 after pop-up-frame group (Bug#8851) and (Bug#8856).
20202
20203 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
20204
20205 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
20206 groups (Bug#8776).
20207 (rx-submatch-n): New function.
20208 (rx): Document it.
20209
20210 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
20211 (Bug#8768).
20212
20213 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
20214
20215 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
20216
20217 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
20218 anytime existing face settings are present (Bug#8889).
20219
20220 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
20221 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
20222 Remove unused argument.
20223
20224 2011-06-18 Martin Rudalics <rudalics@gmx.at>
20225
20226 * window.el (display-buffer-default-specifiers):
20227 Remove pop-up-frame. Add pop-up-window-min-height,
20228 pop-up-window-min-width, and another reuse-window specifier
20229 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
20230 (display-buffer-normalize-specifiers-2):
20231 Handle split-height-threshold and split-width-threshold also when
20232 pop-up-windows is unset. Add a reuse-window specifier for the
20233 case popping up a new window fails.
20234 (special-display-popup-frame): Remove double quoting.
20235 (display-buffer-normalize-specifiers-1): Fix thinko.
20236
20237 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
20238
20239 * shell.el (shell-completion-vars): Set pcomplete-termination-string
20240 according to comint-completion-addsuffix.
20241
20242 * pcomplete.el: Convert to lexical binding and fix bug#8819.
20243 (pcomplete-suffix-list): Mark as obsolete.
20244 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
20245 pcomplete-seen in the closure.
20246 (pcomplete-comint-setup): Setup completion-at-point as well.
20247 (pcomplete--entries): New function.
20248 (pcomplete--env-regexp): New var.
20249 (pcomplete-entries): Rewrite to work with partial-completion and
20250 without relying on pcomplete-suffix-list.
20251 (pcomplete-pare-list): Remove, unused.
20252
20253 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20254
20255 * window.el (display-buffer-alist): Set pop-up-window-min-height
20256 and pop-up-window-min-width in default value. Reported by
20257 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
20258 other-window-means-other-frame.
20259 (display-buffer-macro-specifiers): Comment out entry for
20260 other-window specifier.
20261 (display-buffer-other-window-means-other-frame): New function.
20262 (display-buffer-normalize-specifiers-1): New arguments
20263 buffer-name and label. Treat other-window case specially.
20264 (display-buffer-normalize-specifiers-2): Treat other-window case
20265 specially.
20266 (display-buffer-normalize-specifiers-3): New function.
20267 (display-buffer-normalize-specifiers):
20268 Call display-buffer-normalize-specifiers-3.
20269
20270 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20271
20272 * window.el (same-window-p): Fix two typos introduced when
20273 adding with-no-warnings.
20274 (display-buffer-normalize-specifiers-1): Don't check
20275 pop-up-frames for 'unset initialization.
20276 (display-buffer-normalize-specifiers-2): Major rewrite using
20277 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
20278 (pop-up-frames, display-buffer-reuse-frames)
20279 (display-buffer-mark-dedicated): Don't initialize to 'unset.
20280 Suggested by David Engster <deng@randomsample.de>.
20281 (even-window-heights): Initialize to 'unset.
20282 (display-buffer-alist-set): Handle new 'unset initializations.
20283 (display-buffer-macro-specifiers): Don't pop up a new frame in the
20284 other window case.
20285
20286 2011-06-16 Martin Rudalics <rudalics@gmx.at>
20287
20288 * window.el (display-buffer-normalize-specifiers-1):
20289 Respect current value of pop-up-frames for most reasonable values of
20290 second argument of display-buffer (Bug#8865).
20291 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
20292 (switch-to-buffer-other-window-same-frame)
20293 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
20294 Adams (Bug#8875).
20295 (display-buffer): Don't check noninteractive when calling
20296 display-buffer-pop-up-frame.
20297 (display-buffer-pop-up-frame): Never pop up a frame in
20298 noninteractive mode (Bug#8857).
20299 (enlarge-window, shrink-window): Don't report an error when the
20300 window can't be resized as requested (Bug#8862).
20301
20302 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20303
20304 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
20305
20306 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
20307
20308 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
20309
20310 2011-06-15 Alan Mackenzie <acm@muc.de>
20311
20312 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
20313 for declarators, disable knr checking to speed up for normal files.
20314 2: Refactor, replacing a sequence of nested if forms by a cond form.
20315
20316 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20317
20318 * net/network-stream.el (open-network-stream): Add the keyword
20319 :always-query-capabilities for the case where you want to force a
20320 `plain' network connection, but the protocol still requires the
20321 capabilitiy command (i.e., SMTP and EHLO).
20322
20323 * subr.el (process-live-p): Rename from `process-alive-p' for
20324 consistency with other `-live-p' functions.
20325
20326 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20327
20328 * window.el (same-window-buffer-names, same-window-regexps)
20329 (special-display-frame-alist, special-display-popup-frame)
20330 (special-display-function, special-display-buffer-names)
20331 (special-display-regexps, pop-up-frame-alist)
20332 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
20333 (pop-up-windows, split-window-preferred-function)
20334 (split-height-threshold, split-width-threshold, even-window-heights)
20335 (display-buffer-mark-dedicated): Don't encourage the use of
20336 display-buffer-alist from Elisp code.
20337
20338 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
20339
20340 * progmodes/python.el (python-mode): Derive from prog-mode.
20341 * progmodes/ps-mode.el (ps-mode):
20342 * progmodes/mixal-mode.el (mixal-mode):
20343 * progmodes/cfengine.el (cfengine-mode):
20344 * progmodes/ld-script.el (ld-script-mode): Likewise.
20345
20346 2011-06-15 Martin Rudalics <rudalics@gmx.at>
20347
20348 * window.el (display-buffer-alist): Trim default value to avoid
20349 popping up a new frame (Bug#8857) or reusing an arbitrary window
20350 on another frame.
20351 (display-buffer): Do not fall back on popping up a new frame in
20352 batch mode (Bug#8857).
20353
20354 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
20355
20356 * cus-theme.el (describe-theme-1): Use custom-theme-p.
20357 (custom-theme-summary): New function.
20358 (customize-themes): Use it.
20359
20360 2011-06-13 Glenn Morris <rgm@gnu.org>
20361
20362 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
20363
20364 2011-06-13 Martin Rudalics <rudalics@gmx.at>
20365
20366 * help.el (help-window): Remove variable.
20367 (help-window-point-marker, temp-buffer-max-height)
20368 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
20369 (help-print-return-message): Don't set help-window.
20370 (resize-temp-buffer-window): Rewrite cod eand doc-string.
20371 (help-window-setup-finish): Remove.
20372 (help-window-display-message, help-window-setup)
20373 (with-help-window): Major rewrite based on new
20374 display-buffer-window variable.
20375
20376 * help-mode.el (help-mode-finish): Remove help-window related
20377 code.
20378
20379 * view.el (view-exits-all-viewing-windows): Remove reference to
20380 view-return-to-alist in doc-string.
20381 (view-return-to-alist): Make obsolete.
20382 (view-buffer): Call pop-to-buffer-same-window and remove
20383 undo-window code.
20384 (view-buffer-other-window): Call pop-to-buffer-other-window and
20385 simplify code. Ignore second argument.
20386 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
20387 simplify code. Ignore second argument.
20388 (view-return-to-alist-update): Make obsolete.
20389 (view-mode-enter): Rename second argument to QUIT-RESTORE.
20390 Rewrite using quit-restore window parameters.
20391 (view-mode-exit): Rename second argument to EXIT-ONLY.
20392 Rewrite using quit-restore-window.
20393 (View-exit, View-exit-and-edit, View-leave, View-quit)
20394 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
20395 appropriate arguments.
20396 (view-end-message): Use quit-restore window parameter.
20397
20398 * window.el (display-buffer-function): Rewrite doc-string.
20399 (display-buffer-window, display-buffer-alist): New variables.
20400 (display-buffer-split-specifiers)
20401 (display-buffer-side-specifiers)
20402 (display-buffer-macro-specifiers): New constants.
20403 (display-buffer-even-window-sizes, display-buffer-set-height)
20404 (display-buffer-set-width, display-buffer-select-window)
20405 (display-buffer-in-window, display-buffer-reuse-window)
20406 (display-buffer-split-window-1, display-buffer-split-window)
20407 (display-buffer-split-atom-window, display-buffer-pop-up-window)
20408 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
20409 (display-buffer-in-side-window, normalize-buffer-to-display)
20410 (display-buffer-normalize-specifiers-1)
20411 (display-buffer-normalize-specifiers-2)
20412 (display-buffer-normalize-specifiers, display-buffer-frame):
20413 New functions.
20414 (display-buffer): Major rewrite.
20415 (display-buffer-other-window, display-buffer-other-frame)
20416 (pop-to-buffer, switch-to-buffer-other-window)
20417 (switch-to-buffer-other-frame): Rewrite.
20418 (display-buffer-same-window, display-buffer-same-frame)
20419 (display-buffer-same-frame-other-window)
20420 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20421 (pop-to-buffer-other-window)
20422 (pop-to-buffer-same-frame-other-window)
20423 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
20424 (switch-to-buffer-other-window-same-frame): New functions.
20425 (same-window-p, special-display-p): Rewrite disabling warnings.
20426 Make obsolete.
20427 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20428 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
20429 Make obsolete
20430 (same-window-buffer-names, same-window-regexps)
20431 (special-display-frame-alist, special-display-popup-frame)
20432 (special-display-function, special-display-buffer-names)
20433 (special-display-regexps, pop-up-frame-alist)
20434 (pop-up-frame-function, split-window-preferred-function)
20435 (split-height-threshold, split-width-threshold)
20436 (even-window-heights): Make obsolete.
20437
20438 2011-06-12 Glenn Morris <rgm@gnu.org>
20439
20440 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
20441 Misc simplifications.
20442
20443 2011-06-12 Martin Rudalics <rudalics@gmx.at>
20444
20445 * window.el (window-safely-shrinkable-p): Restore function which
20446 was inadvertently removed in change from 2011-06-11. Declare as
20447 obsolete.
20448
20449 * calendar/calendar.el (calendar-generate-window):
20450 Use window-iso-combined-p instead of combination of one-window-p and
20451 window-safely-shrinkable-p.
20452
20453 2011-06-12 Glenn Morris <rgm@gnu.org>
20454
20455 * progmodes/fortran.el (fortran-mode-syntax-table):
20456 * progmodes/f90.el (f90-mode-syntax-table):
20457 Set % to punctuation. (Bug#8820)
20458 (f90-find-tag-default): Remove, no longer needed.
20459
20460 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
20461
20462 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
20463
20464 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
20465
20466 * image.el (image-animated-p): Return animation delay in seconds.
20467 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
20468 (image-animate-timeout): Remove DELAY argument. Don't assume
20469 every subimage has the same delay; get it from image-animated-p.
20470 (image-animate): Caller changed.
20471
20472 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
20473
20474 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
20475 to ignored backtrace functions.
20476
20477 2011-06-11 Glenn Morris <rgm@gnu.org>
20478
20479 * calendar/appt.el (appt-disp-window-function): Doc fix.
20480 (appt-check): Handle overlapping appointments. (Bug#8337)
20481
20482 2011-06-11 Martin Rudalics <rudalics@gmx.at>
20483
20484 * window.el (window-tree-1, window-tree): New functions, moving
20485 the latter to window.el.
20486 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20487 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20488 (bw-refresh-edges): Remove.
20489 (balance-windows-1, balance-windows-2): New functions.
20490 (balance-windows): Rewrite in terms of window tree functions,
20491 balance-windows-1 and balance-windows-2.
20492 (bw-adjust-window): Remove.
20493 (balance-windows-area-adjust): New function with functionality of
20494 bw-adjust-window but using resize-window.
20495 (set-window-text-height): Rewrite doc-string.
20496 Use normalize-live-window and resize-window.
20497 (enlarge-window-horizontally, shrink-window-horizontally):
20498 Rename argument to DELTA.
20499 (window-buffer-height): New function.
20500 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
20501 Rewrite using new window resize routines.
20502 (kill-buffer-and-window, mouse-autoselect-window-select):
20503 Use ignore-errors instead of condition-case.
20504 (quit-window): Call delete-frame instead of delete-windows-on
20505 for the only buffer on frame.
20506
20507 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20508
20509 * loadup.el (top-level): Load window before files for the sake
20510 of replace-buffer-in-windows.
20511
20512 * files.el (read-buffer-to-switch)
20513 (switch-to-buffer-other-window)
20514 (switch-to-buffer-other-frame, display-buffer-other-frame):
20515 Move to window.el.
20516
20517 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
20518 (previous-buffer): Move to window.el.
20519
20520 * bindings.el (unbury-buffer): Move to window.el.
20521
20522 * window.el (delete-other-windows-vertically): Move after
20523 definition of delete-other-windows.
20524 (other-window, delete-windows-on, replace-buffer-in-windows):
20525 Move here from window.c.
20526 (record-window-buffer, unrecord-window-buffer)
20527 (set-window-buffer-start-and-point, switch-to-prev-buffer)
20528 (switch-to-next-buffer): New functions.
20529 (get-next-valid-buffer, last-buffer, next-buffer): Move here
20530 from simple.el. Call switch-to-next-buffer.
20531 (previous-buffer): Move here from simple.el.
20532 Call switch-to-prev-buffer.
20533 (bury-buffer): Move here from buffer.c. Switch to previous
20534 buffer when window cannot be deleted.
20535 (unbury-buffer): Move here from bindings.el.
20536 (ctl-x-map): Move binding for other-window from window.c to
20537 here.
20538 (read-buffer-to-switch, switch-to-buffer-other-window)
20539 (switch-to-buffer-other-frame): Move here from files.el.
20540 (normalize-buffer-to-switch-to): New functions.
20541 (switch-to-buffer): Move here from buffer.c.
20542 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
20543
20544 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20545
20546 * window.el (window-min-height, window-min-width): Move here
20547 from window.c. Add defcustoms and rewrite doc-strings.
20548 (resize-mini-window, resize-window): New functions.
20549 (adjust-window-trailing-edge, enlarge-window, shrink-window):
20550 Move here from window.c.
20551 (maximize-window, minimize-window): New functions.
20552 (delete-window, delete-other-windows, split-window): Move here
20553 from window.c.
20554 (window-split-min-size): New function.
20555 (split-window-keep-point): Mention split-window-above-each-other
20556 instead of split-window-vertically.
20557 (split-window-above-each-other, split-window-vertically):
20558 Rename split-window-vertically to split-window-above-each-other
20559 and provide defalias for old definition.
20560 (split-window-side-by-side, split-window-horizontally):
20561 Rename split-window-horizontally to split-window-side-by-side
20562 and provide defalias for the old definition.
20563 (ctl-x-map): Move bindings for delete-window,
20564 delete-other-windows and enlarge-window here from window.c.
20565 Replace bindings for split-window-vertically and
20566 split-window-horizontally by bindings for
20567 split-window-above-each-other and split-window-side-by-side.
20568
20569 * cus-start.el (all): Remove entries for window-min-height and
20570 window-min-width. Add entries for window-splits and
20571 window-nest.
20572
20573 2011-06-09 Glenn Morris <rgm@gnu.org>
20574
20575 * calendar/appt.el (appt-mode-line): New function.
20576 (appt-check, appt-disp-window): Use it.
20577
20578 * files.el (hack-one-local-variable-eval-safep):
20579 Allow minor-modes with explicit +/-1 arguments.
20580
20581 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
20582
20583 * term/xterm.el (xterm): Add defgroup.
20584 (xterm-extra-capabilities): Add defcustom to supply known xterm
20585 capabilities, skip querying them, or query them (default).
20586 (terminal-init-xterm): Use it.
20587 (terminal-init-xterm-modify-other-keys): New function to set up
20588 modifyOtherKeys support to simplify `terminal-init-xterm'.
20589
20590 2011-06-09 Martin Rudalics <rudalics@gmx.at>
20591
20592 * window.el (resize-window-reset, resize-window-reset-1)
20593 (resize-subwindows-skip-p, resize-subwindows-normal)
20594 (resize-subwindows, resize-other-windows, resize-this-window)
20595 (resize-root-window, resize-root-window-vertically)
20596 (window-deletable-p, window-or-subwindow-p)
20597 (frame-root-window-p): New functions.
20598
20599 2011-06-09 Glenn Morris <rgm@gnu.org>
20600
20601 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
20602 (ange-ftp-get-files): Use it.
20603
20604 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20605
20606 * mail/sendmail.el (mail-recover-1, mail-recover):
20607 * files.el (recover-file, recover-session):
20608 Handle dired-listing-switches not being just a single short option.
20609
20610 2011-06-09 Glenn Morris <rgm@gnu.org>
20611
20612 * calendar/appt.el (appt-display-message, appt-disp-window):
20613 Handle lists of appointments.
20614
20615 2011-06-08 Martin Rudalics <rudalics@gmx.at>
20616
20617 * window.el (one-window-p): Move down in code.
20618 Rewrite doc-string.
20619 (window-current-scroll-bars): Rewrite doc-string.
20620 Normalize live window argument.
20621 (walk-windows, get-window-with-predicate, count-windows):
20622 Rewrite doc-string. Use window-list-1.
20623 (window-in-direction-2, window-in-direction, get-mru-window):
20624 New functions.
20625
20626 2011-06-08 Reuben Thomas <rrt@sc3d.org>
20627
20628 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
20629 Doc fix (Bug#8713).
20630
20631 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
20632
20633 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
20634
20635 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
20636
20637 * loadhist.el (unload-feature-special-hooks):
20638 Add `comint-output-filter-functions'.
20639
20640 2011-06-08 Ivan Kanis <gnu@kanis.fr>
20641
20642 * calendar/appt.el (appt-check): Move some initializations into the let.
20643
20644 2011-06-08 Martin Rudalics <rudalics@gmx.at>
20645
20646 * window.el (window-height): Defalias to window-total-height.
20647 (window-width): Defalias to window-body-width.
20648
20649 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
20650
20651 * image-mode.el (image-toggle-animation): New command.
20652 (image-mode-map): Bind it to RET.
20653 (image-mode): Update message.
20654 (image-toggle-display-image): Avoid a spurious cache flush.
20655 (image-transform-rotation): Doc fix.
20656 (image-transform-properties): Return quickly in the normal case.
20657 (image-animate-loop): Rename from image-animate-max-time.
20658
20659 * image.el (image-animate-max-time): Move to image-mode.el.
20660 (create-animated-image): Remove unnecessary function.
20661 (image-animate): Rename from image-animate-start. New arg.
20662 (image-animate-stop): Remove; just use image-animate-timer.
20663 (image-animate-timer): Use car-safe.
20664 (image-animate-timeout): Rename argument.
20665
20666 2011-06-07 Martin Rudalics <rudalics@gmx.at>
20667
20668 * window.el (get-lru-window, get-largest-window): Move here from
20669 window.c. Rename first argument to ALL-FRAMES.
20670 Rephrase doc-strings.
20671 (get-buffer-window-list): Rewrite using window-list-1.
20672 Rephrase doc-string.
20673 (window-safe-min-height, window-safe-min-width): New constants.
20674 (window-size-ignore, window-min-size, window-min-size-1)
20675 (window-sizable, window-sizable-p, window-size-fixed-1)
20676 (window-size-fixed-p, window-min-delta-1, window-min-delta)
20677 (window-max-delta-1, window-max-delta, window-resizable)
20678 (window-resizable-p, window-total-height, window-total-width)
20679 (window-body-width): New functions.
20680 (window-full-height-p, window-full-width-p): Rewrite using
20681 window-total-size.
20682 (window-body-height): Rewrite using window-body-size.
20683
20684 2011-06-06 Martin Rudalics <rudalics@gmx.at>
20685
20686 * window.el (window-right, window-left, window-child)
20687 (window-child-count, window-last-child, window-any-p)
20688 (normalize-live-buffer, normalize-live-frame)
20689 (normalize-any-window, normalize-live-window)
20690 (window-iso-combination-p, window-iso-combined-p)
20691 (window-iso-combinations)
20692 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
20693 (windows-with-parameter, window-with-parameter)
20694 (window-atom-root, make-window-atom, window-atom-check-1)
20695 (window-atom-check, window-side-check, window-check):
20696 New functions.
20697 (ignore-window-parameters, window-sides, window-sides-vertical)
20698 (window-sides-slots): New variables.
20699 (window-size-fixed): Move down in code. Minor doc-string fix.
20700
20701 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
20702
20703 * comint.el (comint-dynamic-complete-as-filename)
20704 (comint-dynamic-complete-filename): Correctly call
20705 completion-in-region.
20706
20707 2011-06-05 Deniz Dogan <deniz@dogan.se>
20708
20709 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
20710 in last change.
20711
20712 2011-06-05 Deniz Dogan <deniz@dogan.se>
20713
20714 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
20715 (rcirc): Use it to prompt for encryption.
20716
20717 2011-06-05 Roland Winkler <winkler@gnu.org>
20718
20719 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
20720 (bibtex-search-entries): New command bound to C-c C-a.
20721 (bibtex-display-entries): New function.
20722
20723 2011-06-05 Roland Winkler <winkler@gnu.org>
20724
20725 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
20726 (bibtex-insert-kill): After yanking insert newline if necessary.
20727 (bibtex-initialize): Call bibtex-string-files-init only once.
20728 (bibtex-mode): Do not call easy-menu-add.
20729 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
20730 (bibtex-yank): Set arg properly if nil.
20731
20732 2011-06-05 Roland Winkler <winkler@gnu.org>
20733
20734 * textmodes/bibtex.el (bibtex-search-entry-globally):
20735 New variable.
20736 (bibtex-search-entry): Use it.
20737
20738 2011-06-05 Roland Winkler <winkler@gnu.org>
20739
20740 * textmodes/bibtex.el (bibtex-entry-format): New option
20741 sort-fields.
20742 (bibtex-format-entry, bibtex-reformat): Honor this option.
20743 (bibtex-parse-entry): Return fields in proper order.
20744
20745 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
20746
20747 * doc-view.el (doc-view-remove-if): Move computation of result out
20748 of `dolist' to silence misleading lexical-binding warning.
20749
20750 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
20751
20752 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
20753 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
20754
20755 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
20756
20757 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
20758 "SunOS 5.10".
20759
20760 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
20761
20762 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
20763 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
20764 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
20765 (tramp-parse-putty):
20766 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
20767 (tramp-completion-function-alist-ssh)
20768 (tramp-completion-function-alist-telnet)
20769 (tramp-completion-function-alist-su)
20770 (tramp-completion-function-alist-putty): Set `tramp-autoload'
20771 cookie.
20772
20773 * net/tramp-ftp.el:
20774 * net/tramp-sh.el:
20775 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
20776 load "tramp.el" `tramp-set-completion-function'.
20777
20778 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
20779
20780 * shell.el: Require and use pcomplete.
20781 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
20782 (shell-completion-vars): Set pcomplete-default-completion-function.
20783
20784 2011-06-04 Deniz Dogan <deniz@dogan.se>
20785
20786 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
20787 `memq' (Bug#8799).
20788
20789 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
20790
20791 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
20792
20793 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
20794
20795 * bs.el (bs--mark-unmark, bs--nth-wrapper):
20796 * mpc.el (mpc-select-extend, mpc-songpointer-context):
20797 * vc/log-view.el (log-view-beginning-of-defun):
20798 * vc/smerge-mode.el (smerge-apply-resolution-patch)
20799 (smerge-refine-forward, smerge-refine-chopup-region):
20800 Silence warning for unused `dotimes' counter variables.
20801
20802 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
20803
20804 * net/tramp.el (tramp-with-progress-reporter): Rename from
20805 with-progress-reporter. Use `declare'.
20806 * net/tramp-smb.el:
20807 * net/tramp-sh.el:
20808 * net/tramp-gvfs.el: Update all uses.
20809
20810 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
20811
20812 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
20813 buffer isn't killed before making it current.
20814
20815 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20816
20817 Silence various byte-compiler warnings.
20818 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
20819 `access-type' and new obsolescence format.
20820 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
20821 new format.
20822 (byte-compile-check-variable): New `access-type' argument.
20823 Only warn if the access-type is obsolete.
20824 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20825 (byte-compile-variable-set): Adjust callers.
20826 * help-fns.el (describe-variable): Adjust to new obsolescence format.
20827 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
20828 setting it as obsolete.
20829 * simple.el (minibuffer-completing-symbol):
20830 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
20831 access as obsolete.
20832 * minibuffer.el (minibuffer-completing-file-name): Don't make it
20833 obsolete yet.
20834 * international/quail.el (quail-mouse-choose-completion): Remove unused
20835 code referring to obsolete var.
20836 (quail-choose-completion-string): Remove.
20837 * server.el (server-clients-with, server-kill-buffer-query-function)
20838 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
20839 * proced.el (proced-send-signal):
20840 * emacs-lisp/lisp.el (lisp-complete-symbol):
20841 Replace completion-annotate-function with completion-extra-properties.
20842
20843 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20844
20845 * simple.el (goto-line): Use read-number.
20846 (overriding-map-is-bound): Remove.
20847 (saved-overriding-map): Change default.
20848 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
20849 Take the map as argument.
20850 (universal-argument, negative-argument, digit-argument): Use it.
20851 (restore-overriding-map): Adjust.
20852 (do-auto-fill): Use fill-forward-paragraph.
20853 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
20854
20855 * minibuffer.el (minibuffer-inactive-mode-map): New var.
20856 (minibuffer-inactive-mode): New major mode.
20857 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
20858 the *Messages* buffer" hack.
20859 (mouse-popup-menubar): Don't burp if the event is a normal key.
20860
20861 Miscellaneous tweaks.
20862 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
20863 lexical scoping as in subr.el's dolist and dotimes.
20864 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
20865 Silence compiler warning.
20866 * thingatpt.el (forward-whitespace): Trivial coding style fix.
20867 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
20868 * international/ccl.el (ccl-compile): Trivial simplification.
20869 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
20870 * emacs-lisp/testcover.el (testcover-end): Remove spurious
20871 `printflag' argument.
20872 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
20873 Purecopy the whole obsolescence data.
20874
20875 2011-06-01 Leo Liu <sdl.web@gmail.com>
20876
20877 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
20878 improve doc-string as suggested by Marco Pessotto
20879 <melmothx@gmail.com>.
20880 (rcirc-print): Fix last change.
20881
20882 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20883
20884 * minibuffer.el (complete-with-action): Return nil for the metadata and
20885 boundaries of non-functional tables.
20886 (completion-table-dynamic): Return nil for the metadata.
20887 (completion-table-with-terminator): Add default case, using
20888 complete-with-action.
20889 (completion--metadata): New function.
20890 (completion-all-sorted-completions, minibuffer-completion-help): Use it
20891 to try and avoid pathological performance problems.
20892 (completion--embedded-envvar-table): Return `category' metadata.
20893
20894 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
20895
20896 * subr.el (process-alive-p): New tiny convenience function.
20897
20898 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20899
20900 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
20901 content but also its previous major mode.
20902
20903 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
20904
20905 * emacs-lisp/debug.el (debug): Restore the previous content of the
20906 *Backtrace* buffer when we exit with C-M-c.
20907
20908 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20909
20910 * minibuffer.el: Add metadata method to completion tables.
20911 (completion-category-overrides): New defcustom.
20912 (completion-metadata, completion--field-metadata)
20913 (completion-metadata-get, completion--styles)
20914 (completion--cycle-threshold): New functions.
20915 (completion-try-completion, completion-all-completions):
20916 Add `metadata' argument to choose completion-styles.
20917 (completion--do-completion): Use metadata to choose cycling.
20918 (completion-all-sorted-completions): Use metadata for sorting.
20919 Remove :completion-cycle-penalty which is not needed any more.
20920 (completion--try-word-completion): Add `metadata' argument.
20921 (minibuffer-completion-help): Check metadata for annotation function
20922 and sorting.
20923 (completion-file-name-table): Return `category' metadata.
20924 (minibuffer-completing-file-name): Make obsolete.
20925 * simple.el (minibuffer-completing-symbol): Make obsolete.
20926 * icomplete.el (icomplete-completions): Pass new `metadata' param to
20927 completion-try-completion.
20928
20929 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20930
20931 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
20932
20933 2011-05-30 Leo Liu <sdl.web@gmail.com>
20934
20935 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
20936 (rcirc-print): Decode all incoming messages (bug#8744).
20937 (rcirc-decode-coding-system): Allow value nil for automatic coding
20938 system detection.
20939
20940 2011-06-01 Glenn Morris <rgm@gnu.org>
20941
20942 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
20943
20944 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
20945
20946 * image.el (image-animate-max-time): Allow nil and t values.
20947 Default to nil.
20948 (create-animated-image): Doc fix.
20949 (image-animate-start): Remove second arg; just use
20950 image-animate-max-time.
20951 (image-animate-timeout): Doc fix. Args changed.
20952
20953 * image-mode.el (image-toggle-display-image): Ensure that the
20954 image spec passed to the animate timer is the same object as in
20955 the buffer's display property (Bug#6981).
20956 (image-transform-properties): Doc fix.
20957
20958 * image.el (image-animate-max-time): Default to nil.
20959
20960 2011-05-29 Martin Rudalics <rudalics@gmx.at>
20961
20962 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
20963 entire buffer list (Bug#8184).
20964
20965 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
20966
20967 * image.el (imagemagick-types-inhibit)
20968 (imagemagick-register-types): Doc fix.
20969
20970 2011-05-29 Deniz Dogan <deniz@dogan.se>
20971
20972 * net/rcirc.el (rcirc): Use the user's stored encryption method by
20973 default.
20974
20975 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
20976
20977 * select.el: Don't perform clipboard-manager saving in hooks;
20978 leave the hooks empty.
20979
20980 2011-05-28 Leo Liu <sdl.web@gmail.com>
20981
20982 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
20983 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
20984 (occur-edit-mode): New major mode (Bug#8463).
20985 (occur-after-change-function): New function.
20986 (occur-engine): Give Occur tags a read-only property.
20987
20988 2011-05-28 Kevin Ryde <user42@zip.com.au>
20989
20990 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
20991
20992 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
20993
20994 * bindings.el (help-echo): Make the initial non-indicator dash
20995 empty on graphical terminals (Bug#7295).
20996
20997 * files.el (auto-mode-alist): Move config rule after the
20998 in-stripping one (Bug#8547).
20999
21000 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
21001
21002 * startup.el (normal-splash-screen): Remove gratuitous mode-line
21003 setting (Bug#8740).
21004
21005 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
21006
21007 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
21008 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
21009 (Bug#8539).
21010
21011 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21012
21013 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
21014
21015 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
21016
21017 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
21018 (hs-hide-block-at-point, hs-find-block-beginning)
21019 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
21020 (Bug#8279).
21021
21022 2011-05-28 Glenn Morris <rgm@gnu.org>
21023
21024 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
21025
21026 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21027
21028 * help-fns.el (describe-function-1): If the function is a derived
21029 major mode, print the parent mode.
21030
21031 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
21032 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
21033
21034 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
21035
21036 * minibuffer.el (completion--capf-wrapper): Check applicability before
21037 returning non-nil for non-exclusive completion data.
21038 * progmodes/etags.el (tags-completion-at-point-function):
21039 * info-look.el (info-lookup-completions-at-point): Mark as
21040 non-exclusive.
21041 (info-complete): Adjust accordingly.
21042
21043 * info-look.el: Convert to lexical-binding and completion-at-point.
21044 (info-lookup-completions-at-point): New function.
21045 (info-complete): Use it and completion-in-region.
21046
21047 2011-05-28 Drew Adams <drew.adams@oracle.com>
21048
21049 * isearch.el: Let M-e start with point at the first mismatched char.
21050 (isearch-fail-pos): New function.
21051 (isearch-edit-string): Use it.
21052
21053 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21054
21055 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21056
21057 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
21058
21059 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
21060 traversal functions for avl-trees.
21061 (avl-tree--stack): New struct.
21062 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
21063 (avl-tree-enter): Add optional `updatefun' arg.
21064 (avl-tree--do-enter): Add optional `updatefun' arg.
21065 Change return value.
21066 (avl-tree-delete): Add optional `test' and `nilflag' args.
21067 (avl-tree--do-delete): Add `test' and `nilflag' args.
21068 Change return value.
21069 (avl-tree-member): Add optional `nilflag'
21070 (avl-tree-member-p): New function.
21071 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
21072 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
21073 (avl-tree-stack-empty-p): New functions.
21074
21075 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
21076 avl-tree--del-balance1 and make it work both ways.
21077 (avl-tree--del-balance2): Remove.
21078 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
21079 make it work both ways.
21080 (avl-tree--enter-balance2): Remove.
21081 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
21082 New macros.
21083 (avl-tree--mapc, avl-tree-map): Add direction argument.
21084
21085 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
21086
21087 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
21088
21089 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
21090
21091 * select.el: Support clipboard managers with built-in function
21092 x-clipboard-manager-save, via delete-frame-functions and
21093 kill-emacs-hook.
21094 (xselect-convert-to-targets): Add MULTIPLE target to list.
21095 (xselect-convert-to-save-targets): New function.
21096
21097 2011-05-27 Kenichi Handa <handa@m17n.org>
21098
21099 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
21100 let-binding rfc2047-encode-encoded-words to nil.
21101
21102 2011-05-27 Glenn Morris <rgm@gnu.org>
21103
21104 * mail/emacsbug.el: Don't require url-util.
21105
21106 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
21107
21108 * files.el (set-auto-mode):
21109 Also respect mode: entries at the end of the file. (Bug#8586)
21110
21111 2011-05-26 Glenn Morris <rgm@gnu.org>
21112
21113 * files.el (hack-local-variables-prop-line, hack-local-variables):
21114 Downcase mode names, as seems to be traditional.
21115 (hack-local-variables, hack-local-variables-apply): Doc fixes.
21116
21117 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
21118 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
21119
21120 2011-05-25 Julien Danjou <julien@danjou.info>
21121
21122 * textmodes/rst.el (rst-define-level-faces): Do not define face
21123 symbol if it is already defined.
21124
21125 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
21126
21127 * play/5x5.el (5x5-new-game, 5x5-randomize):
21128 Reset 5x5-solver-output to nil when a new grid is cast.
21129 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
21130 these debugging traces, as defmacro breaks the compiled code.
21131
21132 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21133
21134 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21135
21136 2011-05-24 Leo Liu <sdl.web@gmail.com>
21137
21138 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
21139 (vc-bzr-sha1): Adapt.
21140
21141 * sha1.el: Remove. Function `sha1' is now builtin.
21142
21143 * bindings.el: Provide sha1 feature.
21144
21145 2011-05-24 Kenichi Handa <handa@m17n.org>
21146
21147 * mail/sendmail.el: Require `rfc2047'.
21148 (mail-insert-from-field): Do not perform RFC2047 encoding.
21149 (mail-encode-header): New function.
21150 (sendmail-send-it): Set buffer-file-coding-system of the work
21151 buffer to the return value of select-message-coding-system.
21152 Call mail-encode-header.
21153
21154 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
21155
21156 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
21157
21158 * mail/supercite.el (sc-default-cite-frame):
21159 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
21160
21161 2011-05-24 Glenn Morris <rgm@gnu.org>
21162
21163 * progmodes/python.el (brm-menu): Declare.
21164
21165 * emulation/viper.el (viper-set-hooks): Declare.
21166
21167 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
21168 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
21169 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
21170 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
21171 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
21172 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
21173
21174 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
21175
21176 Add an :exit-function for completion-at-point.
21177
21178 * minibuffer.el (completion--done): New fun.
21179 (completion--do-completion): Use it. New arg `expect-exact'.
21180 (minibuffer-complete, minibuffer-complete-word): Don't output message,
21181 since completion--do-completion does it for us now.
21182 (minibuffer-force-complete): Use completion--done and
21183 completion--replace. Handle sole-completion case with more care.
21184 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
21185 (completion-extra-properties): New var.
21186 (completion-annotate-function): Make obsolete.
21187 (minibuffer-completion-help): Adjust accordingly.
21188 Use completion-list-insert-choice-function.
21189 (completion-at-point, completion-help-at-point):
21190 Bind completion-extra-properties.
21191 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
21192 * simple.el (completion-list-insert-choice-function): New var.
21193 (completion-setup-function): Preserve it.
21194 (choose-completion): Pay attention to it, shuffle the code a bit.
21195 (choose-completion-string): New arg `insert-function'.
21196
21197 * textmodes/bibtex.el: Convert to lexical binding.
21198 (bibtex-mode-map): Use completion-at-point.
21199 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
21200 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
21201 (bibtex-complete): Define as obsolete alias.
21202 (bibtex-complete-internal): Remove.
21203 (bibtex-format-entry): Remove unused sub-group in regexp.
21204 * shell.el (shell--command-completion-data)
21205 (shell-environment-variable-completion):
21206 * pcomplete.el (pcomplete-completions-at-point):
21207 * comint.el (comint--complete-file-name-data): Use :exit-function
21208 instead of completion-table-with-terminator so it also works for
21209 choose-completion.
21210
21211 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21212
21213 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
21214
21215 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
21216 (bug#8710).
21217
21218 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
21219
21220 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
21221
21222 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
21223 customization variable and implement: If non-nil, auto-fill will
21224 be inhibited while on topic's header line.
21225
21226 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
21227
21228 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
21229 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
21230 always have a solution in grid size = 5 cases.
21231 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
21232 (5x5-solver-output, 5x5-log-buffer): New vars.
21233 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
21234 Make these variables buffer local to achieve 5x5 multi-session-ness.
21235 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
21236 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
21237 (5x5-solve-suggest): New funs.
21238 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
21239 randomize a grid so that we ensure that there is always a solution.
21240 (5x5-make-random-grid): Allow other movement than flipping.
21241
21242 2011-05-23 Kevin Ryde <user42@zip.com.au>
21243
21244 * emacs-lisp/advice.el (ad-read-advised-function):
21245 Use `function-called-at-point' as the default, if it has
21246 advice and passes PREDICATE.
21247
21248 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21249
21250 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
21251 byte-compile-lambda if it's actually a lambda.
21252
21253 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
21254 Fix function quoting. Use backquote better.
21255
21256 2011-05-22 Yuanle Song <sylecn@gmail.com>
21257
21258 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
21259 matching (Bug#8516).
21260
21261 2011-05-22 Jari Aalto <jari.aalto@cante.net>
21262
21263 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
21264 different face (Bug#8178).
21265
21266 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
21267
21268 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
21269 defface (Bug#8144).
21270
21271 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21272
21273 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
21274 funcall as well (bug#8712). Warn when performing those conversions.
21275 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
21276
21277 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
21278
21279 2011-05-22 Glenn Morris <rgm@gnu.org>
21280
21281 * files.el (hack-local-variables-prop-line): Small simplifications.
21282 (hack-local-variables, hack-local-variables-prop-line):
21283 If MODE-ONLY, return the mode, rather than just `t'.
21284
21285 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
21286
21287 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
21288
21289 2011-05-21 Glenn Morris <rgm@gnu.org>
21290
21291 * files.el (hack-local-variables-prop-line, hack-local-variables):
21292 If only interested in the mode, don't bother doing the other stuff.
21293
21294 * image-mode.el (image-after-revert-hook):
21295 Redraw all frames on which the image is visible. (Bug#8567)
21296
21297 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
21298
21299 * wid-edit.el (widget-checklist-match-inline):
21300 Fix 2011-04-19 change. (Bug#8649)
21301
21302 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21303
21304 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
21305 Also allow singlespace after single-letter capitals followed by a dot.
21306
21307 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
21308 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
21309
21310 2011-05-20 Nix <nix@esperi.org.uk>
21311
21312 * files.el (basic-save-buffer-2):
21313 Fix handling of break-hardlink-on-save with non-existent files.
21314
21315 2011-05-19 Deniz Dogan <deniz@dogan.se>
21316
21317 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
21318 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
21319
21320 2011-05-19 Glenn Morris <rgm@gnu.org>
21321
21322 * progmodes/f90.el (f90-type-def-re):
21323 Handle "type, bind(c)". (Bug#8691)
21324
21325 * emacs-lisp/autoload.el (batch-update-autoloads):
21326 Set autoload-excludes by parsing loadup.el rather than Makefiles.
21327
21328 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
21329
21330 * net/tramp.el (tramp-process-actions): Set "first-password-request"
21331 property for the correct connection in case of multihops.
21332
21333 2011-05-18 Glenn Morris <rgm@gnu.org>
21334
21335 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
21336 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
21337
21338 Rationalize calendar handling of day and month abbrev-arrays.
21339 * calendar/calendar.el (calendar-customized-p): New function.
21340 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
21341 (calendar-day-name-array, calendar-month-name-array): Doc fix.
21342 Add :set function.
21343 (calendar-abbrev-length, calendar-day-abbrev-array)
21344 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
21345 (calendar-day-abbrev-array, calendar-month-abbrev-array):
21346 Elements may no longer be nil.
21347 (calendar-day-name, calendar-month-name):
21348 Update for changed nature of abbrev arrays.
21349 * calendar/diary-lib.el (diary-name-pattern):
21350 Update for changed nature of abbrev arrays.
21351 (diary-mark-entries-1): Update calendar-make-alist calls.
21352 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
21353 * calendar/cal-html.el (cal-html-day-abbrev-array):
21354 Simply inherit from calendar-day-abbrev-array.
21355
21356 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
21357
21358 * progmodes/grep.el (grep-mode): Disable default
21359 compilation-directory-matcher setting (bug#8684).
21360
21361 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
21362
21363 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
21364 instead of "head" and "tail". There were problems with SunOS 5.9,
21365 and it performs better.
21366
21367 2011-05-17 Glenn Morris <rgm@gnu.org>
21368
21369 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
21370
21371 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
21372 Replace obsolete function.
21373
21374 * shell.el (pcomplete-parse-arguments-function): Declare.
21375
21376 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
21377 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
21378 (appt-check): Doc fixes.
21379 (appt-disp-window-function, appt-delete-window-function):
21380 Remove needless special case in custom :type.
21381 (appt-display-count): Default to 0, not nil.
21382 (appt-check): Reset appt-display-count to 0, not nil.
21383
21384 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
21385
21386 * progmodes/python.el (python-font-lock-keywords):
21387 Add the Python 3.X keyword "nonlocal" (bug#8639).
21388
21389 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
21390
21391 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
21392
21393 2011-05-16 Kevin Ryde <user42@zip.com.au>
21394
21395 * info-look.el (makefile-automake-mode): New setups, looking in
21396 automake manual, then makefile-mode.
21397 (makefile-mode): Remove automake manual, have it just in
21398 makefile-automake-mode since there's various things different or
21399 not relevant to plain make.
21400 (makefile-mode): Remove "other-modes" non-existent automake-mode,
21401 believe a hypothetical automake-mode would go to makefile-mode,
21402 not the other way around.
21403
21404 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
21405
21406 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
21407 hunk-end tags (Bug#8672).
21408
21409 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
21410 vc-annotate-show-diff-revision-at-line (Bug#8671).
21411
21412 2011-05-14 Glenn Morris <rgm@gnu.org>
21413
21414 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
21415 in the middle of an existing one with multiple authors. (Bug#8645)
21416 (change-log-font-lock-keywords): Also handle multiple author lines
21417 with leading tabs. (Bug#8644)
21418
21419 * calendar/appt.el (appt-check): Rename some local variables.
21420 Some simplification/reordering.
21421
21422 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
21423 (feedmail-sendmail-f-doesnt-sell-me-out)
21424 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21425 (feedmail-debug-sit-for, feedmail-queue-express-hook)
21426 (feedmail-queue-runner-message-sender): Set :version.
21427 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
21428 (bbdb-dwim-net-address, vm-mail): Declare.
21429 (feedmail-binmail-gnulinuxish-template):
21430 Rename from feedmail-binmail-linuxish-template.
21431 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
21432 Use insert-buffer-substring.
21433
21434 2011-05-14 Bill Carpenter <bill@carpenter.org>
21435
21436 * mail/feedmail.el (feedmail-patch-level): Increase.
21437 (feedmail-debug): New custom group.
21438 (feedmail-confirm-outgoing-timeout)
21439 (feedmail-sendmail-f-doesnt-sell-me-out)
21440 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21441 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
21442 (feedmail-sender-line, feedmail-from-line)
21443 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
21444 (feedmail-spray-this-address)
21445 (feedmail-spray-address-fiddle-plex-list)
21446 (feedmail-queue-use-send-time-for-date)
21447 (feedmail-queue-use-send-time-for-message-id)
21448 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
21449 (feedmail-buffer-eating-function):
21450 Doc fixes.
21451 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
21452 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
21453 (feedmail-message-action-scroll-down): New functions.
21454 (feedmail-queue-directory, feedmail-queue-draft-directory):
21455 Use expand-file-name.
21456 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
21457 Remove C-v help entry.
21458 (feedmail-queue-buffer-file-name): New variable.
21459 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
21460 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
21461 (feedmail-message-action-send-strong, feedmail-message-action-edit)
21462 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
21463 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
21464 (feedmail-message-action-toggle-spray)
21465 (feedmail-run-the-queue-no-prompts)
21466 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
21467 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
21468 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
21469 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
21470 (feedmail-envelope-deducer, feedmail-fiddle-from)
21471 (feedmail-fiddle-sender, feedmail-default-date-generator)
21472 (feedmail-fiddle-date, feedmail-fiddle-message-id)
21473 (feedmail-fiddle-spray-address)
21474 (feedmail-fiddle-list-of-spray-fiddle-plexes)
21475 (feedmail-fiddle-list-of-fiddle-plexes)
21476 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
21477 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
21478 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
21479 Change default. Doc fix.
21480 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
21481 (feedmail-binmail-linuxish-template): New constant.
21482 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
21483 Respect feedmail-sendmail-f-doesnt-sell-me-out.
21484 (feedmail-send-it): Add debug call.
21485 Use feedmail-queue-buffer-file-name, and
21486 feedmail-send-it-immediately-wrapper.
21487 (feedmail-message-action-send): Add debug call.
21488 Use feedmail-send-it-immediately-wrapper.
21489 (feedmail-queue-express-to-queue): Add debug call.
21490 Run feedmail-queue-express-hook.
21491 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
21492 (feedmail-message-action-help-blat):
21493 Rename from feedmail-queue-send-edit-prompt-help-first.
21494 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
21495 Check line-endings. Handle errors better.
21496 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
21497 Doc fix. Add debug call.
21498 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
21499 Use feedmail-queue-send-edit-prompt-inner.
21500 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
21501 (feedmail-queue-send-edit-prompt-inner): New function, extracted
21502 from feedmail-queue-send-edit-prompt.
21503 (feedmail-queue-send-edit-prompt-help)
21504 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
21505 (feedmail-tidy-up-slug): Add debug call.
21506 Respect feedmail-queue-slug-suspect-regexp.
21507 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
21508 (feedmail-dump-message-to-queue): Add debug call.
21509 Expand queue-directory.
21510 (feedmail-dump-message-to-queue): Change message slightly.
21511 Use feedmail-say-chatter.
21512 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
21513 (feedmail-send-it-immediately-wrapper): New function.
21514 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
21515 Insert empty string rather than newline. Handle full-frame case.
21516 Use catch/throw. Use feedmail-say-chatter.
21517 (feedmail-fiddle-from): Try mail-host-address.
21518 (feedmail-default-message-id-generator): Doc fix.
21519 Bind system-time-locale. Handle missing end.
21520 (feedmail-fiddle-x-mailer): Add debug call.
21521 Handle feedmail-x-mailer-line being nil.
21522 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
21523 Add debug call. Use buffer-substring-no-properties.
21524 (feedmail-say-debug, feedmail-say-chatter): New functions.
21525 (feedmail-find-eoh): Give an explicit error.
21526
21527 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
21528
21529 * net/newst-treeview.el (newsticker-treeview-face): Change default
21530 family from helvetica to sans.
21531 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
21532 etc/images/newsticker.
21533
21534 * net/newst-reader.el (newsticker-feed-face): Change default
21535 family from helvetica to sans.
21536
21537 * net/newst-plainview.el (newsticker-new-item-face)
21538 (newsticker-old-item-face, newsticker-immortal-item-face)
21539 (newsticker-obsolete-item-face, newsticker-date-face)
21540 (newsticker-statistics-face): Change default family from
21541 helvetica to sans.
21542 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
21543 etc/images/newsticker.
21544
21545 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
21546 (newsticker--process-auto-mark-filter-match): Tell user about
21547 auto-marking.
21548
21549 2011-05-13 Didier Verna <didier@xemacs.org>
21550
21551 Common Lisp indentation improvements on defmethod and lambda-lists.
21552 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
21553 TODO entries.
21554 (lisp-lambda-list-keyword-parameter-indentation)
21555 (lisp-lambda-list-keyword-parameter-alignment)
21556 (lisp-lambda-list-keyword-alignment): New customizable user options.
21557 (lisp-indent-defun-method): Improve docstring.
21558 (extended-loop-p): Fix comment.
21559 (lisp-indent-lambda-list-keywords-regexp): New variable.
21560 (lisp-indent-lambda-list): New function.
21561 (lisp-indent-259): Use it.
21562 (lisp-indent-defmethod): Support for more than one
21563 method qualifier and properly indent methods lambda-lists.
21564 (defgeneric): Provide a missing common-lisp-indent-function property.
21565
21566 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
21567
21568 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
21569 bounds for the empty string (bug#8667).
21570
21571 2011-05-13 Glenn Morris <rgm@gnu.org>
21572
21573 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
21574
21575 * mail/sendmail.el (sendmail-program): Try executable-find first.
21576 (sendmail-send-it): `sendmail-program' cannot be unbound.
21577
21578 * calendar/appt.el (appt-make-list): Simplify.
21579 (appt-time-msg-list): Doc fix.
21580 (appt-check): Change mode-line message at the time of the appointment.
21581
21582 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
21583
21584 * progmodes/ld-script.el (ld-script-keywords)
21585 (ld-script-builtins): Update keywords list.
21586
21587 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21588
21589 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
21590
21591 * shell.el (shell-completion-vars): New function.
21592 (shell-mode):
21593 * simple.el (read-shell-command): Use it.
21594 (blink-matching-open): No need for " [...]" in minibuffer-message.
21595
21596 2011-05-12 Glenn Morris <rgm@gnu.org>
21597
21598 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
21599 (appt-check): Simplify.
21600
21601 2011-05-12 Eli Zaretskii <eliz@gnu.org>
21602
21603 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
21604 literal "/dev/null".
21605
21606 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21607
21608 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
21609 Fix typo.
21610
21611 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
21612
21613 * progmodes/which-func.el (which-function):
21614 Use add-log-current-defun instead of add-log-current-defun-function,
21615 which might not be defined (Bug#8260).
21616
21617 2011-05-12 Glenn Morris <rgm@gnu.org>
21618
21619 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
21620 Let byte-compile-initial-macro-environment always take precedence.
21621
21622 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21623
21624 * net/rcirc.el: Add support for SSL/TLS connections.
21625 (rcirc-server-alist): New field `encryption'.
21626 (rcirc): Check `encryption' settings.
21627 (rcirc-connect): New arg `encryption'. Use open-network-stream.
21628 Merge make-local-variable into `set'.
21629 (rcirc--connection-open-p): New function.
21630 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
21631 the process is not a network process (e.g. running gnutls-cli).
21632 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
21633 Make rcirc-(en|de)code-coding-system local here.
21634 (rcirc-mode): Merge make-local-variable into `set'.
21635 (rcirc-parent-buffer): Make permanent buffer-local.
21636 (rcirc-multiline-minor-mode): Don't do it here.
21637 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
21638 there's no server buffer.
21639
21640 2011-05-11 Glenn Morris <rgm@gnu.org>
21641
21642 * newcomment.el (comment-kill): Prefix "unused" local.
21643
21644 * term/w32console.el (get-screen-color): Declare.
21645
21646 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
21647 Handle symbol elements of byte-compile-initial-macro-environment.
21648
21649 2011-05-10 Leo Liu <sdl.web@gmail.com>
21650
21651 * bookmark.el (bookmark-bmenu-mode-map):
21652 Bind bookmark-bmenu-search to `/'.
21653
21654 * mail/footnote.el: Convert to utf-8 encoding.
21655 (footnote-unicode-string, footnote-unicode-regexp): New variable.
21656 (Footnote-unicode): New function.
21657 (footnote-style-alist): Add unicode style to the list.
21658 (footnote-style): Doc fix.
21659
21660 2011-05-10 Jim Meyering <meyering@redhat.com>
21661
21662 Fix doubled-word typos.
21663 * international/quail.el (quail-insert-kbd-layout): and and -> and
21664 * kermit.el: and and -> and
21665 * net/ldap.el (ldap-search-internal): to to -> to
21666 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
21667 * progmodes/js.el (js-mode): and and -> and
21668 * textmodes/artist.el (artist-move-to-xy): at at -> at
21669 (artist-draw-region-trim-line-endings): if if -> if
21670 And Safetyc -> Safety.
21671 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
21672
21673 2011-05-10 Glenn Morris <rgm@gnu.org>
21674 Stefan Monnier <monnier@iro.umontreal.ca>
21675
21676 * files.el (hack-one-local-variable-eval-safep):
21677 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
21678
21679 2011-05-10 Glenn Morris <rgm@gnu.org>
21680
21681 * calendar/diary-lib.el (diary-list-entries-hook)
21682 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
21683 (diary-nongregorian-marking-hook, diary-list-entries)
21684 (diary-include-other-diary-files, diary-mark-entries)
21685 (diary-mark-included-diary-files): Doc fixes.
21686
21687 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
21688
21689 * misc.el: Require tabulated-list.el during compilation.
21690
21691 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
21692
21693 * progmodes/compile.el (compilation-start):
21694 Run compilation-filter-hook for the async case too.
21695 (compilation-filter-hook): Doc fix.
21696
21697 2011-05-09 Deniz Dogan <deniz@dogan.se>
21698
21699 * wdired.el: Remove outdated installation comment. Fix usage
21700 comment.
21701
21702 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
21703
21704 * misc.el: Implement new command `list-dynamic-libraries'.
21705 (list-dynamic-libraries--loaded-only-p): New variable.
21706 (list-dynamic-libraries--refresh): New function.
21707 (list-dynamic-libraries): New command.
21708
21709 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
21710
21711 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21712 Fix the ant regexp to handle end-line and end-column info from jikes.
21713 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
21714 higher priority to avoid clobbering by gnu.
21715
21716 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
21717
21718 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
21719 if the face has existing theme settings (Bug#8454).
21720
21721 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
21722
21723 * progmodes/perl-mode.el (perl-imenu-generic-expression):
21724 Only match variables declared via `my' or `our' (Bug#8261).
21725
21726 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
21727 special file names `.' and `..' (Bug#8259).
21728
21729 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
21730
21731 * progmodes/grep.el (grep-mode-font-lock-keywords):
21732 Remove buffer-changing entries.
21733 (grep-filter): New function.
21734 (grep-mode): Add it to compilation-filter-hook.
21735
21736 * progmodes/compile.el (compilation-filter-hook)
21737 (compilation-filter-start): New defvars.
21738 (compilation-filter): Call compilation-filter-hook prior to
21739 updating the process mark.
21740
21741 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
21742
21743 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
21744
21745 2011-05-07 Eli Zaretskii <eliz@gnu.org>
21746
21747 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
21748 mailclient-send-it even if window-system is nil. (Bug#8595)
21749
21750 * term/w32console.el (terminal-init-w32console):
21751 Call get-screen-color and use its output to set the frame
21752 background-mode. (Bug#8597)
21753
21754 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21755
21756 Make bytecomp.el understand that defmethod defines funs (bug#8631).
21757 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
21758 New functions.
21759 (defgeneric, eieio--defmethod): Use them.
21760 (eieio-defgeneric): Remove.
21761 (defmethod): Call defgeneric in a way visible to the byte-compiler.
21762
21763 2011-05-07 Glenn Morris <rgm@gnu.org>
21764
21765 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
21766 Use let rather than let*.
21767 (timeclock-find-discrep): Remove unused local.
21768
21769 * calendar/diary-lib.el (diary-comment-start): Doc fix.
21770
21771 * calendar/appt.el (appt-time-msg-list): Doc fix.
21772
21773 2011-05-06 Noah Friedman <friedman@splode.com>
21774
21775 * apropos.el (apropos-print-doc): Only use
21776 emacs-lisp-docstring-fill-column when it is bound to an integer,
21777 per that variable's documentation.
21778
21779 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21780
21781 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
21782 and warnings are not silently discarded (e.g. use -d instead of -P).
21783
21784 2011-05-06 Glenn Morris <rgm@gnu.org>
21785
21786 * calendar/appt.el (appt-message-warning-time): Doc fix.
21787 (appt-warning-time-regexp): New option.
21788 (appt-make-list): Respect appt-message-warning-time.
21789
21790 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
21791 New options.
21792 (diary-add-to-list): Strip comments from the displayed string.
21793 (diary-mode): Set comment-start and comment-end.
21794
21795 * vc/diff-mode.el (smerge-refine-subst): Declare.
21796 (diff-refine-hunk): Don't require smerge-mode when compiling.
21797
21798 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
21799
21800 * simple.el (list-processes): Return nil as the docstring says.
21801
21802 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
21803
21804 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
21805 to "".
21806 (ange-ftp-write-region, ange-ftp-insert-file-contents)
21807 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
21808 determining of binary transfer. (Bug#7383)
21809
21810 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
21811
21812 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21813 Fix port computation bug. (Bug#8618)
21814
21815 2011-05-05 Glenn Morris <rgm@gnu.org>
21816
21817 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
21818
21819 * simple.el (shell-dynamic-complete-functions)
21820 (comint-dynamic-complete-functions): Declare.
21821
21822 * net/network-stream.el (gnutls-negotiate):
21823 * simple.el (tabulated-list-print): Fix declarations.
21824
21825 * progmodes/gud.el (syntax-symbol, syntax-point):
21826 Remove unnecessary and incorrect declarations.
21827
21828 * emacs-lisp/check-declare.el (check-declare-scan):
21829 Handle byte-compile-initial-macro-environment in bytecomp.el.
21830
21831 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21832
21833 Fix earlier half-done eieio-defmethod change (bug#8338).
21834 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
21835 Streamline and change calling convention.
21836 (defmethod): Adjust accordingly and simplify.
21837 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
21838 new eieio--defmethod.
21839 (slot-boundp): Minor CSE simplification.
21840
21841 2011-05-05 Milan Zamazal <pdm@zamazal.org>
21842
21843 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
21844 (glasses-make-readable): Use glasses-separate-capital-groups.
21845
21846 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
21847
21848 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
21849 (warning-series): Doc fix.
21850 (display-warning): Don't try to create the buffer if we just found it.
21851
21852 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
21853
21854 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
21855 (autoload-find-generated-file): New function.
21856 (generate-file-autoloads): Bind generated-autoload-file to
21857 buffer-file-name.
21858 (update-file-autoloads, update-directory-autoloads):
21859 Use autoload-find-generated-file. If called interactively, prompt for
21860 output file (Bug#7989).
21861 (batch-update-autoloads): Doc fix.
21862
21863 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
21864
21865 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
21866
21867 2011-05-04 Glenn Morris <rgm@gnu.org>
21868
21869 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
21870 function, so it follows changes in calendar-date-style.
21871 (diary-fancy-date-matcher): New function.
21872 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
21873 (diary-fancy-font-lock-fontify-region-function):
21874 Use diary-fancy-date-pattern as a function.
21875
21876 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
21877 non-numbers for `year' etc pseudo-variables. (Bug#8583)
21878
21879 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
21880
21881 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
21882 instead of positional arguments. Allow :keylist and :crlfiles
21883 arguments.
21884 (open-gnutls-stream): Call it.
21885
21886 * net/network-stream.el (network-stream-open-starttls): Adjust to
21887 call `gnutls-negotiate' with :process and :hostname arguments.
21888
21889 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
21890
21891 * minibuffer.el (completion--message): New function.
21892 (completion--do-completion, minibuffer-complete)
21893 (minibuffer-force-complete, minibuffer-complete-word): Use it.
21894 (completion--do-completion): Don't ignore completion-auto-help when in
21895 icomplete-mode.
21896
21897 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
21898 internal encoding (e.g. tibetan zero is not whitespace).
21899 (global-whitespace-mode): Prefer save-current-buffer.
21900 (whitespace-trailing-regexp): Remove useless save-match-data.
21901 (whitespace-empty-at-bob-regexp): Minor simplification.
21902
21903 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
21904
21905 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
21906
21907 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
21908
21909 * textmodes/ispell.el (ispell-add-per-file-word-list):
21910 Use `concat' to create string for insertion.
21911
21912 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
21913
21914 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
21915 Avoid open-line which runs post-self-insert-hook.
21916 (bibtex-fill-entry): Remove unused `end' var.
21917
21918 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
21919
21920 * textmodes/ispell.el (ispell-add-per-file-word-list):
21921 Protect against `nil' value of `comment-start' (Bug#8579).
21922
21923 2011-05-03 Leo Liu <sdl.web@gmail.com>
21924
21925 * isearch.el (isearch-yank-pop): New command.
21926 (isearch-mode-map): Bind it to `M-y'.
21927 (isearch-forward): Mention it.
21928
21929 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
21930
21931 * simple.el (minibuffer-complete-shell-command): Remove.
21932 (minibuffer-local-shell-command-map): Use completion-at-point.
21933 (read-shell-command): Setup completion vars here instead.
21934 (read-expression-map): Bind TAB to symbol completion.
21935
21936 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
21937 error directly rather via storing it into `results'.
21938
21939 2011-05-02 Leo Liu <sdl.web@gmail.com>
21940
21941 * vc/diff.el: Fix description.
21942
21943 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21944
21945 * server.el (server-eval-at): New function.
21946
21947 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21948
21949 * net/network-stream.el (open-network-stream): Take a :nowait
21950 parameter and pass it on to `make-network-process'.
21951 (network-stream-open-plain): Ditto.
21952
21953 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
21954
21955 * faces.el (face-spec-set-match-display): Don't match toolkit
21956 options on terminal frames.
21957
21958 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21959
21960 * progmodes/pascal.el: Use lexical binding.
21961 (pascal-mode-map): Remove author preferences.
21962
21963 * pcomplete.el (pcomplete-std-complete): Don't abuse
21964 completion-at-point.
21965
21966 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
21967
21968 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
21969 removing code that has been dead since 1991 or so.
21970
21971 * startup.el (command-line): When warning about "_emacs", use a
21972 delayed warning to allow the user to filter it out.
21973
21974 2011-04-28 Deniz Dogan <deniz@dogan.se>
21975
21976 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
21977 user has not joined.
21978
21979 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21980
21981 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
21982 aren't any completions at point.
21983
21984 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
21985
21986 * subr.el (display-delayed-warnings): New function.
21987 (delayed-warnings-hook): New variable.
21988
21989 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21990
21991 * minibuffer.el (completion-at-point, completion-help-at-point):
21992 Don't presume that a given completion-at-point-function will always
21993 use the same calling convention.
21994
21995 * pcomplete.el (pcomplete-completions-at-point):
21996 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
21997 pcomplete-seen is non-nil.
21998 (pcomplete-comint-setup): Also recognize the new comint/shell
21999 completion functions.
22000 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
22001 pcomplete-seen is non-nil.
22002
22003 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
22004
22005 * calendar/icalendar.el (diary-lib): Add require statement.
22006 (icalendar--create-uid): Read out a uid from a text-property on
22007 the first character in the entry. This allows for code to add its
22008 own uid to the entry.
22009 (icalendar--convert-float-to-ical): Add export of
22010 `diary-float'-entries save for those with the optional DAY
22011 argument.
22012
22013 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
22014
22015 * subr.el (shell-quote-argument): Use alternate escaping strategy
22016 when we spot a variable reference in a string.
22017
22018 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22019
22020 * cus-start.el (all): Define customization for debug-on-event.
22021
22022 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22023
22024 * subr.el (shell-quote-argument): Escape correctly under Windows.
22025
22026 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22027
22028 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
22029
22030 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
22031
22032 * net/tramp.el (tramp-process-actions): Add POS argument.
22033 Delete region between POS and (pos).
22034
22035 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22036 Use `nil' position in `tramp-process-actions' call.
22037 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
22038
22039 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
22040 position in `tramp-process-actions' call.
22041
22042 * net/trampver.el: Update release number.
22043
22044 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22045
22046 * custom.el (defcustom): Obey lexical-binding.
22047
22048 Fix octave-inf completion problems reported by Alexander Klimov.
22049 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
22050 Inherit from octave-mode-syntax-table.
22051 (inferior-octave-mode): Set info-lookup-mode.
22052 (inferior-octave-completion-at-point): New function.
22053 (inferior-octave-complete): Use it and completion-in-region.
22054 (inferior-octave-dynamic-complete-functions): Use it as well, and use
22055 comint-filename-completion.
22056 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
22057 symbol elements which shouldn't be word elements.
22058 (octave-font-lock-keywords, octave-beginning-of-defun)
22059 (octave-function-header-regexp): Adjust regexps accordingly.
22060 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
22061
22062 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
22063
22064 * net/gnutls.el (gnutls-errorp): Declare before first use.
22065
22066 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
22067
22068 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
22069 verify-error, and verify-hostname-error parameters. Check whether
22070 default trustfile exists before going to use it. Add missing
22071 argument to gnutls-message-maybe call. Return value.
22072 Reported by Claudio Bley <claudio.bley@gmail.com>.
22073 (open-gnutls-stream): Add usage example.
22074
22075 * net/network-stream.el (network-stream-open-starttls): Give host
22076 parameter to `gnutls-negotiate'.
22077 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
22078 * subr.el (shell-quote-argument): Escape correctly under Windows.
22079
22080 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
22081
22082 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
22083 Use correct match group (bug#8438).
22084
22085 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22086
22087 * emacs-lisp/package.el (package-built-in-p): Fix typo.
22088 (package-menu--generate): New arg specifying packages to show.
22089 (package-menu-refresh, package-menu-execute, list-packages):
22090 Callers changed.
22091 (package-show-package-list): New function, replacing deleted
22092 package--list-packages (renamed because it is non-internal).
22093
22094 * finder.el (finder-list-matches): Use package-show-package-list
22095 instead of deleted package--list-packages.
22096
22097 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
22098 Based on a previous implementation by Juanma Barranquero (Bug#8366).
22099 (vc-annotate-mode-map): Bind it to RET.
22100
22101 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
22102
22103 * progmodes/etags.el (next-file): Don't use set-buffer to change
22104 buffers (Bug#8478).
22105
22106 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22107
22108 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
22109
22110 * apropos.el (apropos-label-face): Avoid variable-pitch face.
22111 (apropos-accumulator): Doc fix.
22112 (apropos-function, apropos-macro, apropos-command)
22113 (apropos-variable, apropos-face, apropos-group, apropos-widget)
22114 (apropos-plist): Add face property.
22115 (apropos-symbols-internal): Fix indentation.
22116 (apropos-print): Simplify help, and recognize apropos-multi-type.
22117 (apropos-print-doc): Use button-type-get to extract the button's
22118 face property. Fill docstring (Bug#8352).
22119
22120 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
22121
22122 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
22123
22124 * play/mpuz.el (mpuz-silent): Doc fix.
22125 (mpuz-mode-map): Use mapc.
22126 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
22127 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
22128 Fix typos in docstrings.
22129
22130 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
22131 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
22132
22133 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
22134
22135 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
22136
22137 * minibuffer.el (completion--do-completion): Avoid the "Next char
22138 not unique" prompt if icomplete-mode is enabled (Bug#5849).
22139
22140 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
22141 mouse-2 into unread-command-events, it is interpreted correctly.
22142
22143 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
22144 (image-toggle-display): Doc fix.
22145
22146 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
22147
22148 * textmodes/page.el (what-page): Use line-number-at-pos to
22149 calculate line number (Bug#6825).
22150
22151 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22152
22153 * eshell/esh-mode.el (find-tag-interactive): Declare function.
22154 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
22155 Pass argument NO-DEFAULT to `find-tag-interactive'.
22156
22157 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22158
22159 Lexical-binding cleanup.
22160
22161 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
22162 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
22163 * progmodes/ada-prj.el (ada-prj-initialize-values)
22164 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
22165 (ada-prj-show-value):
22166 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
22167 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
22168 (antlr-invalidate-context-cache, antlr-options-menu-filter)
22169 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
22170 * progmodes/bug-reference.el (bug-reference-push-button):
22171 * progmodes/fortran.el (fortran-line-length):
22172 * progmodes/glasses.el (glasses-change):
22173 * progmodes/octave-mod.el (octave-fill-paragraph):
22174 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
22175 (python-pdbtrack-grub-for-buffer, python-sentinel):
22176 * progmodes/sql.el (sql-save-connection):
22177 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
22178 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
22179 Mark unused parameters.
22180
22181 * progmodes/compile.el (compilation--flush-directory-cache)
22182 (compilation--flush-parse, compile-internal): Mark unused parameters.
22183 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
22184 (compilation-next-error-function): Remove unused variable `timestamp'.
22185
22186 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
22187 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
22188
22189 * progmodes/dcl-mode.el (dcl-end-of-command):
22190 Remove unused variable `start'.
22191 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
22192 (dcl-option-value-basic, dcl-option-value-offset)
22193 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
22194 Mark unused parameters.
22195 (dcl-save-local-variable): Remove unused variable `val'.
22196 (mode): Declare.
22197
22198 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
22199 Mark unused parameters.
22200 (delphi-ignore-changes): Move before first use.
22201 (delphi-charset-token-at): Remove unused variable `start'.
22202 (delphi-else-start): Remove unused variable `if-count'.
22203 (delphi-comment-block-start, delphi-comment-block-end):
22204 Remove unused variable `kind'.
22205 (delphi-indent-line): Remove unused variable `new-point'.
22206
22207 * progmodes/ebrowse.el (ebrowse-files-list)
22208 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
22209 Mark unused parameters. Don't quote `lambda'.
22210 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
22211 Don't quote `lambda'.
22212 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
22213 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
22214 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
22215 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
22216 Use `ignore-errors'.
22217 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
22218 (ebrowse-view/find-file-and-search-pattern)
22219 (ebrowse-view/find-member-declaration/definition):
22220 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
22221 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
22222 Rename parameter PREFIX-ARG to PREFIX.
22223 (ebrowse-tags-read-name): Remove unused variables `start' and
22224 `member-info'.
22225 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
22226 to `tags-file'.
22227
22228 * progmodes/etags.el (local-find-tag-hook): Declare.
22229 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
22230 Mark unused parameters.
22231
22232 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
22233 (executable-interpret): Mark unused parameter.
22234
22235 * progmodes/flymake.el (flymake-process-sentinel)
22236 (flymake-after-change-function)
22237 (flymake-create-temp-with-folder-structure)
22238 (flymake-get-include-dirs-dot): Mark unused parameters.
22239 (flymake-safe-delete-directory): Remove unused variable `err'.
22240
22241 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
22242 (speedbar-timer-fn, speedbar-line-text)
22243 (speedbar-change-expand-button-char, speedbar-delete-subblock)
22244 (speedbar-center-buffer-smartly): Declare functions.
22245 (gdb-find-watch-expression): Remove unused variable `array'.
22246 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
22247 (gdb-starting): Mark unused parameters.
22248 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
22249 (gdb-table-string): Remove unused variable `res'.
22250 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
22251 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
22252 (gdb-display-buffer): Remove unused variable `cur-size'.
22253
22254 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
22255 allow lexical-binding compilation.
22256 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
22257 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
22258 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
22259 Mark unused parameters.
22260 (gud-gdb-marker-filter): Remove unused variable `match'.
22261 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
22262 lambda expressions and funcall them, instead of using `fset'.
22263
22264 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
22265 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
22266
22267 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
22268 variable `header-beg'; use `let'.
22269
22270 * progmodes/icon.el (indent-icon-exp): Remove unused variables
22271 `restart', `last-sexp' and `at-do'.
22272
22273 * progmodes/js.el (js--debug): Mark unused parameter.
22274 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
22275 (js--splice-into-items): Remove unused variable `item'.
22276 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
22277
22278 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
22279 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
22280 (makefile-complete): Remove unused variable `try'.
22281 (makefile-fill-paragraph, makefile-match-function-end):
22282 Mark unused parameters.
22283
22284 * progmodes/octave-inf.el (inferior-octave-complete):
22285 Remove unused variable `proc'.
22286 (inferior-octave-output-digest): Mark unused parameter.
22287
22288 * progmodes/perl-mode.el (perl-calculate-indent):
22289 Remove unused variable `err'.
22290
22291 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
22292 (prolog-indent-line): Mark unused parameters.
22293 (prolog-indent-line): Remove unused variable `beg'.
22294
22295 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
22296 (reporter-dont-compact-list): Declare.
22297
22298 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
22299 Remove unused variable `char'.
22300 (sh-debug): Mark unused parameter.
22301 (sh-get-indent-info): Remove unused variable `start'.
22302 (sh-calculate-indent): Remove unused variable `var'.
22303
22304 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
22305 (simula-electric-keyword): Remove unused variable `null'.
22306 (simula-search-backward, simula-search-forward): Remove unused
22307 variables `begin' and `end'.
22308
22309 * progmodes/vera-mode.el (vera-guess-basic-syntax):
22310 Remove unused variable `pos'.
22311 (vera-electric-tab, vera-comment-uncomment-region):
22312 Mark unused parameters.
22313 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
22314
22315 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
22316
22317 * emacs-lisp/package.el (package--builtins, package-alist)
22318 (package-load-descriptor, package-built-in-p, package-activate)
22319 (define-package, package-installed-p)
22320 (package-compute-transaction, package-buffer-info)
22321 (package--push): Doc fix. Distinguish more clearly between
22322 version strings and version lists.
22323
22324 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
22325
22326 Lexical-binding cleanup.
22327
22328 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
22329 (5x5-make-mutate-best):
22330 * play/fortune.el (fortune-in-buffer):
22331 * play/gomoku.el (gomoku-init-display):
22332 * play/solitaire.el (solitaire, solitaire-do-check):
22333 * play/tetris.el (tetris-default-update-speed-function):
22334 Mark unused parameters.
22335
22336 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
22337 (bubbles--shift): Remove unused variable `char-org'.
22338 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
22339 (bubbles--show-images): Remove unused variable `char'.
22340
22341 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
22342 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
22343 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
22344 (decipher-analyze-buffer): Use ?\s.
22345 (decipher-make-checkpoint): Remove unused variable `mapping'.
22346
22347 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
22348
22349 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
22350 Remove unused variable `result'; use `let'.
22351
22352 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
22353 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
22354 (gametree-children-shown-p, gametree-compute-reduced-score):
22355 Use `ignore-errors'.
22356
22357 * play/handwrite.el (ps-lpr-switches): Declare.
22358 (handwrite): Remove unused variables `pmin' and `lastp'.
22359
22360 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
22361
22362 * play/landmark.el (landmark-init-display)
22363 (landmark-update-naught-weights): Mark unused parameters.
22364 (landmark-y): Remove unused variable `noise'. Simplify.
22365 (landmark-human-plays): Remove unused variable `score'.
22366
22367 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
22368 (mpuz-try-proposal): Remove unused variable `game'.
22369
22370 * play/zone.el (life-patterns): Declare.
22371
22372 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
22373
22374 * vc/vc.el (ediff-vc-internal): Declare function.
22375
22376 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22377
22378 * shell.el: Use lexical-binding and std completion UI.
22379 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
22380 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
22381 comint-preoutput-filter-functions rather than on
22382 comint-output-filter-functions.
22383 (shell-command-completion, shell--command-completion-data)
22384 (shell-filename-completion, shell-environment-variable-completion)
22385 (shell-c-a-p-replace-by-expanded-directory): New functions.
22386 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
22387 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
22388 (shell-dynamic-complete-environment-variable): Use them.
22389 (shell-dynamic-complete-as-environment-variable)
22390 (shell-dynamic-complete-as-command): Remove.
22391 (shell-match-partial-variable): Match past point.
22392 * comint.el: Clean up use of completion-at-point-functions.
22393 (comint-completion-at-point): New function.
22394 (comint-mode): Use it completion-at-point-functions.
22395 (comint-dynamic-complete): Make it obsolete.
22396 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
22397 (comint-c-a-p-replace-by-expanded-history): New function.
22398 (comint-dynamic-complete-functions)
22399 (comint-replace-by-expanded-history): Use it.
22400 * minibuffer.el (completion-table-with-terminator): Allow dynamic
22401 termination strings. Try harder to avoid second try-completion.
22402 (completion-in-region-mode-map): Disable bindings that don't work yet.
22403
22404 * comint.el: Use lexical-binding. Require CL.
22405 (comint-dynamic-complete-functions): Use comint-filename-completion.
22406 (comint-completion-addsuffix): Tweak custom type.
22407 (comint-filename-completion, comint--common-suffix)
22408 (comint--common-quoted-suffix, comint--table-subvert)
22409 (comint--complete-file-name-data): New functions.
22410 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
22411 (comint-dynamic-list-filename-completions): Use them.
22412 (comint-dynamic-simple-complete): Make obsolete.
22413
22414 * minibuffer.el (completion-in-region-mode):
22415 Keep completion-in-region-mode--predicate global.
22416 (completion-in-region--postch):
22417 Assume completion-in-region-mode--predicate is not null.
22418
22419 * progmodes/flymake.el (flymake-start-syntax-check-process):
22420 Obey `dir'. Simplify.
22421
22422 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
22423 we're in VC after all.
22424
22425 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
22426
22427 * vc/vc.el (vc-diff-build-argument-list-internal)
22428 (vc-version-ediff, vc-ediff): New commands.
22429 (vc-version-diff): Use vc-diff-build-argument-list-internal.
22430
22431 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22432
22433 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
22434 add sanity check.
22435
22436 * obsolete/erc-hecomplete.el: Make obsolete.
22437 * obsolete/: Standardize obsolescence info in the header.
22438
22439 2011-04-20 Glenn Morris <rgm@gnu.org>
22440
22441 * calendar/solar.el (solar-horizontal-coordinates):
22442 Use the longitude argument rather than `calendar-longitude'.
22443 (solar-date-next-longitude): Remove unused locals.
22444
22445 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22446
22447 * whitespace.el: New version 13.2.1.
22448
22449 2011-04-20 felix <EmacsWiki> (tiny change)
22450
22451 * whitespace.el (global-whitespace-mode): Keep highlight when
22452 switching between major modes on a file.
22453
22454 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22455
22456 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
22457 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
22458 multi-line comments as well.
22459
22460 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
22461
22462 Lexical-binding cleanup.
22463
22464 * arc-mode.el (archive-mode-revert):
22465 * cmuscheme.el (scheme-interactively-start-process):
22466 * custom.el (custom-initialize-delay):
22467 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
22468 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
22469 * emacs-lock.el (emacs-lock-clear-sentinel):
22470 * ezimage.el (defezimage):
22471 * follow.el (follow-avoid-tail-recenter):
22472 * fringe.el (set-fringe-mode-1):
22473 * generic-x.el (bat-generic-mode-compile):
22474 * help-mode.el (help-info-variable, help-do-xref)
22475 (help-mode-revert-buffer):
22476 * help.el (view-emacs-todo):
22477 * iswitchb.el (iswitchb-completion-help):
22478 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
22479 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
22480 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
22481 * locate.el (locate-update):
22482 * longlines.el (longlines-encode-region)
22483 (longlines-after-change-function):
22484 * outline.el (outline-isearch-open-invisible):
22485 * ps-def.el (declare-function, charset-dimension, char-width)
22486 (encode-char):
22487 * ps-mule.el (ps-mule-plot-string):
22488 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
22489 (recentf-edit-list-select, recentf-edit-list-validate)
22490 (recentf-open-files-action):
22491 * rect.el (delete-whitespace-rectangle-line)
22492 (rectangle-number-line-callback):
22493 * register.el (window-configuration-to-register)
22494 (frame-configuration-to-register):
22495 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
22496 * select.el (xselect-convert-to-string, xselect-convert-to-length)
22497 (xselect-convert-to-targets, xselect-convert-to-delete)
22498 (xselect-convert-to-filename, xselect-convert-to-charpos)
22499 (xselect-convert-to-lineno, xselect-convert-to-colno)
22500 (xselect-convert-to-os, xselect-convert-to-host)
22501 (xselect-convert-to-user, xselect-convert-to-class)
22502 (xselect-convert-to-name, xselect-convert-to-integer)
22503 (xselect-convert-to-atom, xselect-convert-to-identity):
22504 * subr.el (declare, ignore, process-kill-without-query)
22505 (text-clone-maintain):
22506 * terminal.el (te-get-char, te-tic-sentinel):
22507 * tool-bar.el (tool-bar-make-keymap):
22508 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
22509 * type-break.el (type-break-mode, type-break-noninteractive-query):
22510 * view.el (View-back-to-mark):
22511 * wid-browse.el (widget-browse-action, widget-browse-widget)
22512 (widget-browse-widgets, widget-browse-sexp):
22513 * widget.el (define-widget-keywords):
22514 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
22515 Mark unused parameters.
22516
22517 * align.el (align-adjust-col-for-rule): Mark unused parameter.
22518 (align-areas): Remove unused variable `look'.
22519 (align-region): Remove unused variables `real-end' and `pos-list'.
22520
22521 * apropos.el (apropos-score-doc): Remove unused variable `i'.
22522
22523 * bindings.el (mode-line-modified, mode-line-remote):
22524 Mark unused parameters.
22525 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
22526
22527 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
22528 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
22529
22530 * comint.el (comint-history-isearch-pop-state)
22531 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
22532 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
22533 (comint-substitute-in-file-name): Doc fix.
22534
22535 * completion.el (cmpl-statistics-block): Mark unused parameter.
22536 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
22537 (save-completions-to-file, load-completions-from-file):
22538 Remove unused local variable `e'.
22539
22540 * composite.el (compose-chars): Remove unused variable `len'.
22541 (lgstring-insert-glyph): Remove unused variable `g'.
22542 (compose-glyph-string): Remove unused variables `ascent',
22543 `descent', `lbearing' and `rbearing'.
22544 (compose-glyph-string-relative): Remove unused variables
22545 `lbearing', `rbearing' and `wadjust'.
22546 (compose-gstring-for-graphic): Remove unused variables `header',
22547 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
22548 (compose-gstring-for-terminal): Remove unused variables `header'
22549 and `nchars'. Use `let', not `let*'.
22550
22551 * cus-edit.el (Custom-set, Custom-save, custom-reset)
22552 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
22553 (Custom-buffer-done, custom-buffer-create-internal)
22554 (custom-browse-visibility-action, custom-browse-group-tag-action)
22555 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
22556 (widget-magic-mouse-down-action, custom-toggle-parent)
22557 (custom-add-parent-links, custom-toggle-hide-variable)
22558 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
22559 (custom-toggle-hide-face, face, hook, custom-group-link-action)
22560 (custom-face-menu-create, custom-variable-menu-create, get)
22561 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
22562 (custom-reset-standard-save-and-update): Remove unused variable `value'.
22563 (customize-apropos): Remove unused variable `tests'.
22564 (custom-group-value-create): Remove unused variable `hidden-p'.
22565 (sort-fold-case): Declare.
22566
22567 * cus-theme.el (custom-reset-standard-faces-list)
22568 (custom-reset-standard-variables-list): Declare.
22569 (customize-create-theme, custom-theme-revert, custom-theme-write)
22570 (custom-theme-choose-mode, customize-themes, custom-theme-save):
22571 Mark unused parameters.
22572
22573 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
22574
22575 * delim-col.el (delimit-columns-max): Move defvar before first use.
22576
22577 * descr-text.el (describe-char-categories): Don't quote `lambda'.
22578 (describe-char): Don't quote `lambda'. Mark unused parameter.
22579
22580 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
22581 (auto-insert): Declare.
22582 (desktop-restore-file-buffer): Rename desktop-* parameters;
22583 mark unused ones.
22584 (desktop-create-buffer): Rename desktop-* parameters and bind them.
22585 (desktop-buffer): Rename desktop-* parameters.
22586
22587 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
22588 (dframe-reposition-frame-xemacs, dframe-help-echo)
22589 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
22590 Mark unused parameters.
22591
22592 * dired-aux.el (backup-extract-version-start, overwrite-query)
22593 (overwrite-backup-query, rename-regexp-query)
22594 (rename-non-directory-query): Declare.
22595 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
22596 (dired-add-entry): Remove unused variable `orig-file-name'.
22597 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
22598 Use parameter PRESERVE-TIME instead of accessing dynamic variable
22599 `dired-copy-preserve-time' directly.
22600 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
22601 (dired-insert-subdir-newpos): Rename unused variable `pos'.
22602
22603 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
22604 (dired-virtual-revert, dired-make-relative-symlink):
22605 Mark unused parameters.
22606 (manual-program): Declare.
22607 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
22608 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
22609 wrapped in `with-no-warnings' to avoid replacing one warning by another.
22610
22611 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
22612
22613 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
22614
22615 * echistory.el (electric-history-in-progress, Helper-return-blurb):
22616 Declare.
22617
22618 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
22619
22620 * electric.el (Electric-command-loop): Rename parameter
22621 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
22622
22623 * expand.el (expand-in-literal): Remove unused variable `here'.
22624
22625 * facemenu.el (facemenu-add-new-color):
22626 Remove unused variable `docstring'.
22627
22628 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
22629 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
22630 (face-attr-construct): Mark unused parameter. Doc fix.
22631 (read-color): Remove unused variable `hex-string'.
22632
22633 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
22634 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
22635 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
22636 (display-buffer-other-frame): Remove unused variable `old-window'.
22637 (kill-buffer-hook): Declare.
22638 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
22639 Mark unused parameters.
22640 (after-find-file): Pass 1 to `auto-save-mode', not t.
22641
22642 * files-x.el (auto-insert): Declare.
22643 (modify-file-local-variable-prop-line): Remove unused variable `val'.
22644
22645 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
22646 variable `buf'. Mark unused parameter.
22647 (find-lisp-insert-directory): Mark unused parameter.
22648
22649 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
22650 (format-encode-region): Remove unused variables `cur-buf' and `result'.
22651 (format-common-tail): Remove, unused.
22652 (format-deannotate-region): Remove unused variable `loc'.
22653 (format-annotate-region): Remove unused variable `p'.
22654 (format-annotate-single-property-change): Remove unused variables
22655 `default' and `tail'.
22656
22657 * forms.el (read-file-filter): Declare.
22658 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
22659
22660 * frame.el (frame-creation-function-alist): Mark unused parameter.
22661 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
22662
22663 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
22664 Remove unused parameters.
22665 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
22666 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
22667
22668 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
22669 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
22670 (hfy-prepare-tag-map): Mark unused parameters.
22671 (htmlfontify-buffer): Use `called-interactively-p'.
22672
22673 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
22674 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
22675 (ibuffer-do-occur): Mark unused parameters.
22676 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
22677 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
22678
22679 * ibuffer.el: Don't quote `lambda'.
22680 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
22681 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
22682 Mark unused parameters.
22683
22684 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
22685 (ido-completing-read): Mark unused parameters.
22686 (ido-copy-current-word): Mark unused parameters;
22687 remove unused variable `name'.
22688 (ido-sort-merged-list): Remove unused parameter `dirs'.
22689
22690 * ielm.el (ielm-input-sender): Mark unused parameter.
22691 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
22692 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
22693 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
22694 `ielm-string' as a dynamic variable accessible from the IELM prompt.
22695 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
22696
22697 * image-dired.el (image-dired-display-thumbs): Remove unused
22698 variables `curr-file' and `count'.
22699 (image-dired-remove-tag): Remove unused variable `start'.
22700 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
22701 variable `curr-file'
22702 (image-dired-rotate-original): Remove unused variable `temp-file'.
22703 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
22704 Remove unused variable `file'.
22705 (image-dired-gallery-generate): Remove unused variable `curr'.
22706 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
22707
22708 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
22709
22710 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
22711
22712 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
22713
22714 * isearch.el (minibuffer-history-symbol): Declare.
22715 (isearch-edit-string): Remove unused variable `err'.
22716 (isearch-message-prefix, isearch-message-suffix):
22717 Mark unused parameters.
22718
22719 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
22720
22721 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
22722
22723 * makesum.el (double-column): Remove unused variable `cnt'.
22724
22725 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
22726 (ido-ignore-item-temp-list): Declare.
22727
22728 * mouse-drag.el (mouse-drag-throw): Remove unused variables
22729 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
22730 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
22731 (mouse-drag-drag): Remove unused variables `mouse-delta' and
22732 `mouse-col-delta'.
22733
22734 * mouse-sel.el (mouse-extend-internal):
22735 Remove unused variable `orig-window-frame'.
22736
22737 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
22738 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
22739 Move declarations before first use.
22740 (pcomplete-opt): Mark unused parameters; doc fix.
22741
22742 * proced.el (proced-revert): Mark unused parameter.
22743 (proced-send-signal): Remove unused variable `err'.
22744
22745 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
22746 Rename parameter PREFIX-ARG to ARG.
22747 (ps-basic-plot-string, ps-basic-plot-whitespace):
22748 Mark unused parameters.
22749
22750 * replace.el (replace-count): Define.
22751 (occur-revert-function): Mark unused parameters.
22752 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
22753 (isearch-case-fold-search, isearch-string): Declare.
22754 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
22755 bind `case-fold-search'. Remove unused variables `beg' and `end',
22756 and simplify.
22757 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
22758 COUNT and bind `replace-count'.
22759 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
22760 to COUNT.
22761
22762 * savehist.el (print-readably, print-string-length): Declare.
22763
22764 * shadowfile.el (shadow-expand-cluster-in-file-name):
22765 Remove unused variable `cluster'.
22766 (shadow-copy-file): Remove unused variable `i'.
22767 (shadow-noquery, shadow-clusters, shadow-site-cluster)
22768 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
22769 (shadow-define-literal-group, shadow-define-regexp-group)
22770 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
22771
22772 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
22773 (shell): Use `called-interactively-p'.
22774 (shell-directory-tracker): Remove unused variable `chdir-failure'.
22775
22776 * simple.el (compilation-context-lines, comint-file-name-quote-list)
22777 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
22778 (delete-backward-char): Remove unused variable `ocol'.
22779 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
22780 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
22781 (event-apply-hyper-modifier, event-apply-shift-modifier)
22782 (event-apply-control-modifier, event-apply-meta-modifier):
22783 Mark unused parameters.
22784 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
22785 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
22786
22787 * speedbar.el (speedbar-ignored-directory-expressions)
22788 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
22789 (speedbar-find-file, speedbar-dir-follow)
22790 (speedbar-directory-buttons-follow, speedbar-tag-find)
22791 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
22792 (speedbar-buffers-line-directory, speedbar-buffer-click):
22793 Mark unused parameters.
22794 (speedbar-tag-file): Remove unused variable `mode'.
22795 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
22796
22797 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
22798
22799 * talk.el (talk): Remove unused variable `display'.
22800
22801 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
22802 (tar-write-region-annotate): Mark unused parameter.
22803
22804 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
22805 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
22806 Declare them, wrapped in `with-no-warnings' to avoid replacing one
22807 warning by another.
22808
22809 * time-stamp.el (time-stamp-string-preprocess):
22810 Remove unused variable `require-padding'.
22811
22812 * tree-widget.el (widget-glyph-enable): Declare.
22813 (tree-widget-action): Mark unused parameter.
22814
22815 * w32-fns.el (x-get-selection): Mark unused parameter.
22816 (autoload-make-program, generated-autoload-file): Declare.
22817
22818 * wdired.el (wdired-revert): Mark unused parameters.
22819 (wdired-xcase-word): Remove unused variable `err'.
22820
22821 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
22822 (whitespace-help-scroll): Remove unused variable `data-help'.
22823
22824 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
22825 (widget-image-insert, widget-after-change, default)
22826 (widget-default-format-handler, widget-default-notify)
22827 (widget-default-prompt-value, widget-info-link-action)
22828 (widget-url-link-action, widget-function-link-action)
22829 (widget-variable-link-action, widget-file-link-action)
22830 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
22831 (widget-field-prompt-internal, widget-field-action, widget-field-match)
22832 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
22833 (widget-insert-button-action, widget-delete-button-action, visibility)
22834 (widget-documentation-link-action, widget-documentation-string-action)
22835 (widget-const-prompt-value, widget-regexp-match, symbol)
22836 (widget-coding-system-prompt-value)
22837 (widget-key-sequence-value-to-external, sexp)
22838 (widget-sexp-value-to-internal, character, vector, cons)
22839 (widget-choice-prompt-value, widget-boolean-prompt-value)
22840 (widget-color--choose-action): Mark unused parameters.
22841 (widget-item-match-inline, widget-choice-match-inline)
22842 (widget-checklist-match, widget-checklist-match-inline)
22843 (widget-group-match): Rename parameter VALUES to VALS.
22844 (widget-field-value-set): Remove unused variable `size'.
22845 (widget-color-action): Remove unused variables `value' and `start'.
22846
22847 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
22848 variable `dir'. Doc fix.
22849 (windmove-find-other-window): Don't pass it.
22850
22851 * window.el (count-windows): Mark unused parameter.
22852 (bw-adjust-window): Remove unused variable `err'.
22853
22854 * woman.el (woman-file-name): Remove unused variable `default'.
22855 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
22856 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
22857 (global-font-lock-mode): Declare.
22858 (woman-decode-region): Mark unused parameter.
22859 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
22860
22861 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
22862 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
22863 (x-dnd-handle-moz-url): Remove unused variable `title'.
22864 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
22865
22866 * xml.el (xml-parse-tag, xml-parse-attlist):
22867 Remove unused variable `pos'.
22868
22869 2011-04-19 Glenn Morris <rgm@gnu.org>
22870
22871 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
22872 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
22873 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
22874 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
22875 * calendar/cal-html.el (cal-html-insert-minical):
22876 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
22877 (calendar-mark-date-pattern):
22878 Prefix "unused" locals.
22879
22880 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
22881 optional argument `style'.
22882
22883 * calendar/appt.el (appt-make-list):
22884 * calendar/cal-china.el (calendar-chinese-date-string):
22885 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
22886 (diary-hebrew-yahrzeit):
22887 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
22888 * calendar/calendar.el (calendar-generate-window):
22889 * calendar/time-date.el (time-to-days):
22890 Remove unused local variables.
22891
22892 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
22893
22894 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
22895 glyphless-char-display table.
22896 (tabulated-list-glyphless-char-display): New var.
22897
22898 2011-04-18 Sam Steingold <sds@gnu.org>
22899
22900 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
22901 to acknowledgments.
22902
22903 2011-04-17 Glenn Morris <rgm@gnu.org>
22904
22905 * calendar/diary-lib.el (diary-sexp-entry):
22906 * calendar/holidays.el (holiday-sexp):
22907 Set debug-on-error rather than the removed stack-trace-on-error.
22908
22909 2011-04-16 Glenn Morris <rgm@gnu.org>
22910
22911 * progmodes/f90.el: Use lexical-binding.
22912 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
22913
22914 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
22915
22916 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
22917 (mail-mode): Setup mailalias completion here instead.
22918 * mail/mailalias.el: Use lexical-binding.
22919 (pattern, mailalias-done): Declare dynamic.
22920 (mail-completion-at-point-function): New function, from mail-complete.
22921 (mail-complete): Use it.
22922 (mail-completion-expand): New function.
22923 (mail-get-names): Use it.
22924 (mail-directory, mail-directory-process, mail-directory-stream):
22925 Don't use `pattern' for lexically bound arg.
22926
22927 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
22928
22929 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
22930 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
22931 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
22932
22933 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
22934 (byte-save-window-excursion, byte-temp-output-buffer-setup)
22935 (byte-interactive-p): Define them again, for use when inlining
22936 old code.
22937
22938 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
22939
22940 * loadup.el: Use `string-to-number', not `string-to-int'.
22941
22942 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
22943
22944 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
22945 gud-gdb-complete-command.
22946 (gud-gdb-completions): New function, from gud-gdb-complete-command.
22947 (gud-gdb-completion-at-point): New function.
22948 (gud-gdb-completions): Remove.
22949
22950 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
22951
22952 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
22953 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
22954 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
22955 whether `executable-find' is bound.
22956
22957 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
22958
22959 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
22960
22961 * minibuffer.el (completion-in-region-mode-predicate)
22962 (completion-in-region-mode--predicate): New vars.
22963 (completion-in-region, completion-in-region--postch)
22964 (completion-in-region-mode): Use them.
22965 (completion--capf-wrapper): Also return the hook function.
22966 (completion-at-point, completion-help-at-point):
22967 Adjust and provide a predicate.
22968
22969 Preserve arg names for advice of subr and lexical functions (bug#8457).
22970 * help-fns.el (help-function-arglist): Consolidate the subr and
22971 new-byte-code cases. Add argument `preserve-names' to extract names
22972 from the docstring when needed.
22973 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
22974 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
22975 (ad-arglist): Use help-function-arglist's new arg.
22976 (ad-definition-type): Use cond.
22977
22978 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
22979
22980 * autorevert.el (auto-revert-handler):
22981 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
22982 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
22983 Don't quote lambda.
22984
22985 * image-mode.el (image-transform-set-scale):
22986 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
22987
22988 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22989
22990 * net/network-stream.el (network-stream-open-starttls): Only do
22991 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
22992 Upgrades via gnutls-cli are too slow to be done opportunistically.
22993
22994 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
22995
22996 * dframe.el (dframe-current-frame): Remove spurious quote.
22997
22998 2011-04-12 Glenn Morris <rgm@gnu.org>
22999
23000 * calendar/cal-tex.el (cal-tex-end-document):
23001 Try to automatically use latin1 input if needed.
23002
23003 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
23004 Don't try to cons a mark onto an empty element.
23005
23006 2011-04-11 Leo Liu <sdl.web@gmail.com>
23007
23008 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
23009 buffers.
23010 (ido-kill-buffer-at-head): Support killing virtual buffers.
23011
23012 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
23013
23014 * minibuffer.el (completion-show-inline-help): New var.
23015 (completion--do-completion, minibuffer-complete)
23016 (minibuffer-force-complete, minibuffer-complete-word):
23017 Inhibit minibuffer messages if completion-show-inline-help is nil.
23018
23019 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
23020 to avoid interference from inline help (Bug#5849).
23021
23022 2011-04-10 Leo Liu <sdl.web@gmail.com>
23023
23024 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
23025 Fix typo.
23026
23027 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
23028
23029 * image-mode.el (image-toggle-display-image): Signal an error if
23030 not in Image mode.
23031 (image-transform-mode, image-transform-resize)
23032 (image-transform-set-rotation): Doc fix.
23033 (image-transform-set-resize): Delete.
23034 (image-transform-set-scale, image-transform-fit-to-height)
23035 (image-transform-fit-to-width): Handle image-toggle-display-image
23036 and image-transform-resize directly.
23037
23038 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
23039
23040 * doc-view.el (doc-view-fit-width-to-window)
23041 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
23042 New functions for fitting the shown image to the Emacs window size.
23043 (doc-view-mode-map): Add bindings for the new functions.
23044
23045 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
23046
23047 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
23048 Fix typo in docstring.
23049
23050 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23051
23052 * files.el (file-size-human-readable): Produce one digit after
23053 decimal, like "ls -lh" does.
23054
23055 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
23056 the file size representation.
23057
23058 * simple.el (list-processes): If async subprocesses are not
23059 available, error out with a clear error message.
23060
23061 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
23062
23063 * help.el (help-form-show): New function, to be called from C.
23064 Put help-form output in a buffer named differently than *Help*.
23065
23066 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23067
23068 * files.el (file-size-human-readable): New function.
23069
23070 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
23071 computing the representation inline. Don't require `cl'.
23072
23073 2011-04-08 Glenn Morris <rgm@gnu.org>
23074
23075 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
23076
23077 * net/browse-url.el (browse-url-firefox):
23078 Test system-type, not system-configuration.
23079
23080 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
23081 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
23082 Use log-edit-empty-buffer-p. (Bug#7598)
23083
23084 * net/rlogin.el (rlogin-process-connection-type): Simplify.
23085 (rlogin-mode-map): Initialize in the defvar.
23086 (rlogin): Use ignore-errors.
23087
23088 * replace.el (occur-mode-map): Some fixes for menu items.
23089
23090 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
23091
23092 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
23093
23094 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23095
23096 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
23097 issuing unused warnings.
23098
23099 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
23100 macro directly.
23101
23102 * simple.el: Lisp reimplement of list-processes. Based on an
23103 earlier reimplementation by Leo Liu, but using tabulated-list.el.
23104 (process-menu-mode): New major mode.
23105 (list-processes--refresh, list-processes):
23106 (process-menu-visit-buffer): New functions.
23107
23108 * files.el (save-buffers-kill-emacs): Don't assume any return
23109 value of list-processes, which is undocumented anyway.
23110
23111 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23112
23113 * emacs-lisp/tabulated-list.el: New file.
23114
23115 * emacs-lisp/package.el: Use Tabulated List mode.
23116 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
23117 (package-menu-mode): Derive from tabulated-list-mode. Set up the
23118 table format using Tabulated List mode variables.
23119 (package--push): New macro, replacing package-list-maybe-add.
23120 (package-menu--generate): Use package--push. Renamed from
23121 package--generate-package-list.
23122 (package-menu-refresh, list-packages): Use it.
23123 (package-menu--print-info): Rename from package-print-package.
23124 Return insertion data instead of inserting it directly.
23125 (package-menu-describe-package, package-menu-execute):
23126 Use tabulated-list-get-id.
23127 (package-menu-mark-delete, package-menu-mark-install)
23128 (package-menu-mark-unmark, package-menu-backup-unmark)
23129 (package-menu-mark-obsolete-for-deletion):
23130 Use tabulated-list-put-tag.
23131 (package--list-packages, package-menu-revert)
23132 (package-menu-get-package, package-menu-get-version)
23133 (package-menu-sort-by-column): Functions deleted.
23134 (package-menu-package-list, package-menu-sort-key): Vars deleted.
23135 (package-menu--status-predicate, package-menu--version-predicate)
23136 (package-menu--name-predicate)
23137 (package-menu--description-predicate): Handle arguments in the
23138 Tabulated List format.
23139 (package-list-packages-no-fetch): Call list-packages.
23140
23141 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
23142
23143 * files.el (after-find-file-from-revert-buffer): Remove variable.
23144 (after-find-file): Don't bind it.
23145 (revert-buffer-in-progress-p): New variable.
23146 (revert-buffer): Bind it.
23147 Pass nil for `after-find-file-from-revert-buffer'.
23148
23149 * saveplace.el (save-place-find-file-hook): Use new variable
23150 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
23151
23152 2011-04-06 Glenn Morris <rgm@gnu.org>
23153
23154 * Makefile.in (AUTOGEN_VCS): New variable.
23155 (autoloads): Use $AUTOGEN_VCS.
23156
23157 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
23158 * calendar/calendar.el (calendar-mode-map):
23159 Check for toolkit scroll bars. (Bug#8305)
23160
23161 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23162
23163 * minibuffer.el (completion-in-region--postch)
23164 (completion-in-region-mode): Remove unnecessary messages.
23165
23166 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
23167
23168 * font-lock.el (font-lock-refresh-defaults):
23169 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
23170 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
23171
23172 * info.el (Info-directory-list, Info-read-node-name-2)
23173 (Info-split-parameter-string): Doc fixes.
23174 (Info-virtual-nodes): Reflow docstring.
23175 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
23176 (Info-apropos-toc-nodes, info-finder, Info-get-token)
23177 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
23178 Fix typos in docstrings.
23179 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
23180 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
23181 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
23182 (Info-restore-desktop-buffer): Mark unused parameters.
23183 (Info-directory-find-file, Info-directory-find-node)
23184 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
23185 (Info-virtual-index-find-node, Info-apropos-find-file)
23186 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
23187 Mark unused parameters; fix typos in docstrings.
23188 (Info-virtual-index): Remove unused local variable `nodename'.
23189
23190 2011-04-05 Deniz Dogan <deniz@dogan.se>
23191
23192 * net/rcirc.el: Update my e-mail address.
23193 (rcirc-mode-map): Remove M-o binding.
23194
23195 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23196
23197 * startup.el (command-line): Save the cursor's theme-face
23198 directly, instead of using face-override-spec.
23199
23200 * custom.el (load-theme): Minor optimization in assigning faces.
23201
23202 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23203
23204 * help-fns.el (describe-variable): Complete all variables having
23205 documentation, including keywords.
23206 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
23207
23208 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23209
23210 Convert to lexical-binding.
23211
23212 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
23213 (bs--get-marked-string, bs--get-modified-string)
23214 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
23215 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
23216 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
23217
23218 * ehelp.el (electric-help-execute-extended)
23219 (electric-help-ctrl-x-prefix):
23220 * hexl.el (hexl-revert-buffer-function):
23221 * linum.el (linum-after-change, linum-after-scroll):
23222 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
23223
23224 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
23225
23226 2011-04-04 Daiki Ueno <ueno@unixuser.org>
23227
23228 * epa-dired.el:
23229 * epa-mail.el:
23230 * epa-hook.el:
23231 * epa-file.el:
23232 * epa.el:
23233 * epg.el: Use lexical binding.
23234
23235 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
23236
23237 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
23238
23239 * textmodes/flyspell.el (flyspell-word): Recognize default
23240 dictionary case for flyspell-mark-duplications-exceptions.
23241 Use regexp matching for languages.
23242 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
23243 default dictionary (Bug#7926).
23244
23245 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
23246
23247 * emacs-lisp/package.el (package--with-work-buffer):
23248 Recognize https URLs.
23249
23250 * net/network-stream.el: Move from gnus/proto-stream.el.
23251 Change prefix to network-stream throughout.
23252 (open-protocol-stream): Merge into open-network-stream, leaving
23253 open-protocol-stream as an alias. Handle nil BUFFER args.
23254
23255 * subr.el (open-network-stream): Move to net/network-stream.el.
23256
23257 2011-04-02 Glenn Morris <rgm@gnu.org>
23258
23259 * find-dired.el (find-exec-terminator): New option.
23260 (find-ls-option): Test for -ls support.
23261 (find-ls-subdir-switches): Test for -b in find-ls-option.
23262 (find-dired, find-grep-dired): Doc fixes.
23263 (find-dired): Use find-exec-terminator.
23264
23265 * find-dired.el (find-ls-option, find-ls-subdir-switches)
23266 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
23267 (find-name-arg): Remove purecopy.
23268
23269 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
23270 (grep-compute-defaults): Check for `-exec COMMAND +' support.
23271 Set grep-find-use-xargs, grep-find-command, and grep-find-template
23272 accordingly. Don't add the null-device if not needed.
23273
23274 * files.el (save-some-buffers): Doc fix.
23275
23276 2011-04-02 Eli Zaretskii <eliz@gnu.org>
23277
23278 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
23279
23280 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
23281
23282 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
23283 Use `dolist' rather than `mapcar'.
23284
23285 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23286
23287 Add lexical binding.
23288
23289 * subr.el (apply-partially): Use new closures rather than CL.
23290 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
23291 (dolist, dotimes): Use slightly different expansion for lexical code.
23292 (functionp): Move to C.
23293 (letrec): New macro.
23294 (with-wrapper-hook): Use it and apply-partially instead of CL.
23295 (eval-after-load): Preserve lexical-binding.
23296 (save-window-excursion, with-output-to-temp-buffer): Turn them
23297 into macros.
23298
23299 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
23300
23301 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
23302 than the arglist.
23303 (help-add-fundoc-usage): Don't add `Not documented'.
23304 (help-function-arglist): Handle closures, subroutines, and new
23305 byte-code-functions.
23306 (help-make-usage): Remove leading underscores.
23307 (describe-function-1): Handle closures.
23308 (describe-variable): Use special-variable-p for completion.
23309
23310 * files.el (lexical-binding): Declare safe.
23311
23312 * emacs-lisp/pcase.el: Don't use destructuring-bind.
23313 (pcase--memoize): Rename from pcase-memoize. Change weakness.
23314 (pcase): Add `let' pattern.
23315 Change memoization so it actually works.
23316 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
23317 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
23318 <let>: New case.
23319
23320 * emacs-lisp/macroexp.el: Use lexical binding.
23321 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
23322 Don't convert ' to #' without checking that it's indeed quoting
23323 a lambda.
23324
23325 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
23326 Use eval-sexp-add-defvars.
23327 (eval-sexp-add-defvars): New fun.
23328
23329 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
23330
23331 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
23332 Don't autoload.
23333 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
23334 than the internal `byte-compile-lambda'.
23335 (defmethod): Don't hide code under quotes.
23336 (eieio-defmethod): New `code' argument.
23337
23338 * emacs-lisp/eieio-comp.el: Remove.
23339
23340 * emacs-lisp/edebug.el (edebug-eval-defun)
23341 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
23342 (edebug-toggle): Avoid `eval'.
23343
23344 * emacs-lisp/disass.el (disassemble-internal): Handle new
23345 `closure' objects.
23346 (disassemble-1): Handle new byte codes.
23347
23348 * emacs-lisp/cl.el (pushnew): Silence warning.
23349
23350 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
23351 (cl-byte-compile-throw): Remove.
23352 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
23353
23354 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
23355 closures.
23356
23357 * emacs-lisp/cconv.el: New file.
23358
23359 * emacs-lisp/bytecomp.el: Use lexical binding instead of
23360 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
23361 (byte-compile-initial-macro-environment):
23362 Handle declare-function here.
23363 (byte-compile--lexical-environment): New var.
23364 (byte-stack-ref, byte-stack-set, byte-discardN)
23365 (byte-discardN-preserve-tos): New lap codes.
23366 (byte-interactive-p): Don't use any more.
23367 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
23368 New macros.
23369 (byte-compile-lapcode): Use them and handle new lap codes.
23370 (byte-compile-obsolete): Remove.
23371 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
23372 (byte-compile-arglist-warn): Check late def of inlinable funs.
23373 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
23374 since they should have been expanded by now.
23375 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
23376 (byte-compile-from-buffer): Remove unused second arg.
23377 (byte-compile-preprocess): New function.
23378 (byte-compile-toplevel-file-form): New function to distinguish
23379 file-form calls from outside from file-form calls from hunk-handlers.
23380 (byte-compile-file-form): Simplify.
23381 (byte-compile-file-form-defsubst): Remove.
23382 (byte-compile-file-form-defmumble): Simplify now that
23383 byte-compile-lambda always returns a byte-code-function.
23384 (byte-compile): Preprocess.
23385 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
23386 Remove, not used any more.
23387 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
23388 (byte-compile-make-args-desc): New funs.
23389 (byte-compile-lambda): Handle lexical functions. Always return
23390 a byte-code-function.
23391 (byte-compile-reserved-constants): New var, to make up room for
23392 closed-over variables.
23393 (byte-compile-constants-vector): Obey it.
23394 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
23395 (byte-compile-macroexpand-declare-function): New function.
23396 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
23397 byte-code-functions.
23398 (byte-compile-form): Check obsolescence here.
23399 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
23400 (byte-compile-variable-ref): Remove.
23401 (byte-compile-dynamic-variable-op): New fun.
23402 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23403 (byte-compile-variable-set): New funs.
23404 (byte-compile-discard): Add 2 args.
23405 (byte-compile-stack-ref, byte-compile-stack-set)
23406 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
23407 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
23408 macroexpand-all instead.
23409 (byte-compile-quote-form): Remove.
23410 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
23411 (byte-compile-bind, byte-compile-unbind): New funs.
23412 (byte-compile-let): Handle let* and lexical binding.
23413 (byte-compile-let*): Remove.
23414 (byte-compile-catch, byte-compile-unwind-protect)
23415 (byte-compile-track-mouse, byte-compile-condition-case):
23416 Handle a new :fun-body form, used for lexical scoping.
23417 (byte-compile-save-window-excursion)
23418 (byte-compile-with-output-to-temp-buffer): Remove.
23419 (byte-compile-defun): Simplify.
23420 (byte-compile-stack-adjustment): New fun.
23421 (byte-compile-out): Use it.
23422 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
23423
23424 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
23425 handler any more.
23426
23427 * emacs-lisp/byte-opt.el: Use lexical binding.
23428 (byte-inline-lapcode): Remove (to bytecomp).
23429 (byte-compile-inline-expand): Pay attention to inlining to/from
23430 lexically bound code.
23431 (byte-compile-unfold-lambda): Don't handle byte-code-functions
23432 any more.
23433 (byte-optimize-form-code-walker): Don't handle save-window-excursion
23434 any more and don't call compiler-macros.
23435 (byte-compile-splice-in-already-compiled-code): Remove.
23436 (byte-code): Don't inline any more.
23437 (disassemble-offset): Receive `bytes' as argument rather than via
23438 dynamic scoping.
23439 (byte-compile-tag-number): Declare before first use.
23440 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
23441 `return' even if make-spliceable.
23442 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
23443 obsolete interactive-p.
23444 (byte-optimize-lapcode): Optimize new lap-codes.
23445 Don't trip up on new form of `byte-constant' lap code.
23446
23447 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
23448
23449 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
23450
23451 * custom.el (custom-initialize-default, custom-declare-variable):
23452 Use `defvar'.
23453
23454 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
23455 New variables.
23456 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
23457 (COMPILE_FIRST): Add macroexp and cconv.
23458 * makefile.w32-in: Mirror changes in Makefile.in.
23459
23460 * vc/cvs-status.el:
23461 * vc/diff-mode.el:
23462 * vc/log-edit.el:
23463 * vc/log-view.el:
23464 * vc/smerge-mode.el:
23465 * textmodes/bibtex-style.el:
23466 * textmodes/css-mode.el:
23467 * startup.el:
23468 * uniquify.el:
23469 * minibuffer.el:
23470 * newcomment.el:
23471 * reveal.el:
23472 * server.el:
23473 * mpc.el:
23474 * emacs-lisp/smie.el:
23475 * doc-view.el:
23476 * dired.el:
23477 * abbrev.el: Use lexical binding.
23478
23479 2011-04-01 Eli Zaretskii <eliz@gnu.org>
23480
23481 * info.el (info-display-manual): New function.
23482
23483 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23484
23485 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
23486
23487 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
23488
23489 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
23490 an entry for that server in rcirc-authinfo. (Bug#8385)
23491
23492 2011-03-31 Glenn Morris <rgm@gnu.org>
23493
23494 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
23495
23496 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
23497
23498 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
23499
23500 * progmodes/python.el (python-default-interpreter)
23501 (python-python-command-args, python-jython-command-args)
23502 (python-which-shell, python-which-args, python-which-bufname)
23503 (python-file-queue, python-comint-output-filter-function)
23504 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
23505 variables and functions.
23506
23507 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
23508
23509 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
23510 (completion-in-region-mode): New minor mode.
23511 (completion-in-region): Use it.
23512 (completion-in-region--data, completion-in-region-mode-map): New vars.
23513 (completion-in-region--postch): New function.
23514 (completion--capf-misbehave-funs, completion--capf-safe-funs):
23515 New vars.
23516 (completion--capf-wrapper): New function.
23517 (completion-at-point): Use it to track well-behavedness of
23518 hook functions.
23519 (completion-help-at-point): New command.
23520
23521 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
23522
23523 * vc/add-log.el (add-change-log-entry): Don't use whitespace
23524 syntax class to search for whitespace on a single line
23525 (Message-ID: <4D938140.4030905@redhat.com>).
23526
23527 2011-03-30 Leo Liu <sdl.web@gmail.com>
23528
23529 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
23530 New commands.
23531 (edit-abbrevs-map): Bind them here.
23532 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
23533
23534 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
23535
23536 * allout.el (allout-hide-by-annotation, allout-flag-region):
23537 Reduce possibility of overlay leakage by making them volatile.
23538
23539 * allout-widgets.el (allout-widgets-tally): Define as nil so the
23540 hash is not shared between buffers. Mode initialization is
23541 responsible for giving it a useful starting value.
23542 (allout-item-span): Reduce possibility of overlay leakage by
23543 making them volatile.
23544 (allout-widgets-count-buttons-in-region): Add diagnostic function
23545 for tracking down button overlay leaks.
23546
23547 2011-03-29 Leo Liu <sdl.web@gmail.com>
23548
23549 * ido.el (ido-read-internal): Use the default history var
23550 minibuffer-history if no HISTORY is specified.
23551
23552 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
23553
23554 * net/imap.el (imap-shell-open, imap-process-connection-type):
23555 Use imap-process-connection-type for 'shell' streams as well as
23556 Kerberos, SSL, other subprocesses.
23557
23558 2011-03-28 Leo Liu <sdl.web@gmail.com>
23559
23560 * abbrev.el (abbrev-table-empty-p): New function.
23561 (prepare-abbrev-list-buffer): Place empty abbrev tables after
23562 nonempty ones. (Bug#5937)
23563
23564 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
23565
23566 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
23567
23568 2011-03-27 Leo Liu <sdl.web@gmail.com>
23569
23570 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
23571 for foreground and background colors.
23572 (ansi-color-make-color-map): Adapt.
23573
23574 2011-03-25 Leo Liu <sdl.web@gmail.com>
23575
23576 * midnight.el (midnight-time-float): Remove. Note it calculates
23577 the microsecond component incorrectly and seconds-to-time does the
23578 same job.
23579 Remove redundant (require 'timer).
23580
23581 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
23582 (ido-completions): Remove unused arguments. (Bug#8329)
23583
23584 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23585
23586 * minibuffer.el (completion--flush-all-sorted-completions):
23587 Remove itself from hook.
23588 (completion-at-point): Let the functions perform the completion
23589 immediately and return nil or t.
23590 * comint.el (comint-dynamic-complete-functions): Now identical to
23591 completion-at-point-functions.
23592 (comint-dynamic-list-input-ring): Remove unused var `index'.
23593 (comint--match-partial-filename, comint--unquote&expand-filename):
23594 New funs, split from comint-match-partial-filename.
23595 (comint-dynamic-complete): Use completion-at-point.
23596 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
23597
23598 2011-03-24 Drew Adams <drew.adams@oracle.com>
23599
23600 * thingatpt.el: Support `defun'.
23601
23602 2011-03-23 Leo Liu <sdl.web@gmail.com>
23603
23604 * abbrevlist.el: Move to obsolete/abbrevlist.el.
23605
23606 * help-mode.el (help-mode-finish): Tweak regexp.
23607
23608 2011-03-23 Glenn Morris <rgm@gnu.org>
23609
23610 * eshell/esh-opt.el (eshell-eval-using-options):
23611 Do not bind unused local variable `eshell-option-stub'.
23612
23613 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
23614
23615 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
23616
23617 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
23618 keymap variable in `with-no-warnings' to avoid a warning when the
23619 keymap has been already `defconst'ed.
23620
23621 2011-03-22 Leo Liu <sdl.web@gmail.com>
23622
23623 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
23624 encode all chars in abbrevs; otherwise use emacs-mule or
23625 utf-8-emacs. (Bug#8308)
23626
23627 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
23628
23629 * simple.el (backward-delete-char-untabify):
23630 Avoid warning about using `delete-backward-char'.
23631
23632 * image.el (image-type-file-name-regexps): Make it variable.
23633 `imagemagick-register-types' modifies it, and the user may want
23634 to add new extensions for known image types.
23635 (imagemagick-register-types): Throw error if not using ImageMagick.
23636
23637 2011-03-22 Leo Liu <sdl.web@gmail.com>
23638
23639 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
23640 located before rcirc-prompt-end-marker.
23641 (rcirc-complete): Error if point is not after rcirc prompt.
23642 Handle the case when table is nil.
23643 (rcirc-user-authenticated): Define to fix compiler warning.
23644
23645 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
23646
23647 * custom.el (custom--inhibit-theme-enable): Make it affect only
23648 custom-theme-set-variables and custom-theme-set-faces.
23649 (provide-theme): Ignore custom--inhibit-theme-enable.
23650 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
23651 (custom-enabling-themes): Delete variable.
23652 (enable-theme): Accept only loaded themes as arguments.
23653 Ignore the special custom-enabled-themes variable.
23654 (custom-enabled-themes): Forbid themes from setting this.
23655 Eliminate use of custom-enabling-themes.
23656 (custom-push-theme): Quote "changed" custom var entry.
23657
23658 2011-03-21 Leo Liu <sdl.web@gmail.com>
23659
23660 * ido.el (ido-read-internal): Add ido-selected to history instead
23661 of user input.
23662
23663 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23664
23665 * subr.el (deferred-action-list, deferred-action-function):
23666 Mark obsolete.
23667
23668 2011-03-21 Leo Liu <sdl.web@gmail.com>
23669
23670 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
23671 change on 2011-02-13 (bug#8309).
23672
23673 * minibuffer.el (read-file-name-function): Change default value.
23674 (read-file-name--defaults): Rename from read-file-name-defaults.
23675 (read-file-name-default): Rename from read-file-name.
23676 (read-file-name): Call read-file-name-function.
23677
23678 2011-03-21 Glenn Morris <rgm@gnu.org>
23679
23680 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
23681 Doc fixes.
23682
23683 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
23684
23685 * cus-theme.el: Add missing provide statement.
23686 (customize-create-theme): Extract theme value correctly.
23687 (custom-theme-visit-theme): Autoload.
23688 (customize-create-theme): Prompt before inserting default faces.
23689
23690 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
23691
23692 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
23693 units and musical notes.
23694
23695 2011-03-20 Leo Liu <sdl.web@gmail.com>
23696
23697 * ido.el (ido-read-internal): Use completing-read-default.
23698 (ido-completing-read): Fix compatibility with completing-read.
23699
23700 2011-03-20 Christian Ohler <ohler@gnu.org>
23701
23702 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
23703 (ert-delete-all-tests): Use `called-interactively-p' rather than
23704 `interactive-p'.
23705 (ert--make-xrefs-region): Respect END.
23706
23707 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
23708
23709 * dired-aux.el (dired-create-directory): Signal an error if the
23710 directory already exists (Bug#8246).
23711
23712 * facemenu.el (list-colors-display): Call list-faces-display
23713 inside with-help-window.
23714 (list-colors-print): Use display property to align the final
23715 column, instead of checking window-width.
23716
23717 2011-03-19 Eli Zaretskii <eliz@gnu.org>
23718
23719 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
23720 windows-nt systems.
23721 (emerge-protect-metachars): Quote correctly for ms-dos and
23722 windows-nt systems.
23723
23724 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
23725
23726 * info.el (info-initialize): Replace all uses of `:' with
23727 path-separator for compatibility with non-Unix systems.
23728 Cache quoting of path-separator. (Bug#8258)
23729
23730 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
23731
23732 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
23733 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
23734 (mouse-avoidance-mode): Fix typos in docstrings.
23735
23736 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
23737
23738 * startup.el (package-subdirectory-regexp): Move from package.el.
23739 Omit \\` and \\', and let callers add them.
23740
23741 * emacs-lisp/package.el (package-strip-version)
23742 (package-load-all-descriptors): Add \\` and \\' to
23743 package-subdirectory-regexp before using it.
23744 (package-untar-buffer): New arg DIR; ensure that file untars only
23745 into this expected directory. Remove superfluous delete-region.
23746 (package-unpack): Caller changed.
23747 (package-tar-file-info): Use package-subdirectory-regexp.
23748
23749 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
23750
23751 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
23752 diff-mode-shared-map (bug#8284).
23753 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
23754
23755 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23756
23757 * calendar/time-date.el (format-seconds): Use assoc instead of
23758 assoc-string, since assoc-string doesn't exist in XEmacs.
23759
23760 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
23761
23762 * custom.el (custom-known-themes): Reflow docstring.
23763 (custom-theme-load-path): Fix typo in docstring.
23764 (load-theme): Fix typo in error message.
23765 (custom-available-themes, custom-variable-theme-value):
23766 Use `let', not `let*'.
23767
23768 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
23769
23770 * calc/README: Mention inclusion of musical notes.
23771
23772 * calc/calc-units.el (calc-lu-quant): Rename from
23773 `calc-logunits-quantity'.
23774 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
23775 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
23776 (calc-db): Rename from `calc-dblevel'.
23777 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
23778 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
23779 (calc-np): Rename from `calc-nplevel'.
23780 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
23781 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
23782 (calc-lu-plus): Rename from `calc-logunits-add'.
23783 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
23784 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
23785 (calc-lu-minus): Rename from `calc-logunits-sub'.
23786 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
23787 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
23788 (calc-lu-times): Rename from `calc-logunits-mul'.
23789 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
23790 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
23791 (calc-lu-divide): Rename from `calc-logunits-div'.
23792 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
23793 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
23794
23795 * calc/calc-ext.el (calc-init-extensions): Update the names of the
23796 functions being autoloaded.
23797
23798 * calc/calc.el (calc-lu-power-reference): Rename from
23799 `calc-logunits-power-reference'.
23800 (calc-lu-field-reference): Rename from
23801 `calc-logunits-field-reference'.
23802
23803 * calc/calc-help.el (calc-l-prefix-help):
23804 Mention musical note functions.
23805
23806 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
23807
23808 * minibuffer.el (completion-all-sorted-completions):
23809 Use :completion-cycle-penalty text property if present.
23810
23811 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
23812
23813 * allout.el (allout-yank-processing): Adjust for new rebulleting
23814 regime so bullet being yanked is used without prompting the user
23815 for a choice.
23816
23817 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
23818
23819 * startup.el (command-line): Warn the user that _emacs is deprecated.
23820
23821 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
23822
23823 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
23824 (delphi-verbose, delphi-comment-face, delphi-string-face)
23825 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
23826 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
23827 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
23828 (delphi-new-comment-line, delphi-font-lock-defaults)
23829 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
23830 Fix typos in docstrings.
23831
23832 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
23833
23834 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
23835 Invert the roles of character and string values for INSTEAD, so a
23836 string is used for the more common case of a defaulting prompt.
23837
23838 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
23839
23840 * progmodes/ruby-mode.el (ruby-backward-sexp):
23841 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
23842 * play/gamegrid.el (gamegrid-make-face):
23843 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
23844 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
23845 * notifications.el (notifications-notify):
23846 * net/xesam.el (xesam-search-engines):
23847 * net/quickurl.el (quickurl-list-insert):
23848 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
23849
23850 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
23851
23852 * startup.el (command-line): Update package subdirectory regexp.
23853
23854 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
23855
23856 * allout.el (allout-abbreviate-flattened-numbering)
23857 (allout-mode-deactivate-hook): Fix up obsolescence "date".
23858
23859 * subr.el (read-char-choice): Only show the cursor after the prompt,
23860 not after the answer.
23861
23862 2011-03-15 Kevin Ryde <user42@zip.com.au>
23863
23864 * help-fns.el (variable-at-point): Skip leading quotes, if any
23865 (bug#8253).
23866
23867 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
23868
23869 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
23870 warning message.
23871
23872 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
23873
23874 * shell.el (shell): When called interactively, offer to change the
23875 shell file name on remote hosts.
23876
23877 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
23878
23879 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
23880 integration for LDAP parameters. The host, base, user or binddn,
23881 and secret tokens can be specified in a netrc file, for instance.
23882 This is optional because an `auth-source' parameter must be
23883 specified in the search attributes.
23884
23885 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
23886
23887 * help.el (describe-mode): Link to the mode's definition (bug#8185).
23888
23889 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
23890
23891 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
23892 into declaration. Remove redundant and harmful binding.
23893
23894 2011-03-12 Eli Zaretskii <eliz@gnu.org>
23895
23896 * files.el (file-ownership-preserved-p): Pass `integer' as an
23897 explicit 2nd argument to `file-attributes'. If the file's owner
23898 is the Administrators group on Windows, and the current user is
23899 Administrator, consider that a match.
23900
23901 * server.el (server-ensure-safe-dir): Consider server directory
23902 safe on MS-Windows if its owner is the Administrators group while
23903 the current Emacs user is Administrator. Use `=' to compare
23904 numerical UIDs, since they could be integers or floats.
23905
23906 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
23907
23908 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
23909
23910 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
23911
23912 Sync with Tramp 2.2.1.
23913
23914 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
23915
23916 * net/trampver.el: Update release number.
23917
23918 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
23919
23920 * progmodes/compile.el (compilation--previous-directory): Fix up
23921 various nil/dead-marker mismatches (bug#8014).
23922 (compilation-directory-properties, compilation-error-properties):
23923 Don't call it at a position past the one we're about to change.
23924
23925 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
23926 Disable obsolescence warnings in the file that declares it.
23927
23928 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
23929
23930 * allout-widgets.el (allout-widgets-tally):
23931 Initialize allout-widgets-tally as a hash table rather than nil to
23932 prevent mode-line redisplay warnings. Also, clarify the module
23933 description and fix a comment typo.
23934
23935 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
23936
23937 * help-fns.el (describe-variable): Don't complete keywords.
23938 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
23939
23940 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
23941
23942 * emacs-lisp/package.el (package-version-join): Impose a standard
23943 string representation for pre/alpha/beta version lists.
23944 (package-unpack-single): Standardize the directory name by passing
23945 it through package-version-join.
23946 (package-strip-rcs-id): Accept any version string that does not
23947 signal an error in version-to-list.
23948
23949 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
23950
23951 * simple.el (delete-trailing-whitespace): Return nil for the
23952 benefit of `write-file-functions'.
23953
23954 2011-03-10 Glenn Morris <rgm@gnu.org>
23955
23956 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
23957
23958 * vc/vc-git.el (vc-git-program): New option.
23959 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
23960 (vc-git--call): Use it.
23961
23962 * eshell/esh-util.el (eshell-condition-case): Doc fix.
23963
23964 * cus-edit.el (Custom-newline): If no button at point, look
23965 for a subgroup button at start-of-line. (Bug#2298)
23966
23967 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
23968
23969 2011-03-10 Julien Danjou <julien@danjou.info>
23970
23971 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
23972 `cursor-type' is nil.
23973
23974 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
23975
23976 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
23977
23978 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
23979
23980 * allout.el: Change so yank of distinctive-bullet items
23981 preserves the existing header prefix, rebulleting it if necessary,
23982 rather than replacing it. This is necessary for proper operation
23983 of cooperative addons like allout-widgets.
23984 (allout-make-topic-prefix, allout-rebullet-heading):
23985 Change SOLICIT arg to INSTEAD, and interpret additionally a string
23986 value as alternate bullet to be used, instead of prompting the user
23987 for a bullet character.
23988
23989 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
23990
23991 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23992 Do not use `tramp-file-name-port', because this returns also
23993 `tramp-default-port'.
23994
23995 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
23996
23997 * net/rcirc.el (rcirc-handler-001): Remove useless
23998 with-rcirc-process-buffer.
23999 (rcirc-check-auth-status): Swap arguments to string-match.
24000
24001 2011-03-09 Glenn Morris <rgm@gnu.org>
24002
24003 * shell.el (shell-mode):
24004 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
24005
24006 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
24007 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
24008
24009 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24010
24011 * emacs-lisp/package.el (package-refresh-contents)
24012 (package-menu-execute): Use condition-case-no-debug.
24013
24014 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
24015
24016 * simple.el (shell-command-to-string): Use `process-file'.
24017
24018 * emacs-lisp/package.el (package-tar-file-info): Handle also
24019 remote files.
24020
24021 * emacs-lisp/package-x.el (package-upload-buffer-internal):
24022 Use `equal' for upload base check.
24023
24024 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
24025
24026 * textmodes/texinfo.el (texinfo-environments):
24027 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
24028
24029 2011-03-08 Glenn Morris <rgm@gnu.org>
24030
24031 * cus-start.el (cursor-in-non-selected-windows):
24032 Fix :set quoting oddness. (Bug#8192)
24033
24034 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
24035 in some setf expressions. (Bug#2159)
24036
24037 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24038
24039 * custom.el (custom-available-themes): Return themes in
24040 alphabetical order.
24041
24042 See ChangeLog.15 for earlier changes.
24043
24044 ;; Local Variables:
24045 ;; coding: utf-8
24046 ;; End:
24047
24048 Copyright (C) 2011-2013 Free Software Foundation, Inc.
24049
24050 This file is part of GNU Emacs.
24051
24052 GNU Emacs is free software: you can redistribute it and/or modify
24053 it under the terms of the GNU General Public License as published by
24054 the Free Software Foundation, either version 3 of the License, or
24055 (at your option) any later version.
24056
24057 GNU Emacs is distributed in the hope that it will be useful,
24058 but WITHOUT ANY WARRANTY; without even the implied warranty of
24059 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24060 GNU General Public License for more details.
24061
24062 You should have received a copy of the GNU General Public License
24063 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.