* lisp/emacs-lisp/syntax.el (syntax-propertize-multiline):
[bpt/emacs.git] / lisp / ChangeLog
1 2013-04-22 Erik Charlebois <erikcharlebois@gmail.com>
2
3 * emacs-lisp/syntax.el (syntax-propertize-multiline):
4 Use `syntax-multiline' text property consistently instead of
5 `font-lock-multiline'. (bug#14237).
6
7 2013-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
10 into the prompt either (bug#13963).
11
12 2013-03-26 Fabián Ezequiel Gallina <fabian@anue.biz>
13
14 Un-indent after "pass" and "return" statements (Bug#13888)
15 * progmodes/python.el (python-indent-block-enders): New var.
16 (python-indent-calculate-indentation): Use it.
17
18 2013-03-25 Michael Albinus <michael.albinus@gmx.de>
19
20 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
21 defun. Defining it as defalias could introduce too eager
22 byte-compiler optimization. (Bug#14030)
23
24 2013-03-25 Chong Yidong <cyd@gnu.org>
25
26 * iswitchb.el (iswitchb-read-buffer): Fix typo.
27
28 2013-03-16 Leo Liu <sdl.web@gmail.com>
29
30 * progmodes/scheme.el: Add indentation and font-locking for λ.
31 (Bug#13975)
32
33 2013-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
36 token before point (bug#13942).
37
38 2013-03-14 Leo Liu <sdl.web@gmail.com>
39
40 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
41
42 2013-03-11 Glenn Morris <rgm@gnu.org>
43
44 * Version 24.3 released.
45
46 2013-02-25 Glenn Morris <rgm@gnu.org>
47
48 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
49
50 2013-02-21 Juri Linkov <juri@jurta.org>
51
52 * isearch.el (isearch-lazy-highlight-new-loop):
53 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
54 to `isearch-other-end' if it is not nil. (Bug#13402)
55
56 * replace.el (replace-highlight): Let-bind `isearch-other-end'
57 to `match-beg'.
58
59 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
60 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
61 and `isearch-error' to nil.
62
63 2013-02-20 Fabián Ezequiel Gallina <fgallina@cuca>
64
65 * progmodes/python.el (python-info-current-defun):
66 Enhance match-data cluttering prevention.
67
68 2013-02-19 Glenn Morris <rgm@gnu.org>
69
70 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
71 loaded while outline-regexp is let bound. (Bug#9584)
72
73 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
74
75 * progmodes/python.el (python-info-current-defun): Fix failed
76 defun name retrieval because of unwanted match-data cluttering.
77
78 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
79
80 * progmodes/python.el (python-indent-context):
81 Fix python-info-line-ends-backslash-p call.
82 (python-info-line-ends-backslash-p)
83 (python-info-beginning-of-backslash): Respect line-number
84 argument.
85 (python-info-current-line-comment-p): Fix behavior when not at
86 beginning-of-line.
87 (python-util-position): Remove function.
88 (python-util-goto-line): New function.
89
90 2013-02-18 Michael Albinus <michael.albinus@gmx.de>
91
92 * eshell/em-unix.el (eshell/su): Require tramp.
93 (eshell/sudo): Require tramp. Remove now unnecessary check.
94
95 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
96 `tramp-current-connection' in order to avoid an error when several
97 commands are invoked in a short time in eshell and friends.
98
99 2013-02-16 Didier Verna <didier@didierverna.net>
100
101 * net/network-stream.el (network-stream-open-starttls):
102 Check that response to the starttls-command is non-nil. (Bug#13706)
103
104 2013-02-14 Glenn Morris <rgm@gnu.org>
105
106 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
107
108 2013-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * net/goto-addr.el (goto-address-fontify): Add start and end args.
111 (goto-address-fontify-region): Use them instead of narrowing, so
112 syntax-ppss has access to the whole buffer.
113
114 2013-02-14 Fabián Ezequiel Gallina <fgallina@cuca>
115
116 * progmodes/python.el: Explain how to restore "cc-mode"-like
117 forward-sexp movement in header documentation (Bug#13642).
118 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
119 comments and strings (GH bug 114).
120
121 2013-02-13 Fabián Ezequiel Gallina <fgallina@cuca>
122
123 * progmodes/python.el (python-info-current-defun): Fix current
124 defun detection (Bug#13618).
125
126 2013-02-13 Chong Yidong <cyd@gnu.org>
127
128 * xml.el (xml-parse-string): Fix typo in handling of bad character
129 references.
130
131 2013-02-10 Michael Albinus <michael.albinus@gmx.de>
132
133 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
134 if DIR exists and PARENTS is non-nil.
135
136 2013-02-09 Chong Yidong <cyd@gnu.org>
137
138 * mail/emacsbug.el (report-emacs-bug): Change binding of
139 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
140
141 2013-02-02 Alan Mackenzie <acm@muc.de>
142
143 Fix bug in the state cache mechanism. Remove 'BOD "strategy". Refactor.
144 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
145 (c-parse-state-get-strategy): Don't return 'BOD any more.
146 (c-append-lower-brace-pair-to-state-cache): Extra parameter HERE
147 instead of narrowing. Widen to top of buffer before searching
148 backwards for a brace pair.
149 (c-state-push-any-brace-pair): Add HERE parameter to function
150 call.
151 (c-append-to-state-cache): Extra parameter HERE in place of
152 narrowing. Narrow to parameter HERE, in place of being called
153 narrowed.
154 (c-remove-stale-state-cache): Extra parameter HERE in place of
155 narrowing. Check there's an open brace in the cache before
156 searching for its match.
157 (c-invalidate-state-cache-1): Add HERE parameter to function call.
158 (c-parse-state-1): Don't narrow here for 'forward strategy,
159 instead passing extra parameter HERE to several functions.
160 Remove 'BOD strategy.
161
162 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * mouse.el (mouse-drag-track): Always deactivate the mark before
165 running the final event's command since that command is in charge of
166 activating the mark if needed (bug#13523).
167
168 2013-02-01 Juri Linkov <juri@jurta.org>
169
170 * replace.el (perform-replace): Move let-bindings of isearch-*
171 variables deeper to the loop that searches for the next match.
172 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
173 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
174 (Bug#13579)
175
176 * isearch.el (isearch-search-fun-default): Check for null
177 first element of isearch-cmds as a precaution when it's used
178 with inactive isearch.
179
180 2013-02-01 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
181
182 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
183 error when buffer in question is narrowed so position 1 is out of
184 visible part.
185
186 2013-01-31 Glenn Morris <rgm@gnu.org>
187
188 * textmodes/remember.el (remember-clipboard): Doc fix.
189
190 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
193 properties (bug#13179).
194
195 2013-01-30 Glenn Morris <rgm@gnu.org>
196
197 * mouse.el (mouse-drag-line): Avoid pushing same event onto
198 unread-command-events twice in some cases. This tries to implement
199 the 2012-07-26 changes in a different way. (Bug#13560)
200
201 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
202
203 * progmodes/python.el
204 (python-pdbtrack-comint-output-filter-function): Enhancements on
205 stacktrace detection. (thanks @gnovak)
206
207 2013-01-30 Glenn Morris <rgm@gnu.org>
208
209 * imenu.el (imenu-default-create-index-function):
210 Put back a version of the infinite loop test removed 2013-01-23.
211
212 2013-01-28 Fabián Ezequiel Gallina <fgallina@cuca>
213
214 * progmodes/python.el (python-shell-parse-command):
215 Find python-shell-interpreter with modified environment.
216
217 2013-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
220
221 2013-01-24 Fabián Ezequiel Gallina <fgallina@cuca>
222
223 * progmodes/python.el: Enhancements to header documentation about
224 skeletons. (Bug#5716)
225
226 2013-01-23 Fabián Ezequiel Gallina <fgallina@cuca>
227
228 * imenu.el (imenu-default-create-index-function): Remove useless
229 infinite loop check. (Bug#13438)
230
231 2013-01-23 Alan Mackenzie <acm@muc.de>
232
233 Fix a bug in the state cache mechanism. Refactor this a bit.
234
235 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
236 `cache-pos' element from the return value.
237 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
238 buffer to enable proper searching from beyond HERE. Amend the
239 test for detecting the sought brace pair. Amend the value written
240 to the "brace desert cache" when the brace isn't found.
241 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
242 and several other variables analogously.
243 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
244 parameter to a locally calculated variable.
245 (c-parse-state-1): Change the calling conventions to the two
246 defuns involving `cache-pos'.
247
248 2013-01-23 Chong Yidong <cyd@gnu.org>
249
250 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
251
252 2013-01-18 Leo Liu <sdl.web@gmail.com>
253
254 * dired.el (dired-get-marked-files): Prune erroneous values due to
255 last change. (Bug#13152)
256
257 2013-01-17 Glenn Morris <rgm@gnu.org>
258
259 * progmodes/etags.el (tags-table-check-computed-list):
260 Preserve point in tags buffer. (Bug#13412)
261
262 2013-01-16 Glenn Morris <rgm@gnu.org>
263
264 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
265
266 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
267 Revert 2012-12-29 change. Ref:
268 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00360.html>
269
270 2013-01-10 Fabián Ezequiel Gallina <fgallina@cuca>
271
272 * progmodes/python.el (python-nav-end-of-statement):
273 Fix cornercase when handling multiline strings.
274
275 2013-01-10 Glenn Morris <rgm@gnu.org>
276
277 * emacs-lisp/authors.el (authors-ignored-files)
278 (authors-valid-file-names, authors-renamed-files-alist):
279 Add some more entries.
280
281 2013-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
282
283 * image-mode.el (image-mode-winprops): Don't throw away the fallback
284 `t' pseudo-window entry.
285
286 2013-01-09 Alan Mackenzie <acm@muc.de>
287
288 Fix bugs in the c-parse-state mechanism. Reuse some markers
289 instead of continually generating new ones.
290
291 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
292 (c-state-old-cpp-end-marker): New variables.
293 (c-append-lower-brace-pair-to-state-cache): Start a backward
294 search for "}" definitively outside CPP constructs.
295 (c-remove-stale-state-cache): Inform the caller of a need to
296 search back for a brace pair in certain circumstances.
297 (c-state-maybe-marker): New macro.
298 (c-parse-state): Reuse markers when appropriate.
299
300 2013-01-09 Glenn Morris <rgm@gnu.org>
301
302 * simple.el (execute-extended-command): Doc fix.
303 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
304
305 2013-01-09 Chong Yidong <cyd@gnu.org>
306
307 * faces.el (read-face-name): Doc fix.
308
309 2013-01-09 Glenn Morris <rgm@gnu.org>
310
311 * emacs-lisp/trace.el (trace-function, trace-function-background):
312 Doc fix.
313
314 2013-01-09 Juri Linkov <juri@jurta.org>
315
316 * international/mule-cmds.el (read-char-by-name): Move let-binding
317 of completion-ignore-case around completing-read to fix regression
318 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
319 `string-match-p' using the nil value of `case-fold-search' and
320 `completion-ignore-case' in `completion-pcm--all-completions'.
321 (Bug#12615).
322
323 2013-01-07 Glenn Morris <rgm@gnu.org>
324
325 * progmodes/compile.el (compilation-parse-errors):
326 Fix typo. (Bug#13369)
327
328 2013-01-07 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
329
330 * comint.el (comint-send-input): Check size of buffer before
331 waiting for process output, in case already accepted. (Bug#13290)
332
333 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
334
335 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
336 non-negative integers. Otherwise, the default values are used.
337 (tramp-convert-file-attributes): Convert uid and gid to integers.
338
339 2013-01-03 Glenn Morris <rgm@gnu.org>
340
341 * term.el (term-handle-colors-array): Ensure face attributes
342 are fully specified, not nil. (Bug#13337)
343
344 * term.el (term-default-fg-color, term-default-bg-color):
345 Fix custom type.
346
347 * progmodes/etags.el (tags-compression-info-list): Doc fix.
348 (tag-find-file-of-tag-noselect): Check auto-compression-mode
349 rather than 'jka-compr being loaded. (Bug#13338)
350
351 * subr.el (eval-after-load): Don't purecopy the form, so that it
352 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
353
354 * emacs-lisp/byte-run.el (defun): Place cl declarations
355 after any interactive spec. (Bug#13265)
356
357 2012-12-31 Andreas Schwab <schwab@linux-m68k.org>
358
359 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
360 defun. Don't check for DECL if DOCSTRING isn't a string.
361 (defun): Likewise.
362
363 2012-12-31 Glenn Morris <rgm@gnu.org>
364
365 * eshell/em-cmpl.el (eshell-pcomplete):
366 More thoroughly imitate pcomplete. (Bug#13293)
367
368 * files.el (parse-colon-path): Doc fix. (Bug#12351)
369 Return nil for empty path elements. (Bug#13296)
370
371 2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
372
373 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
374 order to improve efficiency (Based on Daniel Colascione's
375 <dancol@dancol.org> patch). (Bug#13182)
376
377 2012-12-31 Glenn Morris <rgm@gnu.org>
378
379 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
380
381 2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
382
383 * progmodes/python.el: Support other commands triggering
384 python-indent-line so indentation cycling continues to work.
385 (python-indent-trigger-commands): New defcustom.
386 (python-indent-line): Use it.
387
388 2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
389
390 * progmodes/python.el (python-shell-send-region): Add blank lines
391 for non sent code so backtraces remain correct.
392
393 2012-12-31 Andreas Schwab <schwab@linux-m68k.org>
394
395 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
396 neither DOCSTRING nor DECL was given. (Bug#13316)
397
398 2012-12-30 Glenn Morris <rgm@gnu.org>
399
400 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
401 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
402 (rmail-summary-displayed, rmail-summary): Declare.
403 (mairix-rmail-display): Just require rmail.
404
405 2012-12-29 Chong Yidong <cyd@gnu.org>
406
407 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
408 check for the tarball contents.
409
410 2012-12-29 Matt Fidler <matt.fidler@alcon.com> (tiny change)
411
412 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
413 tarfile content listings (Bug#13136).
414
415 2012-12-29 Mark Lillibridge <mark.lillibridge@hp.com>
416
417 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
418 Insert the undecoded text of the message being forwarded. (Bug#9521)
419
420 2012-12-28 Michael Albinus <michael.albinus@gmx.de>
421
422 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
423 integers, if they are real numbers. (Bug#13282)
424
425 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
426
427 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
428 "module" and "def" to have indentation before them.
429 Regression from 109911 (see the new test).
430
431 2012-12-24 Dmitry Gutov <dgutov@yandex.ru>
432
433 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
434
435 2012-12-23 Alan Mackenzie <acm@muc.de>
436
437 Speed up fontification where there's large brace blocks.
438 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
439 to a call of c-beginning-of-decl-1.
440
441 2012-12-21 Chong Yidong <cyd@gnu.org>
442
443 * sort.el (sort-subr): Doc fix (Bug#13056).
444
445 2012-12-20 Bastien Guerry <bzg@gnu.org>
446
447 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
448
449 2012-12-11 Alan Mackenzie <acm@muc.de>
450
451 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
452 * progmodes/cc-engine.el (c-backward-comments): Add code to work
453 around `forward-comment' not recognizing ^M as whitespace.
454
455 2012-12-11 Fabián Ezequiel Gallina <fgallina@cuca>
456
457 * progmodes/python.el (python-skeleton-class)
458 (python-skeleton-def): Do not add space after defun name.
459
460 2012-12-09 Chong Yidong <cyd@gnu.org>
461
462 * simple.el (set-mark-default-inactive): Mark as obsolete, for
463 removal after 24.3.
464
465 2012-12-08 Dani Moncayo <dmoncayo@gmail.com>
466
467 * simple.el (just-one-space): Doc fix.
468
469 2012-12-07 Eli Zaretskii <eliz@gnu.org>
470
471 * textmodes/texinfo.el (texinfo-enable-quote-envs):
472 Add "smallexample".
473
474 2012-12-07 Le Wang <l26wang@gmail.com>
475
476 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
477 narrowed buffer (bug#12361).
478
479 2012-12-07 Michael Heerdegen <michael_heerdegen@web.de>
480
481 * emacs-lisp/debug.el (debug): Fix hard-coded frame counts (bug#10025).
482 Virtually backported from trunk.
483
484 2012-12-07 Juanma Barranquero <lekktu@gmail.com>
485
486 * vc/vc-hooks.el (vc-state): Doc fix.
487
488 2012-12-06 Glenn Morris <rgm@gnu.org>
489
490 * mail/rmail.el (rmail-maybe-display-summary):
491 Preserve buffer, in case select-window changes it. (Bug#13066)
492
493 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
496 cl-load-hook where they belong.
497
498 2012-12-06 Chong Yidong <cyd@gnu.org>
499
500 * ffap.el (ffap-replace-file-component): Fix typo.
501
502 2012-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
503
504 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
505 fix open-paren-like token test (bug#12785).
506
507 2012-12-04 Glenn Morris <rgm@gnu.org>
508
509 * mail/rmailsum.el (rmail-new-summary): Tweak for
510 rmail-maybe-display-summary changing buffer. (Bug#13066)
511
512 2012-12-03 Juri Linkov <juri@jurta.org>
513
514 * info.el (Info-fontify-node): Don't hide the last newline.
515 (Bug#12272)
516
517 2012-12-01 Leo Liu <sdl.web@gmail.com>
518
519 * files.el (dir-locals-read-from-file): Check file non-empty
520 before reading. (Bug#13038)
521
522 2012-11-28 Glenn Morris <rgm@gnu.org>
523
524 * jka-cmpr-hook.el (jka-compr-get-compression-info):
525 Remove any version extension before checking filename. (Bug#13006)
526 (jka-compr-compression-info-list): Belated :version bump.
527
528 2012-11-28 Chong Yidong <cyd@gnu.org>
529
530 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
531
532 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
533 (buffer-menu): Doc fix (Bug#12294).
534
535 2012-11-27 Roland Winkler <winkler@gnu.org>
536
537 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
538 of diary-show-all-entries in the diary buffer (Bug#12994).
539
540 2012-11-27 Michael Albinus <michael.albinus@gmx.de>
541
542 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
543 "<STDIN>". This is binary safe.
544
545 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
546
547 * textmodes/table.el (table-insert): Don't use `symbol-name' on
548 lexically scoped variables (bug#13005).
549
550 2012-11-26 Glenn Morris <rgm@gnu.org>
551
552 * vc/vc-hooks.el (vc-mistrust-permissions):
553 Default to t, to avoid data-loss. (Bug#11490)
554
555 2012-11-26 Fabián Ezequiel Gallina <fgallina@cuca>
556
557 * progmodes/python.el (python-indent-guess-indent-offset):
558 If indentation is guessed make python-indent-offset buffer-local.
559
560 Fix Imenu regression.
561 * progmodes/python.el (python-nav-beginning-of-defun):
562 Fix forward movement when statement(s) separates point from defun.
563 (python-imenu-prev-index-position): New function.
564
565 2012-11-26 Eli Zaretskii <eliz@gnu.org>
566
567 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
568
569 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
570 Don't set buffer-file-type. Return nil. (Bug#12989)
571
572 2012-11-26 Glenn Morris <rgm@gnu.org>
573
574 * hippie-exp.el (hippie-expand-try-functions-list):
575 Re-autoload it. (Bug#12982)
576
577 2012-11-25 Eli Zaretskii <eliz@gnu.org>
578
579 * descr-text.el (describe-char-padded-string):
580 Call internal-char-font only on GUI frames. (Bug#11964)
581
582 2012-11-24 Andreas Schwab <schwab@linux-m68k.org>
583
584 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
585 and obsoletion message.
586
587 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
590 the constructs to keep outside of the `cl-block' (bug#12977).
591
592 2012-11-24 Chong Yidong <cyd@gnu.org>
593
594 * mouse.el (mouse-drag-line): Even if the line is not draggable,
595 keep reading until we get the up-event anyway, in order to process
596 the up-event for mouse-1-click-follows-link (Bug#12971).
597
598 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
599
600 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
601 lexical-binding (bug#12938).
602
603 2012-11-23 Wolfgang Jenkner <wjenkner@inode.at>
604
605 * image-mode.el (image-transform-check-size): Use assertions only
606 for images of type imagemagick.
607
608 Otherwise no error, image-transform-fit-to-{width,height} is
609 silently ignored, as before. Doc fix.
610
611 2012-11-23 Chong Yidong <cyd@gnu.org>
612
613 * faces.el (color-defined-p): Doc fix (Bug#12853).
614
615 2012-11-23 Juri Linkov <juri@jurta.org>
616
617 * dired.el (dired-mark): Add optional arg `interactive'.
618 Check for `use-region-p' if `interactive' is non-nil.
619 (dired-unmark, dired-flag-file-deletion): Add optional arg
620 `interactive'. Call `dired-mark' with the arg `interactive'.
621 (Bug#10624)
622
623 2012-11-23 Juri Linkov <juri@jurta.org>
624
625 * wdired.el: Revert 2012-10-17 change partly and replace it with
626 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
627 (wdired-finish-edit): Add marks for new file names to
628 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
629 after `revert-buffer'.
630 (wdired-do-renames): Remove calls to `dired-remove-file',
631 `dired-add-file', `dired-add-entry'. (Bug#11795)
632
633 2012-11-21 Alan Mackenzie <acm@muc.de>
634
635 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
636
637 Fix bugs in the state cache. Enhance a debugging mechanism.
638 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
639 "brace at column zero" strategy for C++.
640 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
641 (c-parse-state-point): New variable.
642 (c-record-parse-state-state): Record old parse state with
643 `copy-tree'. Record previous value of point.
644 (c-debug-parse-state-double-cons): New debugging function.
645 (c-debug-parse-state): Call the above new function.
646 (c-toggle-parse-state-debug): Output a confirmatory message.
647
648 * progmodes/cc-mode.el (c-before-change, c-after-change):
649 Call c-invalidate-state-cache from `c-before-change' instead of
650 `c-after-change'.
651
652 2012-11-20 Daniel Colascione <dancol@dancol.org>
653
654 * term/w32-win.el (cygwin-convert-path-from-windows):
655 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
656 This change is a backport from trunk.
657
658 2012-11-20 Eli Zaretskii <eliz@gnu.org>
659
660 * simple.el (line-move): Don't call line-move-partial if
661 scroll-conservatively is in effect. (Bug#12927)
662
663 2012-11-20 Michael Albinus <michael.albinus@gmx.de>
664
665 * net/trampver.el (tramp-version): Downgrade to 2.2.6-24.3, in
666 order to distinguish from trunk.
667
668 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
669
670 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't accept
671 non-symbols for compiler macros (yet).
672
673 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
674 Fallback on completion-at-point rather than
675 pcomplete-expand-and-complete, and only if pcomplete actually failed.
676 (eshell-cmpl-initialize): Setup completion-at-point.
677
678 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
679
680 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
681
682 2012-11-19 Michael Albinus <michael.albinus@gmx.de>
683
684 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
685 are remote, check out-of-band property for both.
686
687 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * window.el (switch-to-buffer): Re-add the warning that was lost in the
690 code rewrite.
691
692 2012-11-18 Paul Eggert <eggert@cs.ucla.edu>
693
694 More minor time fixes.
695 * calendar/time-date.el: Commentary fix.
696 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
697 too much other code depends on (0 0) time stamps.
698 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
699 Add a couple of FIXME comments.
700
701 Minor cleanup for times as lists of four integers.
702 * files.el (dir-locals-directory-cache):
703 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
704 Doc fixes.
705 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
706 * ps-bdf.el (bdf-file-newer-than-time):
707 Process four-integers time stamps, not two. Doc fixes.
708
709 2012-11-18 Glenn Morris <rgm@gnu.org>
710
711 * image.el (insert-image, insert-sliced-image): Doc fix.
712
713 2012-11-17 Chong Yidong <cyd@gnu.org>
714
715 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
716 (Bug#12810).
717
718 2012-11-17 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
719
720 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
721 response when the target file is in a subdirectory (Bug#12757).
722
723 2012-11-17 Chong Yidong <cyd@gnu.org>
724
725 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
726
727 2012-11-17 Glenn Morris <rgm@gnu.org>
728
729 * woman.el (woman-non-underline-faces):
730 * emacs-lisp/cl-lib.el (face-underline-p):
731 Use set-face-underline rather than the alias set-face-underline-p.
732
733 * window.el (with-temp-buffer-window): Doc fix.
734 * subr.el (with-output-to-temp-buffer):
735 Add doc xref to with-temp-buffer-window.
736
737 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
738
739 * emacs-lisp/cl-lib.el: Set more meaningful version number.
740
741 2012-11-16 Martin Rudalics <rudalics@gmx.at>
742
743 * window.el (enlarge-window, shrink-window): Don't mention return
744 value in doc-string (Bug#12896).
745 (window--display-buffer): Don't resize frames - it won't work
746 with all window managers and defeat pop-up-frame-alist.
747 (display-buffer-alist): In doc-string explain that CONDITION can
748 be a function and which arguments are passed to it (Bug#12854).
749 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
750 expressions (Bug#12854).
751 (display-buffer): Pass ACTION argument to
752 display-buffer-assq-regexp.
753
754 2012-11-16 Glenn Morris <rgm@gnu.org>
755
756 * window.el (fit-frame-to-buffer-bottom-margin)
757 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
758
759 * faces.el (face-underline-p): Use face-attribute-specified-or.
760
761 2012-11-15 Juanma Barranquero <lekktu@gmail.com>
762
763 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
764
765 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
766
767 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
768
769 2012-11-15 Glenn Morris <rgm@gnu.org>
770
771 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
772 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
773
774 * faces.el (face-underline-p): Doc fix. Handle :underline being
775 things other than `t' (a string, a list).
776 (face-inverse-video-p): Doc fix.
777 (set-face-underline): Rename it back from set-face-underline-p.
778 Doc fix. Allow interactive input of values other than t.
779 (read-face-attribute): Apply formatting to :underline,
780 since like :box and :stipple it can take list values.
781
782 * term.el (ansi-term): Don't let C-x escape-char binding
783 clobber the more standard C-c binding. (Bug#12842)
784
785 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
788 (bug#12879).
789
790 2012-11-14 Glenn Morris <rgm@gnu.org>
791
792 * subr.el (set-temporary-overlay-map): Doc fix.
793
794 2012-11-13 Martin Rudalics <rudalics@gmx.at>
795
796 * window.el (record-window-buffer)
797 (display-buffer-record-window): When copying the markers to
798 window-point preserve window-point-insertion-type. (Bug#12588)
799
800 2012-11-13 Glenn Morris <rgm@gnu.org>
801
802 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
803 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
804 Use new names for hooks rather than obsolete aliases.
805
806 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
809
810 2012-11-12 Wolfgang Jenkner <wjenkner@inode.at>
811
812 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
813 39 and 49. This fixes bug#12792. Also, treat unimplemented
814 parameters as 0, thereby restoring the behavior of revisions prior
815 to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
816
817 2012-11-12 Fabián Ezequiel Gallina <fgallina@cuca>
818
819 Fix end-of-defun misbehavior.
820 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
821 python-beginning-of-defun-function. Handle nested defuns
822 correctly.
823 (python-nav-end-of-defun): Rename from
824 python-end-of-defun-function. Ensure forward movement.
825 (python-info-current-defun): Reimplement to work as intended
826 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
827 parent defuns as soon as possible.
828
829 2012-11-12 Glenn Morris <rgm@gnu.org>
830
831 * progmodes/flymake.el (flymake-error-bitmap)
832 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
833 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
834
835 2012-11-12 Dmitry Gutov <dgutov@yandex.ru>
836
837 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
838 backward, always stop at indentation. Reverts the change from
839 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
840
841 2012-11-11 Glenn Morris <rgm@gnu.org>
842
843 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
844 Add ibuffer-filter-by-derived-mode.
845
846 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
847 the same name shadowing each other.
848
849 * window.el (with-temp-buffer-window): Doc tweak.
850
851 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
852
853 * help.el (temp-buffer-max-height):
854 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
855 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
856
857 2012-11-10 Leo Liu <sdl.web@gmail.com>
858
859 * ido.el (ido-set-matches-1): Fix split-string args to avoid
860 performance issue. (Bug#12796)
861
862 2012-11-10 Glenn Morris <rgm@gnu.org>
863
864 * term.el (term-default-fg-color, term-default-bg-color):
865 Make obsolete, rather than just saying "deprecated" in the doc.
866
867 * term.el (term): Rename from `term-face'.
868 (term-current-face, ansi-term-color-vector)
869 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
870 Update all users.
871
872 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
873
874 * server.el (server-create-window-system-frame): Improve comment.
875
876 2012-11-08 Jan Djärv <jan.h.d@swipnet.se>
877
878 * server.el (server-create-window-system-frame): Handle Nextstep
879 specially (Bug#12780).
880
881 2012-11-08 Glenn Morris <rgm@gnu.org>
882
883 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
884 Unautoload, and make obsolete. (Bug#7449)
885
886 2012-11-08 Chong Yidong <cyd@gnu.org>
887
888 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
889 rename from diff-remove-trailing-whitespace (Bug#12831).
890
891 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
894 miscompilation of trace.el.
895
896 2012-11-08 Glenn Morris <rgm@gnu.org>
897
898 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
899
900 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
903 (bug#12812).
904
905 2012-11-07 Chong Yidong <cyd@gnu.org>
906
907 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
908 a defcustom with an appropriate :set function.
909 (minibuffer-default--in-prompt-regexps): New function.
910
911 2012-11-07 Glenn Morris <rgm@gnu.org>
912
913 * emacs-lisp/cl.el (define-setf-expander, defsetf)
914 (define-modify-macro): Doc fixes.
915
916 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
917 (gv-define-simple-setter): Update doc of `fix-return'.
918
919 2012-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
920
921 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
922 twice when `fix-return' is set (bug#12813).
923
924 * emacs-lisp/cl.el (defsetf): Pass the third arg to
925 gv-define-simple-setter (bug#12812).
926
927 2012-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
928
929 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
930 (bug#12756).
931
932 2012-11-06 Glenn Morris <rgm@gnu.org>
933
934 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
935
936 2012-11-05 Glenn Morris <rgm@gnu.org>
937
938 * emacs-lisp/cl-extra.el (cl-prettyexpand):
939 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
940 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
941 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
942
943 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
944
945 2012-11-03 Glenn Morris <rgm@gnu.org>
946
947 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
948 Rename handler properties back from cl-- to cl-. (Bug#12788)
949
950 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
951
952 2012-11-03 Eli Zaretskii <eliz@gnu.org>
953
954 * term/pc-win.el: Don't load term/internal from here.
955
956 * loadup.el: Load term/internal from here.
957
958 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
959
960 * progmodes/python.el (inferior-python-mode): Fix hang in
961 jit-lock (Bug#12645).
962
963 2012-11-03 Martin Rudalics <rudalics@gmx.at>
964
965 * window.el (switch-to-visible-buffer)
966 (switch-to-buffer-preserve-window-point): Fix doc-strings.
967
968 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
969
970 * play/gomoku.el (gomoku-display-statistics): Update mode line
971 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
972
973 2012-10-31 Martin Rudalics <rudalics@gmx.at>
974
975 * window.el (quit-restore-window): If the window has been
976 created on an existing frame and ended up as the sole window on
977 that frame, do not delete it (Bug#12764).
978
979 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
980
981 * progmodes/sh-script.el (sh--inside-noncommand-expression):
982 Rename from sh--inside-arithmetic-expression, handle more cases
983 (bug#11263).
984
985 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
986 (sh-font-lock-open-heredoc): Use it (bug#12770).
987
988 2012-10-30 Glenn Morris <rgm@gnu.org>
989
990 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
991
992 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
993
994 2012-10-29 Chong Yidong <cyd@gnu.org>
995
996 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
997 function key is stored in a keyboard macro (Bug#4894).
998
999 * thingatpt.el (number-at-point): Apply a thing-at-point property.
1000
1001 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
1004 header comments".
1005 (diff-unified->context, diff-context->unified)
1006 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
1007
1008 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
1009
1010 * files.el (find-alternate-file): Only ask one question (bug#12487).
1011
1012 2012-10-29 Chong Yidong <cyd@gnu.org>
1013
1014 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
1015 Suggested by Dan Nicolaescu (Bug#6326).
1016
1017 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
1018
1019 * startup.el (fancy-about-screen): Don't message (Bug#12680).
1020
1021 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
1022
1023 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
1024
1025 * face-remap.el (face-remap-add-relative): Handle the case where a
1026 face-remapping-alist entry is a cons cell (Bug#12762).
1027
1028 2012-10-29 Kevin Ryde <user42@zip.com.au>
1029
1030 * woman.el (woman-parse-numeric-value): Handle picas correctly
1031 (Bug#12639).
1032
1033 2012-10-29 Glenn Morris <rgm@gnu.org>
1034
1035 * emacs-lisp/cl.el (defsetf): Doc fix.
1036
1037 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1038
1039 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
1040 syntax to the matching opener, if any (bug#12547).
1041 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
1042 matching open as a "case-(".
1043 (sh-smie-rc-grammar): Add a corresponding rule for it.
1044
1045 2012-10-28 Daniel Hackney <dan@haxney.org>
1046
1047 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
1048 "PKGNAME-autoloads.el" in case we created it.
1049
1050 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
1053 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
1054 (completion--twq-all): Disable too-strict assertions.
1055
1056 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
1057
1058 2012-10-27 Eli Zaretskii <eliz@gnu.org>
1059
1060 * profiler.el (profiler-report-make-entry-part): Fix help-echo
1061 text to match the real keybindings.
1062
1063 2012-10-27 Juri Linkov <juri@jurta.org>
1064
1065 * wdired.el (wdired-keep-marker-rename): New defcustom.
1066 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
1067 (Bug#11795)
1068
1069 * dired.el (dired-keep-marker-rename): Add reference to
1070 `wdired-keep-marker-rename' in the docstring.
1071 Add default character value ?R to display initially in
1072 Customization UI instead of ?@.
1073
1074 2012-10-27 Martin Rudalics <rudalics@gmx.at>
1075
1076 * window.el (display-buffer): In doc-string describe
1077 window-height and window-width alist entries.
1078
1079 * time.el (display-time-world): Restore fit-window-to-buffer
1080 behavior.
1081
1082 2012-10-27 Chong Yidong <cyd@gnu.org>
1083
1084 * subr.el (insert-buffer-substring-as-yank): Doc fix.
1085
1086 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
1087
1088 * minibuffer.el (completion-category-overrides): New completion
1089 category `bookmark' (bug#11131).
1090
1091 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1092
1093 * emacs-lisp/advice.el (ad-assemble-advised-definition):
1094 Silence bogus compiler warnings for ad-do-it.
1095
1096 * bookmark.el (bookmark-completing-read): Set the completion category
1097 to `bookmark' (bug#11131).
1098
1099 2012-10-26 Bastien <bzg@altern.org>
1100 Stefan Monnier <monnier@iro.umontreal.ca>
1101
1102 * face-remap.el: Use lexical-binding.
1103 (text-scale-adjust): Improve docstring. Use itself for the temporary
1104 overlay-map bindings, so as to repeat the "Use..." message each time.
1105
1106 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1107
1108 * emacs-lisp/macroexp.el (macroexp--expand-all):
1109 Obey byte-compile-warning-enabled-p (bug#12486).
1110
1111 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
1112 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
1113
1114 2012-10-26 Martin Rudalics <rudalics@gmx.at>
1115
1116 * mouse.el (mouse-drag-line): Move last form into preceding when
1117 clause (Bug#12731).
1118
1119 * help.el (resize-temp-buffer-window): Fix doc-string.
1120
1121 2012-10-25 David Engster <deng@randomsample.de>
1122
1123 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
1124 Remove. This feature is already integrated in imenu.
1125
1126 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
1127 always loaded. Require `speedbar' unconditionally.
1128
1129 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1130
1131 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
1132
1133 * minibuffer.el (minibuffer-force-complete): Fix thinko.
1134
1135 * net/ldap.el (ldap-search-internal): The official ldif format starts
1136 with a "version: 1" header (bug#12724).
1137
1138 * emacs-lisp/package.el (package-installed-p): Warn if not ready
1139 (bug#12721).
1140
1141 2012-10-25 Glenn Morris <rgm@gnu.org>
1142
1143 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
1144
1145 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1146
1147 * minibuffer.el (minibuffer-force-complete): Use one more marker
1148 for the temporary-overlay-map command (bug#12619).
1149
1150 2012-10-24 Chong Yidong <cyd@gnu.org>
1151
1152 * time.el (display-time-world-mode): Derive from special-mode.
1153 (display-time-world): Use display-buffer (Bug#12708).
1154 (display-time-world-mode-map): Variable deleted.
1155 (display-time-world-display): Wrap the final delete-char inside
1156 inhibit-read-only.
1157
1158 2012-10-24 Chong Yidong <cyd@gnu.org>
1159
1160 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
1161 Doc fix.
1162
1163 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
1164
1165 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * minibuffer.el (completion--all-sorted-completions-location): New var.
1168 (completion--cache-all-sorted-completions)
1169 (completion--flush-all-sorted-completions): Use it.
1170 (completion-in-region, completion-in-region--postch)
1171 (completion-at-point, completion-help-at-point): Use markers in
1172 completion-in-region--data (bug#12619).
1173
1174 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * progmodes/compile.el (compilation-start): Try to handle common
1177 quoting of `cd' argument (bug#12640).
1178
1179 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
1180 (bug#12671).
1181
1182 2012-10-23 Glenn Morris <rgm@gnu.org>
1183
1184 * progmodes/gud.el (gud-menu-map):
1185 Check gdb-active-process is bound. (Bug#12358)
1186
1187 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * repeat.el (repeat): Set real-this-command (bug#12232).
1190
1191 * htmlfontify.el (hfy-post-html-hook):
1192 * filesets.el (filesets-cache-fill-content-hook):
1193 * arc-mode.el (archive-extract-hook):
1194 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
1195 * net/rcirc.el (rcirc-sentinel-functions)
1196 (rcirc-receive-message-functions, rcirc-activity-functions)
1197 (rcirc-print-functions):
1198 * net/dbus.el (dbus-event-error-functions):
1199 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
1200 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
1201 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
1202 * term/sun.el (sun-raw-prefix-hooks):
1203 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
1204
1205 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
1206
1207 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1208 Set `tramp-chunksize' to 1. This improves the performance.
1209 (tramp-smb-wait-for-output): Add timeout to
1210 `tramp-accept-process-output' calls.
1211
1212 2012-10-23 Chong Yidong <cyd@gnu.org>
1213
1214 * faces.el (font-list-limit): Define as an obsolete variable.
1215
1216 * startup.el (command-line):
1217 * cus-start.el: Don't refer to font-list-limit.
1218
1219 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
1220
1221 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1222
1223 * subr.el (internal-temp-output-buffer-show): Rename from
1224 temp-output-buffer-show, since previously compiled files expect this name.
1225
1226 2012-10-23 Glenn Morris <rgm@gnu.org>
1227
1228 * image.el (image-type-from-file-name): If multiple types match,
1229 return the first one that is supported. (Bug#9045)
1230
1231 2012-10-22 Glenn Morris <rgm@gnu.org>
1232
1233 * image.el (imagemagick-enabled-types): Doc fix.
1234
1235 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
1236
1237 * progmodes/which-func.el (which-func-current): The hash-table may have
1238 an explicit nil (bug#12338).
1239
1240 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * electric.el (electric-pair-delete-selection-self-insert-function):
1243 Rename to electric-pair-will-use-region, return a boolean.
1244 (electric-pair-mode): Adjust accordingly. Don't require delsel.
1245
1246 * delsel.el (delete-selection-helper): Use a function instead of a hook.
1247 (delete-selection-pre-hook): Use use-region-p.
1248 (delete-selection-self-insert-function): Remove.
1249 (self-insert-command): Obey self-insert-uses-region-functions.
1250 (self-insert-iso): Revert to previous setting, since we don't actually
1251 know what that command does.
1252 (delete-selection-self-insert-hooks): Remove.
1253
1254 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
1255
1256 * delsel.el (delete-selection-helper): New function, extracted from
1257 delete-selection-pre-hook.
1258 (delete-selection-pre-hook): Use it.
1259 (delete-selection-self-insert-function): New function.
1260 (delete-selection-self-insert-hooks): New hook.
1261 (self-insert-command, self-insert-iso): Use it.
1262 * electric.el (electric-pair-syntax): New function, extracted from
1263 electric-pair-post-self-insert-function.
1264 (electric-pair-post-self-insert-function): Use it.
1265 (electric-pair-delete-selection-self-insert-function): New function.
1266 (electric-pair-mode): Require delsel and setup
1267 delete-selection-self-insert-hooks (bug#11520).
1268
1269 2012-10-20 Chong Yidong <cyd@gnu.org>
1270
1271 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
1272 no changes to show (Bug#12586).
1273
1274 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
1275 list explicitly (Bug#12571).
1276
1277 2012-10-20 Arne Jørgensen <arne@arnested.dk>
1278
1279 * progmodes/flymake.el (flymake-create-temp-inplace):
1280 Use file-truename.
1281
1282 2012-10-20 Eli Zaretskii <eliz@gnu.org>
1283
1284 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
1285
1286 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1287
1288 * calc/calc-units.el (math-extract-units): Properly extract powers
1289 of units.
1290
1291 2012-10-20 Daniel Colascione <dancol@dancol.org>
1292
1293 * frame.el (make-frame): Set x-display-name as we used to in order
1294 to unbreak creating an X11 frame from an Emacs daemon started
1295 without a display.
1296
1297 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1298
1299 * minibuffer.el (minibuffer-force-complete): Make the next completion use
1300 the same completion-field (bug@12221).
1301
1302 2012-10-19 Martin Rudalics <rudalics@gmx.at>
1303
1304 * emacs-lisp/debug.el (debug): Record height of debugger window
1305 also when debugger will be back (Bug#8789).
1306
1307 2012-10-18 Chong Yidong <cyd@gnu.org>
1308
1309 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1310 Convert to defcustom.
1311 (gdb-get-source-file): Don't bind pop-up-windows.
1312
1313 * progmodes/gud.el (gud-display-line): Don't specially re-use
1314 other frames for the gdb-mi case (Bug#12648).
1315
1316 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 * emacs-lisp/advice.el: Clean up commentary a bit.
1319 (ad-do-advised-functions, ad-with-originals): Use `declare'.
1320 (byte-code-function-p): Never redefine.
1321
1322 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1323
1324 2012-10-18 Glenn Morris <rgm@gnu.org>
1325
1326 * dired.el (dired-sort-toggle): Some ls implementations only allow
1327 a single option string. (Bug#12666)
1328
1329 * minibuffer.el (completion-cycle-threshold): Doc fix.
1330
1331 2012-10-17 Kenichi Handa <handa@gnu.org>
1332
1333 * international/mule.el (set-keyboard-coding-system):
1334 Recover input meta mode when the new coding system doesn not use 8-bit.
1335 Supply TERMINAL arg to set-input-meta-mode.
1336
1337 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
1338
1339 * wdired.el (wdired-old-marks): New variable.
1340 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1341 (wdired-do-renames): Move point with renamed file and don't lose
1342 mark status (Bug#11795).
1343
1344 2012-10-16 Juri Linkov <juri@jurta.org>
1345
1346 * replace.el (query-replace-help): Mention multi-buffer replacement
1347 keys in the Help message. (Bug#12655)
1348
1349 2012-10-15 Chong Yidong <cyd@gnu.org>
1350
1351 * emacs-lisp/byte-run.el (defsubst): Doc fix.
1352
1353 2012-10-14 Eli Zaretskii <eliz@gnu.org>
1354
1355 * window.el (display-buffer): Doc fix.
1356
1357 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1358 Adjust the msft regexp to the output of Studio 2010, and move msft
1359 before edg-1. See the discussion on emacs-devel,
1360 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1361 for the details.
1362
1363 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1366 (oset): Move uses of object-class-fast macro after its definition.
1367
1368 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1369
1370 2012-10-13 Chong Yidong <cyd@gnu.org>
1371
1372 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1373 enabled, re-enable it (Bug#11963).
1374
1375 2012-10-13 Martin Rudalics <rudalics@gmx.at>
1376
1377 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1378 non-nil, restore window configuration (Bug#12623).
1379
1380 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1381
1382 * help-fns.el (describe-variable, describe-function-1):
1383 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1384
1385 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1386
1387 2012-10-12 Glenn Morris <rgm@gnu.org>
1388
1389 * mail/rmailsum.el (rmail-header-summary):
1390 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
1391
1392 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
1393
1394 * progmodes/python.el (python-mode-map):
1395 Replace subtitute-key-definition with proper command remapping.
1396 (python-nav--up-list): Fix behavior for blocks on the same level.
1397
1398 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1399
1400 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
1401
1402 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1403 changes to the format of load-history.
1404
1405 * international/mule-cmds.el (read-char-by-name): Move let-binding of
1406 completion-ignore-case in case that var is buffer-local (bug#12615).
1407
1408 2012-10-11 Kenichi Handa <handa@gnu.org>
1409
1410 * international/eucjp-ms.el: Re-generated.
1411
1412 2012-10-10 Kenichi Handa <handa@gnu.org>
1413
1414 * select.el (xselect--encode-string): If a coding is specified for
1415 selection, and that is compatible with COMPOUND_TEXT, use it.
1416
1417 2012-10-10 Martin Rudalics <rudalics@gmx.at>
1418
1419 * window.el (switch-to-buffer-preserve-window-point): New option.
1420 (switch-to-buffer):
1421 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
1422
1423 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1424
1425 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1426 Don't document nil as a useful value (bug#12583).
1427
1428 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1429
1430 * net/tramp.el (tramp-debug-message):
1431 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1432 (with-tramp-progress-reporter): Rename from
1433 `tramp-with-progress-reporter'.
1434 (with-tramp-file-property, with-tramp-connection-property):
1435 Move from tramp-cache.el, rename from `with-file-property' and
1436 `with-connection-property', respectively.
1437
1438 * net/tramp-cache.el: Remove `with-file-property' and
1439 `with-connection-property'.
1440
1441 * net/tramp.el:
1442 * net/tramp-gvfs.el:
1443 * net/tramp-sh.el:
1444 * net/tramp-smb.el: Adapt callees.
1445
1446 * net/trampver.el: Update release number.
1447
1448 2012-10-09 Glenn Morris <rgm@gnu.org>
1449
1450 * w32-fns.el (set-message-beep):
1451 * term/w32-win.el (set-message-beep): Update declarations.
1452
1453 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1456 (mode-line-widen, mode-line-input-method-map)
1457 (mode-line-coding-system-map, mode-line-remote)
1458 (mode-line-unbury-buffer, mode-line-bury-buffer)
1459 (mode-line-next-buffer, mode-line-previous-buffer):
1460 Replace save-selected-window+select-window => with-selected-window.
1461
1462 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1463 * progmodes/cc-vars.el (bq-process): Remove, unused.
1464
1465 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1466
1467 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
1468
1469 Implemented `backward-up-list'-like navigation.
1470 * progmodes/python.el (python-nav-up-list)
1471 (python-nav-backward-up-list): New functions.
1472 (python-mode-map): Define substitute key for backward-up-list to
1473 python-nav-backward-up-list.
1474
1475 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1476
1477 * progmodes/python.el (python-fill-paragraph): Rename from
1478 python-fill-paragraph-function. Fixed fill-paragraph for
1479 decorators (Bug#12605).
1480
1481 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1482
1483 * progmodes/python.el (python-shell-output-filter): Handle extra
1484 carriage return in OSX (Bug#12409).
1485
1486 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1487
1488 Fix shell handling of unbalanced quotes and parens in output.
1489 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
1490 (python-syntax-propertize-function): Use it.
1491 (python-shell-output-syntax-table): New var.
1492 (inferior-python-mode): Prevent unbalanced parens/quotes from
1493 previous output mess with current input context.
1494
1495 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
1496
1497 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1498 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1499
1500 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
1501
1502 * ffap.el (ffap-replace-file-component): Support Tramp file name
1503 syntax, not only ange-ftp's one.
1504
1505 2012-10-08 Glenn Morris <rgm@gnu.org>
1506
1507 * cus-start.el (message-log-max): Set :version.
1508
1509 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1510
1511 2012-10-08 Martin Rudalics <rudalics@gmx.at>
1512
1513 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1514 the minibuffer window (Bug#10851).
1515
1516 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1517
1518 Enhancements on forward-sexp movement.
1519 * progmodes/python.el (python-nav-beginning-of-statement)
1520 (python-nav-end-of-statement): Return point-marker.
1521 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1522 (python-info-current-symbol)
1523 (python-info-statement-starts-block-p): Rename from
1524 python-info-beginning-of-block-p.
1525 (python-info-statement-ends-block-p): Rename from
1526 python-info-end-of-block-p.
1527 (python-info-beginning-of-statement-p)
1528 (python-info-end-of-statement-p)
1529 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1530 New functions.
1531
1532 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1533
1534 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1535 frame-selected-windows.
1536
1537 2012-10-08 Daniel Colascione <dancol@dancol.org>
1538
1539 * battery.el (battery-status-function): Check for
1540 w32-battery-status itself, not system-time windows-nt.
1541
1542 * frame.el: Require cl-lib.
1543 (display-format-alist): New variable mapping frame types to
1544 functions that initialize them.
1545 (window-system-for-display): New function: interprets
1546 display-format-alist.
1547 (make-frame-on-display): Remove existing display-selection logic
1548 and just forward to make-frame, which will now DTRT.
1549 (make-frame): Restructure to use window-system-for-display to
1550 figure out how to create a frame on a given display.
1551 (display-mouse-p): Look for frame-type w32, not a particular
1552 system-type.
1553
1554 * loadup.el: Load w32 lisp code when we have the w32 feature.
1555
1556 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1557 system-type windows-nt.
1558
1559 * server.el (server-create-window-system-frame): Look for window
1560 type.
1561 (server-proces-filter): Only force a window system when windows-nt
1562 _and_ w32. Explain why.
1563
1564 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1565 of window systems we configure for the mode.
1566
1567 * startup.el (command-line): Mark window system is initialized
1568 after we've done it.
1569
1570 * common-win.el (x-select-text): Look for w32, not windows-nt.
1571
1572 * ns-win.el: Require cl-lib. Add ourselves to
1573 display-format-alist.
1574 (ns-initialize-window-system): Assert we're not initialized twice.
1575
1576 * w32-win.el: Enable lexical binding; require cl-lib; add
1577 ourselves to display-format-alist.
1578 (w32-handle-dropped-file): Convert incoming dropped files from
1579 Windows paths to Cygwin ones before passing them on to the rest of
1580 Emacs.
1581 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1582 (w32-initialize-window-system): Assert we're not initialized twice.
1583
1584 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1585 (x-initialize-window-system): Assert we're not initialized twice.
1586
1587 * w32-common-fns.el: New File.
1588 (w32-version, w32-using-nt, w32-get-clipboard-data)
1589 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1590 (w32-charset-info-alist, x-last-selected, text)
1591 (x-get-selection-value, x-selection-value): Move here.
1592
1593 * w32-fns.el: Require w32-common-fns.
1594 (w32-version, w32-using-nt, w32-get-clipboard-data)
1595 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1596 (w32-charset-info-alist, x-last-selected, text)
1597 (x-get-selection-value, x-selection-value): Move to
1598 w32-common-fns.
1599
1600 * w32-vars.el:
1601 (w32-allow-system-shell, w32-system-shells): Define only in
1602 non-cygwin case.
1603
1604 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1605
1606 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1607 (read-passwd): Remove a few more potential sources of leaks.
1608
1609 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1610
1611 * progmodes/python.el (inferior-python-mode)
1612 (python-shell-make-comint): Fix initialization of local
1613 variables copied from parent buffer.
1614
1615 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1616
1617 * term/ns-win.el (ns-read-file-name): Update declaration to match
1618 nsfns.m.
1619 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1620 it is set when font is acted upon.
1621
1622 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1623
1624 Enhancements to indentation.
1625 * progmodes/python.el (python-indent-context): Give priority to
1626 inside-string context. Make comments indentation markers.
1627 (python-indent-region): Do not mess with strings, unless it's the
1628 enclosing set of quotes.
1629
1630 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * window.el (internal--before-save-selected-window)
1633 (internal--after-save-selected-window): New functions extracted from
1634 save-selected-window. Make sure we return the `alist' we construct.
1635 (save-selected-window): Use them.
1636
1637 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1638 Use with-selected-window.
1639
1640 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1641 forms that define macros (bug#12593).
1642
1643 2012-10-07 Kenichi Handa <handa@gnu.org>
1644
1645 * international/mule-conf.el (compound-text-with-extensions):
1646 Add :mime-charset property as x-ctext.
1647
1648 2012-10-07 Stefan Merten <smerten@oekonux.de>
1649
1650 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1651 (rst-indent-literal-normal, rst-indent-literal-minimized)
1652 (rst-indent-comment): Correct :version tag.
1653 (rst-official-cvs-rev): Correct version string.
1654
1655 2012-10-07 Glenn Morris <rgm@gnu.org>
1656
1657 * mail/rmailmm.el (rmail-mime-process-multipart):
1658 Do not confuse a multipart message with an epilogue
1659 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1660
1661 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1662
1663 Fix shell output retrieval and comint-prompt-regexp init.
1664 * progmodes/python.el (inferior-python-mode):
1665 (python-shell-make-comint): Fix initialization of
1666 comint-prompt-regexp from copied file local variables.
1667 (python-shell-fetched-lines): Remove var.
1668 (python-shell-output-filter-in-progress): Rename from
1669 python-shell-fetch-lines-in-progress.
1670 (python-shell-output-filter-buffer): Rename from
1671 python-shell-fetch-lines-string.
1672 (python-shell-fetch-lines-filter): Delete function.
1673 (python-shell-output-filter): New function.
1674 (python-shell-send-string-no-output): Use them.
1675
1676 2012-10-07 Glenn Morris <rgm@gnu.org>
1677
1678 * hi-lock.el (hi-lock-process-phrase):
1679 Try to make it less fragile. (Bug#7161)
1680
1681 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1682
1683 2012-10-06 Glenn Morris <rgm@gnu.org>
1684
1685 * ehelp.el (electric-help-mode): Use help-mode rather than
1686 non-existent mode `help'.
1687 (electric-help-map): Use button-buffer-map. (Bug#10917)
1688
1689 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1690 (reftex-create-bibtex-footer): Fix custom types.
1691
1692 * progmodes/sh-script.el (sh-indent-after-continuation):
1693 Add explicit :group.
1694
1695 * textmodes/rst.el (rst-preferred-decorations)
1696 (rst-shift-basic-offset): Clarify obsolescence versions.
1697
1698 * profiler.el (profiler): Add missing group :version tag.
1699 * avoid.el (mouse-avoidance-banish-position):
1700 * proced.el (proced-renice-command):
1701 * calc/calc.el (calc-ensure-consistent-units):
1702 * calendar/icalendar.el (icalendar-import-format-uid):
1703 * net/tramp.el (tramp-save-ad-hoc-proxies):
1704 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1705 * progmodes/flymake.el (flymake-error-bitmap)
1706 (flymake-warning-bitmap, flymake-fringe-indicator-position):
1707 * progmodes/sh-script.el (sh-indent-after-continuation):
1708 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1709 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1710 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1711 (vhdl-array-index-record-field-in-sensitivity-list)
1712 (vhdl-indent-comment-like-next-code-line):
1713 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1714 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1715 (reftex-cite-key-separator, reftex-create-bibtex-header)
1716 (reftex-create-bibtex-footer):
1717 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1718 (rst-indent-literal-normal, rst-indent-literal-minimized)
1719 (rst-indent-comment): Add missing custom :version tags.
1720
1721 * calendar/timeclock.el (timeclock-modeline-display):
1722 Add missing obsolete alias for renamed user option.
1723
1724 * strokes.el (strokes-modeline-string):
1725 * emulation/crisp.el (crisp-mode-modeline-string):
1726 * eshell/esh-mode.el (eshell-status-in-modeline):
1727 Aliases to defcustoms must come before the defcustom.
1728
1729 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1730 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1731 (cal-tex-cursor-week-monday): Doc fixes.
1732 (cal-tex-cursor-week2-summary): Doc fix.
1733 Rename from cal-tex-cursor-week-at-a-glance.
1734
1735 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1736 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1737
1738 * calendar/calendar.el (calendar-mode-map):
1739 Add cal-tex-cursor-week2-summary.
1740
1741 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1742
1743 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1744
1745 * subr.el (read-passwd-map): New var.
1746 (read-passwd): Use `read-string' again.
1747 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1748
1749 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
1750
1751 * register.el (append-to-register, prepend-to-register):
1752 Deactivate mark, as does `copy-to-register' (bug#12389).
1753
1754 2012-10-06 Chong Yidong <cyd@gnu.org>
1755
1756 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1757
1758 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1759
1760 * international/characters.el: Fix simple mistake ((car chars) ->
1761 elt), delete duplicated code.
1762
1763 2012-10-06 Glenn Morris <rgm@gnu.org>
1764
1765 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1766
1767 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1768
1769 * color.el (color-hsl-to-rgb): Fix incorrect results for
1770 small and large hue values. (Bug#12559)
1771
1772 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1773
1774 Enhancements to docstring formatting when filling paragraphs.
1775 * progmodes/python.el (python-fill-docstring-style): Rename from
1776 python-fill-string-style. Added new style.
1777 (python-fill-string): Use new style. Better checks for
1778 docstrings.
1779
1780 2012-10-05 Glenn Morris <rgm@gnu.org>
1781
1782 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1783
1784 * color.el (color-name-to-rgb, color-rgb-to-hex)
1785 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1786 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1787 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1788 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1789
1790 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1791
1792 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
1793
1794 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1795 to get the correct size across symlinks.
1796
1797 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1798
1799 2012-10-04 Juri Linkov <juri@jurta.org>
1800
1801 * replace.el (query-replace-interactive): Declare obsolete.
1802 (query-replace-read-from): Add the last incremental search string
1803 to the list of default values accessible via M-n.
1804 (map-query-replace-regexp): Use `read-regexp'.
1805 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1806 (map-query-replace-regexp, replace-string, replace-regexp):
1807 Fix docstrings to replace mentions of `query-replace-interactive'
1808 with alternatives. (Bug#12526)
1809
1810 2012-10-04 Juri Linkov <juri@jurta.org>
1811
1812 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1813 (dired-pop-to-buffer): Declare obsolete.
1814 (dired-mark-pop-up): Doc fix.
1815
1816 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1817
1818 Allow user to set docstring style for fill-paragraph.
1819 * progmodes/python.el
1820 (python-fill-comment-function, python-fill-string-function)
1821 (python-fill-decorator-function, python-fill-paren-function):
1822 Remove :safe for defcustoms.
1823 (python-fill-string-style): New defcustom
1824 (python-fill-paragraph-function): Enhance context detection.
1825 (python-fill-string): Honor python-fill-string-style settings.
1826
1827 2012-10-04 Martin Rudalics <rudalics@gmx.at>
1828
1829 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1830 after setting its buffer (Bug#10805).
1831
1832 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1833
1834 Fix cornercase for string syntax.
1835 * progmodes/python.el (python-syntax-propertize-function):
1836 Simplify and enhance the regexp for unescaped quotes. Now it also
1837 matches quotes in weird situations like the single quote in
1838 "something\"'".
1839 (python-syntax-stringify): Simplify num-quotes detecting code.
1840
1841 2012-10-03 Glenn Morris <rgm@gnu.org>
1842
1843 * help-macro.el (three-step-help):
1844 Revert 2012-09-29 change. (Bug#12567)
1845
1846 2012-10-03 Martin Rudalics <rudalics@gmx.at>
1847
1848 * menu-bar.el (kill-this-buffer): Don't do anything when
1849 `menu-frame' is not alive or visible (Bug#8184).
1850
1851 * emacs-lisp/debug.el (debug): When quitting the debugger window
1852 restore current buffer (Bug#12502).
1853
1854 2012-10-02 Chong Yidong <cyd@gnu.org>
1855
1856 * progmodes/hideif.el (hif-lookup, hif-defined):
1857 Handle semantic-c-takeover-hideif.
1858
1859 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1860
1861 Change sampling interval units from ms to ns.
1862 * profiler.el (profiler-sampling-interval): Change units
1863 from ms to ns, multiplying the default by 1000000 so that
1864 it remains 1 ms.
1865 (profiler-report-cpu-line-format): Give enough room for
1866 the maximum counters on 64-bit hosts.
1867 (profiler-report-render-calltree-1): Call them "CPU samples",
1868 not "Time (ms)", since they are not milliseconds now (and
1869 never really were).
1870
1871 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1872
1873 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1874 Fix querying BBDB for entries without a last name (Bug#11580).
1875
1876 2012-10-02 Chong Yidong <cyd@gnu.org>
1877
1878 * emacs-lisp/eieio.el: Restore Version header.
1879
1880 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1881
1882 * vc/diff-mode.el (diff--auto-refine-data): New var.
1883 (diff-hunk): Use it to delay refinement.
1884 (diff-mode): Remove overlays when we turn off font-lock.
1885
1886 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1887 (table-initialize-table-fixed-width-mode)
1888 (table-set-table-fixed-width-mode): Remove functions.
1889 (table-command-list): Move initialization into declaration.
1890 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1891 (table-with-cache-buffer): Use `declare'.
1892 (table-span-cell): Simplify via CSE.
1893 (table-fixed-width-mode): Use define-minor-mode.
1894 (table-call-interactively, table-funcall, table-apply): Remove.
1895 (table-function): New function, to replace them.
1896
1897 * bookmark.el (bookmark-search-pattern): Remove var.
1898 (bookmark-read-search-input): Remove function.
1899 (bookmark-bmenu-search): Reimplement using a minibuffer.
1900
1901 * faces.el (modeline): Remove obsolete face name.
1902
1903 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1904 and give a non-nil default value.
1905 (add-change-log-entry): Simplify accordingly.
1906
1907 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1908
1909 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1910 (vc-git-log-edit-toggle-amend): New function.
1911 (vc-git-log-edit-toggle-signoff): New function.
1912 (vc-git-log-edit-mode): New major mode.
1913 (vc-git-log-edit-mode-map): Keymap for it.
1914 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1915
1916 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1917 header names.
1918 (log-edit-toggle-header): New function.
1919 (log-edit-extract-headers): Accept function values in HEADERS alist.
1920
1921 2012-10-01 David Engster <deng@randomsample.de>
1922
1923 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1924 from symbol property and change message to be more consistent with
1925 Emacs proper.
1926 (eieio-describe-generic): Add filename for each implementation.
1927 Fix indices for generic and normal methods.
1928 (eieio-method-def, eieio-class-def): New buttons.
1929 (eieio-help-find-method-definition)
1930 (eieio-help-find-class-definition): New functions.
1931 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1932 class, constructor and method definitions.
1933
1934 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1935 information in symbol property.
1936 (scoped-class): Remove.
1937 (eieio-slot-name-index, call-next-method): Check if it is bound.
1938
1939 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
1940
1941 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1942 (eieio-custom-mode): New major mode.
1943 (eieio-customize-object): Use it.
1944
1945 2012-10-01 Eric Ludlam <zappo@gnu.org>
1946
1947 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1948 specifying the expected class, and whether subclassing is allowed.
1949 (eieio-persistent-convert-list-to-object):
1950 (eieio-persistent-validate/fix-slot-value)
1951 (eieio-persistent-slot-type-is-class-p): New functions.
1952 (eieio-named::slot-missing): Doc fix.
1953
1954 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1955 Stop using unused publd variable.
1956
1957 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1958 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1959 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1960 (eieio-speedbar-handle-click): Do not specify a class for the
1961 method. Fixes method invocation order problems with EDE.
1962
1963 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1964
1965 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1966 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1967
1968 2012-10-01 Karl Fogel <kfogel@red-bean.com>
1969
1970 * bookmark.el (bookmark-version-control): Give tags in the
1971 :type choices (Bug#12309), and improve doc string.
1972 (bookmark-write-file): Bind `print-circle' to `t' to allow
1973 circular custom bookmark types. (Bug#12503)
1974
1975 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1976
1977 Revert the FOLLOW-SYMLINKS change for file-attributes.
1978 * files.el (remote-file-name-inhibit-cache, after-find-file):
1979 * time.el (display-time-file-nonempty-p): Undo last change.
1980
1981 * profiler.el (profiler-sampling-interval): Change default back to 1.
1982 See Stefan Monnier in
1983 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1984
1985 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1986
1987 Shell output catching a la gud-gdb.
1988 * progmodes/python.el (python-shell-fetch-lines-in-progress)
1989 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1990 New Vars.
1991 (python-shell-fetch-lines-filter): New function.
1992 (python-shell-send-string-no-output): Use them.
1993
1994 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
1995
1996 * profiler.el (profiler-sampling-interval): Rename from
1997 profiler-sample-interval.
1998 (profiler-sampling-interval): Default to 10.
1999 (profiler-find-profile): New command (was profiler-find-log).
2000 (profiler-find-profile-other-window): New command.
2001 (profiler-find-profile-other-frame): New command.
2002 (profiler-profile): Introduce API-level data structure.
2003
2004 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2005
2006 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2007 * files.el (remote-file-name-inhibit-cache):
2008 * time.el (display-time-file-nonempty-p): Use it.
2009 * files.el (after-find-file): Don't chase links before calling
2010 file-exists-p, as file-exists-p already does the right thing.
2011
2012 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
2013
2014 Merge from standalone RefTeX repository.
2015
2016 The following ChangeLog entries are shortened versions of the
2017 original ones with file paths adapted. A not so strongly edited
2018 version of the original ChangeLog can be found in the commit log.
2019
2020 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
2021 (reftex-arg-cite): Use `reftex-cite-key-separator'.
2022 Correctly handle new value type returned by `reftex-citation'.
2023
2024 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
2025 that entries with whitespace at various places are found.
2026 Doc fix. Include entries that are cross-referenced from cited entries.
2027 Include @String definitions in the resulting bib file. Add header
2028 and footer defined in `reftex-create-bibtex-header' and
2029 `reftex-create-bibtex-footer'.
2030 (reftex-do-citation): Make it possible again to insert
2031 non-existent entries. Save match data when asking for optional
2032 arguments. Return all keys, not just the first one.
2033 (reftex-all-used-citation-keys): Fix regexp to correctly extract
2034 all citations in the same line.
2035 (reftex-parse-bibtex-entry): Accept additional optional argument
2036 `raw' and keep quotes or braces if it is non-nil. Match fields
2037 containing hyphens besides word constituents.
2038 (reftex-get-string-refs): New function.
2039 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
2040 and ask if it should be reread in case it did.
2041 (reftex-pop-to-bibtex-entry)
2042 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
2043 entries with spaces or tabs in front of arguments.
2044 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
2045 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
2046 Match entries containing numbers and symbol constituents.
2047 (reftex-do-citation, reftex-figure-out-cite-format):
2048 Use `reftex-cite-key-separator'.
2049
2050 * textmodes/reftex-dcr.el: Move provide statement to end of file.
2051 (reftex-mouse-view-crossref): Explain why point is set.
2052
2053 * textmodes/reftex-global.el: Whitespace changes.
2054
2055 * textmodes/reftex-index.el: Move provide statement to end of
2056 file.
2057 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
2058 (reftex-index-visit-phrases-buffer): Set marker when visiting
2059 buffer. This allows for returning from the phrases file to the
2060 file one was just editing instead of the file where the last
2061 phrases was added from.
2062 (reftex-index-phrases-syntax-table): New variable. Give ?\"
2063 punctuation syntax as it usually is not used as string quote in
2064 TeX-related modes and may occur unmatched. The change also
2065 prevents fontification of quoted content.
2066 (reftex-index-phrases-mode): Use it.
2067
2068 * textmodes/reftex-parse.el (reftex-parse-from-file):
2069 Move backward one char if a `\' was matched after a section macro.
2070 (reftex-parse-from-file): Use beginning of match instead of end as
2071 bound.
2072
2073 * textmodes/reftex-ref.el: Adapt creation of
2074 `reftex-<package>-<macro>' functions to new structure of
2075 `reftex-ref-style-alist'.
2076 (reftex-reference): Use `reftex-ref-style-list' function.
2077 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
2078 reference macro if `reftex-ref-macro-prompt' is non-nil.
2079 (reftex-reference): Pass refstyle to `reftex-format-special'.
2080 Determine reference macro by looking at
2081 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
2082 Use only one special format function.
2083 (reftex-varioref-vref, reftex-fancyref-fref)
2084 (reftex-fancyref-Fref): Remove definitions. The functions are now
2085 generated from `reftex-ref-style-alist'.
2086 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
2087 Remove.
2088 (reftex-format-special): New function.
2089
2090 * textmodes/reftex-sel.el
2091 (reftex-select-cycle-ref-style-internal): Adapt to new structure
2092 of `reftex-ref-style-alist'. Remove code for testing macro type.
2093 (reftex-select-toggle-varioref)
2094 (reftex-select-toggle-fancyref): Remove.
2095 (reftex-select-cycle-ref-style-internal)
2096 (reftex-select-cycle-ref-style-forward)
2097 (reftex-select-cycle-ref-style-backward): New functions.
2098 (reftex-select-label-map): Use `v' and `V' for general cycling
2099 through reference styles. Add `p' for switching between number
2100 and page reference types.
2101
2102 * textmodes/reftex-toc.el (reftex-re-enlarge):
2103 Call `enlarge-window' only if there is something to do because in Emacs
2104 the horizontal version throws an error even if the parameter is 0.
2105
2106 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
2107 (reftex-plug-into-AUCTeX): Doc fix.
2108 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
2109 string. Adapt to new name.
2110 (reftex-ref-style-alist): Change structure so that it is not
2111 possible to use multiple different package names within a style.
2112 Remove the symbols for symbols for macro type distinction.
2113 Add characters for macro selection.
2114 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
2115 (reftex-create-bibtex-footer): New variables.
2116 (reftex-format-ref-function): Mention third argument of special
2117 format function.
2118 (reftex-ref-style-alist, reftex-ref-style-default-list):
2119 New variables.
2120 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
2121 to new implementation. Mark as obsolete. Add compatibility code
2122 for honoring the variable values in case they are set.
2123 (reftex-cite-format-builtin, reftex-bibliography-commands):
2124 Add support for ConTeXt.
2125 (reftex-format-ref-function, reftex-format-cite-function):
2126 Fix custom type.
2127 (reftex-cite-key-separator): New variable.
2128
2129 * textmodes/reftex.el (reftex-syntax-table-for-bib)
2130 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
2131 `reftex-syntax-table' because parens have to retain their paren
2132 syntax in order for parsing of BibTeX entries like @book(...) to
2133 work.
2134 (reftex-in-comment): Do not error out if `comment-start-skip' is
2135 not set. Deal correctly with escaped comment characters.
2136 (reftex-tie-multifile-symbols): Add doc string.
2137 Initialize `reftex-ref-style-list'.
2138 (reftex-untie-multifile-symbols): Add doc string.
2139 (reftex-add-index-macros): Doc fix.
2140 (reftex-ref-style-activate, reftex-ref-style-toggle)
2141 (reftex-ref-style-list): New functions.
2142 (reftex-mode-menu): Use them. Adapt to new structure of
2143 `reftex-ref-style-alist'.
2144 (reftex-select-with-char): Kill the RefTeX Select buffer when
2145 done.
2146 (reftex-remove-if): New function.
2147 (reftex-erase-all-selection-and-index-buffers)
2148 (reftex-mode-menu): Reference styles are now computed from
2149 `reftex-ref-style-alist'. Fix typo.
2150 (reftex-report-bug): New function.
2151 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
2152 algorithms with O(n log n). Introduce optional argument SORT (not
2153 yet used).
2154
2155 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
2156
2157 Enhancements for triple-quote string syntax.
2158 * progmodes/python.el (python-syntax-propertize-function):
2159 Match both quote cases in one regexp.
2160 (python-syntax-stringify): Handle matches properly.
2161
2162 2012-09-30 Juri Linkov <juri@jurta.org>
2163
2164 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
2165 to nil around the call to `insert' to prevent
2166 directory time modification by lock_file. (Bug#2295)
2167 * tar-mode.el (tar-summarize-buffer): Idem.
2168
2169 2012-09-30 Juri Linkov <juri@jurta.org>
2170
2171 * facemenu.el (list-colors-sort): Add option "Luminance".
2172 (list-colors-sort-key): Implement it.
2173
2174 * vc/diff-mode.el (diff-refine-removed):
2175 * vc/ediff-init.el (ediff-fine-diff-A):
2176 * vc/smerge-mode.el (smerge-refined-removed):
2177 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
2178
2179 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
2180
2181 * term/ns-win.el (x-file-dialog): New function.
2182
2183 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
2184
2185 * ido.el (ido-max-directory-size): Default to nil; the current
2186 default is small for POSIX systems, and impractical on Windows 7
2187 now that lstat returns directory sizes for NTFS.
2188
2189 2012-09-30 Martin Rudalics <rudalics@gmx.at>
2190
2191 In buffer display functions handle window-height/window-width
2192 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
2193 * window.el (window--display-buffer): New argument ALIST.
2194 Obey window-height and window-width alist entries.
2195 (window--try-to-split-window): New argument ALIST.
2196 Bind window-combination-limit to t when the window's size shall be
2197 changed and window-combination-limit equals `window-size'.
2198 (display-buffer-in-atom-window)
2199 (display-buffer-in-major-side-window)
2200 (display-buffer-in-side-window, display-buffer-same-window)
2201 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2202 (display-buffer-pop-up-window, display-buffer-below-selected)
2203 (display-buffer-at-bottom, display-buffer-in-previous-window)
2204 (display-buffer-use-some-window): Adjust all callers of
2205 window--display-buffer and window--try-to-split-window.
2206 (fit-frame-to-buffer): New option.
2207 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
2208 is non-nil.
2209 (display-buffer-in-major-side-window): Evaluate window-height /
2210 window-width alist entries.
2211
2212 * help.el (temp-buffer-resize-frames)
2213 (temp-buffer-resize-regexps): Remove options.
2214 (temp-buffer-resize-mode): Adjust doc-string.
2215 (resize-temp-buffer-window): Don't consult
2216 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
2217 temp-buffer-resize-frames.
2218
2219 * dired.el (dired-mark-pop-up):
2220 Call display-buffer-below-selected with a fit-window-to-buffer alist
2221 entry.
2222
2223 2012-09-30 Chong Yidong <cyd@gnu.org>
2224
2225 * server.el (server-host): Document the security implications.
2226 (server-auth-key): Doc fix.
2227
2228 * startup.el (initial-buffer-choice): Doc fix.
2229
2230 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
2231
2232 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
2233 restriction change.
2234
2235 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
2236
2237 * help-fns.el (help-fns--obsolete): Fix last change.
2238
2239 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
2242 (minor-mode-map-alist): Remove redundant code.
2243
2244 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
2245 visited in a buffer.
2246 (cvs-insert-visited-file): New function.
2247 (find-file-hook): Use it.
2248
2249 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
2250
2251 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
2252 chose face.
2253 (log-edit-empty-buffer-p): Don't require a space after a header.
2254
2255 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
2256
2257 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
2258
2259 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
2260 a proper minor-mode.
2261
2262 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
2263
2264 2012-09-29 Glenn Morris <rgm@gnu.org>
2265
2266 * winner.el (winner-mode): Remove variable (let define-minor-mode
2267 handle it).
2268 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
2269 Doc fixes.
2270 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
2271 (winner-mode): Use define-minor-mode.
2272
2273 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
2274 the full definition in loaddefs, rather than duplicating it.
2275
2276 * help-macro.el (three-step-help): No need to autoload defcustom.
2277
2278 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2279 (inferior-lisp-program, inferior-lisp-load-command)
2280 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2281 No need to autoload defcustoms.
2282
2283 * hippie-exp.el (hippie-expand-try-functions-list)
2284 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
2285 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
2286 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2287 (hippie-expand-only-buffers): No need to autoload defcustoms.
2288 * progmodes/vhdl-mode.el (vhdl-line-expand):
2289 Explicitly load hippie-exp, so it does not get autoloaded
2290 while hippie-expand-try-functions-list is let-bound.
2291
2292 2012-09-28 Glenn Morris <rgm@gnu.org>
2293
2294 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
2295
2296 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
2297 Only "cl.el" counts as cl these days.
2298
2299 2012-09-28 Juri Linkov <juri@jurta.org>
2300
2301 Display archive errors in the echo area instead of inserting
2302 to the file buffer.
2303
2304 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
2305 to STDERR-TEST that can be a regexp matching a successful output.
2306 Create a temporary file and redirect stderr to it. Search for
2307 STDERR-TEST in the stderr output and display it in the echo area
2308 if no match is found.
2309 (archive-extract-by-file): New function like
2310 `archive-extract-by-stdout' but extracting archives to files
2311 and looking for successful matches in stdout. Function body is
2312 mostly copied from `archive-rar-extract'.
2313 (archive-rar-extract): Use `archive-extract-by-file'.
2314 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
2315
2316 2012-09-28 Leo Liu <sdl.web@gmail.com>
2317
2318 * pcomplete.el (pcomplete-show-completions):
2319 Use minibuffer-message to make pcomplete usable in minibuffer.
2320
2321 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2322
2323 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 * type-break.el: Use lexical-binding.
2326 (type-break-mode): Use define-minor-mode.
2327
2328 * emacs-lisp/pcase.el (pcase--mark-used): New.
2329 (pcase--u1): Use it (bug#12512).
2330
2331 * custom.el (load-theme): Set buffer-file-name so the load is recorded
2332 in load-history with the right file name.
2333
2334 2012-09-28 Tassilo Horn <tsdh@gnu.org>
2335
2336 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
2337 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2338 (doc-view-get-bounding-box): Make bounding box slicing work for
2339 ODF and DVI documents.
2340
2341 2012-09-28 Glenn Morris <rgm@gnu.org>
2342
2343 * type-break.el (type-break-mode, type-break-interval)
2344 (type-break-good-rest-interval, type-break-keystroke-threshold):
2345 No need to autoload.
2346 (type-break-good-rest-interval, type-break-keystroke-threshold):
2347 Add :set-after.
2348
2349 2012-09-28 Chong Yidong <cyd@gnu.org>
2350
2351 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2352 Add :version tag.
2353
2354 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2355
2356 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
2357
2358 2012-09-27 Glenn Morris <rgm@gnu.org>
2359
2360 * faces.el (x-display-name): Declare (for without-x builds).
2361
2362 * linum.el (linum-format): Don't autoload it. Improve :type.
2363
2364 * progmodes/tcl.el: Don't require outline when compiling.
2365 (outline-regexp, outline-level): Declare.
2366 * textmodes/sgml-mode.el: Don't require outline when compiling.
2367 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2368
2369 * term.el (term-ansi-reset):
2370 Try setting term-ansi-face-already-done to nil. (Bug#11785)
2371
2372 * vc/vc.el (vc-next-action): Only gripe about committing read-only
2373 files for RCS and SCCS. (Bug#9781)
2374
2375 2012-09-27 Chong Yidong <cyd@gnu.org>
2376
2377 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2378 change; value should be t.
2379
2380 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2381
2382 * image-mode.el: Use lexical-binding.
2383 (image-mode-winprops): Use t to stand for the window of
2384 a buffer that's not displayed.
2385 * doc-view.el (doc-view-new-window-function): Handle the new
2386 t in winprops.
2387 (doc-view-enlarge): Make it a real nop if the size is not changed.
2388 (doc-view-display): Handle the case where the buffer is not (yet?)
2389 displayed in any window.
2390 (doc-view-saved-settings): New var.
2391 (doc-view-mode): Use it.
2392 (doc-view-fallback-mode): Set it.
2393
2394 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2395 Set lexical-binding.
2396 (minibuffer-eldef-shorten-default): New var.
2397 (minibuffer-default-in-prompt-regexps): Use it for new default.
2398 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2399
2400 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2401
2402 * international/uni-bidi.el:
2403 * international/uni-category.el:
2404 * international/uni-name.el:
2405 * international/uni-numeric.el: Regenerate.
2406
2407 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
2408 Stefan Monnier <monnier@iro.umontreal.ca>
2409
2410 * profiler.el: New file.
2411
2412 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2413
2414 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2415 (testcover-reinstrument): Simplify with CSE.
2416
2417 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2418
2419 * window.el (temp-buffer-window-setup): Fix typo in docstring.
2420
2421 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
2422
2423 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2424 (verilog-auto-input, verilog-auto-insert-lisp)
2425 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2426 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2427 (verilog-auto-unused, verilog-auto-wire)
2428 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2429 newline. Reported by Andrew Jones.
2430 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2431 Reported by Brad Dobbie.
2432 (verilog-batch-delete-trailing-whitespace):
2433 Create verilog-batch-delete-trailing-whitespace.
2434 Reported by Brad Dobbie.
2435 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2436 parameters from another module. Reported by Dan Katz.
2437 (verilog-auto, verilog-auto-assign-modport)
2438 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2439 AUTOINOUTMODPORT for UVM interface module shell generation.
2440 Reported by Brad Dobbie.
2441 (verilog-auto-inst-interfaced-ports): Make default nil, as more
2442 standard behavior.
2443 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2444 Reported by Matt Martin.
2445
2446 2012-09-25 Martin Rudalics <rudalics@gmx.at>
2447
2448 * window.el (window--resize-child-windows): When resizing child
2449 windows proportionally, process them in reverse order to
2450 preserve the "when splitting a window the new one gets the odd
2451 line" behavior.
2452 (window--resize-root-window-vertically): When resizing the
2453 minibuffer window try to affect only windows at the bottom of the
2454 frame. (Bug#12419)
2455
2456 2012-09-25 Chong Yidong <cyd@gnu.org>
2457
2458 * subr.el (declare): Doc fix.
2459
2460 * help-fns.el (help-fns--obsolete): Handle macros properly.
2461
2462 2012-09-25 Chong Yidong <cyd@gnu.org>
2463
2464 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2465 this function obsolete.
2466
2467 * calendar/cal-x.el (calendar-two-frame-setup)
2468 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2469 * calendar/calendar.el (american-calendar, european-calendar)
2470 (calendar-for-loop):
2471 * comint.el (comint-dynamic-simple-complete)
2472 (comint-dynamic-complete-as-filename, comint-unquote-filename):
2473 * desktop.el (desktop-load-default):
2474 * dired-x.el (dired-omit-here-always)
2475 (dired-hack-local-variables, dired-default-directory):
2476 * emacs-lisp/derived.el (derived-mode-class):
2477 * emacs-lisp/timer.el (timer-set-time-with-usecs):
2478 * emacs-lock.el (toggle-emacs-lock):
2479 * epa.el (epa-display-verify-result):
2480 * epg.el (epg-sign-keys, epg-start-sign-keys)
2481 (epg-passphrase-callback-function):
2482 * eshell/esh-util.el (eshell-for):
2483 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2484 (eshell-add-to-window-buffer-names):
2485 * files.el (locate-file-completion):
2486 * imenu.el (imenu-example--create-c-index)
2487 (imenu-example--create-lisp-index)
2488 (imenu-example--lisp-extract-index-name)
2489 (imenu-example--name-and-position):
2490 * international/mule-cmds.el (princ-list):
2491 * international/mule-diag.el (decode-codepage-char):
2492 * international/mule-util.el (detect-coding-with-priority):
2493 * iswitchb.el (iswitchb-read-buffer):
2494 * mail/mailalias.el (mail-complete):
2495 * mail/sendmail.el (mail-sent-via):
2496 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2497 (mouse-major-mode-menu):
2498 * password-cache.el (password-read-and-add):
2499 * pcomplete.el (pcomplete-parse-comint-arguments):
2500 * progmodes/sh-script.el (sh-maybe-here-document):
2501 * replace.el (query-replace-regexp-eval):
2502 * savehist.el (savehist-load):
2503 * simple.el (choose-completion-delete-max-match):
2504 * term.el (term-dynamic-simple-complete):
2505 * vc/ediff-init.el (ediff-check-version):
2506 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2507 * vc/vc.el (vc-diff-switches-list):
2508 * view.el (view-return-to-alist-update): Likewise.
2509
2510 * subr.el (eval-next-after-load, makehash, insert-string)
2511 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2512 mark obsolete.
2513 (mode-line-inverse-video): Variable deleted.
2514
2515 * international/mule-util.el (string-to-sequence): Remove.
2516
2517 * calendar/calendar.el (calendar-version):
2518 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2519 (icalendar-convert-diary-to-ical):
2520 * cus-edit.el (custom-mode):
2521 * ansi-color.el (ansi-color-unfontify-region):
2522 * international/latin1-disp.el (latin1-char-displayable-p):
2523 * progmodes/cwarn.el (turn-on-cwarn-mode):
2524 * progmodes/which-func.el (which-func-update-1):
2525 Use define-obsolete-function-alias.
2526
2527 * net/newst-backend.el (newsticker-cache-filename):
2528 * net/newst-treeview.el (newsticker-groups-filename):
2529 Fix incorrect obsolescence declaration.
2530
2531 * allout.el (allout-passphrase-hint-string): Likewise.
2532 (allout-init): Use a declare form to mark obsolete.
2533
2534 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2535 this applies to functions.
2536
2537 * iswitchb.el (iswitchb-read-buffer): Move code of
2538 iswitchb-define-mode-map here, and delete that obsolete function.
2539
2540 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2541 font-lock-reference-face.
2542
2543 2012-09-25 Glenn Morris <rgm@gnu.org>
2544
2545 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2546 Doc fixes.
2547
2548 * eshell/em-term.el (eshell-term-name):
2549 Default to term-term-name. (Bug#12485)
2550
2551 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2552
2553 * progmodes/python.el (python-shell-send-buffer): Better handling
2554 of "if __name__ == '__main__':" conditionals when sending the buffer.
2555
2556 2012-09-24 Glenn Morris <rgm@gnu.org>
2557
2558 * eshell/esh-cmd.el (eshell-find-alias-function):
2559 Tighten up file-name regexp. (Bug#12499)
2560
2561 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2562
2563 Enhancements for triple-quote string syntax.
2564 * progmodes/python.el (python-quote-syntax): Remove.
2565 (python-syntax-propertize-function): New value.
2566 (python-syntax-count-quotes, python-syntax-stringify):
2567 New functions.
2568
2569 2012-09-24 Chong Yidong <cyd@gnu.org>
2570
2571 * mail/supercite.el (sc-version): Remove obsolete function.
2572 (sc-describe): Don't mark as obsolete, since it is bound.
2573 (sc-submit-bug-report): Remove.
2574
2575 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2576 (cvs-commit-buffer-require-final-newline): Remove.
2577 (log-edit-require-final-newline)
2578 (log-edit-changelog-full-paragraphs): Default to t.
2579
2580 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2581 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2582 * vc/vc.el (vc-checkout-carefully): Likewise.
2583
2584 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2585 (emerge-version): Remove.
2586
2587 * progmodes/compile.el (compile-internal): Remove.
2588 (compilation-parse-errors-function): Fix typo.
2589
2590 * international/mule.el (set-char-table-default): Remove.
2591 (set-coding-priority, make-coding-system, generic-char-p)
2592 (charset-list, charset-bytes, charset-id): Use declare to mark
2593 functions as obsolete.
2594
2595 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2596 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2597 * vc/vc-hooks.el (vc-default-registered): Don't use
2598 vc-master-templates.
2599
2600 * font-lock.el (font-lock-reference-face):
2601 Use define-obsolete-variable-alias.
2602
2603 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2604 * calendar/calendar.el (calendar-font-lock-keywords):
2605 * calendar/diary-lib.el (diary-font-lock-keywords)
2606 (diary-fancy-font-lock-keywords):
2607 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2608 * textmodes/reftex-index.el (reftex-insert-index):
2609 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2610 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2611 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2612 * progmodes/prolog.el (prolog-font-lock-keywords):
2613 * progmodes/idlwave.el (idlwave-idl-keywords):
2614 * progmodes/ada-mode.el (ada-font-lock-keywords):
2615 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2616
2617 2012-09-24 Glenn Morris <rgm@gnu.org>
2618
2619 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2620
2621 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2622
2623 * progmodes/python.el (python-indent-line): More consistent cursor
2624 movement behavior.
2625
2626 2012-09-23 Stefan Merten <smerten@oekonux.de>
2627
2628 * textmodes/rst.el: Fix compiler warning.
2629
2630 2012-09-23 Roland Winkler <winkler@gnu.org>
2631
2632 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2633 Transcribe also LaTeX hyphenation.
2634 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2635 bibtex-reformat-previous-options.
2636
2637 2012-09-23 Roland Winkler <winkler@gnu.org>
2638
2639 * proced.el (proced-renice-command): New variable.
2640 (proced-marked-processes): New function.
2641 (proced-with-processes-buffer): New macro.
2642 (proced-send-signal): Use them.
2643 (proced-renice): New command bound to r.
2644
2645 2012-09-23 Roland Winkler <winkler@gnu.org>
2646
2647 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2648 ibuffer-saved-filter-groups has one element, shortcut the call of
2649 completing-read. (Bug#12331)
2650
2651 2012-09-23 Chong Yidong <cyd@gnu.org>
2652
2653 * bindings.el (mode-line-toggle-read-only):
2654 * bs.el (bs-toggle-readonly):
2655 * buff-menu.el (Buffer-menu-toggle-read-only):
2656 * dired.el (dired-toggle-read-only):
2657 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2658
2659 2012-09-23 Chong Yidong <cyd@gnu.org>
2660
2661 * image.el (image-type-available-p): Adapt to init-image-library
2662 argument changes.
2663
2664 2012-09-22 Juri Linkov <juri@jurta.org>
2665
2666 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2667 `dired-toggle-read-only'. (Bug#12462)
2668
2669 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2670
2671 * subr.el (temp-output-buffer-show): New function.
2672 (with-output-to-temp-buffer): Call temp-output-buffer-show
2673 instead of internal-temp-output-buffer-show.
2674
2675 2012-09-22 Chong Yidong <cyd@gnu.org>
2676
2677 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2678 (Bug#12462).
2679
2680 * repeat.el (repeat): Doc fix (Bug#12348).
2681
2682 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2683 (Bug#10909).
2684
2685 * simple.el (shell-command-on-region): Doc fix.
2686 (read-only-mode): Doc fix.
2687
2688 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2689
2690 * emacs-lisp/timer.el (run-with-idle-timer)
2691 (timer-activate-when-idle): Warn against reinvoking an idle timer
2692 from within its own timer action. (Bug#12447)
2693
2694 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2695
2696 * cus-start.el (window-combination-limit): Add new optional
2697 values.
2698 * window.el (temp-buffer-window-show)
2699 (window--try-to-split-window): Handle new values of
2700 window-combination-limit (Bug#1806).
2701 (split-window): Test window-combination-limit for t instead of
2702 non-nil.
2703 (display-buffer-at-bottom): New buffer display action function.
2704 * help.el (temp-buffer-resize-regexps): New option.
2705 (temp-buffer-resize-mode): Rewrite doc-string.
2706 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
2707 Don't resize reused window. Suggested by Glenn Morris.
2708
2709 2012-09-22 Stefan Merten <smerten@oekonux.de>
2710
2711 * textmodes/rst.el: Revamp section title faces.
2712 (rst-official-version)
2713 (rst-package-emacs-version-alist): Sync with official version
2714 V1.4.0.
2715 (rst-faces-defaults, rst-set-level-default)
2716 (rst-level-face-max, rst-level-face-base-color)
2717 (rst-level-face-base-light, rst-level-face-format-light)
2718 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2719 (rst-adornment-faces-alist): Match new setup.
2720 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2721 (rst-level-5, rst-level-6): New faces.
2722
2723 2012-09-22 Chong Yidong <cyd@gnu.org>
2724
2725 * simple.el (undo): Handle indirect buffers (Bug#8207).
2726
2727 2012-09-21 Leo Liu <sdl.web@gmail.com>
2728
2729 IDO: Disable match re-ordering for buffer switching.
2730 * ido.el (ido-buffer-disable-smart-matches): New variable.
2731 (ido-set-matches-1): Use it. (Bug#2042)
2732
2733 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
2734
2735 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2736 Fix 2011-05-17 change. (Bug#12418)
2737
2738 2012-09-21 Leo Liu <sdl.web@gmail.com>
2739
2740 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2741
2742 2012-09-21 Glenn Morris <rgm@gnu.org>
2743
2744 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2745 Be more robust about locating simple.el.
2746
2747 2012-09-21 Glenn Morris <rgm@gnu.org>
2748
2749 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2750
2751 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2752
2753 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2754
2755 2012-09-20 Juri Linkov <juri@jurta.org>
2756
2757 * replace.el (query-replace-read-from): Use `read-regexp' instead
2758 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2759 (occur-read-primary-args): Use `read-regexp' instead of
2760 `read-string'.
2761 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2762 `read-from-minibuffer'.
2763 * isearch.el (isearch-occur): Use `read-regexp' instead of
2764 `read-string'.
2765 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2766 `read-from-minibuffer'.
2767 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2768 of `read-string'. (Bug#7567)
2769
2770 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2771 and allow accepting a list of strings prepended to a list of
2772 standard default values. Doc fix. (Bug#12321)
2773
2774 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2775
2776 * replace.el (read-regexp): Don't add ": " when PROMPT already
2777 ends with a colon and space. (Bug#12321)
2778
2779 2012-09-20 Tassilo Horn <tsdh@gnu.org>
2780
2781 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2782 error.
2783
2784 2012-09-20 Stefan Merten <smerten@oekonux.de>
2785
2786 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2787 Fixes feature request bug#11711.
2788 (rst-mode): Create `imenu-create-index-function'.
2789 (rst-get-stripped-line): Delete after refactoring.
2790 (rst-section-tree, rst-section-tree-rec)
2791 (rst-section-tree-point): Refactor and document properly.
2792 (rst-imenu-find-adornments-for-position)
2793 (rst-imenu-convert-cell, rst-imenu-create-index):
2794 New function.
2795
2796 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2799 (macroexp--expand-all): Use it.
2800 (macroexp--funcall-and-return): Remove by folding it into its sole
2801 caller (macroexp--warn-and-return).
2802 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2803 Use macroexp--obsolete-warning.
2804
2805 * calc/calc.el: Fix last change by removing the whole chunk, since it
2806 was only needed back when Calc was not bundled.
2807
2808 2012-09-20 Martin Rudalics <rudalics@gmx.at>
2809
2810 * emacs-lisp/debug.el (debug): Restore assignment to
2811 debugger-old-buffer removed on 2012-09-08.
2812
2813 2012-09-20 Juri Linkov <juri@jurta.org>
2814
2815 * dired-aux.el (dired-diff): Remove (require 'diff) since
2816 `diff-latest-backup-file' is now autoloaded.
2817
2818 2012-09-20 Chong Yidong <cyd@gnu.org>
2819
2820 * vc/diff.el (diff-latest-backup-file): Autoload.
2821
2822 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2823
2824 * calc/calc.el: Remove redundant autoload shape check.
2825 (sel-mode): Don't defvar.
2826 (calc-get-stack-element): Add `sel-mode' arg instead.
2827 (calc-top, calc-top-list): Pass it this additional argument.
2828 * calc/calc-store.el (calc-store-map):
2829 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2830 (calc-map-equation, calc-outer-product, calc-inner-product):
2831 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2832
2833 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2834
2835 2012-09-19 Juri Linkov <juri@jurta.org>
2836
2837 * dired-aux.el (dired-diff): Add (require 'diff) because
2838 `diff-latest-backup-file' is not autoloaded.
2839 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2840 of `dired-get-filename' to t to not report error when there is
2841 no default file on the current line.
2842
2843 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2844
2845 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2846 macroexp--eval-if-compile.
2847 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2848 (macroexp--expand-all): Use them (bug#12371).
2849
2850 * doc-view.el (doc-view-guess-paper-size)
2851 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2852
2853 2012-09-19 Tassilo Horn <tsdh@gnu.org>
2854
2855 New feature: set optimal slice from BoundingBox information.
2856 * doc-view.el (doc-view-mode-map): Add keybinding.
2857 (doc-view-menu): Add menu entry.
2858 (doc-view-set-slice): Adapt docstring.
2859 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2860 (doc-view-scale-bounding-box)
2861 (doc-view-set-slice-from-bounding-box): New functions.
2862 (doc-view-paper-sizes): New defvar.
2863
2864 2012-09-19 Glenn Morris <rgm@gnu.org>
2865
2866 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2867 (byte-compile-log-warning): Autoload. (Bug#12371)
2868
2869 * calendar/calendar.el (calendar-american-month-header)
2870 (calendar-european-month-header, calendar-iso-month-header)
2871 (calendar-month-header): New options.
2872 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2873 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2874
2875 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2876
2877 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2878
2879 2012-09-18 Juri Linkov <juri@jurta.org>
2880
2881 * dired-aux.el (dired-diff): Restore original functionality of
2882 getting the default value, but keep new feature of using the
2883 latest existing backup file (`diff-latest-backup-file').
2884
2885 2012-09-18 Juri Linkov <juri@jurta.org>
2886
2887 * dired.el (dired-mark): If the region is active in Transient Mark
2888 mode, mark all files in the active region. Doc fix.
2889 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2890 Doc fix. (Bug#10624)
2891
2892 2012-09-18 Juri Linkov <juri@jurta.org>
2893
2894 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2895 attributes for M-n are pulled from the file at point.
2896 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2897 Suggested by Drew Adams. (Bug#10624)
2898
2899 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2900
2901 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2902 whitespace after "end".
2903 (ruby-do-end-to-brace): Collapse block to one line if it fits
2904 within fill-column.
2905
2906 2012-09-18 Martin Rudalics <rudalics@gmx.at>
2907
2908 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2909 value.
2910 (debug): Don't remove debugger window when debugger is expected
2911 to be back.
2912
2913 2012-09-18 Chong Yidong <cyd@gnu.org>
2914
2915 * custom.el (defface): Doc fix.
2916
2917 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2918
2919 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2920
2921 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2922 to initialize query-on-exit; then test that instead (bug#12288).
2923
2924 2012-09-17 Stefan Merten <smerten@oekonux.de>
2925
2926 * textmodes/rst.el: Add support for `testcover'.
2927 (rst-defcustom-testcover, rst-testcover-add-compose)
2928 (rst-testcover-add-1value): New functions.
2929 (rst-portable-mark-active-p): Replace by `use-region-p'.
2930 (rst-update-section, rst-classify-adornment)
2931 (rst-find-title-line): Mark `1value' forms.
2932 (rst-classify-adornment): Remove superfluous form.
2933 (rst-update-section, rst-get-adornments-around)
2934 (rst-adornment-complete-p, rst-get-next-adornment)
2935 (rst-adjust, rst-promote-region)
2936 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2937 (rst-find-pfx-in-region, rst-section-tree-rec)
2938 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2939 (rst-toc-node, rst-toc, rst-forward-section)
2940 (rst-iterate-leftmost-paragraphs)
2941 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2942 (rst-bullet-list-region)
2943 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2944 (rst-compile-find-conf, rst-compile)
2945 (rst-repeat-last-character): Fix style.
2946
2947 2012-09-17 Chong Yidong <cyd@gnu.org>
2948
2949 * comint.el (comint--complete-file-name-data): Don't add a space
2950 if the status is `sole'; that adds a gratuitous space in the
2951 completion-cycling case (Bug#12092).
2952
2953 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2954
2955 2012-09-17 Richard Stallman <rms@gnu.org>
2956
2957 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2958 only in the mime-shown mode, not in raw mode.
2959 (rmail-mime): Toggle off mime by displaying the message without
2960 mime processing. (Bug#12305)
2961
2962 * mail/rmail.el (rmail-retry-failure):
2963 Turn off mime processing first. (Bug#12037)
2964
2965 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2966
2967 2012-09-17 Chong Yidong <cyd@gnu.org>
2968
2969 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2970 (shell-dynamic-complete-functions): Convert to defcustom.
2971 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2972
2973 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2974 * comint.el (comint-prompt-read-only):
2975 * custom.el (defcustom):
2976 * hi-lock.el (hi-lock-mode):
2977 * ibuffer.el (ibuffer-formats):
2978 * ielm.el (ielm-prompt-read-only):
2979 * novice.el (disable-command):
2980 * saveplace.el (toggle-save-place):
2981 * speedbar.el (speedbar-supported-extension-expressions):
2982 * startup.el (auto-save-list-file-prefix, init-file-user)
2983 (after-init-hook, inhibit-startup-echo-area-message):
2984 * strokes.el (strokes-help):
2985 * time-stamp.el (time-stamp):
2986 * calendar/calendar.el (calendar, diary-file):
2987 * calendar/diary-lib.el (diary-mail-entries, diary)
2988 (diary-list-entries-hook):
2989 * calendar/holidays.el (holidays, calendar-holidays):
2990 * calendar/lunar.el (lunar-phases):
2991 * calendar/solar.el (sunrise-sunset):
2992 * emulation/edt.el (edt-load-keys):
2993 * emulation/viper.el (viper-mode):
2994 * eshell/em-alias.el (eshell-command-aliases-list):
2995 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2996 * international/ogonek.el (ogonek-information):
2997 * net/tramp-cmds.el (tramp-bug):
2998 * net/quickurl.el (quickurl-reread-hook-postfix):
2999 * play/decipher.el (decipher-font-lock-keywords):
3000 * progmodes/cc-styles.el (c-set-style):
3001 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
3002 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3003 * progmodes/octave-mod.el (octave-mode):
3004 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
3005 * progmodes/verilog-mode.el (verilog-read-defines):
3006 * textmodes/two-column.el (2C-mode): Likewise.
3007
3008 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3009
3010 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
3011 that holds many addresses.
3012
3013 2012-09-16 Chong Yidong <cyd@gnu.org>
3014
3015 * align.el (align-areas): Call the indication function with
3016 positions instead of markers for arguments (Bug#12343).
3017
3018 * files.el (parse-colon-path): Use split-string (Bug#12351).
3019
3020 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
3021 (display-buffer-function): Mark as obsolete.
3022
3023 * progmodes/compile.el (compilation-parse-errors): Accept list
3024 values similar to font-lock-keywords (Bug#12136).
3025 Suggested by Oleksandr Manzyuk.
3026 (compilation-error-regexp-alist): Doc fix.
3027
3028 2012-09-15 Glenn Morris <rgm@gnu.org>
3029
3030 * version.el (emacs-bzr-version-bzr): New function.
3031 (emacs-bzr-get-version): Add optional EXTERNAL argument.
3032
3033 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
3034 checkouts, check the parent dirstate matches the branch.
3035 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
3036 empty string.
3037
3038 * version.el (emacs-bzr-version): Doc fix.
3039 (emacs-bzr-version-dirstate): New function.
3040 (emacs-bzr-get-version): For lightweight checkouts, if the parent
3041 is local try and check that it matches the branch. If not, just
3042 use dirstate information. (Bug#12441)
3043
3044 2012-09-14 Juri Linkov <juri@jurta.org>
3045
3046 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
3047 (Bug#12399)
3048
3049 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
3052
3053 * emacs-lisp/edebug.el: Miscellaneous cleanup.
3054 Remove obsolete byte-compiler hack that tried to silence some warnings.
3055 (edebug-submit-bug-report): Remove.
3056 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
3057 Remove aliases, use the un-prefixed name instead.
3058 (edebug-pop-to-buffer): Consider other frames.
3059 (edebug-original-read):: Make it more obvious that it's always defined.
3060 (edebug--make-form-data-entry, edebug--form-data-name)
3061 (edebug--form-data-begin, edebug--form-data-end): Rename from the
3062 single-dashed name, and implement with cl-defstruct.
3063 (edebug-set-form-data-entry): Use the standard accessors.
3064 (edebug-make-top-form-data-entry): Use push.
3065 (edebug-no-match): Drop useless `funcall'.
3066 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
3067 to functions.
3068 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
3069 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
3070 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
3071 (easy-menu-define, with-custom-print): Remove redundant specs.
3072 (edebug-outside-overriding-local-map)
3073 (edebug-outside-overriding-terminal-local-map): Remove, unused.
3074 (edebug--display): Bind unread-command-events directly to nil rather
3075 than binding it to unread-command-events and later setting it to nil.
3076 (edebug--display): Kill edebug-eval-buffer here...
3077 (edebug--recursive-edit): ...rather than here.
3078 Bind standard-output and standard-input.
3079 (edebug-eval): Check cl-macroexpand-all is fboundp.
3080 (edebug-temp-display-freq-count): Fix last change.
3081
3082 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
3083 * subr.el (noreturn, 1value): Add `debug' spec.
3084 * emacs-lisp/advice.el: Require cl-lib.
3085 (ad-copy-tree): Remove, use copy-tree instead.
3086 (ad-dolist): Remove use dolist or cl-dolist instead.
3087 (ad-do-return): Remove, use cl-return instead.
3088 (defadvice): Add `debug' spec.
3089
3090 2012-09-13 Juri Linkov <juri@jurta.org>
3091
3092 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
3093 (Bug#12399)
3094
3095 2012-09-13 Glenn Morris <rgm@gnu.org>
3096
3097 * calc/calc.el (math-compose-expr):
3098 * calc/calc-ext.el (math-compose-expr):
3099 * progmodes/cc-defs.el (cl-macroexpand-all):
3100 * progmodes/cc-langs.el (delete-duplicates, mapcan)
3101 (cl-macroexpand-all): Update declarations.
3102
3103 * vc/vc.el: No need to require ediff.
3104 (ediff-load-version-control): Declare.
3105 (ediff-vc-internal): Fix declaration.
3106 (vc-version-ediff): Require ediff.
3107
3108 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3109
3110 Use a more backwards-compatible timer format (Bug#12430).
3111 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
3112 being right after USECS, as that better supports old code that
3113 inadvisedly looked directly at the timer vector.
3114
3115 2012-09-13 Kenichi Handa <handa@gnu.org>
3116
3117 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
3118 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
3119 `coding-priority' property of these language environment.
3120
3121 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3122
3123 Fix glitches caused by addition of psec to timers (Bug#12430).
3124 * image.el (image-animate-timer):
3125 * time.el (display-time-world-timer):
3126 Use timer--function and timer--args rather than raw access to
3127 timer vector.
3128
3129 2012-09-13 Glenn Morris <rgm@gnu.org>
3130
3131 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3132 If not compiling a file, try using load-file-name.
3133
3134 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3135
3136 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
3137 Fix last change.
3138 (edebug-update-eval-list): Use `push'.
3139
3140 * emacs-lisp/edebug.el: Use lexical-binding.
3141 Remove the "edebug-" prefix from non-dynamically-scoped variables.
3142 Mark unused args with underscore.
3143 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
3144 (edebug-form-data): Use defvar-local.
3145 (edebug-make-before-and-after-form, edebug-make-after-form):
3146 Use backquote.
3147 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
3148 Not dynamically scoped any more.
3149 (edebug--enter-trace): Add arguments `function' and `args'.
3150 Rename from edebug-enter-trace.
3151 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
3152 (edebug--update-coverage): Add `after-index' and `value' args.
3153 Rename from edebug-update-coverage.
3154 (edebug-slow-after): Call it accordingly.
3155 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
3156 edebug-recursive-edit.
3157 (edebug--display): Call it accordingly. Add args `value',
3158 `offset-index', and `arg-mode'. Rename from edebug-display.
3159 (edebug-debugger, edebug): Call it accordingly.
3160 (edebug-eval-display-list): Use dolist.
3161
3162 2012-09-12 Juri Linkov <juri@jurta.org>
3163
3164 * info.el (Info-search): Don't check for isearch-mode and
3165 isearch-regexp before let-binding search-spaces-regexp to
3166 Info-search-whitespace-regexp.
3167 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
3168 search-whitespace-regexp if isearch-lax-whitespace or
3169 isearch-regexp-lax-whitespace is non-nil.
3170 (Info-mode): Don't set local variable search-whitespace-regexp.
3171 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
3172
3173 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
3176 (debugger-env-macro): Remove support for unread-command-char.
3177
3178 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
3179 the temporary map re-appearing on emulation-mode-map-alists.
3180
3181 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
3182 since 22.1.
3183
3184 * ehelp.el (with-electric-help): Accept functions in
3185 electric-help-form-to-execute.
3186 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
3187 And replace unread-command-char -> unread-command-events.
3188
3189 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
3190
3191 Sync with Tramp 2.2.6.
3192
3193 * net/tramp.el (tramp-accept-process-output): Don't use
3194 JUST-THIS-ONE in the XEmacs case.
3195
3196 * net/trampver.el: Update release number.
3197
3198 2012-09-12 Martin Rudalics <rudalics@gmx.at>
3199
3200 * emacs-lisp/debug.el (debugger-previous-window-height):
3201 New variable.
3202 (debug): When debugger-jumping-flag is non-nil try to restore
3203 height of debugger window. (Bug#8789)
3204
3205 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3206
3207 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
3208 overriding-local-map and pre/post-command-hook here.
3209 (edebug-recursive-edit): Do it here instead (bug#12345).
3210 (edebug-outside-unread-command-char): Remove all uses of
3211 unread-command-char.
3212
3213 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
3214 inhibit-debugger is bound instead.
3215
3216 2012-09-11 Bastien Guerry <bzg@gnu.org>
3217
3218 * subr.el (set-temporary-overlay-map): Add a docstring.
3219 (Bug#12346)
3220
3221 2012-09-11 Bastien Guerry <bzg@gnu.org>
3222
3223 * minibuffer.el (completion-table-subvert): Fix docstring.
3224 (Bug#12347)
3225
3226 2012-09-11 Bastien Guerry <bzg@gnu.org>
3227
3228 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
3229
3230 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
3231
3232 * progmodes/sql.el: Version 3.1
3233 (sql-db2-escape-newlines): New variable.
3234 (sql-escape-newlines-filter): Use it.
3235
3236 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
3237
3238 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
3239
3240 2012-09-10 Dan Nicolaescu <dann@gnu.org>
3241
3242 * vc/diff-mode.el (diff-mode-menu):
3243 Bind diff-remove-trailing-whitespace.
3244
3245 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3246
3247 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
3248 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
3249 (emacs-lisp-byte-code-mode): New functions.
3250 (eval-sexp-add-defvars): Don't skip defvars in column >0.
3251 (eval-defun-2): Remove bogus interactive spec.
3252 (lisp-indent-line): Remove redundant whole-exp code, now done in
3253 indent-according-to-mode.
3254 (save-match-data): Remove redundant indent data.
3255
3256 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
3257 Use `declare'.
3258
3259 2012-09-09 Juri Linkov <juri@jurta.org>
3260
3261 * replace.el (replace-regexp-lax-whitespace): New defcustom.
3262 (replace-lax-whitespace, query-replace-regexp)
3263 (query-replace-regexp-eval, replace-regexp): Doc fix.
3264 (perform-replace, replace-highlight): Let-bind
3265 isearch-lax-whitespace to replace-lax-whitespace and
3266 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
3267
3268 * isearch.el (isearch-query-replace): Let-bind
3269 replace-lax-whitespace to isearch-lax-whitespace and
3270 replace-regexp-lax-whitespace to
3271 isearch-regexp-lax-whitespace. (Bug#10885)
3272
3273 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3274
3275 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
3276
3277 2012-09-09 Alan Mackenzie <acm@muc.de>
3278
3279 * progmodes/cc-engine.el (c-state-cache-init):
3280 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
3281 (c-record-parse-state-state):
3282 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
3283
3284 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
3285
3286 * register.el (register-separator): Rename from
3287 separator-register. All uses changed. Doc fix.
3288 (register): Fix version.
3289
3290 2012-09-09 Chong Yidong <cyd@gnu.org>
3291
3292 * replace.el (query-replace-map): Bind four new symbols for
3293 requesting window scrolling.
3294
3295 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
3296 query-replace-map (Bug#8948).
3297
3298 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
3299
3300 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
3301 since they are now in query-replace-map.
3302
3303 * window.el (scroll-other-window-down): Make the arg optional.
3304
3305 2012-09-09 Chong Yidong <cyd@gnu.org>
3306
3307 * files.el (hack-local-variables-confirm): Use quit-window to kill
3308 the *Local Variables* buffer.
3309
3310 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3311
3312 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
3313 not just expect to be at its beginning. Adjust callees.
3314 Succeed when do-end block has no space before the pipe character.
3315 (ruby-brace-to-do-end): When the original block is one-liner,
3316 convert to multiline. Reindent the result.
3317
3318 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
3319
3320 * register.el (register): New group.
3321 (separator-register): New user option.
3322 (increment-register): Route it to `append-to-register', if
3323 register contains text. Implication is that `C-x r +' can now be
3324 used for appending to a text register (bug#12217).
3325 (append-to-register, prepend-to-register): Add separator based on
3326 `separator-register'.
3327
3328 2012-09-08 Alan Mackenzie <acm@muc.de>
3329
3330 AWK Mode: make auto-newline work when there's "==" in the pattern.
3331 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3332 correctly.
3333 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3334 Test more rigorously for "=" token.
3335
3336 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3337
3338 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3339 Only fail when reached LIMIT.
3340
3341 2012-09-08 Chong Yidong <cyd@gnu.org>
3342
3343 * dired.el (dired-mode-map): Don't bind M-=.
3344
3345 * dired-aux.el (dired-diff): Use backup file as default.
3346
3347 2012-09-08 Drew Adams <drew.adams@oracle.com>
3348
3349 * subr.el (add-to-history): Fix delete usage (Bug#12314).
3350
3351 2012-09-08 Chong Yidong <cyd@gnu.org>
3352
3353 * subr.el (syntax-after, syntax-class): Doc fix.
3354
3355 2012-09-08 Martin Rudalics <rudalics@gmx.at>
3356
3357 * window.el (display-buffer-in-previous-window): New buffer
3358 display action function.
3359
3360 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3361 (debugger-previous-window): New variable.
3362 (debug): Rewrite using display-buffer-in-previous-window,
3363 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
3364
3365 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3366
3367 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
3368
3369 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
3370
3371 * progmodes/python.el (python-shell-send-string):
3372 When default-directory is remote, create temp file on remote
3373 filesystem.
3374 (python-shell-send-file): When file is remote, pass local view of
3375 file paths to remote Python interpreter. (Bug#12340)
3376
3377 2012-09-07 Chong Yidong <cyd@gnu.org>
3378
3379 * window.el (switch-to-buffer): Doc fix (Bug#12181).
3380
3381 * files.el (after-find-file): Don't fail on a read-only buffer if
3382 require-final-newline is `visit' or `visit-save' (Bug#11156).
3383
3384 * subr.el (read-char-choice): Allow quitting via ESC ESC.
3385
3386 * userlock.el (ask-user-about-supersession-threat):
3387 Use read-char-choice (Bug#12093).
3388
3389 2012-09-07 Chong Yidong <cyd@gnu.org>
3390
3391 * subr.el (buffer-narrowed-p): New function.
3392
3393 * ses.el (ses-widen):
3394 * simple.el (count-words--buffer-message):
3395 * net/browse-url.el (browse-url-of-buffer): Use it.
3396
3397 * simple.el (count-words-region): Don't signal an error if there
3398 is a non-nil prefix arg and the mark is not set.
3399
3400 * help.el (describe-key-briefly): Allow the message to be seen
3401 when invoked from the minibuffer (Bug#7014).
3402
3403 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3404
3405 * progmodes/ruby-mode.el (ruby-end-of-defun)
3406 (ruby-beginning-of-defun): Simplify, allow indentation before
3407 block beginning and end keywords.
3408 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3409 (ruby-end-of-defun): Expect that the point is at the beginning of
3410 the defun.
3411
3412 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3413
3414 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3415 (bug#12367).
3416 (cl--make-usage-args): Strip _ from argument names.
3417
3418 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3419
3420 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3421 obsolete alias speedbar-key-map.
3422 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3423 (vhdl-index-menu-init): Don't use obsolete variable
3424 font-lock-maximum-size.
3425
3426 2012-09-06 Chong Yidong <cyd@gnu.org>
3427
3428 * frame.el (window-system-version): Mark as obsolete.
3429
3430 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3431 of obsolete variable speedbar-key-map.
3432
3433 2012-09-06 Juri Linkov <juri@jurta.org>
3434
3435 * replace.el (replace-lax-whitespace): New defcustom.
3436 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3437 (replace-string, replace-regexp): Mention it in docstrings.
3438 (perform-replace, replace-highlight): Let-bind
3439 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3440 to the values of replace-lax-whitespace and regexp-flag.
3441 Don't let-bind search-whitespace-regexp. (Bug#10885)
3442
3443 * isearch.el (isearch-query-replace): Let-bind
3444 replace-lax-whitespace instead of let-binding
3445 replace-search-function and replace-re-search-function.
3446 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3447 and isearch-regexp-lax-whitespace to lazy-highlight variables.
3448 (isearch-toggle-symbol): Set isearch-regexp to nil
3449 in isearch-word mode (like in isearch-toggle-word).
3450
3451 2012-09-06 Juri Linkov <juri@jurta.org>
3452
3453 * replace.el (replace-search-function)
3454 (replace-re-search-function): Set default values to nil.
3455 (perform-replace): Let-bind isearch-related variables based on
3456 replace-related values, call `isearch-search-fun' and let-bind
3457 the result to `search-function'. Remove code that sets
3458 `search-function' and `search-string' separately for
3459 `delimited-flag'.
3460 (replace-highlight): Add new argument `delimited-flag' and
3461 rename other arguments to the names used in `perform-replace'.
3462 Let-bind `isearch-word' to the argument `delimited-flag'.
3463 (Bug#10885, bug#10887)
3464
3465 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3466
3467 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3468 ruby-beginning-of-indent, simplify, allow all keywords to have
3469 indentation before them.
3470 (ruby-beginning-of-indent): Adjust for above. Search until the
3471 found point is not inside a string or comment.
3472 (ruby-font-lock-keywords): Allow symbols to start with "@"
3473 character, give them higher priority than variables.
3474 (ruby-syntax-propertize-function)
3475 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3476 matchers. Expression expansions are not comments when inside a
3477 string, and there comment syntax status is irrelevant.
3478 (ruby-match-expression-expansion): New function. Check that
3479 expression expansion is inside a string, and it's not escaped.
3480 (ruby-font-lock-keywords): Use it.
3481
3482 2012-09-05 Martin Rudalics <rudalics@gmx.at>
3483
3484 * help.el (temp-buffer-max-height): New default value.
3485 (temp-buffer-resize-frames): New option.
3486 (resize-temp-buffer-window): Optionally resize frame.
3487
3488 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3489 (fit-frame-to-buffer): New function.
3490
3491 2012-09-05 Glenn Morris <rgm@gnu.org>
3492
3493 * emulation/cua-rect.el (cua--init-rectangles):
3494 * textmodes/picture.el (picture-mode-map):
3495 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3496 like forward-char and backward-char. (Bug#12317)
3497
3498 2012-09-05 Leo Liu <sdl.web@gmail.com>
3499
3500 * progmodes/flymake.el (flymake-warning-re): New variable.
3501 (flymake-parse-line): Use it.
3502
3503 2012-09-05 Glenn Morris <rgm@gnu.org>
3504
3505 * calendar/holidays.el (holiday-christian-holidays):
3506 Rename an entry. (Bug#12289)
3507
3508 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3509
3510 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3511 (bug#12222).
3512
3513 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3514
3515 * loadup.el: Load macroexp. Remove hack.
3516 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3517 (macroexp--expand-all): Use it to get better warnings.
3518 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3519 (internal-macroexpand-for-load): New functions.
3520 (macroexp--pending-eager-loads): New var.
3521 (emacs-startup-hook): New hack to replace one in loadup.el.
3522 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3523 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3524 (cl-psetf): Simplify.
3525 (cl-defstruct): Add indent rule.
3526
3527 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3528
3529 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3530 over `user-mail-address' for the SMTP MAIL FROM envelope.
3531 (smtpmail-via-smtp): Ditto.
3532
3533 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3534
3535 * progmodes/ruby-mode.el: Clean up keybindings.
3536 (ruby-mode-map): Don't bind ruby-electric-brace,
3537 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3538 backward-kill-word, reindent-then-newline-and-indent.
3539 (ruby-mark-defun): Remove.
3540 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3541 (ruby-mode): Set local beginning-of-defun-function and
3542 end-of-defun-function values.
3543
3544 2012-09-03 Martin Rudalics <rudalics@gmx.at>
3545
3546 * window.el (temp-buffer-window-setup-hook)
3547 (temp-buffer-window-show-hook): New hooks.
3548 (temp-buffer-window-setup, temp-buffer-window-show)
3549 (with-temp-buffer-window): New functions.
3550 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3551 (special-display-popup-frame): Make sure the window used shows BUFFER.
3552
3553 * help.el (temp-buffer-resize-mode): Fix doc-string.
3554 (resize-temp-buffer-window): New optional argument WINDOW.
3555
3556 * files.el (recover-file, save-buffers-kill-emacs):
3557 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3558
3559 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
3560
3561 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3562 remote definition of `default-directory', ensure we can connect.
3563
3564 2012-09-02 Juri Linkov <juri@jurta.org>
3565
3566 Toggle whitespace matching mode with M-s SPC.
3567 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3568
3569 * isearch.el (search-whitespace-regexp): Doc fix.
3570 Remove cons cell customization.
3571 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3572 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3573 New variables.
3574 (isearch-forward, isearch-forward-regexp): Doc fix.
3575 (isearch-toggle-lax-whitespace): New command.
3576 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3577 (re-search-forward-lax-whitespace)
3578 (re-search-backward-lax-whitespace): New functions.
3579 (isearch-whitespace-regexp): Remove function.
3580 (isearch-query-replace): Let-bind replace-search-function and
3581 replace-re-search-function.
3582 (isearch-occur): Let-bind search-spaces-regexp according to the
3583 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3584 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3585 condition for C-q SPC.
3586 (isearch-search-fun-default): Use new functions mentioned above.
3587 (isearch-search-forward, isearch-search-backward): Remove functions.
3588 (isearch-search): Don't let-bind search-spaces-regexp.
3589 (isearch-lazy-highlight-space-regexp): Remove variable.
3590 (isearch-lazy-highlight-lax-whitespace)
3591 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3592 (isearch-lazy-highlight-new-loop): Use them.
3593 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3594
3595 2012-09-02 Chong Yidong <cyd@gnu.org>
3596
3597 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3598
3599 2012-09-02 Glenn Morris <rgm@gnu.org>
3600
3601 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3602
3603 2012-09-01 Glenn Morris <rgm@gnu.org>
3604
3605 * term.el: Tidy up menu definitions.
3606 (term-mode-map): Use easymenu for In/Out, Complete menus.
3607 (term-pager-break-map): Initialize in the defvar.
3608 (term-terminal-menu, term-signals-menu): Define with easymenu.
3609 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3610 (term-pager-menu): New, extracted from term-process-pager.
3611 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3612 (term-update-mode-line): Propertize line/char and page items.
3613 (term-process-pager): Move keymap initialization elsewhere.
3614
3615 2012-09-01 Martin Rudalics <rudalics@gmx.at>
3616
3617 * window.el (switch-to-prev-buffer): Handle additional values of
3618 BURY-OR-KILL argument. Don't switch in minibuffer window.
3619 (switch-to-next-buffer): Don't switch in minibuffer window.
3620 (quit-restore-window): New function based on quit-window.
3621 Handle additional values of former KILL argument.
3622 (quit-window): Call quit-restore-window with appropriate
3623 interpretation of KILL argument.
3624 (display-buffer-below-selected): New buffer display action
3625 function.
3626
3627 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3628
3629 * minibuffer.el (completion-at-point-functions): Complete docstring
3630 (bug#12254).
3631
3632 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3633
3634 Better seed support for (random).
3635 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3636 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3637 * play/mpuz.el, play/tetris.el, play/zone.el:
3638 * calc/calc-comb.el (math-init-random-base):
3639 * play/blackbox.el (bb-init-board):
3640 * play/life.el (life):
3641 * server.el (server-use-tcp):
3642 * type-break.el (type-break):
3643 Remove unnecessary call to (random t).
3644 * net/sasl.el (sasl-unique-id-function):
3645 Change (random t) to (random), now that the latter is more random.
3646 * play/life.el (life-initialized): Remove no-longer-needed var.
3647
3648 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3649
3650 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3651 Consider frame's buffer predicate when choosing the buffer.
3652 (Bug#12081)
3653
3654 2012-08-30 Richard Stallman <rms@gnu.org>
3655
3656 * simple.el (special-mode-map): Delete binding for `z'.
3657
3658 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3659
3660 * progmodes/compile.el (compilation-always-kill): Doc fix.
3661
3662 2012-08-30 Chong Yidong <cyd@gnu.org>
3663
3664 * window.el (display-buffer-reuse-frames): Make the obsolescence
3665 message more informative.
3666
3667 2012-08-30 Glenn Morris <rgm@gnu.org>
3668
3669 * paren.el (show-paren-delay):
3670 Add a :set function. Doc fix. (Bug#12297)
3671
3672 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
3673
3674 * progmodes/compile.el (compilation-always-kill): New var.
3675 (compilation-start): Use it.
3676
3677 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3678
3679 * simple.el (read-only-mode): Move from files.el for bootstrapping.
3680 * files.el (read-only-mode): Move to simple.el.
3681
3682 * files.el (read-only-mode): New minor mode.
3683 (toggle-read-only): Use it and mark obsolete.
3684 (find-file--read-only):
3685 * vc/vc.el (vc-next-action, vc-checkout):
3686 * vc/vc-cvs.el (vc-cvs-checkout):
3687 * obsolete/vc-mcvs.el (vc-mcvs-update):
3688 * ffap.el (ffap--toggle-read-only): Update callers.
3689
3690 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
3691
3692 * eshell/esh-ext.el (eshell-external-command): Do not examine
3693 remote shell scripts.
3694 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
3695
3696 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3697 "/usr/local/sbin".
3698
3699 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3700
3701 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3702
3703 2012-08-28 Leo Liu <sdl.web@gmail.com>
3704
3705 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3706 completion-at-point. (Bug#12220)
3707
3708 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3709
3710 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3711
3712 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3713
3714 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3715 be buffer-local; add delete-trailing-whitespace (bug#12259).
3716
3717 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
3718
3719 * progmodes/hideif.el (hif-compress-define-list):
3720 Fix typo. (Bug#11951)
3721
3722 2012-08-28 Dan Nicolaescu <dann@gnu.org>
3723
3724 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3725 buffer local setting.
3726
3727 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3728 rcirc-encode-coding-system.
3729
3730 2012-08-28 Leo Liu <sdl.web@gmail.com>
3731
3732 * net/rcirc.el (rcirc-split-message): New function.
3733 (rcirc-send-message): Use it. (Bug#12051)
3734
3735 2012-08-28 Juri Linkov <juri@jurta.org>
3736
3737 * info.el (Info-fontify-node): Hide empty lines at the end of
3738 the node. (Bug#12272)
3739
3740 2012-08-27 Drew Adams <drew.adams@oracle.com>
3741
3742 * dired.el (dired-pop-to-buffer): Make window start at beginning
3743 of buffer (Bug#12281).
3744
3745 2012-08-26 Chong Yidong <cyd@gnu.org>
3746
3747 * window.el (special-display-regexps, special-display-frame-alist)
3748 (special-display-buffer-names, special-display-function)
3749 (display-buffer-reuse-frames): Mark as obsolete.
3750
3751 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3752
3753 * help.el (help-print-return-message): Don't treat
3754 display-buffer-reuse-frames specially.
3755
3756 2012-08-26 Chong Yidong <cyd@gnu.org>
3757
3758 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3759 New variable, replacing gdb-frame-parameters.
3760 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3761 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3762 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3763 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3764 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3765 the functions directly with gdb-display-buffer-other-frame-action.
3766 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3767 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3768 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3769 (gdb-display-registers-buffer): Define directly.
3770 (def-gdb-display-buffer): Macro deleted.
3771 (gdb-display-buffer): Remove second and third args, callers don't
3772 use them. Defer to the default display-buffer behavior, apart
3773 from making windows dedicated.
3774 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3775
3776 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3777
3778 * window.el (display-buffer-pop-up-frame): Handle a
3779 pop-up-frame-parameters alist entry.
3780 (display-buffer): Document it.
3781
3782 2012-08-26 Chong Yidong <cyd@gnu.org>
3783
3784 * isearch.el (search-whitespace-regexp): Make string and nil
3785 values apply to both ordinary and regexp search. Allow a cons
3786 cell value to distinguish between the two.
3787 (isearch-whitespace-regexp, isearch-search-forward)
3788 (isearch-search-backward): New functions.
3789 (isearch-occur, isearch-search-fun-default, isearch-search)
3790 (isearch-lazy-highlight-new-loop): Use them.
3791 (isearch-forward, isearch-forward-regexp): Doc fix.
3792
3793 2012-08-26 Chong Yidong <cyd@gnu.org>
3794
3795 * faces.el (help-argument-name): Always inherit from italic
3796 (Bug#12213).
3797
3798 2012-08-25 Martin Rudalics <rudalics@gmx.at>
3799
3800 * window.el (window--even-window-heights): Even heights when
3801 WINDOW and the selected window form a vertical combination.
3802 (display-buffer-use-some-window): Provide that window used gets
3803 sized back by quit-window. (Bug#11880) and (Bug#12091)
3804
3805 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3806
3807 Fix file time stamp problem with bzr and CVS (Bug#12001).
3808 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3809 in the file's time stamp, since the version control system loses
3810 that information.
3811
3812 2012-08-22 Juri Linkov <juri@jurta.org>
3813
3814 * info.el (Info-fontify-node): Hide the suffix of the
3815 Info file name in the header line. (Bug#12187)
3816
3817 2012-08-22 Glenn Morris <rgm@gnu.org>
3818
3819 * calendar/cal-tex.el (cal-tex-weekly-common):
3820 Restore leading blank page.
3821
3822 2012-08-22 Le Wang <l26wang@gmail.com>
3823
3824 * misc.el (forward-to-word, backward-to-word): Activate or extend
3825 the region under `shift-select-mode'. (Bug#12231)
3826
3827 2012-08-22 Bastien Guerry <bzg@gnu.org>
3828
3829 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3830 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3831 gives details on why the space is never needed.
3832
3833 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3834
3835 * window.el (walk-window-tree, window-with-parameter):
3836 New optional argument MINIBUF to control whether these functions
3837 should run on the minibuffer window.
3838 (window-at-side-list): Don't operate on minibuffer window.
3839 (window-in-direction): Simplify and rewrite doc-string.
3840 (window--size-ignore): Rename to window--size-ignore-p.
3841 Update callers.
3842 (display-buffer-in-atom-window, window--major-non-side-window)
3843 (window--major-side-window, display-buffer-in-major-side-window)
3844 (delete-side-window, display-buffer-in-side-window):
3845 New functions.
3846 (window--side-check, window-deletable-p, delete-window)
3847 (delete-other-windows, split-window): Handle side windows and
3848 atomic windows appropriately.
3849 (window--display-buffer): Call display-buffer-record-window also
3850 when the window buffer did not change.
3851
3852 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3853
3854 * help-fns.el (help-fns--key-bindings):
3855 Abbreviate non-symbol remap targets. (Bug#12174)
3856
3857 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3858
3859 * dired.el (dired-mark-remembered): Don't clobber point.
3860 (Bug#11795)
3861
3862 2012-08-22 Glenn Morris <rgm@gnu.org>
3863
3864 * progmodes/bug-reference.el (bug-reference): New custom group.
3865 (bug-reference-bug-regexp): Make it a defcustom.
3866
3867 2012-08-22 Daiki Ueno <ueno@unixuser.org>
3868
3869 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3870 (js-paren-indent-offset, js-square-indent-offset)
3871 (js-curly-indent-offset): Add :safe (Bug#12257).
3872
3873 2012-08-22 Edward O'Connor <hober0@gmail.com>
3874
3875 * json.el (json-key-format): Add error properties.
3876 (json-encode-key): New function.
3877 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3878 Use json-encode-key.
3879
3880 2012-08-22 Glenn Morris <rgm@gnu.org>
3881
3882 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3883 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3884 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3885 Update for above change.
3886
3887 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3888
3889 * cus-face.el (custom-face-attributes): Fix customize type for the
3890 :underline attribute. (Bug#11805)
3891
3892 2012-08-21 Martin Rudalics <rudalics@gmx.at>
3893
3894 * window.el (window-point-1, set-window-point-1): Remove.
3895 (window-in-direction, record-window-buffer)
3896 (set-window-buffer-start-and-point, split-window-below)
3897 (window--state-get-1, display-buffer-record-window):
3898 Replace calls to window-point-1 and set-window-point-1 by calls to
3899 window-point and set-window-point respectively.
3900
3901 2012-08-21 Glenn Morris <rgm@gnu.org>
3902
3903 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3904 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3905 Use it.
3906
3907 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3908 (cal-tex-shortday): New function.
3909 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3910 (cal-tex-cursor-filofax-daily): Use the above.
3911
3912 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3913 New functions.
3914 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3915 (cal-tex-cursor-filofax-week): Use them.
3916
3917 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3918 New constants.
3919 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3920 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3921
3922 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3923 (cal-tex-end-document): Don't rely on buffer name.
3924
3925 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3926 Use cal-tex-vspace.
3927 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3928 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
3929 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3930 Use cal-tex-arg.
3931
3932 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3933 (cal-tex-cursor-week, cal-tex-cursor-week2)
3934 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3935 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3936 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3937 (cal-tex-insert-preamble, cal-tex-b-document)
3938 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3939 Improve cal-tex-cmd usage.
3940
3941 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3942 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3943 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3944 (cal-tex-weekly-paper): New function.
3945 (cal-tex-cursor-week, cal-tex-cursor-week2)
3946 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3947 (cal-tex-cursor-day): Use it.
3948
3949 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3950 (cal-tex-cursor-filofax-week): Remove leading blank page.
3951
3952 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3953 Add autoload cookie. For now at least, don't use color, since
3954 no other cal-tex function does.
3955
3956 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3957 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3958 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3959
3960 2012-08-21 Juri Linkov <juri@jurta.org>
3961
3962 * info.el (Info-file-attributes): New variable.
3963 (info-insert-file-contents): Add file attributes to
3964 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3965 `Info-toc-nodes' when previous modtime of the Info file is less
3966 than new modtime.
3967 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3968 of info.el. (Bug#12230)
3969
3970 2012-08-20 Glenn Morris <rgm@gnu.org>
3971
3972 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3973 * calendar/holidays.el (calendar-holiday-list):
3974 Report errors with display-warning rather than beep'n'sleep.
3975
3976 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
3977
3978 * net/tramp.el (tramp-accept-process-output): Accept only output
3979 from PROC. Otherwise, process filters and sentinels might be
3980 confused. (Bug#12145)
3981
3982 2012-08-20 Chong Yidong <cyd@gnu.org>
3983
3984 * descr-text.el (describe-text-properties-1): Use overlays-in to
3985 report on empty overlays (Bug#3322).
3986
3987 2012-08-20 Glenn Morris <rgm@gnu.org>
3988
3989 * mail/rmailout.el (rmail-output-read-file-name):
3990 Trap and report errors in rmail-output-file-alist elements.
3991
3992 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3993 since most non-font-lock faces are not also variables).
3994
3995 2012-08-20 Edward Reingold <reingold@iit.edu>
3996
3997 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3998 New function. (Bug12160)
3999
4000 2012-08-19 Glenn Morris <rgm@gnu.org>
4001
4002 * mail/rmailout.el (rmail-output-read-file-name):
4003 Fix previous change (when the alist is nil or does not match).
4004
4005 2012-08-19 Chong Yidong <cyd@gnu.org>
4006
4007 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
4008 (Bug#12228).
4009
4010 2012-08-18 Chong Yidong <cyd@gnu.org>
4011
4012 * simple.el (yank-handled-properties): New defcustom.
4013 (yank-excluded-properties): Add font-lock-face and category.
4014 (yank): Doc fix.
4015
4016 * subr.el (remove-yank-excluded-properties):
4017 Obey yank-handled-properties. The special handling of font-lock-face
4018 and category is now done this way, instead of being hard-coded.
4019 (insert-for-yank-1): Remove font-lock-face handling.
4020 (yank-handle-font-lock-face-property)
4021 (yank-handle-category-property): New function.
4022
4023 2012-08-17 Glenn Morris <rgm@gnu.org>
4024
4025 * mail/rmailout.el (rmail-output-read-file-name):
4026 Check rmail-output-file-alist against the full message body
4027 in the correct rmail buffer. (Bug#12214)
4028
4029 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
4030
4031 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4032 Eliminate superfluous prompt. (Bug#12203)
4033
4034 2012-08-17 Chong Yidong <cyd@gnu.org>
4035
4036 * mouse.el (mouse-appearance-menu): If x-select-font returns a
4037 font spec, set the font directly (Bug#3228).
4038
4039 2012-08-17 Martin Rudalics <rudalics@gmx.at>
4040
4041 * window.el (delete-window): Fix last fix.
4042
4043 2012-08-16 Martin Rudalics <rudalics@gmx.at>
4044
4045 * window.el (window-valid-p): Move to window.c.
4046 (window-child, window-child-count, window-last-child)
4047 (window-normalize-window, window-combined-p)
4048 (window-combinations, window-atom-root, window-min-size)
4049 (window-sizable, window-sizable-p, window-size-fixed-p)
4050 (window-min-delta, window-max-delta, window--resizable)
4051 (window--resizable-p, window-resizable, window-total-size)
4052 (window-full-height-p, window-full-width-p, window-body-size)
4053 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
4054 (minimize-window, window-deletable-p, delete-window)
4055 (delete-other-windows, set-window-buffer-start-and-point)
4056 (next-buffer, previous-buffer, split-window, balance-windows-2)
4057 (set-window-text-height, window-buffer-height)
4058 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4059 (truncated-partial-width-window-p): Minor code adjustments.
4060 In doc-strings state whether the argument window has to denote a
4061 live, valid or any window.
4062
4063 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
4064
4065 * progmodes/subword.el (subword-forward-function)
4066 (subword-backward-function, subword-forward-regexp)
4067 (subword-backward-regexp): New variables.
4068 (subword-forward, subword-forward-internal, subword-backward-internal):
4069 Use new variables, eg so that different "word" definitions
4070 can be easily used. (Bug#11411)
4071
4072 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4073
4074 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
4075 for composite selectors.
4076 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
4077 operation just because we can't find a previous revision.
4078
4079 2012-08-15 Chong Yidong <cyd@gnu.org>
4080
4081 * frame.el (set-frame-font): Accept font objects.
4082
4083 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4084
4085 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
4086
4087 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
4088
4089 * man.el (Man-overstrike-face, Man-underline-face)
4090 (Man-reverse-face): Remove variables.
4091 (Man-overstrike, Man-underline, Man-reverse): New faces.
4092 (Man-fontify-manpage): Use them instead of the variables.
4093 (Man-cleanup-manpage): Comment change.
4094 (Man-ansi-color-map): New variable.
4095 (Man-fontify-manpage): Use it.
4096 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
4097
4098 Implement ANSI SGR parameters 22-27 (bug#12146).
4099 * ansi-color.el (ansi-colors): Doc fix.
4100 (ansi-color-context, ansi-color-context-region): Doc fix.
4101 (ansi-color--find-face): New function.
4102 (ansi-color-apply, ansi-color-apply-on-region): Use it.
4103 Rename the local variable `face' to `codes' since it is now a list of
4104 ansi codes. Doc fix.
4105 (ansi-color-get-face): Remove.
4106 (ansi-color-parse-sequence): New function, derived from
4107 ansi-color-get-face.
4108 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
4109 codes 22-27.
4110
4111 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * subr.el (read-passwd): Allow use from a minibuffer.
4114
4115 2012-08-14 Eli Zaretskii <eliz@gnu.org>
4116
4117 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
4118 inside comments and strings as identifiers.
4119
4120 * progmodes/gud.el (gud-tooltip-print-command): Quote the
4121 expression to evaluate. This allows to evaluate expressions with
4122 embedded whitespace.
4123 (gud-tooltip-tips): Add a blank before the newline in the
4124 message-box text, for the benefit of message-box emulation on
4125 MS-Windows.
4126
4127 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
4128 messages from GDB, pop them up in a tooltip to give feedback to
4129 user.
4130 (gdb-tooltip-print-1): Quote the expression to evaluate.
4131 This allows to evaluate expressions with embedded whitespace.
4132 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
4133 if the TTY name is nil or empty (which happens when communicating
4134 with the inferior via pipes, e.g. on MS-Windows).
4135 (gdb-internals): If GDB sends a "&\n" empty debugging message,
4136 don't send that to the GUD buffer.
4137
4138 2012-08-14 Glenn Morris <rgm@gnu.org>
4139
4140 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
4141 Optimize away setq-default with no args, as for setq. (Bug#12195)
4142
4143 2012-08-14 Chong Yidong <cyd@gnu.org>
4144
4145 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
4146
4147 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
4148 (Bug#12085).
4149
4150 2012-08-14 Glenn Morris <rgm@gnu.org>
4151
4152 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
4153
4154 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
4155
4156 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
4157 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4158 Use cached shell name.
4159
4160 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4161
4162 * progmodes/python.el (python-shell-send-string):
4163 (python-shell-send-setup-code): Do not use `format' with `message'.
4164
4165 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
4166
4167 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
4168 (ruby-percent-literal-beg-re): New constant.
4169 (ruby-syntax-general-delimiters-goto-beg): Rename to
4170 `ruby-syntax-enclosing-percent-literal', improve literal type check.
4171 (ruby-syntax-propertize-general-delimiters): Rename to
4172 `ruby-syntax-propertize-percent-literal', it's a shorter and more
4173 popular term. Adjust comments everywhere.
4174 (ruby-syntax-propertize-percent-literal): Only propertize when not
4175 inside a simple string or comment. When the literal is unclosed,
4176 leave the text after it unpropertized.
4177 (ruby-syntax-methods-before-regexp): New constant.
4178 (ruby-syntax-propertize-function): Use it to recognize regexps.
4179 Don't look at the text after regexp, just use the whitelist.
4180
4181 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
4182
4183 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
4184 non-nil always load the compiled file if it exists. (Bug#12197)
4185
4186 2012-08-14 Chong Yidong <cyd@gnu.org>
4187
4188 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
4189 (hi-lock-set-pattern): When deciding whether to use font lock or
4190 overlays, look at font-lock-mode instead of font-lock-fontified
4191 (Bug#12168).
4192 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
4193 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
4194
4195 2012-08-14 Daiki Ueno <ueno@unixuser.org>
4196
4197 * subr.el (internal--after-with-selected-window): Fix typo
4198 (Bug#12193).
4199
4200 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4201
4202 Use `completion-table-dynamic' for completion functions.
4203 * progmodes/python.el
4204 (python-shell-completion--do-completion-at-point)
4205 (python-shell-completion--get-completions):
4206 Remove functions.
4207 (python-shell-completion-complete-at-point): New function.
4208 (python-completion-complete-at-point): Use it.
4209
4210 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
4211
4212 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
4213 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
4214
4215 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * subr.el (function-get): Refine `autoload' arg so it can also
4218 autoload functions for gv.el (bug#12191).
4219 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
4220 autoloads macros.
4221
4222 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
4223 Prefer pcase-let over destructuring-bind.
4224 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
4225 Also, remove whitespace as we go, rather than after accumulating the
4226 various places.
4227
4228 * subr.el (internal--before-with-selected-window)
4229 (internal--after-with-selected-window): Fix typo seleted->selected.
4230 (with-selected-window): Adjust callers.
4231 Reported by Dmitry Gutov <dgutov@yandex.ru>.
4232
4233 2012-08-13 Bastien Guerry <bzg@gnu.org>
4234
4235 * window.el (special-display-popup-frame): Minor docstring
4236 enhancement. (Bug#12172)
4237
4238 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
4239
4240 * tar-mode.el (tar-header-data-end): Only ignore size for files of
4241 type 1-6.
4242 (tar-header-block-summarize, tar-get-descriptor): Handle pax
4243 extended headers.
4244
4245 * files.el (hack-local-variables-filter): Remove useless eval.
4246
4247 2012-08-13 Martin Rudalics <rudalics@gmx.at>
4248
4249 * subr.el (with-selected-window): Fix last change.
4250
4251 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4252
4253 * subr.el (internal--before-with-seleted-window)
4254 (internal--after-with-seleted-window): New functions.
4255 (with-selected-window): Use them, to replace dependency on
4256 tty-top-frame.
4257
4258 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
4259
4260 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
4261 binding for `newline'.
4262 (ruby-move-to-block): When moving backward, stop at block opening,
4263 not indentation.
4264 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
4265 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
4266 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4267 `ruby-toggle-block'.
4268
4269 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4270
4271 * ibuffer.el (ibuffer-do-toggle-read-only):
4272 * dired.el (dired-toggle-read-only):
4273 * buff-menu.el (Buffer-menu-toggle-read-only):
4274 * bindings.el (mode-line-toggle-read-only):
4275 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
4276
4277 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
4278
4279 * descr-text.el (describe-char): Put the overlays over the
4280 "displayed as" character.
4281
4282 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
4283
4284 * calc/calc-units.el (math-default-units-table): Give an
4285 initial value.
4286 (math-put-default-units): Add options to put composite units and
4287 unit systems in the default units table.
4288 (calc-convert-units): Send composite units to
4289 `math-put-default-units' when appropriate.
4290
4291 2012-08-11 Glenn Morris <rgm@gnu.org>
4292
4293 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
4294
4295 * tutorial.el (help-with-tutorial):
4296 * emacs-lisp/copyright.el (copyright-update-directory):
4297 * emacs-lisp/autoload.el (autoload-find-generated-file)
4298 (autoload-find-file): Disable local eval: (for insurance).
4299
4300 * files.el (hack-local-variables-filter): If an eval: form is not
4301 known to be safe, and enable-local-variables is :safe, then ignore
4302 the form totally, as is done for non-eval forms. (Bug#12155)
4303 This is CVE-2012-3479.
4304
4305 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4306
4307 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
4308 (rx-form): Simplify.
4309
4310 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
4311
4312 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
4313 ?, _, and : are symbol constituents, ! is not (but kinda should be).
4314 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4315 (ruby-syntax-propertize-function): Adjust for changes in
4316 `ruby-syntax-propertize-heredoc'.
4317
4318 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
4319
4320 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4321 binding (use `M-;' instead).
4322 (ruby-singleton-class-p): New function.
4323 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
4324
4325 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4326
4327 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4328
4329 2012-08-10 Chong Yidong <cyd@gnu.org>
4330
4331 * progmodes/python.el (python-shell-get-process-name): Don't mess
4332 with same-window-buffer-names.
4333
4334 * eshell/eshell.el (eshell-add-to-window-buffer-names)
4335 (eshell-remove-from-window-buffer-names): Make obsolete.
4336 (eshell-buffer-name, eshell-unload-hook): Don't use them.
4337 (eshell): Just use pop-to-buffer-same-window instead.
4338
4339 2012-08-10 Chong Yidong <cyd@gnu.org>
4340
4341 * bindings.el: Bind M-= back to count-words-region.
4342
4343 * simple.el (count-words-region): Accept a prefix arg for acting
4344 on the entire buffer.
4345 (count-words--buffer-message): New helper function.
4346
4347 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4350 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4351 (event-start, event-end): Use posn-at-point to return a more
4352 informative posn.
4353 (posnp): New function.
4354 * mouse.el (popup-menu-normalize-position): Use it.
4355
4356 2012-08-10 Masatake YAMATO <yamato@redhat.com>
4357
4358 * mouse.el (popup-menu-normalize-position): New function.
4359 (popup-menu): Use `popup-menu-normalize-position' to normalize
4360 the form for POSITION argument.
4361
4362 * term/x-win.el (x-menu-bar-open):
4363 Use the value returend from (posn-at-point) as position
4364 passed to `popup-menu'.
4365
4366 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4367
4368 * calc/calccomp.el (math-compose-expr): Add extra argument
4369 indicating that parentheses should be put around products in
4370 denominators. Give multiplication precedence over division during
4371 composition.
4372
4373 2012-08-09 Chong Yidong <cyd@gnu.org>
4374
4375 * man.el (Man-switches, Man-sed-command, Man-awk-command)
4376 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4377 (Man-untabify-command, manual-program): Convert to defcustom
4378 (Bug#10429).
4379
4380 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4381
4382 * descr-text.el (describe-char): Don't insert extra newlines
4383 (Bug#10127).
4384
4385 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4386 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4387
4388 * align.el (align-region): Delete temporary markers (Bug#10047).
4389 Plus some code cleanups.
4390
4391 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4392
4393 * progmodes/python.el (python-pdbtrack-tracked-buffer)
4394 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4395 (python-shell-internal-last-output): Use make-local-variable
4396 instead of make-variable-buffer-local.
4397
4398 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4399
4400 * progmodes/python.el: Enhancements to forward-sexp.
4401 (python-nav-forward-sexp): Rename from
4402 python-nav-forward-sexp-function.
4403 (python-nav--forward-sexp, python-nav--backward-sexp):
4404 New functions.
4405
4406 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4407
4408 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4409 modes and simplification modes.
4410
4411 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * delsel.el (delete-selection-pre-hook): Don't propagate the
4414 file-supersession signals (bug#12161).
4415
4416 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4417
4418 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4419 (cl-map-extents): Add compatibility aliases (bug#12135).
4420
4421 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
4422
4423 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4424 tests by `ignore-error'.
4425 (tramp-find-shell): Open also a new shell, when cache is already
4426 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
4427
4428 2012-08-08 Juri Linkov <juri@jurta.org>
4429
4430 * bookmark.el: Add `defaults' property to the bookmark record.
4431 (bookmark-current-buffer): Doc fix.
4432 (bookmark-make-record): Add `defaults' property with default values
4433 to the bookmark record.
4434 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4435 with `bookmark-insert-current-bookmark'.
4436 (bookmark-set): Get `defaults' property from the bookmark record
4437 and use it in `read-from-minibuffer'.
4438 (bookmark-insert-current-bookmark): Remove function.
4439
4440 * info.el (Info-bookmark-make-record): Add `defaults' property
4441 with values of canonical Info node name, the current Info file
4442 name and the current Info node name. (Bug#12107)
4443
4444 2012-08-08 Juri Linkov <juri@jurta.org>
4445
4446 * files.el (basic-save-buffer): Use `buffer-name' as the default
4447 of `read-file-name' when buffer is not visiting a file (bug#12128).
4448
4449 2012-08-08 Juri Linkov <juri@jurta.org>
4450
4451 * info.el (Info-isearch-search): Doc fix.
4452 (Info-search): Change search-failed message from "initial node" to
4453 "end of node" (bug#12078).
4454 (Info-isearch-search): Change `isearch-string-state' to
4455 `isearch--state-string'.
4456
4457 2012-08-08 Glenn Morris <rgm@gnu.org>
4458
4459 * language/persian.el: Remove file.
4460 * language/misc-lang.el: Move unique part of persian.el here.
4461 * loadup.el: Remove language/persian.
4462
4463 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
4464
4465 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4466
4467 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4468
4469 * progmodes/python.el: Fix defsubst warning.
4470 (python-syntax-context) Rename from python-info-ppss-context.
4471 (python-syntax-context-type): Rename from
4472 python-info-ppss-context-type.
4473 (python-syntax-comment-or-string-p): Rename from
4474 python-info-ppss-comment-or-string-p.
4475
4476 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4477
4478 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4479
4480 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
4481
4482 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4483 a defcustom that is quoted with backquote.
4484
4485 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4486 Fix handling of interactive spec when the body uses return.
4487 (math-do-arg-check, math-define-function-body): Use backquote forms.
4488 * calc/calc-ext.el (math-defcache): Likewise.
4489 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4490 * allout.el (allout-new-exposure): Likewise.
4491 * calc/calcalg2.el (math-tracing-integral): Likewise.
4492 * info.el (Info-last-menu-item): Likewise.
4493 * emulation/vip.el (vip-loop): Likewise.
4494 * textmodes/artist.el (artist-funcall): Likewise.
4495 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4496 Construct menu-item directly.
4497
4498 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4499 Don't declare.
4500
4501 2012-08-07 Chong Yidong <cyd@gnu.org>
4502
4503 * simple.el (deactivate-mark): Preserve text properties when
4504 saving the primary selection (Bug#8384).
4505
4506 2012-08-07 Kevin Ryde <user42@zip.com.au>
4507
4508 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4509 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4510 and continue processing (Bug#12110).
4511
4512 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4513
4514 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4515 syntax-propertize-function (bug#10095).
4516
4517 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4520 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4521 describe-function-1.
4522 (describe-function-1): Use them. Move compiler macro after sig.
4523 (help-fns--compiler-macro): Use function-get. Assume we're already in
4524 standard-output. Adjust layout to new call order.
4525
4526 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4527 re-binding a symbol that has a symbol-macro (bug#12119).
4528
4529 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4530
4531 * language/persian.el: New file. (Bug#11812)
4532 * loadup.el: Add language/persian.el.
4533
4534 2012-08-06 Chong Yidong <cyd@gnu.org>
4535
4536 * window.el (window--maybe-raise-frame): New function.
4537 (window--display-buffer): Split off from here.
4538 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4539 (display-buffer-pop-up-window, display-buffer-use-some-window):
4540 Obey an inhibit-switch-frame action alist entry.
4541 (display-buffer): Update doc.
4542
4543 * replace.el (occur-after-change-function): Avoid losing focus by
4544 using the inhibit-switch-frame display parameter (Bug#12139).
4545
4546 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4547
4548 Make internal shell process buffer names start with space.
4549 * progmodes/python.el (python-shell-make-comint): Add optional
4550 argument INTERNAL.
4551 (run-python-internal): Use it.
4552 (python-shell-internal-get-or-create-process): Check for new
4553 internal buffer names.
4554
4555 2012-08-06 Glenn Morris <rgm@gnu.org>
4556
4557 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
4558 Do less getting and setting of environment variables.
4559
4560 2012-08-05 Chong Yidong <cyd@gnu.org>
4561
4562 * proced.el (proced): Add substitution string to docstring to
4563 trigger autoloading of the proced library on C-h f (Bug#1768).
4564
4565 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4566 Don't show defvars which have no second argument (Bug#8638).
4567
4568 * imenu.el (imenu-generic-expression): Move documentation here
4569 from imenu--generic-function.
4570 (imenu--generic-function): Refer to imenu-generic-expression.
4571
4572 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
4573
4574 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4575 indentation declaration.
4576 (viper-loop): Add indentation declaration (Bug#7025).
4577
4578 2012-08-05 Chong Yidong <cyd@gnu.org>
4579
4580 * help-fns.el (describe-variable): Add hyperlink for
4581 directory-local variables files. Improve buffer-local and
4582 permanent-local reporting; suggested by MON KEY (Bug#6644).
4583
4584 * help-mode.el (help-dir-local-var-def): New button type.
4585
4586 * files.el (kill-buffer-hook): Provide a defvar.
4587
4588 2012-08-05 Glenn Morris <rgm@gnu.org>
4589
4590 * eshell/esh-ext.el (eshell/addpath):
4591 Also update eshell-path-env. (Bug#12013)
4592
4593 2012-08-05 Chong Yidong <cyd@gnu.org>
4594
4595 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4596
4597 * fringe.el (fringe-styles): Add docstring.
4598 (fringe--check-mode): New function.
4599 (set-fringe-mode, set-fringe-style): Use it.
4600 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4601
4602 * files.el (set-auto-mode): Fix invalid setq call.
4603
4604 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4605
4606 * isearch.el: Misc simplification; use defstruct.
4607 (isearch-mode-map): Dense maps now work like sparse ones.
4608 (isearch--state): New defstruct.
4609 (isearch-string-state, isearch-message-state, isearch-point-state)
4610 (isearch-success-state, isearch-forward-state)
4611 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4612 (isearch-wrapped-state, isearch-barrier-state)
4613 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4614 replaced by defstruct's accessors.
4615 (isearch--set-state): Rename from isearch-top-state and change
4616 calling convention.
4617 (isearch-push-state): Use new isearch--get-state.
4618 (isearch-toggle-word): Disable regexp when enabling word.
4619 (isearch-message-prefix): Remove unused arg _c-q-hack.
4620 (isearch-message-suffix): Remove unused arg _ellipsis.
4621
4622 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4623
4624 * simple.el (list-processes--refresh): For a server use :host or
4625 :local as the address.
4626 (list-processes): Doc fix.
4627
4628 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
4629
4630 * lisp/mpc.el: Support password in host argument.
4631 (mpc--proc-connect): Parse and use new password element.
4632 Set mpc-proc variable instead of returning process.
4633 (mpc-proc): Adjust accordingly.
4634
4635 2012-08-03 Eli Zaretskii <eliz@gnu.org>
4636
4637 * whitespace.el (whitespace-display-mappings): Use Unicode
4638 codepoints, instead of emacs-mule codepoints. See
4639 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4640 for the details.
4641
4642 * files.el (file-truename): Don't skip symlink-chasing part on
4643 windows-nt. Incorporate the resolution of 8+3 short aliases on
4644 Windows into the loop that recursively chases symlinks.
4645 Compare directory and its parent case-insensitively on MS-Windows and
4646 MS-DOS.
4647
4648 2012-08-03 Chong Yidong <cyd@gnu.org>
4649
4650 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4651
4652 * sort.el (sort-regexp-fields): Doc fix.
4653
4654 2012-08-03 Tassilo Horn <tsdh@gnu.org>
4655
4656 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4657 labels regex position point at the expected place.
4658
4659 2012-08-03 MON KEY <monkey@sandpframing.com>
4660
4661 * net/imap.el (imap-interactive-login, imap-authenticate)
4662 (imap-mailbox-lsub, imap-mailbox-list)
4663 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4664 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4665 (imap-parse-response): Doc fix.
4666
4667 2012-08-03 João Távora <joaotavora@gmail.com>
4668
4669 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4670 if sexp scanning does not move point (Bug#5734).
4671
4672 2012-08-02 Tassilo Horn <tsdh@gnu.org>
4673
4674 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4675 Add listings, minted, and ctable packages.
4676 (reftex-label-alist-builtin): Move listings, minted, and ctable
4677 entries before LaTeX.
4678 (reftex-label-alist): Docfix.
4679
4680 2012-08-02 Bastien Guerry <bzg@gnu.org>
4681
4682 * replace.el (occur): Fix docstring (bug#12122).
4683
4684 2012-08-02 Glenn Morris <rgm@gnu.org>
4685
4686 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4687
4688 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4689
4690 Obsolete alias inactivate-current-input-method-function (Bug#10150).
4691 * international/mule-cmds.el: Create
4692 inactivate-current-input-method-function as an obsolete alias for
4693 deactivate-current-input-method-function. See Katsumi Yamaoka in
4694 <http://bugs.gnu.org/10150#46>.
4695
4696 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4697
4698 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4699 of nested `if's.
4700
4701 2012-08-01 Glenn Morris <rgm@gnu.org>
4702
4703 * progmodes/autoconf.el (autoconf-definition-regexp):
4704 Add AH_TEMPLATE, adjust submatch numbering.
4705 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4706 (autoconf-current-defun-function): Update for above change.
4707 (autoconf-current-defun-function): First skip to end of current word.
4708
4709 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4710
4711 * calendar/cal-html.el (cal-html-insert-agenda-days):
4712 Fix typo. (Bug#12018)
4713
4714 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4715
4716 Shell processes: enhancements to startup and CEDET compatibility.
4717 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4718 (python-shell-make-comint): accept-process-output at startup.
4719 (run-python-internal): Set inferior-python-mode-hook to nil.
4720 (python-shell-internal-get-or-create-process): call sit-for.
4721 (python-preoutput-result): Add obsolete alias.
4722 (python-shell-internal-send-string): Use it.
4723 (python-shell-send-setup-code): Remove call to
4724 accept-process-output.
4725
4726 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4727
4728 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4729 (Bug#12108)
4730
4731 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4732
4733 * calc-mode.el (calc-basic-simplification-mode): Rename from
4734 `calc-limited-simplification-mode'.
4735 (calc-alg-simplification-mode): New function.
4736 (calc-set-simplify-mode): Adjust message.
4737
4738 * calc.el (calc-set-mode-line): Adjust mode line display for
4739 basic simplification mode.
4740
4741 * calc-help.el (calc-m-prefix-help): Update help message.
4742
4743 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4744 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4745
4746 2012-07-31 Bastien Guerry <bzg@gnu.org>
4747
4748 * man.el (man): Fix comment. (bug#12101)
4749
4750 2012-07-31 Martin Rudalics <rudalics@gmx.at>
4751
4752 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4753 Don't return a non-nil value when no suitable buffer was found.
4754
4755 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4756
4757 * progmodes/python.el (run-python-internal): Disable font lock for
4758 internal shells.
4759
4760 2012-07-30 Stefan Merten <smerten@oekonux.de>
4761
4762 * textmodes/rst.el: Silence `checkdoc-ispell'.
4763 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4764 (rst-official-version, rst-official-cvs-rev)
4765 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4766 (rst-mode-map): New key binding.
4767
4768 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4769
4770 Update .PHONY listings in makefiles.
4771 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4772 autoloads, update-subdirs, updates, bzr-update, update-authors,
4773 compile-onefile, compile-calc, backup-compiled-files,
4774 compile-after-backup, compile-one-process, mh-autoloads,
4775 bootstrap-clean, distclean, maintainer-clean.
4776
4777 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4778
4779 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4780 (calc-set-mode-line): Don't display "AlgSimp ".
4781
4782 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4783 (calc-lim-simplify-mode): New function.
4784 (calc-set-simplify-mode): Default to 'alg.
4785 (calc-default-simplify-mode): Make algebraic simplifications
4786 the default.
4787
4788 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4789 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4790
4791 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4792 indicate new simplification modes.
4793
4794 * calc/README: Mention new default simplification mode.
4795
4796 * calc/calc.el (math-normalize-error): New variable.
4797 (math-normalize): Set `math-normalize-error' to t
4798 when there's an error.
4799
4800 * calc/calc-alg.el (math-simplify): Don't simplify when
4801 `math-normalize' returns an error.
4802
4803 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4804
4805 * international/mule-cmds.el (set-locale-environment): Revert last
4806 change, since display-graphic-p returns nil when this function is
4807 called during startup. Instead...
4808
4809 * term/w32console.el (terminal-init-w32console): ...setup the
4810 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4811
4812 2012-07-29 Juri Linkov <juri@jurta.org>
4813
4814 * simple.el (goto-line): Don't display default line number in the
4815 prompt because it should be displayed by `read-number' (bug#9952).
4816 Add the current line number to the defaults of `goto-line' to
4817 allow its easier modification by users with `M-n' (bug#9201).
4818
4819 * subr.el (read-number): Support multiple default values like in
4820 other minibuffer reading functions. Replace `read' with
4821 `string-to-number' for consistency with `number-to-string'.
4822
4823 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4824
4825 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4826 * emulation/viper-init.el (viper-deactivate-input-method-action):
4827 Rename from viper-inactivate-input-method-action.
4828 (viper-deactivate-input-method):
4829 Rename from viper-inactivate-input-method.
4830 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4831 * international/mule-cmds.el (deactivate-input-method):
4832 Rename from inactivate-input-method.
4833 Also run input-method-deactivate-hook.
4834 (deactivate-current-input-method-function):
4835 Rename from inactivate-current-input-method-function.
4836 (input-method-deactivate-hook): New hook.
4837 (input-method-inactivate-hook): Mark obsolete.
4838 (inactivate-input-method): Mark obsolete.
4839
4840 * international/quail.el (quail-activate):
4841 Also run quail-deactivate-hook.
4842 (quail-deactivate): Rename from quail-inactivate.
4843 * international/robin.el (robin-activate):
4844 Also run robin-deactivate-hook.
4845 (robin-deactivate): Rename from robin-inactivate.
4846
4847 2012-07-29 Chong Yidong <cyd@gnu.org>
4848
4849 * simple.el (indicate-copied-region): New function.
4850 (kill-ring-save): Split off from here.
4851
4852 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4853 (kill-rectangle): Set deactivate-mark to t on read-only error.
4854
4855 * register.el (copy-to-register, copy-rectangle-to-register):
4856 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4857 (append-to-register, prepend-to-register): Call indicate-copied-region.
4858
4859 2012-07-29 Juri Linkov <juri@jurta.org>
4860
4861 * simple.el (async-shell-command-buffer): New defcustom.
4862 (shell-command): Use it. (Bug#4719)
4863
4864 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4865
4866 * international/mule-cmds.el (set-locale-environment): In a
4867 console session on MS-Windows, set up keyboard and terminal
4868 encoding from the OEM codepage, not the ANSI codepage.
4869 (Bug#12055)
4870
4871 2012-07-28 Chong Yidong <cyd@gnu.org>
4872
4873 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4874 gdb-get-location.
4875
4876 2012-07-28 Leo Liu <sdl.web@gmail.com>
4877
4878 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4879 the alist (bug#12029).
4880
4881 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4882
4883 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4884 (compile-always, compile-first)
4885 ($(lisp)/calendar/cal-loaddefs.el)
4886 ($(lisp)/calendar/diary-loaddefs.el)
4887 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4888 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4889 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4890 instead of on update-subdirs.
4891 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4892
4893 2012-07-28 Chong Yidong <cyd@gnu.org>
4894
4895 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4896 directory if vc-deduce-backend returns nil (Bug#7350).
4897
4898 * simple.el (delete-trailing-lines): New option.
4899 (delete-trailing-whitespace): Obey it (Bug#11879).
4900
4901 2012-07-28 David Engster <deng@randomsample.de>
4902
4903 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4904 Explanation of new 'symbol-qnames feature in doc-strings.
4905 (xml-maybe-do-ns): Return expanded names as plain symbols if
4906 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4907 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4908
4909 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4910
4911 Consistent completion in inferior python with emacs -nw.
4912 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4913 binding in inferior-python-mode-map with "\t".
4914 (python-shell-completion-complete-at-point)
4915 (python-completion-complete-at-point): Remove interactive spec.
4916
4917 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4918
4919 * calc/calccomp.el (math-compose-expr): Undo previous change.
4920
4921 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4922
4923 * progmodes/python.el (python-mode-map): Add keybinding for
4924 run-python.
4925 (python-shell-make-comint): Fix pop-to-buffer call.
4926 (run-python): Autoload. New arg SHOW.
4927 (python-shell-get-or-create-process): Do not pop python process
4928 buffer.
4929
4930 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
4931
4932 * notifications.el (notifications-on-action-signal)
4933 (notifications-on-closed-signal): Use also the bus address for the map.
4934 (notifications-notify, notifications-close-notification)
4935 (notifications-get-capabilities): Add optional argument BUS.
4936
4937 2012-07-27 Tassilo Horn <tsdh@gnu.org>
4938
4939 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4940 Add support for the lstlisting and minted environments, and for the
4941 ctable macro.
4942 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4943 labels written in keyvals syntax.
4944
4945 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4946
4947 * calc/calccomp.el (math-compose-expr): Use parentheses when
4948 there is a product in the denominator of a fraction.
4949
4950 2012-07-26 Eli Zaretskii <eliz@gnu.org>
4951
4952 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4953 ($(lisp)/calendar/diary-loaddefs.el)
4954 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4955 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4956 Fixes failures in parallel bootstrap because subdirs.el is being
4957 rewritten while the autoload files are built at the same time,
4958 which needs to load subdirs.el.
4959
4960 2012-07-26 Martin Rudalics <rudalics@gmx.at>
4961
4962 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4963 (mouse-drag-line): Don't exit tracking when a switch-frame or
4964 switch-window event occurs (Bug#12006).
4965
4966 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4967
4968 * mouse.el (popup-menu): Fix last change.
4969
4970 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 Autoload from Lisp with more care. Follow aliases when looking for
4973 function properties.
4974 * subr.el (autoloadp): New function.
4975 (symbol-file): Use it.
4976 (function-get): New function.
4977 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4978 autoload-do-load.
4979 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4980 (lisp-indent-function):
4981 * emacs-lisp/gv.el (gv-get):
4982 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4983 * emacs-lisp/byte-opt.el (byte-optimize-form):
4984 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4985 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4986 Use function-get.
4987 * emacs-lisp/cl.el: Don't propagate function properties any more.
4988
4989 * speedbar.el (speedbar-add-localized-speedbar-support):
4990 * emacs-lisp/disass.el (disassemble-internal):
4991 * desktop.el (desktop-load-file):
4992 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4993 (describe-function-1):
4994 * emacs-lisp/find-func.el (find-function-noselect):
4995 * emacs-lisp/elp.el (elp-instrument-function):
4996 * emacs-lisp/advice.el (ad-has-proper-definition):
4997 * apropos.el (apropos-safe-documentation, apropos-macrop):
4998 * emacs-lisp/debug.el (debug-on-entry):
4999 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
5000 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5001 * calc/calc.el (name): Use autoloadp & autoload-do-load.
5002
5003 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
5004
5005 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
5006 function, not an obsolete variable (Bug#12046).
5007
5008 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
5009
5010 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
5011
5012 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
5013
5014 * emacs-lisp/pp.el (pp-display-expression): Select old selected
5015 window only if it is still live (Bug#12034).
5016
5017 2012-07-25 Martin Rudalics <rudalics@gmx.at>
5018
5019 * subr.el (redirect-frame-focus): Add advertised calling
5020 convention (Bug#12030).
5021
5022 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
5023
5024 Prefer typical American spelling for "acknowledgment".
5025 * vc/add-log.el (change-log-acknowledgment): Rename from
5026 change-log-acknowledgement, with an alias for the old name.
5027
5028 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
5029
5030 * calc-alg.el (math-simplify-divide): Don't cross multiply
5031 in an equation when the lhs is a variable.
5032
5033 2012-07-24 Julien Danjou <julien@danjou.info>
5034
5035 * net/netrc.el (netrc-find-service-number, netrc-store-data):
5036 Remove, unused.
5037
5038 2012-07-23 Eli Zaretskii <eliz@gnu.org>
5039
5040 * startup.el (command-line): Don't display an empty user name in
5041 the error message about non-existent home directory, when
5042 init-file-user was set to an empty string. See
5043 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
5044 for the details and context.
5045
5046 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
5047
5048 * ses.el (ses-cell-formula-aset): New macro.
5049 (ses-cell-references-aset): New macro.
5050 (ses-cell-p): New function.
5051 (ses-rename-cell): Do no longer rely on complex operations like
5052 ses-cell-set-formula or ses-set-cell to change the cell and handle
5053 the undo at the same time, but rather use lower level new macros
5054 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
5055 the undo directly. Refresh the mode line.
5056
5057 2012-07-21 Leo Liu <sdl.web@gmail.com>
5058
5059 * progmodes/cc-cmds.el (c-defun-name):
5060 Use match-string-no-properties instead for consistency.
5061
5062 2012-07-20 Leo Liu <sdl.web@gmail.com>
5063
5064 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
5065 (Bug#7879)
5066
5067 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
5068
5069 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5070
5071 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
5072 * progmodes/bug-reference.el, misearch.el: Provide themselves
5073 (bug#11915).
5074
5075 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
5076 of narrowed buffer (bug#11966).
5077
5078 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
5079
5080 * ses.el (ses-rename-cell): Set new name also in reference list of
5081 cells of which the renamed cell depends.
5082
5083 2012-07-20 Masatake YAMATO <yamato@redhat.com>
5084
5085 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
5086 to check whether menu-bar is shown or not. If not shown,
5087 show the menu-bar as a popup menu instead of using tmm.
5088 * mouse.el (popup-menu): Accept `point' as `position' argument.
5089
5090 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
5091
5092 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
5093 up inside string symbol literal (bug#11923).
5094
5095 2012-07-20 Eli Zaretskii <eliz@gnu.org>
5096
5097 * startup.el (fancy-startup-text): Read the whole tutorial, not
5098 just its first 256 bytes. Prevents gibberish in display of the
5099 tutorial title.
5100
5101 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
5102
5103 Drop idle buffer compaction due to an absence of the
5104 proved efficiency.
5105 * compact.el: Remove.
5106
5107 2012-07-19 Sam Steingold <sds@gnu.org>
5108
5109 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
5110 vc-bzr-pull & vc-bzr-merge-branch.
5111 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
5112 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
5113 for consistency with compilation-error-regexp-alist.
5114 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
5115 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
5116 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
5117 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
5118
5119 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5120
5121 * emacs-lisp/chart.el: Use lexical-binding.
5122 (chart-emacs-storage): Don't hardcode the list of entries.
5123
5124 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5125
5126 Next round of tweaks caused by Fgarbage_collect changes.
5127 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
5128
5129 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5130
5131 Compact buffers when idle.
5132 * compact.el: New file.
5133
5134 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5135
5136 * subr.el (eventp): Presume that if it looks vaguely like an event,
5137 it's an event (bug#10190).
5138
5139 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
5140
5141 Enhancements to ppss related code (thanks Stefan).
5142 * progmodes/python.el (python-indent-context)
5143 (python-indent-calculate-indentation, python-indent-dedent-line)
5144 (python-indent-electric-colon, python-nav-forward-block)
5145 (python-mode-abbrev-table)
5146 (python-info-assignment-continuation-line-p): Simplify checks
5147 for ppss context.
5148 (python-info-continuation-line-p): Cleanup.
5149 (python-info-ppss-context): Do not catch 'quote.
5150 (python-info-ppss-context-type)
5151 (python-info-ppss-comment-or-string-p): Simplify.
5152
5153 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
5154
5155 * progmodes/python.el: Enhancements to eldoc support.
5156 (python-info-current-symbol): New function.
5157 (python-eldoc-at-point): Use python-info-current-symbol.
5158 (python-info-current-defun): Fix cornercase on first defun scan.
5159 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
5160 and signal error when no inferior python process is available.
5161
5162 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
5163
5164 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
5165 assume it's always t.
5166 (vc-git-registered): Remove caching, the function is only called
5167 once.
5168 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
5169
5170 2012-07-18 Chong Yidong <cyd@gnu.org>
5171
5172 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
5173
5174 * simple.el (count-words): Report on narrowing (Bug#9959).
5175
5176 * bindings.el: Bind M-= to count-words.
5177
5178 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
5179
5180 2012-07-18 Masatake YAMATO <yamato@redhat.com>
5181
5182 * progmodes/sh-script.el (sh-imenu-generic-expression):
5183 Capture a function with `function' keyword and without parentheses
5184 like "function FOO" (bug#11856).
5185
5186 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
5187
5188 * window.el (split-window-sensibly): Make WINDOW argument
5189 optional.
5190
5191 2012-07-18 Chong Yidong <cyd@gnu.org>
5192
5193 * subr.el (keyboard-translate): Doc fix (Bug#7261).
5194
5195 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
5196 and make C-x 8 RET exit isearch (Bug#11439).
5197
5198 * international/iso-transl.el: Move isearch-mode-map key
5199 definitions to isearch.el.
5200
5201 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5202
5203 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
5204 (eieio-defclass): Use gv-define-setter when possible.
5205
5206 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
5207
5208 Reflect recent changes in Fgarbage_collect.
5209 * emacs-lisp/chart.el (chart-emacs-storage): Change to
5210 reflect new format of data returned by Fgarbage_collect.
5211
5212 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5213
5214 New utility functions + python-info-ppss-context fix (Bug#11910).
5215 * progmodes/python.el (python-info-beginning-of-block-statement-p)
5216 (python-info-ppss-comment-or-string-p): New functions.
5217 (python-info-ppss-context): Small fix for string check.
5218
5219 2012-07-17 Juri Linkov <juri@jurta.org>
5220
5221 * dired-aux.el (dired-do-async-shell-command): Doc fix.
5222 (dired-do-async-shell-command): Don't add `*' at the end of the
5223 command (Bug#11815).
5224 (dired-do-shell-command): Doc fix.
5225 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
5226 Join the individual commands using either "&" or ";" as the
5227 separator depending on the values of these trailing characters.
5228 At the end re-add the trailing "&". (Bug#10598)
5229
5230 * simple.el (async-shell-command): Sync the interactive spec with
5231 `shell-command'. Doc fix.
5232 (shell-command): Doc fix.
5233
5234 2012-07-17 Juri Linkov <juri@jurta.org>
5235
5236 * descr-text.el (describe-char): Fix format args. (Bug#10129)
5237
5238 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5239
5240 Final renames and doc fixes for movement commands (bug#11899).
5241 * progmodes/python.el (python-nav-beginning-of-statement):
5242 Rename from python-nav-statement-start.
5243 (python-nav-end-of-statement): Rename from
5244 python-nav-statement-end.
5245 (python-nav-beginning-of-block): Rename from
5246 python-nav-block-start.
5247 (python-nav-end-of-block): Rename from python-nav-block-end.
5248
5249 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5250
5251 * progmodes/python.el (python-shell-send-string-no-output):
5252 Allow accept-process-output to quit, keeping shell process ready for
5253 future interactions (Bug#11868).
5254
5255 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5256
5257 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
5258
5259 * emacs-lisp/elint.el (elint-find-args-in-code):
5260 Use help-function-arglist, so as to handle lexical byte-code.
5261
5262 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
5263 change (bug#11826).
5264
5265 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5266
5267 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
5268 Avoid spuriously marking the buffer as modified because of c-is-sws.
5269
5270 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
5271 as not-a-comment (bug#11946).
5272
5273 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
5274 for uninterned vars.
5275
5276 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
5277 Use read-event since we don't really want to read chars but bytes.
5278
5279 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
5280 $$..$$ but also $..$ using regexps (bug#11953).
5281 Use tex-verbatim for \url and \path.
5282 (tex-font-lock-keywords): Define as defconst like the others.
5283 (tex-common-initialization): Don't use font-lock-syntax-table any more.
5284
5285 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
5286
5287 * international/mule-cmds.el (ucs-insert): Make it an obsolete
5288 alias for insert-char.
5289
5290 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5291
5292 * progmodes/python.el: Simplified imenu implementation.
5293 (python-nav-jump-to-defun): Remove command.
5294 (python-mode-map): Use `imenu' instead.
5295 (python-nav-list-defun-positions-cache)
5296 (python-imenu-include-defun-type, python-imenu-make-tree)
5297 (python-imenu-subtree-root-label, python-imenu-index-alist):
5298 Remove vars.
5299 (python-nav-list-defun-positions, python-nav-read-defun)
5300 (python-imenu-tree-assoc, python-imenu-make-element-tree)
5301 (python-imenu-make-tree, python-imenu-create-index):
5302 Remove functions.
5303 (python-mode): Update to interact with imenu by setting
5304 `imenu-extract-index-name-function' only.
5305
5306 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5307
5308 * progmodes/python.el: Enhancements to navigation commands.
5309 (python-nav-backward-sentence)
5310 (python-nav-forward-sentence): Remove.
5311 (python-nav-backward-statement, python-nav-forward-statement)
5312 (python-nav-statement-start, python-nav-statement-end)
5313 (python-nav-backward-block, python-nav-forward-block)
5314 (python-nav-block-start, python-nav-block-end)
5315 (python-nav-forward-sexp-function)
5316 (python-info-current-line-comment-p)
5317 (python-info-current-line-empty-p): New functions.
5318 (python-indent-context): Use `python-nav-statement-start'.
5319
5320 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
5321
5322 * eshell/em-ls.el (eshell/ls): Use `apply'.
5323
5324 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5325 multi-hops, instead of Tramp internals.
5326
5327 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5328
5329 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5330 when F1 and F2 are located on different hosts.
5331
5332 2012-07-14 Chong Yidong <cyd@gnu.org>
5333
5334 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5335 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5336 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
5337 (xterm-mouse--read-event-sequence-1000)
5338 (xterm-mouse--read-event-sequence-1006): New functions. For old
5339 mouse protocol, handle M-mouse-X events correctly.
5340 (xterm-mouse-event): New arg specifying mouse protocol.
5341 (turn-on-xterm-mouse-tracking-on-terminal)
5342 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
5343 sequence to toggle extended coordinates on newer XTerms.
5344 This appears to be harmless on terminals which do not support this.
5345
5346 2012-07-14 Leo Liu <sdl.web@gmail.com>
5347
5348 Add fringe bitmap indicators for flymake. (Bug#11253)
5349 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5350 (flymake-make-overlay): New arg BITMAP.
5351 (flymake-error-bitmap, flymake-warning-bitmap)
5352 (flymake-fringe-indicator-position): New user variables.
5353
5354 * fringe.el: New bitmap exclamation-mark.
5355
5356 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
5357
5358 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5359 also (Bug#7879).
5360
5361 2012-07-14 Chong Yidong <cyd@gnu.org>
5362
5363 * electric.el (electric-pair-post-self-insert-function): Fix pair
5364 insertion in empty-region case (Bug#11520).
5365
5366 2012-07-14 Chong Yidong <cyd@gnu.org>
5367
5368 * bindings.el: Consolidate ctl-x-r-map bindings.
5369 Bind copy-rectangle-as-kill to C-x r w.
5370
5371 * rect.el, register.el: Move bindings to bindings.el.
5372
5373 2012-07-14 Reuben Thomas <rrt@sc3d.org>
5374
5375 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5376
5377 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
5378
5379 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
5380
5381 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
5382
5383 * bindings.el (top): Use `mapc' instead of `mapcar'.
5384
5385 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
5386
5387 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
5388
5389 * progmodes/sql.el (sql-comint): Suppress the check for program on
5390 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
5391 (Bug#11908)
5392
5393 2012-07-13 Chong Yidong <cyd@gnu.org>
5394
5395 * bindings.el: Assign a non-nil permanent-local property to
5396 per-buffer variables which lack a default value (Bug#11930).
5397
5398 * help-fns.el (describe-variable): In the "automatically becomes
5399 local" notice, take note of permanent-local variables.
5400
5401 2012-07-13 Chong Yidong <cyd@gnu.org>
5402
5403 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
5404 to allow printing the message when called from Lisp.
5405
5406 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5407 Remove toggle-read-only.
5408
5409 * bs.el (bs-toggle-readonly):
5410 * buff-menu.el (Buffer-menu-toggle-read-only):
5411 Remove with-no-warnings around toggle-read-only.
5412
5413 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5414 Remove with-no-warnings around toggle-read-only.
5415 (ffap-read-only, ffap-read-only-other-window)
5416 (ffap-read-only-other-frame): Callers changed.
5417
5418 * help-mode.el: Don't require view package.
5419 (help-mode-finish): Set buffer-read-only instead of calling
5420 toggle-read-only.
5421
5422 * bindings.el (mode-line-toggle-read-only):
5423 * dired.el (dired-toggle-read-only):
5424 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5425 with non-nil second arg.
5426
5427 * emacs-lisp/eieio-custom.el (eieio-customize-object):
5428 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5429 directly.
5430
5431 2012-07-12 Eli Zaretskii <eliz@gnu.org>
5432
5433 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5434 not incf.
5435
5436 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5437
5438 More CL cleanups and reduction of use of cl.el.
5439 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5440 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5441 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5442 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5443 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5444 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5445 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5446 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5447 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5448 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5449 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5450 * eshell/em-cmpl.el, eshell/em-banner.el:
5451 * calendar/parse-time.el: Use cl-lib.
5452 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5453 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5454 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5455 * term/ns-win.el, term.el, shell.el, ps-samp.el:
5456 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5457 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5458 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5459 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5460 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5461 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5462 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5463 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5464 `lambda' rather than with `quote'.
5465 (eshell-do-opt): Adjust accordingly.
5466 (eshell-process-option): Simplify.
5467 * eshell/esh-var.el:
5468 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5469 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5470 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5471 to `pcase--dontcare'.
5472 * emacs-lisp/cl.el (labels): Mark obsolete.
5473 (cl--letf, letf): Move to cl-lib.
5474 (cl--letf*, letf*): Remove.
5475 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5476 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5477 (cl-progv): Rewrite.
5478 (cl--letf, cl-letf): Move from cl.el.
5479 (cl-letf*): New macro.
5480 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5481
5482 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
5483
5484 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5485
5486 2012-07-11 Chong Yidong <cyd@gnu.org>
5487
5488 * vc/log-edit.el (log-edit-vc-backend): New variable.
5489 (log-edit): Doc fix.
5490
5491 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5492 argument of log-edit to set up all local variables.
5493 (vc-start-logentry): New optional arg specifying VC backend.
5494
5495 * vc/vc.el (vc-checkin): Use it.
5496 (vc-deduce-fileset): Handle Log Edit buffers.
5497 (vc-diff): Make first argument optional too.
5498
5499 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5500
5501 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
5502
5503 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5504 command, just in case. The function is not needed anymore.
5505 (eshell-external-command): Do not call `eshell-remote-command'.
5506
5507 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5508
5509 Reduce use of (require 'cl).
5510 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5511 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5512 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5513 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5514 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5515 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5516 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5517 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5518 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5519 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5520 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5521 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5522 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5523 (byte-compile-unfold-bcf, byte-compile-check-variable):
5524 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5525 (byte-compile-nilconstp):
5526 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5527 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5528
5529 * emacs-lisp/gv.el (cond): Make it a valid place.
5530 (if): Simplify slightly.
5531
5532 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5533 (pcase--self-quoting-p): New function.
5534 (pcase--u1): Use it.
5535
5536 2012-07-10 Glenn Morris <rgm@gnu.org>
5537
5538 * emacs-lisp/authors.el (authors-fixed-entries):
5539 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5540
5541 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5542
5543 Rename configure.in to configure.ac (Bug#11603).
5544 * emacs-lisp/authors.el (authors-canonical-file-name):
5545 * progmodes/autoconf.el (autoconf-mode):
5546 Prefer configure.ac to configure.in.
5547
5548 2012-07-08 Chong Yidong <cyd@gnu.org>
5549
5550 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5551 Implement the mouse-1-click-follows-link handling properly.
5552
5553 * info.el (Info-link-keymap): Use follow-link mechanism for
5554 header-line links (Bug#374).
5555
5556 * simple.el (deactivate-mark): Do not set the primary selection
5557 if another program has acquired it (Bug#11772).
5558
5559 2012-07-07 Kevin Ryde <user42@zip.com.au>
5560
5561 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5562 (woman-decode-region): Replace escaped-escapes without destroying
5563 bold or underline (Bug#11552).
5564 (woman2-process-escapes): Handle nofill regions (Bug#11591).
5565
5566 2012-07-07 Chong Yidong <cyd@gnu.org>
5567
5568 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5569 (interprogram-cut-function, interprogram-paste-function):
5570 Mention that we typically mean the clipboard.
5571
5572 2012-07-06 Glenn Morris <rgm@gnu.org>
5573
5574 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5575
5576 * files.el (toggle-read-only): Restrict message to interactive use.
5577
5578 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
5579
5580 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5581
5582 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5583
5584 2012-07-06 Glenn Morris <rgm@gnu.org>
5585
5586 * Makefile.in (compile-one-process): Rename from "recompile".
5587
5588 * Makefile.in (bzr-update): "compile" is the same as "recompile
5589 autoloads", but parallelizable, so use that instead.
5590
5591 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5592
5593 * window.el (quit-window): Always restore window height when
5594 it's saved in quit-restore parameter (Bug#11810).
5595
5596 2012-07-06 Glenn Morris <rgm@gnu.org>
5597
5598 * simple.el (kill-whole-line): Doc tweak.
5599
5600 2012-07-06 Eli Zaretskii <eliz@gnu.org>
5601
5602 * files.el (file-relative-name): Compare file names
5603 case-insensitively if on MS-Windows or MS-DOS, or if
5604 read-file-name-completion-ignore-case is non-nil. Don't use
5605 case-fold-search for this purpose. (Bug#11827)
5606
5607 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5608
5609 * calendar/cal-dst.el (calendar-current-time-zone):
5610 Return calendar-current-time-zone-cache if non-nil.
5611
5612 2012-07-17 Masatake YAMATO <yamato@redhat.com>
5613 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
5614
5615 * calendar/cal-dst.el (calendar-current-time-zone):
5616 Return calendar-current-time-zone-cache if non-nil.
5617
5618 2012-07-06 Glenn Morris <rgm@gnu.org>
5619
5620 * Makefile.in (cvs-update): Remove old alias.
5621
5622 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
5623
5624 Sync with Tramp 2.2.6-pre.
5625
5626 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5627 compatible declaration.
5628
5629 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5630 Protect `list-load-path-shadows' call.
5631
5632 * net/tramp-compat.el (top): Require packages, which aren't
5633 autoloaded anymore for XEmacs. Protect call of
5634 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5635 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5636 it hurts at least for SXEmacs.
5637 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5638 standard-value for `temporary-file-directory'.
5639
5640 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5641 Redirect stderr to /dev/null.
5642 (tramp-sh-handle-write-region): uid and gid can be floats.
5643 Reported by Russell Sim <russell.sim@gmail.com>.
5644 (tramp-sh-handle-vc-registered): Hide errors.
5645 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5646 and `start-file-process'.
5647 (tramp-maybe-open-connection): Check also whether `non-essential'
5648 is bound.
5649
5650 2012-07-04 Chong Yidong <cyd@gnu.org>
5651
5652 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5653 (xml-parse-tag): Likewise, and avoid changing entity tables.
5654 (xml-syntax-table): Define from scratch, making sure not to give
5655 x2000 and other Unicode spaces whitespace syntax, since those are
5656 not spaces in XML.
5657 (xml-parse-fragment): Delete unused function.
5658 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5659 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5660 (xml-entity-ref, xml-pe-reference-re)
5661 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5662 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5663 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5664 (xml-entity-value-re): Use syntax references in regexps where
5665 possible; no need to define inside a let-binding.
5666 (xml-parse-dtd): Use xml-pe-reference-re.
5667 (xml-entity-or-char-ref-re): New defconst.
5668 (xml-parse-string, xml-substitute-special): Use it.
5669
5670 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5671
5672 * files.el (locate-dominating-file): Allow `name' to be a predicate.
5673 (find-file--read-only): New function.
5674 (find-file-read-only, find-file-read-only-other-window)
5675 (find-file-read-only-other-frame): Use it.
5676 (insert-file-contents-literally): Don't `fset'.
5677 (get-free-disk-space): Use locate-dominating-file.
5678
5679 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5680 function is already compiled.
5681
5682 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
5683
5684 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
5685
5686 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5687 files on the same host.
5688
5689 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5690
5691 * help-fns.el (describe-function-1): Only call
5692 help-fns--autoloaded-p when we have a file name. (Bug#11848)
5693
5694 2012-07-03 Chong Yidong <cyd@gnu.org>
5695
5696 * xml.el: Protect parser against XML bombs.
5697 (xml-entity-expansion-limit): New variable.
5698 (xml-parse-string, xml-substitute-special): Use it.
5699 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5700
5701 2012-07-03 Glenn Morris <rgm@gnu.org>
5702
5703 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5704 Allow linking to specific messages in debbugs reports (eg 123#5).
5705
5706 2012-07-02 Chong Yidong <cyd@gnu.org>
5707
5708 * xml.el: Fix entity and character reference expansion, allowing
5709 them to expand into markup as per XML spec.
5710 (xml-default-ns): New variable.
5711 (xml-entity-alist): Use XML spec definitions for lt and amp.
5712 (xml-parse-region): Make first two arguments optional.
5713 Discard text properties.
5714 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5715 All callers changed.
5716 (xml-parse-tag): Call xml-parse-tag-1. For backward
5717 compatibility, this function should not modify buffer contents.
5718 (xml-parse-tag-1): Fix opening-tag regexp.
5719 (xml-parse-string): Rewrite, handling entity and character
5720 references properly.
5721 (xml--entity-replacement-text): Signal an error if a parameter
5722 entity is undefined.
5723
5724 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5725
5726 * comint.el (comint-output-filter): Filter out repeated prompts.
5727
5728 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5729 and file-name-absolute-p.
5730 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5731 internal calls.
5732
5733 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5734
5735 Spelling fixes.
5736 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5737 Rename from byte-compile--refiy-function. All uses changed.
5738
5739 2012-07-01 Chong Yidong <cyd@gnu.org>
5740
5741 * xml.el (xml--parse-buffer): New function. Move most of
5742 xml-parse-region here.
5743 (xml-parse-region): Copy region into a temporary buffer, since
5744 parameter entity substitution requires changing buffer contents.
5745 Use xml--parse-buffer.
5746 (xml-parse-file): Use xml--parse-buffer.
5747 (xml-parse-dtd): Make parameter entity substitution work right.
5748 Use proper regexps for ELEMENT declarations (Bug#7172).
5749
5750 2012-06-30 Glenn Morris <rgm@gnu.org>
5751
5752 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5753
5754 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5755 Remove outdated and unnecessary dbus declarations.
5756
5757 2012-06-30 Eli Zaretskii <eliz@gnu.org>
5758
5759 * emacs-lisp/timer.el (timer-until): Subtract results of
5760 float-time, instead of taking float-time of the result of
5761 time-subtract, since float-time signals an error for negative time
5762 arguments.
5763
5764 2012-06-30 Chong Yidong <cyd@gnu.org>
5765
5766 * xml.el (xml-*-re): Convert defvars into defconsts, and
5767 eval-and-compile them so eval-and-compile works on derivatives.
5768 (xml--entity-replacement-text): Use eval-and-comple.
5769
5770 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
5771
5772 * vc/vc-git.el (vc-git-registered): Use cache property
5773 `git-registered'.
5774 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5775 `vc-git-working-revision' in order to benefit from the cache.
5776 (vc-git-root): Use cache property `git-root'. (Bug#11757)
5777
5778 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5779
5780 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5781 removed (likely outside Emacs). (Bug#11757)
5782
5783 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5784
5785 * emacs-lisp/cl-lib.el: Require macroexp.
5786
5787 2012-06-30 Chong Yidong <cyd@gnu.org>
5788
5789 * xml.el: Implement XML parameter entities.
5790 (xml-parameter-entity-alist): New variable.
5791 (xml-parse-region, xml-parse-fragment): Preserve previous values
5792 of xml-entity-alist and xml-parameter-entity-alist, so that
5793 repeated calls on different documents do not change them.
5794 (xml-parse-tag): Fix doctype regexp.
5795 (xml--entity-replacement-text): New function.
5796 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5797 properly requires url retrieval which is unimplemented.
5798 (xml-escape-string): Doc fix.
5799
5800 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5801
5802 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5803
5804 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5805
5806 * fringe.el (fringe-mode): Doc fix.
5807
5808 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
5809
5810 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5811 is non-nil.
5812 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5813 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5814
5815 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
5816
5817 * calendar/cal-dst.el (calendar-current-time-zone):
5818 Return calendar-current-time-zone-cache if non-nil.
5819
5820 2012-06-29 Masatake YAMATO <yamato@redhat.com>
5821
5822 * progmodes/which-func.el (which-func-format):
5823 Add mouse-face. (Bug#11698)
5824
5825 2012-06-29 Leo Liu <sdl.web@gmail.com>
5826
5827 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5828
5829 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5830
5831 * minibuffer.el (minibuffer-confirm-exit-commands):
5832 Add completion-at-point (bug#11725).
5833
5834 2012-06-29 Glenn Morris <rgm@gnu.org>
5835
5836 * progmodes/f90.el (f90-font-lock-keywords-2):
5837 Add some preprocessor elements. (Bug#10499)
5838
5839 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5840
5841 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5842 Use syntax-propertize (bug#11739).
5843
5844 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
5845
5846 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5847
5848 2012-06-28 Julien Danjou <julien@danjou.info>
5849
5850 * term.el (term-handle-colors-array): Use a set of new faces to
5851 color the terminal. Also uses :inverse-video property.
5852 (term-default-fg-color): Set to nil by default, deprecate in favor
5853 of `term-face'.
5854 (term-default-bg-color): Set to nil by default, deprecate in favor
5855 of `term-face'.
5856 (term-current-face): Use `term-face' by default.
5857 (term-bold-attribute): Variable deleted.
5858
5859 2012-06-28 Glenn Morris <rgm@gnu.org>
5860
5861 * simple.el (completion-list-mode-finish):
5862 Don't use toggle-read-only. (Since completion-list-mode has
5863 a special mode-class, it wasn't doing anything extra anyway.)
5864
5865 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5866
5867 Make inlining of other-mode interpreted functions work (bug#11799).
5868 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5869 (byte-compile): Use it to fix compilation of lexical-binding closures.
5870 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5871 function, if needed.
5872
5873 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5874
5875 * help-mode.el (help-make-xrefs): Don't just withstand
5876 cyclic-variable-indirection but any error in documentation-property.
5877
5878 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5879 memory use.
5880 * bindings.el (bindings--define-key): New function.
5881 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5882 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5883 * bindings.el: Use it to purecopy define-key bindings.
5884
5885 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5886
5887 * emacs-lisp/cl.el (flet): Mark obsolete.
5888 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5889 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5890 * progmodes/js.el (js-c-fill-paragraph):
5891 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5892 (ebrowse-switch-member-buffer-to-derived-class):
5893 * play/5x5.el (5x5-solver): Use cl-flet.
5894
5895 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5896 (cl--symbol-function): New macro.
5897 (cl--letf, cl--letf*): Use it.
5898
5899 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5900 Strip "toggle-" if any.
5901
5902 2012-06-27 Glenn Morris <rgm@gnu.org>
5903
5904 * info.el (Info-default-directory-list): Move here from paths.el.
5905 * paths.el: Remove file, which is now empty.
5906 * loadup.el: No longer load "paths".
5907
5908 * custom.el (custom-initialize-delay): Doc fix.
5909
5910 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5911 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5912 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5913 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5914 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5915 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5916 * eshell/eshell.el (eshell-defgroup): Remove alias.
5917
5918 2012-06-27 Chong Yidong <cyd@gnu.org>
5919
5920 * help.el (help-enable-auto-load): New variable.
5921
5922 * help-fns.el (help-fns--autoloaded-p): New function.
5923 (describe-function-1): Refer to a function as "autoloaded" if it
5924 was autoloaded at any time in the past. Perform autoloading if
5925 help-enable-auto-load is non-nil.
5926
5927 2012-06-26 Eli Zaretskii <eliz@gnu.org>
5928
5929 * makefile.w32-in (compile, compile-always): Depend on
5930 update-subdirs, not on subdirs.el. Otherwise, several different
5931 sub-targets of 'bootstrap' running in parallel could
5932 simultaneously write to subdirs.el, producing a garbled file.
5933
5934 2012-06-26 Sam Steingold <sds@gnu.org>
5935
5936 * files.el (file-name-base): New convenience function.
5937 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5938 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5939 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5940 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5941 * textmodes/ispell.el, textmodes/reftex-ref.el:
5942 * textmodes/tex-mode.el: Use it.
5943 Did not touch cedet and org because they are maintained elsewhere.
5944
5945 2012-06-26 Martin Rudalics <rudalics@gmx.at>
5946
5947 * calendar/calendar.el (calendar-exit): Don't try to delete or
5948 iconify last frame. See:
5949 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5950
5951 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5952
5953 * server.el (server-process-filter): Remember dir in the
5954 process's `server-client-directory' properties.
5955
5956 2012-06-24 Chong Yidong <cyd@gnu.org>
5957
5958 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5959 non-tag text.
5960
5961 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
5962
5963 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5964
5965 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * help-fns.el (describe-variable): Don't croak when doc is not found.
5968 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5969 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5970 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5971 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5972 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5973 ((lambda ..) ..).
5974 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5975
5976 2012-06-23 Chong Yidong <cyd@gnu.org>
5977
5978 * info.el (Info-mouse-follow-link): Accept symbol values of
5979 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
5980 (Info-fontify-node): Use Info-link-keymap for all navigation
5981 buttons, with link-args property to perform the desired action.
5982 (Info-link-keymap): Doc fix.
5983 (Info-next-link-keymap, Info-prev-link-keymap)
5984 (Info-up-link-keymap): Delete now-unused keymaps.
5985
5986 2012-06-23 Chong Yidong <cyd@gnu.org>
5987
5988 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5989
5990 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5991 system abbrevs.
5992
5993 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5994
5995 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5998 (bug#11719).
5999
6000 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
6001 the requote function doesn't work properly (bug#11714).
6002
6003 2012-06-23 Glenn Morris <rgm@gnu.org>
6004
6005 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
6006
6007 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6008
6009 Further GV/CL cleanups.
6010 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
6011 gv-expander.
6012 (gv--defun-declaration): New function.
6013 (defun-declarations-alist): Use it.
6014 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
6015 (gv-place): Autoload.
6016 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
6017 original definition of dotimes and dolist.
6018 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
6019 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
6020 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
6021 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6022 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
6023 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
6024 to the function's definition.
6025 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
6026 * window.el:
6027 * files.el:
6028 * faces.el:
6029 * env.el: Don't use CL.
6030
6031 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
6032
6033 Support higher-resolution time stamps (Bug#9000).
6034
6035 * calendar/time-date.el (with-decoded-time-value): New arg
6036 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
6037 (encode-time-value): New optional arg PICO. New type 3.
6038 (time-to-seconds) [!float-time]: Support the new picoseconds
6039 component if it's used.
6040 (seconds-to-time, time-subtract, time-add):
6041 Support ps-resolution time stamps as well.
6042
6043 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
6044 (timerp): Timer vectors now have length 9, not 8.
6045 (timer--time): Support new-style (4-part) time stamps.
6046 (timer-next-integral-multiple-of-time): Time stamps now have
6047 picosecond resolution, so take a bit more care about rounding.
6048 (timer-relative-time, timer-inc-time): New optional arg psecs.
6049 (timer-set-time-with-usecs): Set psecs to 0.
6050 (timer--activate): Check psecs component, too.
6051
6052 * proced.el (proced-time-lessp): Support ps-resolution stamps.
6053
6054 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6055
6056 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
6057 Move the non-essential binding to the post/pre-command-hook where it is
6058 more obviously correct.
6059
6060 * subr.el (read-passwd): Don't use a history at all.
6061 * savehist.el (savehist-save): Remove password saved accidentally
6062 because of the above bug.
6063
6064 2012-06-22 Bastien Guerry <bzg@gnu.org>
6065
6066 * files.el (toggle-read-only): Display a message telling whether
6067 the buffer is read-only or not (bug#11726).
6068
6069 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6070
6071 * emacs-lisp/gv.el: New file.
6072 * subr.el (push, pop): Extend to generalized variables.
6073 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
6074 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
6075 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
6076 gv-define-simple-setter, and gv-define-expander.
6077 Remove setf-methods defined in gv. Rename cl-setf -> setf.
6078 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
6079 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
6080 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
6081 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
6082 gv-letplace.
6083 (cl-defstruct): Don't define setf-method any more.
6084 * emacs-lisp/cl.el (flet): Don't autoload.
6085 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
6086 (define-setf-expander, defsetf, define-modify-macro)
6087 (cl-struct-setf-expander): Move from cl-lib.el.
6088 * emacs-lisp/syntax.el:
6089 * emacs-lisp/ewoc.el:
6090 * emacs-lisp/smie.el:
6091 * emacs-lisp/cconv.el:
6092 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
6093 (timer--time): Use gv-define-simple-setter.
6094 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
6095 to avoid coding-system problems in subr.el. Adjust all users.
6096 (macroexp--maxsize, macroexp-small-p): New functions.
6097 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
6098 * scroll-bar.el (scroll-bar-mode):
6099 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
6100 (normal-erase-is-backspace-mode): Don't use the `eq' place.
6101 * winner.el (winner-configuration, winner-make-point-alist)
6102 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
6103 * files.el (locate-file-completion-table): Avoid list*.
6104
6105 2012-06-22 Chong Yidong <cyd@gnu.org>
6106
6107 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
6108 (dired-create-files): Doc fix (Bug#11329).
6109 (dired-do-copy): Doc fix (Bug#11334).
6110 (dired-mark-read-string): Doc fix (Bug#11553).
6111
6112 * dired.el (dired-recursive-copies, dired-recursive-deletes):
6113 Doc fix (Bug#11326).
6114 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
6115 (dired-dwim-target): Doc fix.
6116
6117 * wdired.el (wdired-mode): Doc fix.
6118
6119 2012-06-22 Glenn Morris <rgm@gnu.org>
6120
6121 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
6122 (pcmpl-rpm-cache-stamp-file): New constant.
6123 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
6124 (pcmpl-rpm-packages): Optionally cache list of packages.
6125
6126 * pcmpl-rpm.el (pcmpl-rpm): New group.
6127 (pcmpl-rpm-query-options): New option.
6128 (pcmpl-rpm-packages): No need to inline it.
6129 Use pcmpl-rpm-query-options.
6130
6131 * calendar/calendar.el (calendar-in-read-only-buffer):
6132 Avoid some needless mode changes.
6133
6134 2012-06-21 Chong Yidong <cyd@gnu.org>
6135
6136 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
6137 (desktop-path): Remove . from the default value (Bug#10977).
6138 (desktop-read): Use user-emacs-directory if desktop-path is nil.
6139
6140 2012-06-20 Chong Yidong <cyd@gnu.org>
6141
6142 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
6143
6144 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
6145
6146 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
6147 (bug#11201).
6148
6149 2012-06-20 Chong Yidong <cyd@gnu.org>
6150
6151 * term.el (term-window-width): Handle the case of a missing right
6152 fringe (Bug#8837).
6153 (term-check-size): Use window-text-height (Bug#5445).
6154 (term-mode): Use define-derived-mode. Minor cleanups.
6155 Set font-lock-defaults (Bug#7692).
6156 (term-move-columns, term-insert-char, term-emulate-terminal)
6157 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
6158
6159 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
6160
6161 * net/ange-ftp.el (ange-ftp-get-passwd):
6162 Bind `enable-recursive-minibuffers'.
6163 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
6164
6165 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
6166
6167 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
6168
6169 2012-06-19 Glenn Morris <rgm@gnu.org>
6170
6171 * progmodes/python.el (python-mode): Derive from prog-mode.
6172
6173 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6174
6175 * emulation/edt.el (edt-default-menu-bar-update-buffers)
6176 (edt-user-menu-bar-update-buffers): New functions.
6177 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
6178
6179 2012-06-19 Chong Yidong <cyd@gnu.org>
6180
6181 * subr.el (with-selected-window): Preserve the selected window's
6182 terminal's top-frame (Bug#4702).
6183
6184 * window.el (save-selected-window): Likewise.
6185
6186 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * progmodes/python.el (python-rx-constituents): Move backquote.
6189 (python-skeleton-define, python-define-auxiliary-skeleton):
6190 Use `declare'.
6191
6192 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
6193
6194 * minibuffer.el (read-file-name-default): Revert the patch from
6195 2012-06-17.
6196
6197 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6198
6199 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
6200 (pcase--u1, pcase--q1): Don't use apply-partially.
6201
6202 2012-06-18 Glenn Morris <rgm@gnu.org>
6203
6204 * progmodes/python.el (python-proc, python-buffer)
6205 (python-send-receive, python-send-string): Fix obsolete versions.
6206
6207 2012-06-18 Martin Rudalics <rudalics@gmx.at>
6208
6209 * window.el (special-display-p): Completely remove stringp
6210 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
6211
6212 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
6213
6214 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
6215
6216 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
6217
6218 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
6219 * net/tramp-sh.el (tramp-maybe-open-connection):
6220 Throw if `non-essential' is non-nil.
6221
6222 2012-06-17 Martin Rudalics <rudalics@gmx.at>
6223
6224 * window.el (special-display-p): Signal an error if BUFFER-NAME
6225 is not a string (Bug#11713).
6226
6227 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
6228
6229 * progmodes/python.el (python-info-beginning-of-backslash):
6230 Rename from python-info-beginning-of-backlash, as a spelling fix.
6231
6232 2012-06-17 Chong Yidong <cyd@gnu.org>
6233
6234 * term.el (term-emulate-terminal): If term-check-size is called,
6235 move point to the process mark without resetting point (Bug#4635).
6236
6237 2012-06-17 Glenn Morris <rgm@gnu.org>
6238
6239 * international/mule-cmds.el (mule-menu-keymap)
6240 (set-language-environment, set-locale-environment): Doc tweaks.
6241
6242 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
6243
6244 * cus-face.el (custom-face-attributes): Add wave-style underline
6245 attribute.
6246 * faces.el (set-face-attribute): Update docstring to describe
6247 wave-style underline attribute.
6248
6249 2012-06-16 Chong Yidong <cyd@gnu.org>
6250
6251 * term/xterm.el (terminal-init-xterm): Discard input before
6252 querying background mode (Bug#10959).
6253
6254 2012-06-16 Stefan Merten <smerten@oekonux.de>
6255
6256 * textmodes/rst.el: Added and corrected some comments.
6257 (rst-re-alist-def): Improve symbol syntax.
6258 (rst-mode-syntax-table): Correct syntax entries.
6259 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6260 (rst-official-version, rst-official-cvs-rev): Update version
6261 information.
6262
6263 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
6264
6265 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
6266 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
6267
6268 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
6269
6270 * progmodes/python.el: New python.el merge.
6271 (python-guess-indent): Obsolete var.
6272 (python-indent-guess-indent-offset): New defcustom.
6273 (python-indent): Obsolete var.
6274 (python-indent-offset): New defcustom.
6275 (python-python-command, python-jython-command): Delete var.
6276 (python-shell-interpreter): New defcustom.
6277 (python-pdbtrack-do-tracking-p): Delete var.
6278 (python-pdbtrack-activate): New defcustom.
6279 (python-use-skeletons): Obsolete var.
6280 (python-skeleton-autoinsert): New defcustom.
6281 (inferior-python-filter-regexp, python-continuation-offset)
6282 (python-honour-comment-indentation, python-indent-string-contents)
6283 (python-jython-packages, python-mode-hook)
6284 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
6285 (python-shell-prompt-alist)
6286 (python-source-modes): Delete defcustoms.
6287 (python-check-buffer-name, python-eldoc-setup-code)
6288 (python-eldoc-string-code, python-ffap-setup-code)
6289 (python-ffap-string-code, python-fill-comment-function)
6290 (python-fill-decorator-function, python-fill-paren-function)
6291 (python-fill-string-function, python-imenu-include-defun-type)
6292 (python-imenu-make-tree, python-imenu-subtree-root-label)
6293 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
6294 (python-shell-compilation-regexp-alist)
6295 (python-shell-completion-module-string-code)
6296 (python-shell-completion-pdb-string-code)
6297 (python-shell-completion-setup-code)
6298 (python-shell-completion-string-code)
6299 (python-shell-enable-font-lock, python-shell-exec-path)
6300 (python-shell-extra-pythonpaths)
6301 (python-shell-internal-buffer-name, python-shell-interpreter-args)
6302 (python-shell-process-environment)
6303 (python-shell-prompt-block-regexp)
6304 (python-shell-prompt-output-regexp)
6305 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
6306 (python-shell-send-setup-max-wait, python-shell-setup-codes)
6307 (python-shell-virtualenv-path): New defcustoms.
6308 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
6309 (inferior-python-mode-syntax-table, python--prompt-regexp)
6310 (python-buffer, python-command python-python-command)
6311 (python-default-template, python-imports, python-indent-index)
6312 (python-indent-list, python-indent-list-length)
6313 (python-mode-running, python-pdbtrack-is-tracking-p)
6314 (python-preoutput-continuation, python-preoutput-leftover)
6315 (python-preoutput-result, python-preoutput-skip-next-prompt)
6316 (python-prev-dir/file, python-recursing)
6317 (python-saved-check-command, python-version-checked)
6318 (python-which-func-length-limit)
6319 (view-return-to-alist): Delete vars.
6320 (python-check-custom-command, python-dotty-syntax-table)
6321 (python-imenu-index-alist, python-indent-current-level)
6322 (python-indent-dedenters, python-indent-levels)
6323 (python-nav-beginning-of-defun-regexp)
6324 (python-nav-list-defun-positions-cache)
6325 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6326 (python-shell-internal-buffer)
6327 (python-skeleton-available): New vars.
6328 (def-python-skeleton): Delete macro.
6329 (python-skeleton-define): New macro.
6330 (python-define-auxiliary-skeleton, python-rx): New macros.
6331 (python-insert-class): Delete command.
6332 (python-skeleton-class): New command.
6333 (python-insert-def): Delete command.
6334 (python-skeleton-def): New command.
6335 (python-insert-for): Delete command.
6336 (python-skeleton-for): New command.
6337 (python-insert-if): Delete command.
6338 (python-skeleton-if): New command.
6339 (python-insert-try/except, python-insert-try/finally): Delete commands.
6340 (python-skeleton-try): New command.
6341 (python-insert-while): Delete command.
6342 (python-skeleton-while): New command.
6343 (python-backspace): Delete command.
6344 (python-indent-dedent-line-backspace): New command.
6345 (python-electric-colon): Delete command.
6346 (python-indent-electric-colon): New command.
6347 (python-guess-indent): Delete command.
6348 (python-indent-guess-indent-offset): New command.
6349 (python-shift-left): Delete command.
6350 (python-indent-shift-left): New command.
6351 (python-shift-right): Delete command.
6352 (python-indent-shift-right): New command.
6353 (python-find-function): Delete command.
6354 (python-nav-jump-to-defun): New command.
6355 (python-next-statement): Delete command.
6356 (python-nav-forward-sentence): New command.
6357 (python-previous-statement): Delete command.
6358 (python-nav-backward-sentence): New command.
6359 (python-fill-paragraph): Delete command.
6360 (python-fill-paragraph-function): New command.
6361 (python-send-buffer): Delete command.
6362 (python-shell-send-buffer): New command.
6363 (python-send-defun): Delete command.
6364 (python-shell-send-defun): New command.
6365 (python-send-region, python-send-region-and-go): Delete commands.
6366 (python-shell-send-region)
6367 (python-shell-switch-to-shell): New commands.
6368 (python-send-string): Delete command.
6369 (python-shell-send-string): New command.
6370 (python-switch-to-python): Delete command.
6371 (python-shell-switch-to-shell): New command.
6372 (python-describe-symbol): Delete command.
6373 (python-eldoc-at-point): New command.
6374 (python--set-prompt-regexp, python-args-to-list)
6375 (python-after-info-look, python-check-version)
6376 (python-check-comint-prompt, python-find-imports)
6377 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6378 (python-unload-function, python-expand-template)
6379 (python-maybe-jython, python-preoutput-filter)
6380 (python-pdbtrack-get-source-buffer)
6381 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6382 (python-pdbtrack-toggle-stack-tracking)
6383 (python-pdbtrack-track-stack-file, python-initial-text)
6384 (python-first-word, python-comment-line-p, python-send-command)
6385 (python-setup-brm, python-sentinel, python-set-proc)
6386 (python-skip-out, python-input-filter, python-outdent-p)
6387 (python-outline-level, python-backslash-continuation-line-p)
6388 (python-end-of-block, python-end-of-statement, python-mark-block)
6389 (python-beginning-of-block, python-beginning-of-statement)
6390 (python-blank-line-p, python-beginning-of-string)
6391 (python-open-block-statement-p): Delete functions.
6392 (python-indent-line, python-indent-line-1): Delete functions.
6393 (python-indent-line): New function.
6394 (python-indentation-levels): Delete function.
6395 (python-indent-calculate-levels): New function.
6396 (python-proc): Delete function.
6397 (python-shell-get-process): New function.
6398 (python-send-receive): Delete function.
6399 (python-shell-send-string-no-output): New function.
6400 (python-module-path): Delete function.
6401 (python-ffap-module-path): New function.
6402 (python-completion-at-point)
6403 (python-symbol-completions): Delete functions.
6404 (python-completion-complete-at-point): New function.
6405 (python-load-file): Delete function.
6406 (python-shell-send-file): New function.
6407 (python-calculate-indentation): Delete function.
6408 (python-indent-calculate-indentation): New function.
6409 (python-skip-comments/blanks): Delete function.
6410 (python-util-forward-comment): New function.
6411 (python-continuation-line-p): Delete function.
6412 (python-info-continuation-line-p): New function.
6413 (python-which-func, python-current-defun): Delete function.
6414 (python-info-current-defun): New function.
6415 (python-beginning-of-defun): Delete function.
6416 (python-nav-beginning-of-defun): New function.
6417 (python-close-block-statement-p)
6418 (python-block-end-p): Delete function.
6419 (python-info-closing-block): New function.
6420 (python-comint-output-filter-function)
6421 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6422 (python-fill-comment, python-fill-decorator, python-fill-paren)
6423 (python-fill-string, python-imenu-make-element-tree)
6424 (python-imenu-make-tree, python-imenu-tree-assoc)
6425 (python-indent-context, python-indent-dedent-line)
6426 (python-indent-line-function)
6427 (python-indent-post-self-insert-function)
6428 (python-indent-toggle-levels)
6429 (python-info-assignment-continuation-line-p)
6430 (python-info-beginning-of-backlash)
6431 (python-info-block-continuation-line-p)
6432 (python-info-closing-block-message)
6433 (python-info-line-ends-backslash-p)
6434 (python-info-looking-at-beginning-of-defun)
6435 (python-info-ppss-context, python-info-ppss-context-type)
6436 (python-nav-list-defun-positions, python-nav-read-defun)
6437 (python-nav-sentence-end, python-nav-sentence-start)
6438 (python-pdbtrack-comint-output-filter-function)
6439 (python-pdbtrack-set-tracked-buffer)
6440 (python-shell-calculate-exec-path)
6441 (python-shell-calculate-process-environment)
6442 (python-shell-completion--do-completion-at-point)
6443 (python-shell-completion--get-completions)
6444 (python-shell-completion-complete-at-point)
6445 (python-shell-completion-complete-or-indent)
6446 (python-shell-get-or-create-process)
6447 (python-shell-get-process-name)
6448 (python-shell-internal-get-or-create-process)
6449 (python-shell-internal-get-process-name)
6450 (python-shell-internal-send-string, python-shell-make-comint)
6451 (python-shell-parse-command, python-shell-send-setup-code)
6452 (python-skeleton-add-menu-items)
6453 (python-util-clone-local-variables, python-util-position)
6454 (run-python-internal, python-indentation-levels)
6455 (python-nav-beginning-of-defun)
6456 (python-completion-complete-at-point): New functions.
6457 (run-python): Change arguments. New API requirements.
6458
6459 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6460
6461 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6462 (bug#11649).
6463
6464 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6465 (macroexp--expand-all): Use it.
6466
6467 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6468 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6469 Use `cl-function' instead.
6470
6471 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
6472
6473 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6474 Suggested by Stefan Monnier while discussing bug#11657.
6475
6476 2012-06-14 Sam Steingold <sds@gnu.org>
6477
6478 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6479
6480 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
6481
6482 * play/doctor.el (doctor-doc): Remove parameter and use
6483 doctor-sent instead of sent.
6484 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6485
6486 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6487
6488 * files.el: Require cl-lib.
6489 (file-name-non-special): Replace case -> cl-case.
6490
6491 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6492
6493 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6494 mapping from #' to function*.
6495
6496 2012-06-13 Chong Yidong <cyd@gnu.org>
6497
6498 * mouse.el (mouse-drag-track): Do not set the mark if the user
6499 releases the mouse without selecting anything (Bug#11588).
6500
6501 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6502
6503 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6504 as well (bug#11646).
6505
6506 * loadup.el: Count byte-code functions as well.
6507
6508 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6509 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6510
6511 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6512 (bug#11649). Add cl-defun and cl-defmacro.
6513
6514 2012-06-13 Drew Adams <drew.adams@oracle.com>
6515
6516 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6517 Fix last change.
6518
6519 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
6520
6521 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6522 Otherwise, it blocks in batch mode.
6523
6524 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
6525
6526 * help-mode.el (bookmark-make-record-default): Declare.
6527
6528 2012-06-13 Chong Yidong <cyd@gnu.org>
6529
6530 * emacs-lisp/package.el (list-packages): Compute a list of
6531 packages that are newly-available since the last list-packages
6532 invocation.
6533 (package-menu--new-package-list): New var.
6534 (package-menu--generate, package-menu--print-info)
6535 (package-menu--status-predicate, package-menu-mark-install):
6536 Handle new status label "new".
6537
6538 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6539
6540 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6541 conversion to backquotes.
6542
6543 2012-06-12 Chong Yidong <cyd@gnu.org>
6544
6545 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6546 Rename from gud-inhibit-global-bindings.
6547
6548 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6549
6550 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6551 hook from nxml-glyph-set-hook.
6552
6553 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6554 declaration.
6555
6556 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6557
6558 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6559 Convert to defcustom.
6560
6561 2012-06-12 Drew Adams <drew.adams@oracle.com>
6562
6563 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6564 New functions.
6565 (help-mode): Use them.
6566
6567 2012-06-11 Glenn Morris <rgm@gnu.org>
6568
6569 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6570 Use preprocessor face for directives.
6571 (fortran-directive-re): Doc fix.
6572
6573 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6576 conversion to backquotes (bug#11652).
6577
6578 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6579 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6580 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6581 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6582 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6583 (cl-ninth, cl-tenth): Mark them as inlinable.
6584 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6585 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6586 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6587 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6588 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6589 (cl-list*, cl-adjoin): Don't put an autoload manually.
6590 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6591 (cl--compiler-macro-list*): Add autoload cookie.
6592 (cl--compiler-macro-cXXr): New function.
6593
6594 * help-fns.el (help-fns--compiler-macro): New function extracted from
6595 describe-function-1; follow aliases and use `compiler-macro' property.
6596 (describe-function-1): Use it.
6597
6598 2012-06-11 Chong Yidong <cyd@gnu.org>
6599
6600 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6601 is uninstalled, if imagemagick is installed.
6602
6603 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6604
6605 * emacs-lisp/cl-lib.el: Use lexical-binding.
6606 (cl-map-extents, cl-maclisp-member): Remove.
6607 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6608 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6609 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6610 * emacs-lisp/cl-extra.el: Use lexical-binding.
6611 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6612 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6613 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6614 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6615 * emacs-lisp/cl-seq.el: Use lexical-binding.
6616 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6617 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6618 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6619 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6620 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6621 CL's internals.
6622
6623 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
6624
6625 Sync with Tramp 2.2.6-pre.
6626
6627 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6628 `print-length' and `print-level' to nil, in order to avoid
6629 truncation. Reported by Christopher Schmidt
6630 <christopher@ristopher.com>.
6631
6632 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6633
6634 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6635 New defmacro.
6636 (tramp-compat-copy-directory): Add optional argument
6637 COPY-CONTENTS. It is not handled yet.
6638
6639 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6640 (tramp-ftp-file-name-p): Simplify.
6641
6642 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6643 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6644 connection vector.
6645
6646 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6647 (tramp-methods): Do not use `tramp-password-end-of-line'.
6648 (tramp-completion-function-alist-putty): Handle UNIX case.
6649 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6650 (tramp-do-file-attributes-with-stat)
6651 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6652 gid as real numbers. They could run out of integer range on cygwin.
6653 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6654 (tramp-sh-handle-expand-file-name): Handle hops.
6655 (tramp-open-connection-setup-interactive-shell):
6656 Use `tramp-cleanup'. Move check for busyboxes ...
6657 (tramp-find-shell): ... here. Simplify implementation.
6658 Set "remote-shell" property also for alternative shells.
6659 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6660 If failing, a regular file would be written otherwise.
6661 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6662 (tramp-find-inline-encoding): Cache the coding commands in the
6663 process cache. Apply test command on the remote side, if defined.
6664 (tramp-find-inline-compress): Cache the compress commands in the
6665 process cache.
6666 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6667 when requested. Handle hops.
6668 (tramp-current-connection): New defvar.
6669 (tramp-maybe-open-connection): Use `tramp-cleanup'.
6670 Throw `suppress', if there was a failed connection shortly before.
6671 Handle user interrupt. (Bug#10187)
6672 (tramp-get-inline-compress, tramp-get-inline-coding):
6673 Read connection properties from the process cache.
6674
6675 * net/tramp-smb.el (tramp-smb-server-version)
6676 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6677 New defconsts.
6678 (tramp-smb-prompt): Extend for powershell prompt.
6679 (tramp-smb-file-name-handler-alist): Add handlers for
6680 `process-file', `shell-command' and `start-file-process'.
6681 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6682 (tramp-smb-winexe-shell-command-switch): New defcustoms.
6683 (tramp-smb-file-name-p): Simplify.
6684 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6685 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6686 (tramp-smb-shell-quote-argument): New defuns.
6687 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6688 Implement using "tar". By this, time-stamps are preserved.
6689 (tramp-smb-handle-copy-file): Handle also the case of directories.
6690 (tramp-smb-do-file-attributes-with-stat)
6691 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6692 Use `tramp-get-connection-buffer').
6693 (tramp-smb-handle-rename-file): Use "rename", when source and
6694 target are on the same share.
6695 (tramp-smb-maybe-open-connection): Handle wrong passwords.
6696 Use `tramp-smb-server-version'.
6697 (tramp-smb-wait-for-output): Remove prompt.
6698
6699 * net/tramp.el (top): Require 'cl.
6700 (tramp-methods, tramp-rsh-end-of-line):
6701 Remove `tramp-password-end-of-line' from docstring.
6702 (tramp-save-ad-hoc-proxies): New defcustom.
6703 (tramp-completion-function-alist): Adapt docstring.
6704 (tramp-default-password-end-of-line): Remove defcustom.
6705 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
6706 (tramp-user-regexp, tramp-file-name-regexp-unified)
6707 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6708 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6709 (tramp-remote-file-name-spec-regexp): New defconst.
6710 (tramp-file-name-structure): Extend structure for hops.
6711 (tramp-get-method-parameter): Move up.
6712 (tramp-file-name-p, tramp-dissect-file-name)
6713 (with-parsed-tramp-file-name): Handle hops.
6714 (tramp-file-name-hop): New defun.
6715 (tramp-make-tramp-file-name): New optional arg HOP.
6716 (tramp-message-show-progress-reporter-message): New defvar.
6717 (tramp-with-progress-reporter): Use it. We cannot use
6718 `tramp-message-show-message' here, because this suppresses also
6719 error buffers.
6720 (tramp-error-with-buffer): Suppress buffer view, if
6721 `tramp-message-show-message' is nil.
6722 Use `tramp-get-connection-buffer'.
6723 (tramp-cleanup): New defun.
6724 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6725 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6726 an error unchanged.
6727 (tramp-completion-handle-file-name-all-completions): Handle hops.
6728 Fix an error when called from ido.
6729 (tramp-completion-dissect-file-name): Use better local variable
6730 name. Add hop to the vector.
6731 (tramp-handle-insert-file-contents): Use progress-reporter for the
6732 whole scenario.
6733 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6734 to `t'.
6735 (tramp-check-for-regexp): Simplify search.
6736 (tramp-enter-password): Remove it. Move implementation ...
6737 (tramp-action-password): ... here.
6738 (tramp-mode-string-to-int, tramp-local-host-p)
6739 (tramp-make-tramp-temp-file, tramp-read-passwd)
6740 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6741 Set tramp-autoload cookie.
6742
6743 * net/trampver.el: Update release number.
6744
6745 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6746 Michael Albinus <michael.albinus@gmx.de>
6747
6748 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6749 (tramp-parse-group, tramp-parse-file)
6750 (tramp-parse-shostkeys-sknownhosts): New defuns.
6751 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6752 (tramp-parse-shosts-group, tramp-parse-sconfig)
6753 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6754 (tramp-parse-sknownhosts, tramp-parse-hosts)
6755 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6756 Use them.
6757 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6758 (tramp-parse-putty-group): Don't narrow.
6759 (tramp-parse-putty): Make a loop.
6760 (tramp-file-name-handler): Catch the `suppress' signal.
6761
6762 2012-06-11 Chong Yidong <cyd@gnu.org>
6763
6764 * image.el (imagemagick-register-types): Put the ImageMagick entry
6765 at the end of image-type-file-name-regexps.
6766
6767 2012-06-11 Johan Bockgård <bojohan@gnu.org>
6768
6769 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6770 (pcase, pcase-let*, pcase-dolist): Use them.
6771
6772 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * emacs-lisp/pcase.el (pcase--let*): New function.
6775 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6776 (pcase--expand): Use macroexp-let².
6777
6778 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6779
6780 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6781 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6782 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6783 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6784 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6785 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6786
6787 2012-06-10 Glenn Morris <rgm@gnu.org>
6788
6789 * mail/rmail.el (rmail-yank-current-message): Leave point at
6790 correct position. (Bug#11660)
6791
6792 2012-06-10 Chong Yidong <cyd@gnu.org>
6793
6794 * allout-widgets.el: Fix code header.
6795
6796 2012-06-10 Chong Yidong <cyd@gnu.org>
6797
6798 * cus-edit.el (customize-changed-options-previous-release):
6799 Bump to 24.1.
6800
6801 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6802
6803 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6804
6805 2012-06-09 Chong Yidong <cyd@gnu.org>
6806
6807 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6808
6809 2012-06-09 Martin Rudalics <rudalics@gmx.at>
6810
6811 * window.el (special-display-popup-frame): Don't use
6812 window--display-buffer (Bug#11651).
6813
6814 2012-06-09 Eli Zaretskii <eliz@gnu.org>
6815
6816 Fix parallel builds: make sure loaddefs.el is not being written
6817 while Lisp files are compiled.
6818 (compile): Don't depend on 'mh-autoloads'.
6819 (compile-CMD, compile-SH): Depend on 'autoloads'.
6820 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6821
6822 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6823
6824 2012-06-09 Chong Yidong <cyd@gnu.org>
6825
6826 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6827 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6828 Doc fixes (Bug#11225).
6829
6830 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6833 a function if there's a clear indication that it has a compiler-macro.
6834 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6835 (macro-declarations-alist): Add arglist to declaration functions.
6836 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6837 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6838 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6839 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6840 Also add autoload to find the compiler macro.
6841 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6842 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6843 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6844 (cl--compiler-macro-get): New functions, replacing calls to
6845 cl-define-compiler-macro.
6846 (cl-typep) [compiler-macro]: Use macroexp-let².
6847
6848 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6849
6850 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6851 string properly, fixes Bug#11473.
6852
6853 2012-06-08 Chong Yidong <cyd@gnu.org>
6854
6855 * faces.el (set-face-attribute): Doc fix.
6856 (modify-face): Don't use :bold and :italic.
6857 (error, warning, success): Tweak definitions.
6858
6859 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6860 (custom-modified, custom-set, custom-changed, custom-themed)
6861 (custom-saved, custom-button, custom-button-mouse)
6862 (custom-button-pressed, custom-state, custom-comment-tag)
6863 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6864 (custom-group-subtitle): Use new-style face specs.
6865 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6866 (custom-set-face, custom-changed-face, custom-saved-face)
6867 (custom-button-face, custom-button-pressed-face)
6868 (custom-documentation-face, custom-state-face)
6869 (custom-comment-face, custom-comment-tag-face)
6870 (custom-variable-tag-face, custom-variable-button-face)
6871 (custom-face-tag-face, custom-group-tag-face-1)
6872 (custom-group-tag-face): Remove obsolete face alias.
6873
6874 * epa.el (epa-validity-high, epa-validity-medium)
6875 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6876 (epa-field-name, epa-field-body):
6877 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6878 (font-lock-keyword-face, font-lock-builtin-face)
6879 (font-lock-function-name-face, font-lock-variable-name-face)
6880 (font-lock-type-face, font-lock-constant-face):
6881 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6882 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6883 * speedbar.el (speedbar-button-face, speedbar-file-face)
6884 (speedbar-directory-face, speedbar-tag-face)
6885 (speedbar-selected-face, speedbar-highlight-face)
6886 (speedbar-separator-face):
6887 * whitespace.el (whitespace-newline, whitespace-space)
6888 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6889 (whitespace-line, whitespace-space-before-tab)
6890 (whitespace-space-after-tab, whitespace-indentation)
6891 (whitespace-empty):
6892 * emulation/cua-base.el (cua-global-mark):
6893 * eshell/em-prompt.el (eshell-prompt):
6894 * net/newst-plainview.el (newsticker-new-item-face)
6895 (newsticker-old-item-face, newsticker-immortal-item-face)
6896 (newsticker-obsolete-item-face, newsticker-date-face)
6897 (newsticker-statistics-face, newsticker-default-face):
6898 * net/newst-reader.el (newsticker-feed-face)
6899 (newsticker-extra-face, newsticker-enclosure-face):
6900 * net/newst-treeview.el (newsticker-treeview-face)
6901 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6902 (newsticker-treeview-immortal-face)
6903 (newsticker-treeview-obsolete-face)
6904 (newsticker-treeview-selection-face):
6905 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6906 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6907 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6908 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6909 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6910 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6911 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6912 (mpuz-text):
6913 * progmodes/vera-mode.el (vera-font-lock-number)
6914 (vera-font-lock-function, vera-font-lock-interface):
6915 * textmodes/table.el (table-cell): Use new-style face specs, and
6916 don't use the old :bold and :italic attributes.
6917
6918 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6919 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6920 (ebrowse-member-class, ebrowse-progress): Likewise.
6921 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6922 (ebrowse-file-name-face, ebrowse-default-face)
6923 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6924 (ebrowse-progress-face): Remove obsolete faces.
6925
6926 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6927 Inherit from error and warning faces respectively.
6928
6929 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6930 Likewise.
6931 (flyspell-incorrect-face, flyspell-duplicate-face):
6932 Remove obsolete aliases.
6933
6934 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
6935
6936 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6937 Avoid infloop.
6938
6939 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6940
6941 * startup.el (argv, argi): Make lexically scoped.
6942 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6943 * emacs-lisp/cl-macs.el: Use lexical-binding.
6944 Rename cl-bind-* to cl--bind-*.
6945 * files.el: Don't require `cl' since it doesn't use it.
6946 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6947
6948 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
6949
6950 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6951 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6952 instead of calling external sort utility.
6953 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6954
6955 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6956
6957 * descr-text.el (describe-char): Mention how to insert the
6958 character, if the current input method doesn't support it.
6959 See the discussion in this thread for the details:
6960 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6961
6962 2012-06-08 Sam Steingold <sds@gnu.org>
6963
6964 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6965 XF86Back to previous-buffer.
6966 (minibuffer-local-map): Bind them to next-history-element and
6967 previous-history-element respectively.
6968 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6969 help-go-back respectively.
6970 * info.el (Info-mode-map): Bind them to Info-history-forward and
6971 Info-history-back respectively.
6972 These are the keys next to Up on the ThinkPad keyboard.
6973
6974 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6977 * emacs-lisp/cl-macs.el: Provide itself.
6978 (cl--labels-convert-cache): New var.
6979 (cl--labels-convert): New function.
6980 (cl-flet, cl-labels): New implementation with new semantics, relying on
6981 lexical-binding.
6982 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6983 (cl-closure-vars, cl--function-convert-cache)
6984 (cl--function-convert): Move from cl-macs.el.
6985 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6986 rename by removing the "cl-" prefix.
6987 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6988
6989 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6990
6991 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6992 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6993 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6994 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6995 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6996 (cl-hash-table-count): Add old compatibility aliases.
6997
6998 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6999 Use macroexpand-all-environment instead.
7000 (cl--old-macroexpand): New var.
7001 (cl--sm-macroexpand): New function.
7002 (cl-symbol-macrolet): Use it during macro expansion.
7003 (cl--function-convert-cache): New var.
7004 (cl--function-convert): New function, extracted from
7005 cl-macroexpand-all.
7006 (cl-lexical-let): Use it.
7007
7008 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
7009 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
7010 (cl-member): Remove old alias.
7011
7012 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
7013 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
7014 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
7015 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
7016 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
7017 (cl-macroexpand-cmacs): Remove var.
7018 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
7019 Use macroexpand-all instead.
7020
7021 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7022
7023 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
7024 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
7025 (macroexp-copyable-p): New functions and macros.
7026 * emacs-lisp/edebug.el (edebug-unwrap):
7027 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
7028 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
7029 (pcase--let*): Remove.
7030 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
7031 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
7032 macroexp-const-p instead.
7033 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
7034
7035 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
7036 instead of "cl-" for internal definitions. Use macroexp-const-p.
7037 (cl-old-bc-file-form): Remove var.
7038 (cl-const-exprs-p): Remove fun.
7039 (cl-labels, cl-macrolet): Use backquote.
7040 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
7041 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
7042 (cl-define-setf-expander): Rename from cl-define-setf-method.
7043 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
7044
7045 * international/mule-cmds.el: Don't require CL.
7046 (view-hello-file): Don't use `letf'.
7047
7048 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7049
7050 * tmm.el (tmm-prompt): Use string-prefix-p.
7051 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
7052 (tmm-add-prompt): Use minibuffer-completion-help.
7053 (tmm-delete-map): Remove.
7054
7055 * subr.el (kbd): Make it its own function.
7056
7057 2012-06-07 Stefan Merten <smerten@oekonux.de>
7058
7059 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
7060 Silence compiler warnings. Fix versions.
7061 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7062 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
7063 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7064 (rst-package-emacs-version-alist): Correct Emacs version to
7065 represent major merge with upstream.
7066 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7067
7068 2012-06-06 Glenn Morris <rgm@gnu.org>
7069
7070 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
7071 Only print environment variables if set.
7072
7073 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7074
7075 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
7076 (macroexp--cons): Rename from maybe-cons.
7077 (macroexp--accumulate): Rename from macroexp-accumulate.
7078 (macroexp--all-forms): Rename from macroexpand-all-forms.
7079 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
7080 (macroexp--expand-all): Rename from macroexpand-all-1.
7081
7082 2012-06-06 Sam Steingold <sds@gnu.org>
7083
7084 * calendar/calendar.el (calendar-in-read-only-buffer):
7085 Call `special-mode' to enable the standard read-only keybindings.
7086
7087 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7088
7089 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
7090 with "loading" messages (bug#11635).
7091
7092 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
7093
7094 * files.el (enable-remote-dir-locals): New option.
7095 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
7096
7097 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
7098 Ensure, that the temp directory is local.
7099
7100 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
7101 `temporary-file-directory'.
7102
7103 * progmodes/python.el (python-send-region): Ensure, that the
7104 temporary file is created also in the remote case.
7105
7106 2012-06-06 Glenn Morris <rgm@gnu.org>
7107
7108 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
7109 (vc-rcs-update-changelog): Use it.
7110
7111 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
7112
7113 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
7114 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
7115 (vc-sccs-diff): Replace use of the external vcdiff script.
7116
7117 2012-06-05 Glenn Morris <rgm@gnu.org>
7118
7119 * ledit.el: Move to obsolete/.
7120
7121 2012-06-05 Sam Steingold <sds@gnu.org>
7122
7123 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
7124 patch (Bug#11140).
7125
7126 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7127
7128 * emacs-lisp/cust-print.el: Move to obsolete.
7129
7130 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
7131 compiler-macro expansion.
7132
7133 Add native compiler-macro support.
7134 * emacs-lisp/macroexp.el (macroexpand-all-1):
7135 Support compiler-macros directly. Properly follow aliases and apply
7136 the compiler macros more thoroughly.
7137 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
7138 macroexpand now properly follows aliases.
7139 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
7140 (cl-compiler-macroexpand): Use new prop.
7141 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
7142
7143 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
7144
7145 2012-06-05 Martin Rudalics <rudalics@gmx.at>
7146
7147 * window.el (get-lru-window, get-mru-window, get-largest-window):
7148 New argument NOT-SELECTED to avoid picking the selected window.
7149 (window--display-buffer-1, window--display-buffer-2): Replace by
7150 new function window--display-buffer
7151 (display-buffer-same-window, display-buffer-reuse-window)
7152 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7153 Use window--display-buffer.
7154 (display-buffer-use-some-window): Remove temporary dedication
7155 hack by calling get-lru-window and get-largest-window with
7156 NOT-SELECTED argument non-nil. Call window--display-buffer.
7157
7158 2012-06-05 Glenn Morris <rgm@gnu.org>
7159
7160 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
7161 Replace external vcdiff script.
7162
7163 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7164
7165 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
7166
7167 2012-06-04 Chong Yidong <cyd@gnu.org>
7168
7169 * image.el (imagemagick-types-inhibit): Revert last change.
7170 Add INFO and M.
7171 (imagemagick-enabled-types): Remove CIN and EPS*.
7172
7173 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7174
7175 * emacs-lisp/cl-lib.el: Rename from cl.el.
7176 * emacs-lisp/cl.el: New compatibility file.
7177 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
7178 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
7179 to obey the "cl-" prefix.
7180 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
7181
7182 2012-06-03 Glenn Morris <rgm@gnu.org>
7183
7184 * emacs-lisp/authors.el (authors-aliases): Addition.
7185
7186 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
7187 Fix :version.
7188
7189 2012-06-03 Stefan Merten <smerten@oekonux.de>
7190
7191 * textmodes/rst.el: Add comments.
7192 (rst-transition, rst-adornment): New faces.
7193 (rst-adornment-faces-alist): Make default safe to reevaluate.
7194 Fixes
7195 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
7196 Improve customization tags.
7197 (rst-define-level-faces): Clarify meaning.
7198
7199 2012-06-03 Chong Yidong <cyd@gnu.org>
7200
7201 * progmodes/compile.el (compilation-mode-line-fail)
7202 (compilation-mode-line-run, compilation-mode-line-exit):
7203 New faces.
7204 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
7205
7206 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
7207
7208 * progmodes/which-func.el (which-func-update-ediff-windows):
7209 New function. Use it in ediff-select-hook (Bug#11478).
7210
7211 2012-06-03 Chong Yidong <cyd@gnu.org>
7212
7213 * bindings.el: Remove explicit help text from format-mode-line.
7214 It is now supplied by mode-line-default-help-echo.
7215 (mode-line-front-space, mode-line-end-spaces)
7216 (mode-line-misc-info): New variables.
7217 (mode-line-modes, mode-line-position): Move the default value to
7218 the variable definition.
7219 (mode-line-default-help-echo): New defcustom.
7220 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
7221 (mode-line-modified-help-echo): New functions.
7222 (mode-line-mule-info, mode-line-modified): Use them.
7223 (mode-line-eol-desc, propertized-buffer-identification):
7224 Consistency fixes for help text.
7225 (mode-line-coding-system-map): Allow using mouse-3 to invoke
7226 set-buffer-file-coding-system (Bug#289).
7227 (mode-line-mule-info-help-echo): Update help text.
7228
7229 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7230
7231 * simple.el (execute-extended-command): Set real-this-command
7232 (bug#11506).
7233
7234 2012-06-02 Chong Yidong <cyd@gnu.org>
7235
7236 Remove incorrect uses of "modeline" in comments, docstrings, and
7237 function/variable names (Bug#10329).
7238
7239 * cus-edit.el (mode-line):
7240 * dframe.el (dframe-mouse-hscroll):
7241 * emacs-lisp/re-builder.el:
7242 * emacs-lisp/easy-mmode.el (define-minor-mode):
7243 * frame.el (set-frame-name):
7244 * help.el (lookup-minor-mode-from-indicator):
7245 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
7246 * progmodes/cc-cmds.el (c-toggle-auto-newline)
7247 (c-toggle-hungry-state):
7248 * progmodes/antlr-mode.el (antlr-language-alist):
7249 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
7250 * progmodes/vhdl-mode.el (vhdl-mode):
7251 * progmodes/which-func.el (which-func, which-func-cleanup-function):
7252 * term/ns-win.el (ns-face-at-pos):
7253 * term/sup-mouse.el (sup-mouse-report):
7254 * textmodes/flyspell.el (flyspell-mode-line-string):
7255 * textmodes/ispell.el (ispell-highlight-face):
7256 * textmodes/reftex-global.el:
7257 * vc/vc-arch.el (vc-arch-mode-line-string):
7258 * vc/vc-cvs.el (vc-cvs-mode-line-string):
7259 * vc/vc-git.el (vc-git-mode-line-string):
7260 * vc/vc-hooks.el (vc-display-status)
7261 (vc-default-mode-line-string):
7262 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
7263
7264 * ansi-color.el (ansi-color-faces-vector): Change default faces.
7265
7266 * dired.el (dired-sort-set-mode-line): Rename from
7267 dired-sort-set-modeline. All callers changed.
7268
7269 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
7270 eshell-status-in-modeline.
7271
7272 * foldout.el (foldout-mode-line-string): Rename from
7273 foldout-modeline-string. All callers changed.
7274 (foldout-update-mode-line): Rename from foldout-update-modeline.
7275
7276 * subr.el (redraw-modeline): Make into obsolete alias.
7277
7278 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
7279 timeclock-modeline-display. Make old name an alias.
7280 (timeclock-update-mode-line): Likewise. All callers changed.
7281 (timeclock-mode-line-display): No need to check before using
7282 add-hook.
7283 (timeclock-relative, timeclock-day-over-hook)
7284 (timeclock-use-elapsed, timeclock-mode-string)
7285 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
7286
7287 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
7288 crisp-mode-modeline-string.
7289
7290 * play/solitaire.el (solitaire-build-mode-line): Rename from
7291 solitaire-build-modeline. All callers changed.
7292
7293 * play/zone.el (zone-hiding-mode-line): Rename from
7294 zone-hiding-modeline. All callers changed.
7295 (zone): Remove unusued `modeline-hidden-level' property.
7296
7297 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
7298 xscheme-modeline-initialize. All callers changed.
7299
7300 * strokes.el (strokes-lighter): Rename from
7301 strokes-modeline-string.
7302
7303 * textmodes/sgml-mode.el (html-face-tag-alist)
7304 (html-tag-face-alist): Use mode-line face instead of obsolete
7305 alias modeline.
7306
7307 2012-06-02 Stefan Merten <smerten@oekonux.de>
7308
7309 * textmodes/rst.el: Always require `cl'.
7310 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
7311
7312 2012-06-02 Chong Yidong <cyd@gnu.org>
7313
7314 * image.el (imagemagick-enabled-types): Rename from
7315 imagemagick-types-enable. Add many more types.
7316 (imagemagick-types-inhibit): Change default to nil.
7317 (imagemagick-filter-types): Caller changed.
7318
7319 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7320
7321 * emacs-lisp/cl-macs.el: Use backquotes.
7322 (cl-transform-function-property): Use eval-and-compile rather than
7323 abusing `require'.
7324 (defstruct): Use declare-function instead of with-no-warnings.
7325
7326 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7327 (byte-compile-output-docform): Re-add the print-circle bindings.
7328 (byte-compile-fix-header): Use #$ just because it's shorter.
7329 (byte-compile-output-file-form): Remove defun/defmacro.
7330
7331 2012-06-01 Martin Rudalics <rudalics@gmx.at>
7332
7333 * simple.el (choose-completion): Remove now obsolete binding for
7334 owindow.
7335
7336 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
7337
7338 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7339 in order to avoid "Stack overflow in regexp matcher".
7340
7341 2012-05-31 Glenn Morris <rgm@gnu.org>
7342
7343 * image.el: For clarity, call imagemagick-register-types at
7344 top-level, rather than relying on a custom :initialize.
7345 (imagemagick-types-enable): New option. (Bug#11557)
7346 (imagemagick-filter-types): New function. (Bug#7406)
7347 (imagemagick-register-types): Use imagemagick-filter-types.
7348 If disabling support, remove elements altogether rather
7349 than using an impossible regexp.
7350 (imagemagick-types-inhibit): Give it the default init function.
7351
7352 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7353
7354 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7355 Handle arbitrary file name lengths (Bug#11585).
7356
7357 2012-05-31 Martin Rudalics <rudalics@gmx.at>
7358
7359 * desktop.el (desktop-read): Clear previous and next buffers for
7360 all windows and bury *Messages* buffer (bug#11556).
7361
7362 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7363
7364 Add `declare' for `defun'. Align `defmacro's with it.
7365 * emacs-lisp/easy-mmode.el (define-minor-mode)
7366 (define-globalized-minor-mode): Don't autoload the var definitions.
7367 * emacs-lisp/byte-run.el: Use lexical-binding.
7368 (defun-declarations-alist, macro-declarations-alist): New vars.
7369 (defmacro, defun): Use them.
7370 (make-obsolete, define-obsolete-function-alias)
7371 (make-obsolete-variable, define-obsolete-variable-alias):
7372 Use `declare'.
7373 (macro-declaration-function): Mark obsolete.
7374 * emacs-lisp/autoload.el: Use lexical-binding.
7375 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
7376
7377 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7378
7379 * textmodes/ispell.el (ispell-with-no-warnings):
7380 Define as a macro.
7381 (ispell-kill-ispell, ispell-change-dictionary):
7382 Use `called-interactively-p' for Emacs instead of obsolete
7383 `interactive-p'.
7384
7385 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7386
7387 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7388 (macro-declaration-function): Move var from C code.
7389 (macro-declaration-function): Define function with defalias.
7390 * emacs-lisp/macroexp.el (macroexpand-all-1):
7391 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7392 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7393 defun/defmacro any more.
7394 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7395 Provide fallback for unknown arglist.
7396 (byte-compile-arglist-warn): Change calling convention.
7397 (byte-compile-output-file-form): Move print-vars binding.
7398 (byte-compile-output-docform): Simplify accordingly.
7399 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7400 (byte-compile-defmacro-declaration): Remove.
7401 (byte-compile-file-form-defmumble): Generalize to defalias.
7402 (byte-compile-output-as-comment): Return byte-positions.
7403 Simplify callers accordingly.
7404 (byte-compile-lambda): Use `assert'.
7405 (byte-compile-defun, byte-compile-defmacro): Remove.
7406 (byte-compile-file-form-defalias):
7407 Use byte-compile-file-form-defmumble.
7408 (byte-compile-defalias-warn): Remove.
7409
7410 2012-05-29 Stefan Merten <smerten@oekonux.de>
7411
7412 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
7413 possible. Fix authors. Improve comments. Improve loading of `cl'.
7414
7415 (rst-mode-abbrev-table): Merge definition.
7416 (rst-mode): Make sure `font-lock-defaults' is buffer local.
7417 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7418
7419 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
7420
7421 * calendar/icalendar.el
7422 (icalendar-export-region): Export UID properly.
7423
7424 2012-05-29 Leo Liu <sdl.web@gmail.com>
7425 * calendar/icalendar.el (icalendar-import-format):
7426 Add `icalendar-import-format-uid' (Bug#11525).
7427 (icalendar-import-format-uid): New.
7428 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7429 Export UID.
7430
7431 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7434 different alternative patterns.
7435 (pcase-codegen): Be more careful to preserve identity.
7436 (pcase--u1): Don't forget to mark vars as used.
7437
7438 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7439 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7440 (byte-compile-from-buffer): ...rather than here.
7441
7442 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7443 functions from byte-compile-function-environment.
7444
7445 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
7446
7447 * window.el (window-deletable-p): Avoid deleting the root window
7448 of a frame with an active minibuffer.
7449
7450 2012-05-29 Martin Rudalics <rudalics@gmx.at>
7451
7452 * simple.el (choose-completion): Use quit-window (Bug#11567).
7453
7454 2012-05-29 Chong Yidong <cyd@gnu.org>
7455
7456 * whitespace.el (whitespace-cleanup): Fix usage of
7457 whitespace-empty-at-bob-regexp (Bug#11492).
7458
7459 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7460
7461 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7462 revert (Bug#11488).
7463
7464 2012-05-29 Juri Linkov <juri@jurta.org>
7465
7466 * isearch.el (isearch-mode-map): Bind `M-s _' to
7467 `isearch-toggle-symbol'. Bind `M-s c' to
7468 `isearch-toggle-case-fold'.
7469 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7470 (isearch-forward): Add `M-s _' to the docstring.
7471 (isearch-forward-symbol, isearch-toggle-case-fold)
7472 (isearch-symbol-regexp): New functions. (Bug#11381)
7473
7474 2012-05-29 Juri Linkov <juri@jurta.org>
7475
7476 * isearch.el (isearch-word): Add docstring. (Bug#11381)
7477 (isearch-occur, isearch-search-and-update): If `isearch-word' is
7478 a function, call it to get the regexp.
7479 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7480 property `isearch-message-prefix' instead of the string "word ".
7481 (isearch-search-fun-default): For the case of `isearch-word',
7482 return a lambda that calls re-search-forward/re-search-backward
7483 with a regexp returned by `word-search-regexp' or by the function
7484 in `isearch-word'.
7485
7486 2012-05-29 Juri Linkov <juri@jurta.org>
7487
7488 * isearch.el (isearch-search-fun-default): New function.
7489 (isearch-search-fun): Move default part to the new function
7490 `isearch-search-fun-default'.
7491 (isearch-search-fun-function): Set the default value to
7492 `isearch-search-fun-default'. (Bug#11381)
7493
7494 * comint.el (comint-history-isearch-end):
7495 Use `isearch-search-fun-default'.
7496 (comint-history-isearch-search): Use `isearch-search-fun-default'
7497 and remove spacial case for `isearch-word'.
7498 (comint-history-isearch-wrap): Remove spacial case for
7499 `isearch-word'.
7500
7501 * hexl.el (hexl-isearch-search-function):
7502 Use `isearch-search-fun-default'.
7503
7504 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7505 Use `word-search-regexp' for `isearch-word'.
7506
7507 * misearch.el (multi-isearch-search-fun):
7508 Use `isearch-search-fun-default'.
7509
7510 * simple.el (minibuffer-history-isearch-search):
7511 Use `isearch-search-fun-default' and remove spacial case for
7512 `isearch-word'.
7513 (minibuffer-history-isearch-wrap): Remove spacial case for
7514 `isearch-word'.
7515
7516 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7517 Remove spacial case for `isearch-word'.
7518 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7519
7520 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7521
7522 Decrease XEmacs incompatibilities.
7523 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7524 Use `string-match'.
7525 (flyspell-delete-region-overlays): Use alternative definition for
7526 XEmacs.
7527 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7528 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7529 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7530 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7531 `define-obsolete-face-alias' under XEmacs, but old method.
7532
7533 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7534 `with-no-warnings' definition or Emacs alias.
7535 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7536 (ispell-word): Do not use `region-p' if XEmacs.
7537
7538 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7539
7540 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7541 Check for `ispell-dictionary-base-alist' instead of full
7542 `ispell-dictionary-alist'.
7543 (ispell-init-process): Show spellchecker when starting new Ispell
7544 process.
7545
7546 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7547
7548 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7549 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7550
7551 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
7552
7553 * version.el (motif-version-string, gtk-version-string)
7554 (ns-version-string): Declare.
7555
7556 2012-05-27 Juri Linkov <juri@jurta.org>
7557
7558 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7559 after the `eval-defun-1' specialcaseing
7560 like in `edebug-eval-defun' (bug#10181).
7561
7562 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7563 like in `eval-defun-1'.
7564
7565 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7566
7567 * mail/sendmail.el (mail-yank-region):
7568 Recognize rmail-yank-current-message in addition to insert-buffer.
7569 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7570 a *mail* buffer created through rmail-start-mail with sendmail as
7571 mail-user-agent.
7572
7573 2012-05-27 Chong Yidong <cyd@gnu.org>
7574
7575 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7576 Default to 256 (Bug#11267).
7577
7578 * help.el (describe-mode): Doc fix.
7579
7580 2012-05-26 Glenn Morris <rgm@gnu.org>
7581
7582 * w32-fns.el (w32-init-info): Remove.
7583 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7584
7585 * info.el (info-initialize): For self-contained NS builds, put the
7586 included info/ directory at the front. (Bug#2791)
7587
7588 * paths.el (Info-default-directory-list): Make it a defcustom,
7589 mainly so that we can use custom-initialize-delay.
7590
7591 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * subr.el (buffer-has-markers-at): Mark obsolete.
7594
7595 * subr.el (lambda): Use declare.
7596
7597 * emacs-lisp/lisp-mode.el (lambda):
7598 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7599
7600 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7601
7602 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7603
7604 2012-05-26 Glenn Morris <rgm@gnu.org>
7605
7606 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7607
7608 2012-05-25 Glenn Morris <rgm@gnu.org>
7609
7610 * paths.el: Remove no-byte-compile.
7611 * loadup.el: No need to load paths.el uncompiled.
7612
7613 * image.el (imagemagick-types-inhibit): Doc fix.
7614
7615 * version.el: Remove no-byte-compile and associated formatting.
7616 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7617 is ancient code from when there was an "inc-vers.el".
7618
7619 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7620
7621 * progmodes/gdb-mi.el: Minor style changes.
7622 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7623 Turn into minor modes.
7624 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7625 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7626 (gdb-shell): Remove unneeded let-binding.
7627 (gdb-get-many-fields): Eliminate O(n²) behavior.
7628
7629 2012-05-25 Eli Zaretskii <eliz@gnu.org>
7630
7631 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7632 platforms that don't link in fontset.c.
7633
7634 2012-05-25 Juri Linkov <juri@jurta.org>
7635
7636 Use the same diff color scheme as in modern VCSes (bug#10181).
7637
7638 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7639 to avoid confusion with `diff-added' that now uses green colors.
7640 (diff-removed): Use shades of red.
7641 (diff-added): Use shades of green.
7642 (diff-changed): Leave just the yellow color.
7643 (diff-use-changed-face): New variable.
7644 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7645 how to highlight context diff changes.
7646 (diff-refine-change): Use shades of yellow.
7647 (diff-refine-removed): New face that uses shades of red.
7648 (diff-refine-added): New face that uses shades of green.
7649 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7650 `diff-refine-removed' in the call to `smerge-refine-subst'
7651 depending on the value of `diff-use-changed-face'.
7652
7653 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7654 (smerge-other): Use shades of green.
7655 (smerge-base): Use shades of yellow.
7656 (smerge-refined-change): Empty face.
7657 (smerge-refined-removed): New face that uses shades of red.
7658 (smerge-refined-added): New face that uses shades of green.
7659 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7660 args `props-r' and `props-a', and use them. Doc fix.
7661 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7662 on its value use different faces `smerge-refined-change',
7663 `smerge-refined-removed', `smerge-refined-added' in the call to
7664 `smerge-refine-subst'.
7665
7666 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7667 Add face condition `min-colors 88' with shades of red.
7668 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7669 `min-colors 88' with shades of green.
7670 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7671 `min-colors 88' with shades of yellow.
7672
7673 2012-05-24 Glenn Morris <rgm@gnu.org>
7674
7675 * paths.el (prune-directory-list, remote-shell-program): Move to...
7676 * files.el (prune-directory-list, remote-shell-program): ...here.
7677 For the latter, delay initialization, prefer ssh, just search PATH.
7678
7679 * paths.el (term-file-prefix): Move to faces.el (the only user).
7680 * faces.el (term-file-prefix): Move here, make it a defcustom.
7681
7682 * paths.el (news-directory, news-path, news-inews-program):
7683 Move to gnus/nnspool.el.
7684
7685 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7686
7687 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7688 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7689 Make the latter a defcustom, with a delayed initialization.
7690
7691 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7692 These were deleted from Gnus itself late 2010.
7693
7694 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
7695
7696 * progmodes/which-func.el (which-func-ff-hook):
7697 Check against user-error, not error.
7698
7699 * emacs-lisp/edebug.el (top): Do not load or set up loading of
7700 cl-specs.el, which no longer exists.
7701
7702 2012-05-22 Glenn Morris <rgm@gnu.org>
7703
7704 * info.el (info-emacs-bug): New command.
7705 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7706 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7707
7708 2012-05-21 Glenn Morris <rgm@gnu.org>
7709
7710 * makefile.w32-in (update-subdirs-SH):
7711 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7712
7713 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7714
7715 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7716
7717 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7718 Simplify Maven regexp, and make sure the file can't start with a space
7719 (bug#11517).
7720
7721 2012-05-21 Glenn Morris <rgm@gnu.org>
7722
7723 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7724 Scrap superfluous subshells.
7725
7726 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7727
7728 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7729 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7730
7731 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7732
7733 * calc/calc.el (calc-ensure-consistent-units): New variable.
7734
7735 * calc/calc-units.el (math-consistent-units-p)
7736 (math-check-unit-consistency): New functions.
7737 (calc-quick-units, calc-convert-units):
7738 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7739 is non-nil.
7740 (calc-extract-units): Fix typo.
7741
7742 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7743
7744 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7745
7746 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7747 (flyspell-default-deplacement-commands): Don't spell check after
7748 repeated window/frame switches (e.g. triggered by mouse-movement).
7749 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7750 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7751 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7752 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7753 Remove unused vars.
7754 (flyspell-get-casechars, flyspell-get-not-casechars):
7755 Simplify; Don't bother removing a ] just to add it back.
7756 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7757
7758 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7759
7760 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7761 New functions.
7762 (math-function-table): Add support for more C functions.
7763
7764 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7765
7766 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7767 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7768 Protect delay handling for otherchars against empty otherchars.
7769
7770 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7771
7772 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7773 their respective macro declarations.
7774 * skeleton.el (define-skeleton):
7775 * progmodes/compile.el (define-compilation-mode):
7776 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7777 (define-ibuffer-filter):
7778 * emacs-lisp/generic.el (define-generic-mode):
7779 * emacs-lisp/easy-mmode.el (define-minor-mode)
7780 (define-globalized-minor-mode):
7781 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7782 * emacs-lisp/byte-run.el (defsubst):
7783 * custom.el (deftheme): Add doc-string metadata.
7784
7785 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7786
7787 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7788
7789 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7790
7791 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7792
7793 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7794 * emacs-lisp/cl-macs.el: Idem.
7795 * emacs-lisp/cl-specs.el: Remove.
7796
7797 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 Minor renaming of internal CL functions and variables.
7800 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7801 (cl--position): Rename from cl-position.
7802 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7803 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7804 (cl--random-state): Rename from *random-state*.
7805
7806 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7809 parens around the arg list (bug#11499).
7810
7811 2012-05-17 Juri Linkov <juri@jurta.org>
7812
7813 * isearch.el (word-search-regexp, word-search-backward)
7814 (word-search-forward, word-search-backward-lax)
7815 (word-search-forward-lax): Move functions from search.c
7816 (bug#10145, bug#11381).
7817
7818 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7819
7820 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7821 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7822 Delay for otherchars as for normal word components.
7823
7824 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * minibuffer.el (completion--sifn-requote): Fix last change.
7827 (minibuffer-local-must-match-filename-map):
7828 Move define-obsolete-variable-alias before its var.
7829
7830 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7831
7832 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7833
7834 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7835 behavior.
7836 (completion--string-equal-p): New function.
7837 (completion--twq-all): Use it to get better assertion failure data.
7838
7839 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7840 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7841 (shell--requote-argument): New functions.
7842 (shell-completion-vars): Use them.
7843 (shell--parse-pcomplete-arguments): Rename from
7844 shell-parse-pcomplete-arguments.
7845 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7846 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7847 Obey comint-file-name-quote-list.
7848
7849 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7850 (smie-indent-keyword): Use it.
7851
7852 2012-05-14 Stefan Merten <smerten@oekonux.de>
7853
7854 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7855
7856 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7857
7858 * net/rlogin.el (rlogin-mode-map): Fix last change.
7859
7860 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
7861
7862 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7863 the following \r\n using a single `process-send-string', since the
7864 Lotus SMTP server refuses to accept any commands if they are sent
7865 with two `process-send-string's (Bug#11444).
7866
7867 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7868
7869 * shell.el (shell-parse-pcomplete-arguments):
7870 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7871
7872 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7873
7874 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7875 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7876 (image-transform-width, image-transform-fit-width): New functions.
7877 (image-transform-properties): Use them.
7878 (image-transform-check-size): New function.
7879 (image-toggle-display-image): Use it (for testing).
7880 (image-transform-set-rotation): Reduce angle mod 360.
7881 Delete obsolete comment.
7882
7883 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7884
7885 * image-mode.el: Fix scaling (bug#11399).
7886 (image-transform-resize): Doc fix.
7887 (image-transform-properties): Default scale is 1 and height should
7888 be an integer.
7889
7890 2012-05-13 Johan Bockgård <bojohan@gnu.org>
7891
7892 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7893 than hard-coding `car', to fix misbehavior when moving forward.
7894
7895 2012-05-13 Chong Yidong <cyd@gnu.org>
7896
7897 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7898 (tabulated-list-entries, tabulated-list-padding)
7899 (tabulated-list-sort-key): Make permanent-local.
7900
7901 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7902 (electric-buffer-list): Put electric buffer menu
7903 command descriptions in this docstring, instead of the docstring
7904 of electric-buffer-menu-mode. Code cleanups.
7905 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7906 Electric-buffer-menu-mode.
7907 (electric-buffer-update-highlight): Minor code cleanup.
7908
7909 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
7910
7911 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7912 (Bug#11447)
7913
7914 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7915
7916 Move define-obsolete-variable-alias before the var's definition.
7917 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7918 * tooltip.el (tooltip-hook):
7919 * textmodes/reftex-toc.el (reftex-toc-map):
7920 * textmodes/reftex-sel.el (reftex-select-label-map)
7921 (reftex-select-bib-map):
7922 * textmodes/reftex-index.el (reftex-index-map)
7923 (reftex-index-phrases-map):
7924 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7925 * progmodes/meta-mode.el (meta-mode-map):
7926 * novice.el (disabled-command-hook):
7927 * loadhist.el (unload-hook-features-list):
7928 * frame.el (blink-cursor):
7929 * files.el (find-file-not-found-hooks, write-file-hooks)
7930 (write-contents-hooks):
7931 * emulation/tpu-edt.el (GOLD-map):
7932 * emacs-lock.el (emacs-lock-from-exiting):
7933 * emacs-lisp/generic.el (generic-font-lock-defaults):
7934 * emacs-lisp/chart.el (chart-map):
7935 * dos-fns.el (register-name-alist):
7936 * dired-x.el (dired-omit-files-p):
7937 * desktop.el (desktop-enable):
7938 * cus-edit.el (custom-mode-hook):
7939 * buff-menu.el (buffer-menu-mode-hook):
7940 * bookmark.el (bookmark-read-annotation-text-func)
7941 (bookmark-exit-hooks):
7942 * allout.el (allout-mode-deactivate-hook)
7943 (allout-exposure-change-hook, allout-structure-added-hook)
7944 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7945 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7946 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7947 comes before the corresponding variable's definition.
7948
7949 2012-05-12 Chong Yidong <cyd@gnu.org>
7950
7951 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
7952 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7953 (Buffer-menu-mode-map): Bind it.
7954 (Buffer-menu--pretty-name): Add a mouse-face property.
7955
7956 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7957
7958 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7959 (prolog-upper-case-string, prolog-lower-case-string)
7960 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7961 (prolog-use-smie, prolog-smie-grammar): New vars.
7962 (prolog-smie-forward-token, prolog-smie-backward-token)
7963 (prolog-smie-rules): New funs.
7964 (prolog-comment-indent): Remove.
7965 (prolog-mode-variables): Use default comment indentation instead.
7966 Setup SMIE.
7967 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7968 (prolog-mode): Don't call them any more.
7969 (prolog-electric-colon, prolog-electric-dash)
7970 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7971
7972 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7973
7974 * minibuffer.el (completion--twq-all): Again, allow case differences.
7975
7976 * term.el: Move keymap initialization code to be more idiomatic.
7977 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7978 (term-terminal-menu): Move initialization into declaration.
7979 (term-escape-char): Let the user set it in her .emacs.
7980
7981 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7982 Provide SMIE-based indentation (not enabled by default yet).
7983 (sh-mode-map): Don't bind electric keys.
7984 Use electric-pair-mode instead of skeleton-pair.
7985 (sh-assignment-regexp): Fit within 80 columns.
7986 (sh-indent-supported): Specify actual shell name instead of boolean.
7987 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7988 (sh-maybe-here-document): Use it. Make obsolete.
7989 (sh-electric-here-document-mode) New minor mode.
7990 (sh-mode): Use it. Don't set sh-indent-supported-here here.
7991 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7992 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7993 (sh-smie-rc-grammar, sh-use-smie): New vars.
7994 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7995 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7996 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7997 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7998 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7999 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
8000 (sh-set-shell): Use smie-setup if requested.
8001
8002 * term.el (term-set-escape-char): Properly set term-escape-char.
8003 See http://stackoverflow.com/questions/10524656.
8004
8005 2012-05-10 Chong Yidong <cyd@gnu.org>
8006
8007 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
8008 Use url-generic-parse-url, and handle host names and Windows
8009 filenames properly.
8010 (ffap-url-unwrap-remote): Use url-generic-parse-url.
8011 (ffap-url-unwrap-remote): Accept list values, specifying a list of
8012 URL schemes to work on.
8013 (ffap--toggle-read-only): New function.
8014 (ffap-read-only, ffap-read-only-other-window)
8015 (ffap-read-only-other-frame): Use it.
8016 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
8017 necessary for ffap-url-unwrap-remote.
8018
8019 2012-05-10 Dave Abrahams <dave@boostpro.com>
8020
8021 * cus-start.el (create-lockfiles): Add it.
8022
8023 2012-05-09 Chong Yidong <cyd@gnu.org>
8024
8025 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
8026 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
8027
8028 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8030 * shell.el (shell-completion-vars): Fix last change (bug#11348).
8031
8032 2012-05-09 Chong Yidong <cyd@gnu.org>
8033
8034 * ansi-color.el (ansi-color-process-output): Check for validity of
8035 comint-last-output-start before using it. This avoids a bad
8036 interaction with gdb-mi's input/output buffer.
8037
8038 2012-05-09 Glenn Morris <rgm@gnu.org>
8039
8040 * files.el (dir-locals-read-from-file):
8041 Mention dir-locals in any error message.
8042
8043 2012-05-09 Chong Yidong <cyd@gnu.org>
8044
8045 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
8046 package (Bug#11410).
8047
8048 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
8049 variables into description.
8050
8051 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8052
8053 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
8054 shell-delimiter-argument-list (bug#11348).
8055 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
8056
8057 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
8058
8059 * textmodes/rst.el: Silence byte-compiler warnings.
8060 (rst-re-alist, rst-reset-section-caches): Move around.
8061 (rst-re): Use `characterp', not `char-valid-p'.
8062 (font-lock-beg, font-lock-end): Declare.
8063
8064 * progmodes/idlw-shell.el (specs): Remove reference to deleted
8065 variable `idlwave-shell-activate-alt-keybindings' and simplify.
8066
8067 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
8068
8069 2012-05-08 Glenn Morris <rgm@gnu.org>
8070
8071 * files.el (auto-mode-alist): Treat ".make" like ".mk".
8072
8073 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8074
8075 * vc/log-edit.el: Add GNU coding standards highlighting.
8076 (log-edit-font-lock-gnu-style)
8077 (log-edit-font-lock-gnu-keywords): New vars.
8078 (log-edit-font-lock-keywords): New fun.
8079 (log-edit-mode): Don't fold case in font-lock.
8080 (log-edit-font-lock-keywords): Do not assume case-folding.
8081
8082 * imenu.el: Misc cleanup. Make docstrings out of comments.
8083 Use lexical-binding.
8084 (imenu--index-alist, imenu--last-menubar-index-alist)
8085 (imenu-menubar-modified-tick): Use defvar-local.
8086 (imenu--split-menu): Remove unused var.
8087 (imenu--cleanup-seen): Declare as global.
8088 (imenu--cleanup): Use dolist.
8089
8090 * subr.el (defvar-local): Add debug spec and doc-string position.
8091
8092 2012-05-08 Glenn Morris <rgm@gnu.org>
8093
8094 * language/burmese.el, language/cham.el, language/czech.el:
8095 * language/english.el, language/georgian.el, language/greek.el:
8096 * language/japanese.el, language/khmer.el, language/korean.el:
8097 * language/lao.el, language/misc-lang.el, language/romanian.el:
8098 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
8099 * language/thai.el, language/utf-8-lang.el:
8100 Remove no-byte-compile setting.
8101
8102 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
8103
8104 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8105
8106 * progmodes/make-mode.el (makefile-browse):
8107 Remove unnecessary interactive. (Bug#11324)
8108
8109 2012-05-07 Glenn Morris <rgm@gnu.org>
8110
8111 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
8112
8113 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
8114
8115 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8116
8117 * loadup.el: Preload newcomment.el.
8118 * newcomment.el: Move autoload-only code to toplevel.
8119
8120 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
8121 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8122 Handle new :right-align column property.
8123 (tabulated-list-print-col): Idem, plus use `display' text-property to
8124 try and preserve alignment for variable pitch fonts.
8125
8126 2012-05-07 Chong Yidong <cyd@gnu.org>
8127
8128 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
8129 (tabulated-list-use-header-line): New var.
8130 (tabulated-list-init-header): Use it.
8131 (tabulated-list-print-fake-header): New function.
8132 (tabulated-list-print): Use it.
8133 (tabulated-list-sort-button-map): Add non-header-line commands.
8134 (tabulated-list-init-header): Add column name property to basic
8135 labels as well.
8136 (tabulated-list-col-sort): Handle non-header-line button case.
8137 (tabulated-list--sort-by-column-name): Fix a corner case.
8138
8139 * buff-menu.el (list-buffers--refresh):
8140 Handle Buffer-menu-use-header-line.
8141
8142 2012-05-06 Chong Yidong <cyd@gnu.org>
8143
8144 * buff-menu.el: Convert to Tabulated List mode.
8145 (Buffer-menu-buffer+size-width): Make obsolete.
8146 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
8147 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
8148 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
8149 documentation into docstring of buffer-menu.
8150 (Buffer-menu-toggle-files-only): Add an informative message.
8151 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
8152 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
8153 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
8154 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
8155 (Buffer-menu-execute, Buffer-menu-select)
8156 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
8157 (Buffer-menu-bury): Use Tabulated List machinery.
8158 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
8159 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
8160 Delete.
8161 (list-buffers--refresh): New function.
8162 (list-buffers-noselect): Use it.
8163 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
8164 (Buffer-menu--pretty-file-name): New helper functions.
8165
8166 * loadup.el: Preload tabulated-list.
8167
8168 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
8169 tabulated-list-sort-column.
8170 (tabulated-list-init-header): Add the initial aligning space even
8171 if tabulated-list-padding is zero.
8172
8173 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
8174
8175 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
8176 whose cdr is not a cons cell correctly (bug#11038).
8177
8178 2012-05-06 Chong Yidong <cyd@gnu.org>
8179
8180 * emacs-lisp/tabulated-list.el (tabulated-list-format):
8181 Accept additional plist in column descriptors.
8182 (tabulated-list-init-header): Obey it.
8183 (tabulated-list-get-entry): New function.
8184 (tabulated-list-put-tag): Use it. Use string-width instead of
8185 length.
8186 (tabulated-list--column-number): New function.
8187 (tabulated-list-print): Use it.
8188 (tabulated-list-print-col): New function.
8189 Set `tabulated-list-column-name' property on each column's text.
8190 (tabulated-list-print-entry): Use it.
8191 (tabulated-list-delete-entry, tabulated-list-set-col):
8192 New functions.
8193 (tabulated-list-sort-column): New command (Bug#11337).
8194
8195 * buff-menu.el (list-buffers): Move C-x C-b binding from
8196 buff-menu.el to bindings.el.
8197
8198 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
8199 :advertised-binding feature.
8200
8201 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
8202
8203 * progmodes/compile.el (compilation-internal-error-properties):
8204 Calculate start position correctly when end-col is set but
8205 end-line is not (Bug#11382).
8206
8207 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
8208
8209 * man.el (Man-unindent): Use text-property-default-nonsticky to
8210 prevent untabify from inheriting face properties (Bug#11408).
8211
8212 2012-05-05 Stefan Merten <smerten@oekonux.de>
8213
8214 * textmodes/rst.el: Major merge with upstream development up to
8215 Docutils SVN r7399 / rst.el V1.2.1.
8216
8217 Clarify maintainership and authors.
8218
8219 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
8220 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
8221 (rst-official-version, rst-official-cvs-rev, rst-version)
8222 (rst-package-emacs-version-alist): New functions and variables
8223 for version information.
8224
8225 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
8226 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
8227 (rst-mode-syntax-table, rst-mode): New and corrected functions
8228 and variables representing reStructuredText features.
8229
8230 (rst-re): New function for reStructuredText regexes. Use in
8231 many places.
8232
8233 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
8234 (rst-mode-map): Rebind keys.
8235
8236 (rst-mode-lazy, rst-font-lock-keywords)
8237 (rst-font-lock-extend-region)
8238 (rst-font-lock-extend-region-internal)
8239 (rst-font-lock-extend-region-extend)
8240 (rst-font-lock-find-unindented-line-limit)
8241 (rst-font-lock-find-unindented-line-match)
8242 (rst-adornment-level, rst-font-lock-adornment-level)
8243 (rst-font-lock-adornment-match)
8244 (rst-font-lock-handle-adornment-pre-match-form)
8245 (rst-font-lock-handle-adornment-matcher): Major revision of
8246 font-locking. Integrate with other code. Use `jit-lock-mode'.
8247
8248 (rst-preferred-adornments, rst-adjust-hook)
8249 (rst-new-adornment-down, rst-preferred-bullets)
8250 (rst-preferred-bullets, rst-indent, rst-indent-width)
8251 (rst-indent-field, rst-indent-literal-normal)
8252 (rst-indent-literal-minimized, rst-indent-comment): Change,
8253 extend and improve customization.
8254
8255 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
8256 (rst-normalize-cursor-position, rst-get-decoration)
8257 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
8258 (rst-rstrip, rst-toc-insert-find-delete-contents)
8259 (rst-shift-fill-region, rst-compute-bullet-tabs)
8260 (rst-debug-print-tabs, rst-debug-mark-found)
8261 (rst-shift-region-guts, rst-shift-region-right)
8262 (rst-shift-region-left, rst-use-char-classes)
8263 (rst-font-lock-keywords-function)
8264 (rst-font-lock-indentation-point)
8265 (rst-font-lock-find-unindented-line-begin)
8266 (rst-font-lock-find-unindented-line-end)
8267 (rst-font-lock-find-unindented-line)
8268 (rst-font-lock-adornment-point, rst-font-lock-level)
8269 (rst-adornment-level-alist): Remove functions and variables.
8270
8271 (rst-compare-adornments, rst-get-adornment-match)
8272 (rst-suggest-new-adornment, rst-get-adornments-around)
8273 (rst-adornment-complete-p, rst-get-next-adornment)
8274 (rst-adjust-adornment, rst-display-adornments-hierarchy)
8275 (rst-straighten-adornments): Standardize function names to
8276 use "adornment" instead of "decoration". Correct callers.
8277 Similar standardizing in many places.
8278
8279 (rst-update-section, rst-adjust, rst-promote-region)
8280 (rst-enumerate-region, rst-bullet-list-region)
8281 (rst-repeat-last-character): Correct use of `interactive'.
8282
8283 (rst-classify-adornment, rst-find-all-adornments)
8284 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
8285 (rst-find-leftmost-column, rst-repeat-last-character):
8286 Refactor functions.
8287
8288 (rst-find-title-line, rst-reset-section-caches)
8289 (rst-get-adornments-around, rst-adjust-adornment-work)
8290 (rst-arabic-to-roman, rst-roman-to-arabic)
8291 (rst-insert-list-pos, rst-insert-list-new-item)
8292 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
8293 New functions.
8294
8295 (rst-all-sections, rst-section-hierarchy)
8296 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
8297 New variables.
8298
8299 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
8300 configuration instead of only buffer. Change where necessary.
8301
8302 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
8303 (rst-shift-region, rst-adaptive-fill): New functions for
8304 indentation and filling.
8305
8306 (rst-comment-line-break, rst-comment-indent)
8307 (rst-comment-insert-comment, rst-comment-region)
8308 (rst-uncomment-region): New functions for handling comments.
8309
8310 (rst-compile): Quote shell arguments.
8311
8312 (rst-compile-pdf-preview, rst-compile-slides-preview):
8313 Delete temporary files after use.
8314
8315 2012-05-05 Glenn Morris <rgm@gnu.org>
8316
8317 * calendar/cal-html.el: Optionally include holidays in the output.
8318 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8319 (cal-html-holidays): New option.
8320 (cal-html-css-default): Add holiday entry.
8321 (holiday-in-range): Autoload it.
8322 (cal-html-htmlify-entry): Add optional class argument.
8323 (cal-html-htmlify-list): Add optional holidays argument.
8324 (cal-html-insert-agenda-days): Include holidays in the output.
8325 (cal-html-one-month): Maybe include holidays.
8326
8327 * calendar/holidays.el (holiday-in-range):
8328 Move here from cal-tex-list-holidays.
8329 * calendar/cal-tex.el (cal-tex-list-holidays):
8330 Make it an obsolete alias for holiday-in-range. Update all callers.
8331
8332 2012-05-05 Chong Yidong <cyd@gnu.org>
8333
8334 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8335 Nextstep.
8336
8337 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
8338
8339 * files.el (file-auto-mode-skip): New var.
8340 (set-auto-mode-1): Use it.
8341
8342 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8343
8344 * repeat.el: Use lexical-binding.
8345 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8346 (repeat-undo-count): Remove.
8347 (repeat):
8348 * progmodes/octave-mod.el (octave-abbrev-start):
8349 * progmodes/f90.el (f90-abbrev-start):
8350 * face-remap.el (text-scale-adjust):
8351 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8352
8353 * emacs-lisp/pcase.el (pcase--let*): New function.
8354 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8355 a bit more.
8356 (pcase--split-pred): Be more clever about ruling out overlap between
8357 a predicate and some constant pattern.
8358 (pcase--q1): Use `null' instead of (eq foo nil).
8359
8360 * subr.el (setq-local, defvar-local): New macros.
8361 (kbd): Redefine as an alias.
8362 (with-selected-window): Leave unrelated frames alone.
8363 (set-temporary-overlay-map): New function.
8364
8365 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8366
8367 * subr.el (user-error): New function.
8368 * window.el (switch-to-buffer):
8369 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8370 (smerge-match-conflict):
8371 * simple.el (previous-matching-history-element)
8372 (next-matching-history-element, goto-history-element, undo-more)
8373 (undo-start):
8374 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8375 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8376 (next-file, tags-loop-scan, list-tags, complete-tag):
8377 * progmodes/compile.el (compilation-loop):
8378 * mouse.el (mouse-minibuffer-check):
8379 * man.el (Man-bgproc-sentinel, Man-goto-page):
8380 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8381 (Info-history-forward, Info-follow-reference, Info-menu)
8382 (Info-extract-menu-item, Info-extract-menu-counting)
8383 (Info-forward-node, Info-backward-node, Info-next-menu-item)
8384 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8385 (Info-next-reference, Info-prev-reference, Info-index)
8386 (Info-index-next, Info-follow-nearest-node)
8387 (Info-copy-current-node-name):
8388 * imenu.el (imenu--make-index-alist)
8389 (imenu-default-create-index-function, imenu-add-to-menubar):
8390 * files.el (basic-save-buffer, recover-file):
8391 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8392 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8393 (checkdoc-message-text, checkdoc-defun):
8394 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8395 * cus-edit.el (customize-changed-options, customize-rogue)
8396 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8397 (custom-variable-mark-to-reset-standard)
8398 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8399 (custom-file):
8400 * completion.el (check-completion-length):
8401 * comint.el (comint-search-arg)
8402 (comint-previous-matching-input-string-position)
8403 (comint-previous-matching-input)
8404 (comint-replace-by-expanded-history-before-point, comint-send-input)
8405 (comint-copy-old-input, comint-backward-matching-input)
8406 (comint-goto-process-mark, comint-set-process-mark):
8407 * calendar/calendar.el (calendar-cursor-to-date): Use it.
8408 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8409
8410 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8411
8412 * dabbrev.el (dabbrev--ignore-case-p): New function.
8413 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8414 Use it.
8415
8416 * files.el (automount-dir-prefix): Mark as obsolete.
8417
8418 2012-05-04 Glenn Morris <rgm@gnu.org>
8419
8420 * patcomp.el, play/bruce.el: Move to obsolete/.
8421
8422 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
8423
8424 Fix minor Y10k bugs.
8425 * arc-mode.el (archive-unixdate):
8426 * autoinsert.el (auto-insert-alist):
8427 * calc/calc-forms.el (math-this-year):
8428 * emacs-lisp/copyright.el (copyright-current-year)
8429 (copyright-update-year, copyright):
8430 * tar-mode.el (tar-clip-time-string):
8431 * time.el (display-time-update):
8432 Don't assume years have 4 digits.
8433
8434 2012-05-04 Chong Yidong <cyd@gnu.org>
8435
8436 * dos-w32.el (file-name-buffer-file-type-alist)
8437 (direct-print-region-use-command-dot-com):
8438 * ffap.el (ffap-menu-regexp):
8439 * find-file.el (ff-special-constructs):
8440 * follow.el (follow-debug):
8441 * forms.el (forms--debug):
8442 * iswitchb.el (iswitchb-all-frames):
8443 * ido.el (ido-all-frames):
8444 * emacs-lisp/timer.el (timer-max-repeats):
8445 * mail/feedmail.el (feedmail-mail-send-hook)
8446 (feedmail-mail-send-hook-queued):
8447 * mail/footnote.el (footnote-signature-separator):
8448 * mail/mailabbrev.el (mail-alias-separator-string)
8449 (mail-abbrev-mode-regexp):
8450 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8451 * progmodes/idlwave.el (idlwave-libinfo-file)
8452 (idlwave-default-completion-case-is-down)
8453 (idlwave-library-routines): Convert defvars to defcustoms.
8454
8455 * mail/rmail.el (rmail-decode-mime-charset):
8456 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8457 (idlwave-shell-fix-inserted-breaks)
8458 (idlwave-shell-activate-alt-keybindings)
8459 (idlwave-shell-use-breakpoint-glyph):
8460 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8461
8462 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8463
8464 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8465
8466 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
8467
8468 * progmodes/verilog-mode.el (font-lock-keywords):
8469 Fix mis-highligting auto. Reported by Craig Barner.
8470 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
8471 defines from global name space. Reported by Dan Dever.
8472 (verilog-auto-reset, verilog-auto-reset-widths)
8473 (verilog-auto-tieoff): Support using unbased numbers for
8474 AUTORESET and AUTOTIEOFF.
8475 (verilog-submit-bug-report): Update variable list.
8476 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
8477 parenthesis from not matching. Reported by Michael Rytting.
8478 (verilog-auto-template-lint): Fix hash error when linting modules
8479 with no used templates.
8480 (verilog-warn, verilog-warn-error)
8481 (verilog-warn-fatal): When non-interactive report multiple
8482 warnings before exiting. Suggested by Brad Dobbie.
8483 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8484 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8485 to report unused template errors. Reported by Brad Dobbie.
8486 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
8487 nets, bug438. Reported by Vns Blore.
8488 (verilog-auto-inout-module, verilog-auto-reg)
8489 (verilog-read-decls, verilog-read-sub-decls-sig)
8490 (verilog-signals-edit-wire-reg, verilog-signals-with):
8491 Fix passing of Verilog data types in ANSI input/output ports
8492 such as "output logic" into the AUTOs. Special case "wire" and
8493 "reg" for backwards compatibility presuming Verilog 2001.
8494 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8495 (verilog-preprocess): Fix replication of preprocess output.
8496 Reported by Brad Dobbie.
8497 (verilog-auto-inst-interfaced-ports):
8498 Create verilog-auto-inst-interfaced-ports, bug429.
8499 Reported by Julian Gorfajn.
8500 (verilog-after-save-font-hook)
8501 (verilog-before-save-font-hook): New variable.
8502 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8503 (verilog-save-font-mods): Wrap disabling fontification, reported
8504 by David Rogoff.
8505 (verilog-do-indent, verilog-pretty-declarations-auto)
8506 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8507 Reported by Pierre-David Pfister.
8508 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8509 of class declarations, bug292. Reported by Kevin Heilman.
8510 (verilog-read-decls): Fix 'parameter type' not appearing in
8511 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8512 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
8513 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
8514 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8515 Reported by David Kravitz.
8516
8517 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
8518
8519 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8520 assignment with tests in ifs and for loops.
8521 (verilog-extended-complete-re, verilog-complete-reg): Change so
8522 that DPI inport functions don't look like fuction declarations.
8523 (verilog-pretty-expr): Don't line up assignment
8524 operations to the test and increment in if and for loops
8525 (verilog-extended-complete-re, verilog-complete-reg): Change so
8526 that DPI inport functions don't look like fuction declarations.
8527
8528 2012-05-03 Kenichi Handa <handa@m17n.org>
8529
8530 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
8531 decoding, and show a warning message without signaling an error
8532 (Bug#11282).
8533
8534 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8535
8536 * emacs-lisp/bytecomp.el
8537 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8538 since cconv.el might have introduced :fun-body, internal-make-closure,
8539 and friends for bytecomp to handle (bug#11391).
8540 * custom.el (defcustom): Avoid ((λ ..) ..).
8541
8542 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8543
8544 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8545
8546 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
8547
8548 * notifications.el (dbus-debug):
8549 * term/linux.el (gpm-mouse-enable):
8550 * term/screen.el (xterm-register-default-colors): Declare.
8551
8552 2012-05-02 Chong Yidong <cyd@gnu.org>
8553
8554 * cus-start.el (gc-cons-percentage, exec-suffixes)
8555 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8556 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8557 (make-cursor-line-fully-visible, void-text-area-pointer)
8558 (font-list-limit): Add customization data.
8559
8560 * allout.el (allout-exposure-change-functions)
8561 (allout-structure-added-functions)
8562 (allout-structure-deleted-functions)
8563 (allout-structure-shifted-functions): Rename abnormal hooks from
8564 *-hook, and convert to defcustoms.
8565 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8566 Convert to defcustoms.
8567 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8568
8569 * allout-widgets.el: Hook callers changed.
8570
8571 2012-05-02 Eli Zaretskii <eliz@gnu.org>
8572
8573 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8574 the yanked message in preference to the default value of
8575 buffer-file-coding-system.
8576
8577 2012-05-02 Martin Rudalics <rudalics@gmx.at>
8578
8579 * window.el (display-buffer--action-function-custom-type):
8580 Fix entry.
8581
8582 2012-05-02 Alan Mackenzie <acm@muc.de>
8583
8584 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8585
8586 2012-05-01 Glenn Morris <rgm@gnu.org>
8587
8588 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8589
8590 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8591
8592 * cus-edit.el (custom-variable-documentation): Simplify with format.
8593
8594 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8595 Stefan Monnier <monnier@iro.umontreal.ca>
8596
8597 * simple.el (suggest-key-bindings, execute-extended-command):
8598 Move from keyboard.c.
8599
8600 2012-05-01 Chong Yidong <cyd@gnu.org>
8601
8602 * follow.el: Eliminate advice.
8603 (set-process-filter, process-filter, sit-for): Advice deleted.
8604 (follow-mode-off-hook): Obsolete hook removed.
8605 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8606 Vars deleted.
8607 (follow-auto): Use a :set function.
8608 (follow-mode): Rewritten. Don't advise process filters.
8609 (follow-switch-to-current-buffer-all, follow-scroll-up)
8610 (follow-scroll-down): Assume follow-mode is bound.
8611 (follow-comint-scroll-to-bottom)
8612 (follow-align-compilation-windows): New functions.
8613 (follow--window-sorter): New function.
8614 (follow-all-followers): Use it to explicitly sort windows by their
8615 positions; don't make assumptions about next-window order.
8616 (follow-windows-start-end, follow-delete-other-windows-and-split)
8617 (follow-calc-win-start): Doc fix.
8618 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8619 vertical-motion unnecessarily.
8620 (follow-adjust-window): New function.
8621 (follow-post-command-hook): Use it.
8622 (follow-call-set-process-filter, follow-call-process-filter)
8623 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8624 (follow-stop-intercept-process-output, follow-generic-filter):
8625 Functions deleted.
8626 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8627 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8628 New functions, replacing advice on scroll-bar-* commands.
8629 (follow-mwheel-scroll): New function (Bug#4112).
8630
8631 * comint.el (comint-adjust-point): New function.
8632 (comint-postoutput-scroll-to-bottom): Use it.
8633 Call follow-comint-scroll-to-bottom for Follow mode buffers.
8634
8635 2012-05-01 Glenn Morris <rgm@gnu.org>
8636
8637 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8638 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8639 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8640 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8641 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8642 Remove no-byte-compile setting.
8643
8644 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8645
8646 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8647 all-completions code to not return a number in the last cdr.
8648
8649 2012-04-30 Leo Liu <sdl.web@gmail.com>
8650
8651 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8652 read-only error.
8653
8654 2012-04-29 Chong Yidong <cyd@gnu.org>
8655
8656 * follow.el (follow-calc-win-end): Rewrite to handle partial
8657 screen lines correctly (Bug#8390).
8658 (follow-avoid-tail-recenter): Minor cleanup.
8659
8660 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 Avoid the obsolete `assoc' package.
8663 * speedbar.el (speedbar-refresh): Avoid adelete.
8664 (speedbar-file-lists): Simplify and avoid aput.
8665 * man.el (Man--sections, Man--refpages): New vars, replacing
8666 Man-sections-alist and Man-refpages-alist.
8667 (Man-build-section-alist, Man-build-references-alist):
8668 Use them; avoid aput.
8669 (Man--last-section, Man--last-refpage): New vars.
8670 (Man-follow-manual-reference): Use them.
8671 Use the `default' arg of completing-read.
8672 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
8673
8674 2012-04-27 Chong Yidong <cyd@gnu.org>
8675
8676 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8677
8678 * startup.el (x-apply-session-resources): New function.
8679
8680 * term/ns-win.el (ns-initialize-window-system):
8681 * term/w32-win.el (w32-initialize-window-system):
8682 * term/x-win.el (x-initialize-window-system): Use it to properly
8683 set menu-bar-mode and other vars from X resources, even if the
8684 initial frame is not a window-system frame (Bug#2299).
8685
8686 * subr.el (read-key): Avoid running filter function when setting
8687 up temporary tool bar entries (Bug#9922).
8688
8689 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8690
8691 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8692 (Bug#11344)
8693
8694 2012-04-27 Chong Yidong <cyd@gnu.org>
8695
8696 * select.el (xselect--encode-string): New function, split from
8697 xselect-convert-to-string.
8698 (xselect-convert-to-string): Use it.
8699 (xselect-convert-to-filename, xselect-convert-to-os)
8700 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8701 returned strings are properly encoded (Bug#11315).
8702
8703 2012-04-27 Chong Yidong <cyd@gnu.org>
8704
8705 * simple.el (delete-active-region): Move to killing custom group.
8706
8707 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8708
8709 * progmodes/which-func.el (which-func-current): Quote %
8710 characters for mode-line processing.
8711
8712 2012-04-27 Chong Yidong <cyd@gnu.org>
8713
8714 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8715 reaching eob (Bug#11286).
8716
8717 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8718
8719 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8720 (gdb): Make it buffer-local and init to zero.
8721 (gdb-control-commands-regexp): New variable.
8722 (gdb-send): Don't wrap in "-interpreter-exec console" if
8723 gdb-control-level is positive. Increment gdb-control-level
8724 whenever the command matches gdb-control-commands-regexp, and
8725 decrement it each time the command is "end". (Bug#11279)
8726
8727 2012-04-27 Martin Rudalics <rudalics@gmx.at>
8728
8729 * window.el (adjust-window-trailing-edge, enlarge-window)
8730 (shrink-window, window-resize):
8731 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8732 windows (Bug#11276).
8733
8734 2012-04-27 Chong Yidong <cyd@gnu.org>
8735
8736 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8737 fix "missing prefix" warning. All callers changed.
8738
8739 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8740
8741 * emacs-lisp/assoc.el: Move to obsolete/.
8742
8743 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8746
8747 * term/ns-win.el (ns-define-service):
8748 * progmodes/pascal.el (pascal-goto-defun):
8749 * progmodes/js.el (js--read-tab):
8750 * progmodes/etags.el (tags-lazy-completion-table):
8751 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8752 * emacs-lisp/ewoc.el (ewoc--wrap):
8753 * emacs-lisp/assoc.el (aput, adelete, amake):
8754 * doc-view.el (doc-view-convert-current-doc):
8755 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8756
8757 2012-04-26 Chong Yidong <cyd@gnu.org>
8758
8759 * image.el (image-type-from-buffer): Only return supported image
8760 type (Bug#9045).
8761
8762 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8763 value, for symmetry with diff-end-of-hunk.
8764 (diff-split-hunk, diff-find-source-location)
8765 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8766 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8767 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8768 compute the relevant hunk or file properly (Bug#6005).
8769 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8770
8771 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8772
8773 * vc/vc-mtn.el:
8774 * vc/vc-hg.el:
8775 * vc/vc-git.el:
8776 * vc/vc-dir.el:
8777 * vc/vc-cvs.el:
8778 * vc/vc-bzr.el:
8779 * vc/vc-arch.el:
8780 * vc/vc.el: Replace lexical-let by lexical-binding.
8781 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8782 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8783 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8784
8785 2012-04-26 Chong Yidong <cyd@gnu.org>
8786
8787 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8788 (diff-mode-shared-map): Bind it to / and [remap undo].
8789
8790 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8791 (ediff-window-setup-function): Use it as the default, to set up
8792 windows based on whether the current frame is graphical (Bug#2138).
8793 (ediff-choose-window-setup-function-automatically): Make obsolete.
8794
8795 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8796
8797 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8798
8799 * ffap.el: Remove old code for obsolete package.
8800 (ffap-complete-as-file-p): Remove.
8801
8802 Use completion-table-with-quoting for comint and pcomplete.
8803 * comint.el (comint--unquote&requote-argument)
8804 (comint--unquote-argument, comint--requote-argument): New functions.
8805 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8806 (comint-quote-filename): Use regexp-opt-charset.
8807 (comint--common-suffix, comint--common-quoted-suffix)
8808 (comint--table-subvert): Remove.
8809 (comint-unquote-function, comint-requote-function): New vars.
8810 (comint--complete-file-name-data): Use them with
8811 completion-table-with-quoting.
8812 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8813 * pcomplete.el (pcomplete-arg-quote-list)
8814 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8815 (pcomplete-unquote-argument-function): Default to non-nil.
8816 (pcomplete-unquote-argument): Simplify.
8817 (pcomplete--common-quoted-suffix): Remove.
8818 (pcomplete-requote-argument-function): New var.
8819 (pcomplete--common-suffix): New function.
8820 (pcomplete-completions-at-point): Use completion-table-with-quoting
8821 and completion-table-subvert.
8822
8823 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8824 (minibuffer--double-dollars): Preserve properties.
8825 (completion--sifn-requote): New function.
8826 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8827
8828 * minibuffer.el: Add support for completion of quoted/escaped data.
8829 (completion-table-with-quoting, completion-table-subvert): New funs.
8830 (completion--twq-try, completion--twq-all): New functions.
8831 (completion--nth-completion): New function.
8832 (completion-try-completion, completion-all-completions): Use it.
8833
8834 2012-04-25 Leo Liu <sdl.web@gmail.com>
8835
8836 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8837 Use compilation-message if available to find real filename.
8838
8839 2012-04-25 Chong Yidong <cyd@gnu.org>
8840
8841 * vc/diff-mode.el (diff-setup-whitespace): New function.
8842 (diff-mode): Use it.
8843
8844 * vc/diff.el (diff-sentinel):
8845 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8846 Whitespace mode variables based on diff style (Bug#8612).
8847
8848 2012-04-25 Leo Liu <sdl.web@gmail.com>
8849
8850 * progmodes/python.el (python-send-region): Add suffix .py to the
8851 temp file.
8852
8853 * files.el (auto-mode-alist): Use javascript-mode instead.
8854
8855 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8856
8857 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
8858
8859 * net/soap-client.el (soap-resolve-references-for-sequence-type)
8860 (soap-resolve-references-for-array-type): Hack to prevent self
8861 references, see Bug#9.
8862 (soap-parse-envelope): Report the contents of the 'detail' node
8863 when receiving a fault reply.
8864 (soap-parse-envelope): Report the contents of the entire 'detail' node.
8865
8866 * net/soap-inspect.el (soap-sample-value-for-simple-type)
8867 (soap-inspect-simple-type): New function.
8868
8869 * net/soap-client.el (soap-simple-type): New struct.
8870 (soap-default-xsd-types, soap-default-soapenc-types)
8871 (soap-decode-basic-type, soap-encode-basic-type):
8872 support unsignedInt and double basic types.
8873 (soap-resolve-references-for-simple-type)
8874 (soap-parse-simple-type, soap-encode-simple-type): New function.
8875 (soap-parse-schema): Parse xsd:simpleType declarations.
8876
8877 * net/soap-client.el (soap-default-xsd-types)
8878 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8879 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8880 the local name of "soapenc:Array".
8881 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8882 decoding integer, byte and anyURI xsd types.
8883
8884 2012-04-25 Chong Yidong <cyd@gnu.org>
8885
8886 * cus-edit.el (custom-buffer-create-internal): Update header text.
8887
8888 2012-04-25 Eli Zaretskii <eliz@gnu.org>
8889
8890 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8891 settings on 'system-type', not on 'window-system'. On MS-Windows,
8892 set interactive-mode on in GDB.
8893
8894 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8895
8896 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8897 (ruby-syntax-propertize-regexp): Remove.
8898 (ruby-syntax-propertize-function): Split regexp into chunks.
8899 Match following code directly.
8900
8901 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8902
8903 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8904 (ruby-syntax-propertize-regexp): New function.
8905 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8906 by a special keyword.
8907
8908 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8909 (ruby-syntax-general-delimiters-goto-beg)
8910 (ruby-syntax-propertize-general-delimiters): New functions.
8911 (ruby-syntax-propertize-function): Use them to handle GDL.
8912 (ruby-font-lock-keywords): Move old handling of GDL...
8913 (ruby-font-lock-syntactic-keywords): .. to here.
8914 (ruby-calculate-indent): Adjust indentation for GDL.
8915
8916 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
8917
8918 * notifications.el (top): Remove unneeded declarations.
8919 (notifications-specification-version): Change to "1.2".
8920 (notifications-interface, notifications-notify-method)
8921 (notifications-close-notification-method): Fix docstring.
8922 (notifications-get-capabilities-method): New defconst.
8923 (notifications-notify): Add :action-items, :resident and
8924 :transient hints. Change "image_data" to "image-data" and
8925 "image_path" to "image-path".
8926 (notifications-get-capabilities): New defun.
8927
8928 2012-04-24 Leo Liu <sdl.web@gmail.com>
8929
8930 * progmodes/python.el: Move hideshow setup to the end.
8931
8932 2012-04-24 Martin Rudalics <rudalics@gmx.at>
8933
8934 * window.el (handle-select-window): Clear echo area since this is
8935 no more done by read_char (Bug#11304).
8936
8937 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8938
8939 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8940 and `/ M' to filter-derived-mode.
8941 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8942 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8943 (ibuffer-mark-by-mode): Use default rather than initial-input.
8944 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8945
8946 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8947
8948 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8949 (ibuffer-filter-by-derived-mode): New filter.
8950 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8951
8952 2012-04-23 Andreas Politz <politza@fh-trier.de>
8953
8954 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8955
8956 2012-04-23 Chong Yidong <cyd@gnu.org>
8957
8958 * cus-edit.el (customize-apropos, customize-apropos-options):
8959 Disable matching of non-option variables (Bug#11176).
8960 (customize-option, customize-option-other-window)
8961 (customize-changed-options): Doc fix.
8962 (customize-apropos-options, customize-apropos-faces)
8963 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8964
8965 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
8966 Fix word list splitting (Bug#11132).
8967 (apropos-symbol, apropos-keybinding, apropos-label)
8968 (apropos-property, apropos-function-button)
8969 (apropos-variable-button, apropos-misc-button): New faces.
8970 (apropos-symbol-face, apropos-keybinding-face)
8971 (apropos-label-face, apropos-property-face, apropos-match-face):
8972 Variables removed (Bug#8396).
8973 (apropos-library-button, apropos-format-plist, apropos-print)
8974 (apropos-print-doc, apropos-describe-plist): Callers changed.
8975
8976 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
8977
8978 * net/xesam.el (xesam-mode-map): Use let-bound map in
8979 initialization. (Bug#11292)
8980
8981 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8982
8983 Preserve ispell session localwords when switching back to
8984 original buffer.
8985
8986 * textmodes/ispell.el (ispell-buffer-session-localwords):
8987 New buffer-local variable to hold buffer session localwords.
8988 (ispell-kill-ispell): Add option 'clear to delete session
8989 localwords.
8990 (ispell-command-loop, ispell-change-dictionary)
8991 (ispell-buffer-local-words): Preserve session localwords when
8992 needed.
8993
8994 * textmodes/flyspell.el (flyspell-process-localwords)
8995 (flyspell-do-correct): Preserve session localwords when needed.
8996
8997 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8998
8999 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
9000 using obsolete `translation-table-for-input'.
9001 (ispell-word, ispell-process-line, ispell-complete-word):
9002 Use plain `insert' instead of removed `ispell-insert-word'.
9003
9004 2012-04-22 Chong Yidong <cyd@gnu.org>
9005
9006 * cus-edit.el (custom-variable-menu)
9007 (custom-variable-reset-saved, custom-face-menu)
9008 (custom-face-reset-saved): If there is no saved value, make the
9009 "reset-saved" operation bring back the default (Bug#9509).
9010 (custom-face-state): Properly detect themed faces.
9011
9012 * faces.el (face-spec-set): Stop supporting deprecated form of
9013 third arg.
9014
9015 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
9016
9017 Move functions from C to Lisp. Make non-blocking method calls
9018 the default. Implement further D-Bus standard interfaces.
9019
9020 * net/dbus.el (dbus-message-internal): Declare function.
9021 Remove unneeded function declarations.
9022 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
9023 (dbus-message-type-method-return, dbus-message-type-error)
9024 (dbus-message-type-signal): Declare variables. Remove local
9025 definitions.
9026 (dbus-interface-dbus, dbus-interface-peer)
9027 (dbus-interface-introspectable, dbus-interface-properties)
9028 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
9029 Adapt docstring.
9030 (dbus-interface-objectmanager): New defconst.
9031 (dbus-call-method, dbus-call-method-asynchronously)
9032 (dbus-send-signal, dbus-method-return-internal)
9033 (dbus-method-error-internal, dbus-register-service)
9034 (dbus-register-signal, dbus-register-method): New defuns, moved
9035 from dbusbind.c
9036 (dbus-call-method-handler, dbus-setenv)
9037 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
9038 New defuns.
9039 (dbus-call-method-non-blocking): Make it an obsolete function.
9040 (dbus-unregister-object, dbus-unregister-service)
9041 (dbus-handle-event, dbus-register-property)
9042 (dbus-property-handler): Obey the new structure of
9043 `bus-registered-objects'.
9044 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
9045 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
9046 Use `dbus-call-method'.
9047
9048 2012-04-22 Chong Yidong <cyd@gnu.org>
9049
9050 * cus-edit.el (custom-commands, custom-reset-menu)
9051 (Custom-reset-standard): Tweak labels.
9052 (custom-reset-button-menu): Change default to t.
9053 (custom-buffer-create-internal): For the custom-reset-button-menu
9054 case, put the revert button first.
9055 (custom-group-subtitle): New face.
9056 (custom-group-value-create): Align docstring to a specific column.
9057
9058 * wid-edit.el (widget-documentation-link-add): Don't handle
9059 indentation in this function.
9060 (widget-documentation-string-indent-to): New function.
9061 (widget-documentation-string-value-create): Use it.
9062
9063 * autorevert.el (auto-revert):
9064 * epg-config.el (epg):
9065 * ibuffer.el (ibuffer):
9066 * mpc.el (mpc):
9067 * ses.el (ses):
9068 * eshell/eshell.el (eshell):
9069 * net/ange-ftp.el (ange-ftp):
9070 * progmodes/ebnf2ps.el (postscript):
9071 * progmodes/flymake.el (flymake):
9072 * progmodes/prolog.el (prolog):
9073 * progmodes/verilog-mode.el (verilog-mode):
9074 * progmodes/which-func.el (which-func):
9075 * term/xterm.el (xterm):
9076 * textmodes/picture.el (picture):
9077 * textmodes/tildify.el (tildify):
9078 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
9079 customization buffers.
9080
9081 2012-04-22 Alan Mackenzie <acm@muc.de>
9082
9083 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
9084 Adding a ) can hide the resulting (..) from searches. Fix it.
9085 Bound the backward search to the position of the existing (.
9086
9087 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
9088
9089 * progmodes/verilog-mode.el (verilog-mode): Check whether
9090 which-func-modes is t before adding verilog-mode.
9091 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
9092
9093 2012-04-21 Leo Liu <sdl.web@gmail.com>
9094
9095 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
9096
9097 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
9098
9099 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
9100 filling of the last column of a table (Bug#5635).
9101 (woman-find-next-control-line): New arg, specifying an additional
9102 regexp component for the control line.
9103 (woman2-roff-buffer): Use it.
9104 (woman-break-table): New function.
9105 (woman2-TS): Use it.
9106
9107 2012-04-21 Chong Yidong <cyd@gnu.org>
9108
9109 * woman.el (woman-set-buffer-display-table, woman-decode-region)
9110 (woman-horizontal-escapes, woman-negative-vertical-space)
9111 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
9112 (WoMan-warn-ignored): Use ?\s instead of ?\ .
9113
9114 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9115
9116 * minibuffer.el (completion-file-name-table): Complete user names.
9117
9118 2012-04-20 Leo Liu <sdl.web@gmail.com>
9119
9120 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
9121 and pcase-let*.
9122
9123 2012-04-20 Chong Yidong <cyd@gnu.org>
9124
9125 * server.el (server-execute): Respect initial-buffer-choice if it
9126 is a string and there are no files to open (Bug#2825).
9127 (server-create-window-system-frame, server-create-tty-frame):
9128 Don't switch buffers here.
9129 (server-process-filter): Only try to open a window system frame if
9130 compiled with graphical support (Bug#8314).
9131
9132 2012-04-20 Dan Nicolaescu <dann@gnu.org>
9133
9134 * battery.el (battery-echo-area-format): Display remaining time
9135 for sysfs backend too (Bug#11269).
9136 (battery-linux-sysfs): Fix conditional for the charge.
9137
9138 2012-04-20 Chong Yidong <cyd@gnu.org>
9139
9140 * progmodes/gdb-mi.el (gdb): Revert previous change.
9141 (gdb-inferior-io--init-proc): New function.
9142 (gdb-init-1): Use it.
9143 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
9144 responsible for allocating a new pty and hooking it to gdb when
9145 the old pty gets an EIO due to process exit.
9146 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
9147 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
9148 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
9149
9150 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9151
9152 * window.el (window-min-size, window-sizable, window-min-delta)
9153 (window-max-delta, window--resizable, window-resizable)
9154 (window-total-size, window-full-height-p, window-full-width-p)
9155 (window-in-direction, window--resize-mini-window, window-resize)
9156 (window--resize-child-windows-normal)
9157 (window--resize-child-windows, window--resize-siblings)
9158 (window--resize-this-window, adjust-window-trailing-edge)
9159 (enlarge-window, shrink-window): Doc fixes.
9160
9161 2012-04-20 Chong Yidong <cyd@gnu.org>
9162
9163 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
9164 New function to call delete-process on the gdb-inferior buffer's pty.
9165 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
9166 pty process (Bug#11273).
9167 (gdb-update): New arg to suppress talking to the gdb process.
9168 (gdb-done-or-error): Use it.
9169 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
9170 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
9171 sentinel not being called.
9172
9173 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
9174
9175 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
9176
9177 2012-04-20 Glenn Morris <rgm@gnu.org>
9178
9179 * net/network-stream.el (open-network-stream): Doc fix.
9180
9181 2012-04-20 Chong Yidong <cyd@gnu.org>
9182
9183 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
9184
9185 2012-04-20 Alan Mackenzie <acm@muc.de>
9186
9187 Ensure searching for keywords is case sensitive.
9188
9189 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
9190 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
9191 (c-defun-name, c-mark-function, c-cpp-define-name)
9192 (c-comment-indent, c-scan-conditionals, c-indent-defun)
9193 (c-context-line-break): Bind case-fold-search to nil.
9194
9195 * progmodes/cc-mode.el (c-font-lock-fontify-region):
9196 Bind case-fold-search to nil.
9197
9198 2012-04-20 Chong Yidong <cyd@gnu.org>
9199
9200 * mail/sendmail.el (mail-bury): Call return action with the right
9201 Rmail buffer (Bug#11242).
9202
9203 * server.el (server-process-filter): Handle corner case where both
9204 tty and nowait options are present (Bug#11102).
9205
9206 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9207
9208 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
9209 (top level): Put into the executable the ident-style '$Id:' tag on
9210 windows-nt as well.
9211
9212 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9213
9214 * electric.el (electric-indent-post-self-insert-function): Check that
9215 electric-indent-mode is enabled in current buffer.
9216
9217 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9218
9219 * imenu.el (imenu-progress-message): Restore; it is "used" in
9220 erc/erc-imenu.el and net/snmp-mode.el.
9221
9222 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9223
9224 * avoid.el (mouse-avoidance-mode): Mark unused arg.
9225 (mouse-avoidance-nudge-mouse): Remove unused binding.
9226
9227 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
9228
9229 * descr-text.el (describe-char):
9230 * progmodes/python.el (python-describe-symbol):
9231 Don't call `toggle-read-only', set `buffer-read-only'.
9232
9233 * imenu.el (imenu-default-goto-function): Mark unused args.
9234 (imenu-progress-message): Remove obsolete macro; all callers changed.
9235
9236 * subr.el (keymap-canonicalize): Remove unused binding.
9237 (read-passwd): Mark unused arg.
9238
9239 * tutorial.el (tutorial--display-changes): Remove unused binding.
9240 (tutorial--save-tutorial-to): Remove unused variable.
9241
9242 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
9243 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
9244 (package-generate-autoloads, package-menu--generate)
9245 (package-menu--find-upgrades): Remove unused bindings.
9246
9247 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
9248 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
9249 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
9250 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
9251 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
9252 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
9253 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
9254 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
9255 (cua-delete-char-rectangle): Mark unused args.
9256 (cua-align-rectangle): Remove unused binding.
9257
9258 * mail/rmail.el (compilation--message->loc)
9259 (epa--find-coding-system-for-mime-charset): Declare.
9260
9261 * net/dbus.el (dbus-register-service): Declare.
9262 (dbus-name-owner-changed-handler): Remove unused binding.
9263
9264 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
9265 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
9266 (nxml-scan-backward-within): Mark unused arg.
9267 (nxml-dynamic-markup-word): Remove unused binding.
9268
9269 * mouse.el (mouse-menu-major-mode-map):
9270 * emacs-lisp/authors.el (authors-scan-change-log)
9271 (authors-add-to-author-list):
9272 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
9273 * emacs-lisp/smie.el (smie-auto-fill):
9274 * mail/sendmail.el (mail-bury):
9275 * mail/unrmail.el (unrmail):
9276 * net/tls.el (open-tls-stream):
9277 * textmodes/picture.el (picture-mouse-set-point):
9278 Remove unused bindings.
9279
9280 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
9281
9282 * net/tramp.el (tramp-action-password): Let-bind
9283 `enable-recursive-minibuffers' to t.
9284
9285 2012-04-18 Sam Steingold <sds@gnu.org>
9286
9287 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
9288 instead of 'string to accommodate values like [f11].
9289 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
9290 * progmodes/gdb-mi.el: Likewise.
9291
9292 2012-04-18 Leo Liu <sdl.web@gmail.com>
9293
9294 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
9295 current buffer.
9296 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
9297 LOCAL is nil.
9298
9299 2012-04-18 Chong Yidong <cyd@gnu.org>
9300
9301 * simple.el (line-move): Use forward-line if in batch mode
9302 (Bug#11053).
9303
9304 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
9305
9306 * files.el (after-find-file): Do not try to add a final newline if
9307 the buffer is read-only (Bug#11156).
9308
9309 2012-04-17 Richard Stallman <rms@gnu.org>
9310
9311 * mail/rmail.el (rmail-start-mail):
9312 Pass (rmail-mail-return...) for the return-action.
9313 Pass (rmail-yank-current-message...) for the yank-action.
9314 (rmail-yank-current-message): New function.
9315 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9316 (rmail-reply): Likewise.
9317 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9318
9319 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
9320 buffer, not the last. Reject temp buffers. Use the rmail-mode
9321 buffer, not newbuf.
9322
9323 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
9324
9325 * server.el (server-ensure-safe-dir): Simplify.
9326
9327 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9328
9329 * emacs-lisp/smie.el: Provide smarter auto-filling.
9330 (smie-auto-fill): New function.
9331 (smie-setup): Use it.
9332
9333 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9334
9335 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
9336
9337 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9338 (comment-indent): Use it.
9339
9340 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
9341
9342 * ses.el: The overall change is to add cell renaming, that is
9343 setting fancy names for cell symbols other than name matching
9344 "\\`[A-Z]+[0-9]+\\'" regexp .
9345 (ses-localvars): Add ses--renamed-cell-symb-list.
9346 (ses-create-cell-variable): New defun.
9347 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
9348 (ses-relocate-formula): Relocate formulas only for cells the
9349 symbols of which are not renamed, i.e. symbols whose names do not
9350 match regexp "\\`[A-Z]+[0-9]+\\'".
9351 (ses-relocate-all): Relocate values only for cells the symbols of
9352 which are not renamed.
9353 (ses-load): Create cells variables as the (ses-cell ...) are read,
9354 in order to check row col consistency with cell symbol name only
9355 for cells that are not renamed.
9356 (ses-replace-name-in-formula): New defun.
9357 (ses-rename-cell): New defun.
9358
9359 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
9360
9361 * progmodes/perl-mode.el (perl-indent-parens-as-block):
9362 New option (bug#11118).
9363 (perl-calculate-indent): Respect it.
9364
9365 2012-04-17 Glenn Morris <rgm@gnu.org>
9366
9367 * dired-aux.el (dired-mark-read-string): Doc fix.
9368
9369 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
9370
9371 * dired-aux.el (dired-mark-read-string): Offer optional completion.
9372 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
9373
9374 2012-04-17 Glenn Morris <rgm@gnu.org>
9375
9376 * mouse.el (mouse-drag-track):
9377 * speedbar.el (speedbar-frame-mode):
9378 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9379
9380 2012-04-16 Leo Liu <sdl.web@gmail.com>
9381
9382 * progmodes/python.el: Trivial cleanup.
9383
9384 2012-04-16 Glenn Morris <rgm@gnu.org>
9385
9386 * vc/vc.el (vc-string-prefix-p):
9387 * vc/pcvs-util.el (cvs-string-prefix-p):
9388 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9389 * mpc.el (mpc-string-prefix-p):
9390 Make all of these into obsolete aliases for string-prefix-p.
9391 Update callers.
9392 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9393
9394 * textmodes/two-column.el: Move custom options to the start.
9395 (frame-width): Remove compat definition.
9396 (2C-associate-buffer, 2C-dissociate):
9397 Use with-current-buffer rather than save-excursion.
9398 (2C-dissociate): Force a mode-line update.
9399 (2C-autoscroll): Use ignore-errors.
9400
9401 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9402 Autoload trivia.
9403
9404 * emacs-lisp/cl-extra.el (*random-state*):
9405 Remove unnecessary declaration.
9406
9407 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9408
9409 * play/cookie1.el (cookie-snarf):
9410 Give an explicit error if input file cannot be read.
9411
9412 * play/yow.el (yow-file): Use expand-file-name rather than concat.
9413
9414 * progmodes/perl-mode.el (c-macro-expand):
9415 Remove unnecessary autoload (it is in loaddefs.el).
9416
9417 * textmodes/picture.el (picture-desired-column)
9418 (picture-update-desired-column): Convert comments to doc-strings.
9419 (picture-substitute): Remove function.
9420 (picture-mode-map): Initialize in the defvar.
9421
9422 * woman.el: Remove eval-after-load for tar-mode.
9423 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9424 (woman-tar-extract-file): Autoload it.
9425
9426 * frame.el (automatic-hscrolling): Make this alias obsolete.
9427
9428 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9429
9430 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
9431 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
9432 (ispell-dictionary-base-alist): Revert to original XEmacs
9433 friendly version for default. [:alpha:] will be added in
9434 `ispell-set-spellchecker-params' if needed.
9435
9436 2012-04-16 Chong Yidong <cyd@gnu.org>
9437
9438 * image.el (imagemagick--file-regexp): New variable.
9439 (imagemagick-register-types): Use it.
9440 (imagemagick-types-inhibit): Add :set function. Allow new value
9441 of t to inhibit all types.
9442
9443 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9444 so we can preload it.
9445
9446 * loadup.el (fboundp): Preload regexp-opt, needed by
9447 imagemagick-register-types.
9448
9449 2012-04-15 Chong Yidong <cyd@gnu.org>
9450
9451 * frame.el (scrolling): Remove nearly unused customization group.
9452
9453 * scroll-all.el (scroll-all-mode): Move to windows group.
9454
9455 2012-04-15 Chong Yidong <cyd@gnu.org>
9456
9457 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9458
9459 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9460
9461 Avoid the use of ((lambda ...) ...) in lexical-binding code.
9462 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
9463
9464 2012-04-15 Glenn Morris <rgm@gnu.org>
9465
9466 * simple.el (process-file-side-effects): Doc fix.
9467
9468 2012-04-15 Glenn Morris <rgm@gnu.org>
9469
9470 * international/mule-cmds.el (set-language-environment): Doc fix.
9471
9472 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9473
9474 * server.el (server-auth-key, server-generate-key): Doc fixes.
9475 (server-get-auth-key): Doc fix. Use `string-match-p'.
9476 (server-start): Reflow docstring.
9477
9478 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
9479
9480 * server.el (server-generate-key): `called-interactively-p'
9481 requires a parameter.
9482
9483 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
9484
9485 * server.el (server-auth-key): New variable.
9486 (server-generate-key, server-get-auth-key): New function.
9487 (server-start): Use the new variable and functions to allow
9488 setting a permanent server key (bug#9423).
9489
9490 2012-04-14 Leo Liu <sdl.web@gmail.com>
9491
9492 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9493
9494 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9495
9496 Spelling fixes.
9497 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9498 Emacs uses American spelling.
9499
9500 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9501
9502 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9503 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9504 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9505 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9506
9507 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * progmodes/which-func.el (which-func-modes): Change default.
9510
9511 2012-04-14 Kim F. Storm <storm@cua.dk>
9512
9513 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9514 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9515
9516 2012-04-14 Chong Yidong <cyd@gnu.org>
9517
9518 * custom.el (custom-theme-set-variables): Doc fix.
9519
9520 2012-04-14 Glenn Morris <rgm@gnu.org>
9521
9522 * international/mule.el (set-auto-coding-for-load): Doc fix.
9523
9524 2012-04-14 Alan Mackenzie <acm@muc.de>
9525
9526 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9527 imenu work again for Objective C Mode. Correct the *-index values,
9528 these having been disturbed by a previous change in 2011-08.
9529
9530 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9531 Correct two search limits.
9532
9533 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9534
9535 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9536
9537 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
9538
9539 * international/characters.el: Fix sorting.
9540
9541 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9542
9543 * international/characters.el: Add more missing Latin case pairs.
9544
9545 2012-04-14 Glenn Morris <rgm@gnu.org>
9546
9547 * files.el (dir-locals-set-class-variables): Doc fix.
9548
9549 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9550
9551 * international/characters.el: Add set-case-syntax-pair call for
9552 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9553 counterpart. (Bug#11209)
9554
9555 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9556
9557 2012-04-14 Glenn Morris <rgm@gnu.org>
9558
9559 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9560
9561 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9562
9563 * textmodes/ispell.el (ispell-dictionary-base-alist):
9564 Add data for Hebrew.
9565
9566 2012-04-14 Chong Yidong <cyd@gnu.org>
9567
9568 * net/rcirc.el (rcirc-cmd-quit):
9569 Revert 2012-03-18 change (Bug#11192).
9570
9571 2012-04-14 Glenn Morris <rgm@gnu.org>
9572
9573 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9574
9575 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9576
9577 * minibuffer.el (completion-in-region-mode-map):
9578 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
9579
9580 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9581
9582 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9583
9584 2012-04-13 Masatake YAMATO <yamato@redhat.com>
9585
9586 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9587 to allow `C-M-f' and `C-M-b' to move to the nearest path
9588 separator (bug#9511).
9589
9590 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9591
9592 * avoid.el: Require cl when compiling. And also move the
9593 `provide' to the end.
9594
9595 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9596
9597 * avoid.el (mouse-avoidance-banish-position): New variable.
9598 (mouse-avoidance-banish-destination): Use it (bug#10165).
9599
9600 2012-04-13 Leo Liu <sdl.web@gmail.com>
9601
9602 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9603
9604 2012-04-13 Ken Brown <kbrown@cornell.edu>
9605
9606 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9607 this is no longer needed now that cygstart understands file:// URLs.
9608 (browse-url-filename-alist): For the same reason, don't modify
9609 file:// URLs on Cygwin.
9610
9611 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9612
9613 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9614 the region on shift if the binding is already shifted (bug#11221).
9615
9616 2012-04-12 Glenn Morris <rgm@gnu.org>
9617
9618 * mail/mailpost.el: Move to obsolete/.
9619
9620 2012-04-12 Drew Adams <drew.adams@oracle.com>
9621
9622 * imenu.el (imenu--generic-function): Ignore invisible definitions
9623 (bug#10123).
9624
9625 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9626
9627 * hexl.el (hexl-bits): New variable.
9628 (hexl-options): Mention the variable in the doc string.
9629 (hexl-rulerise, hexl-line-displen): New functions.
9630 (hexl-mode): Mention the new variable.
9631 (hexl-mode, hexl-current-address, hexl-current-address):
9632 Use the displen.
9633 (hexl-ascii-start-column): New function.
9634 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9635 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9636
9637 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9638
9639 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9640 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9641 the encoding, as expected by hunspell.
9642
9643 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9644
9645 * battery.el (battery--linux-sysfs-regexp): New const.
9646 (battery-status-function): Use it. Remove yeeloong special case.
9647 (battery-yeeloong-sysfs): Remove.
9648 (battery-echo-area-format): Remove yeeloong special case.
9649
9650 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9651
9652 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9653 Reported by Noah Friedman.
9654
9655 * subr.el (read-passwd): Use read-string.
9656
9657 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9658
9659 * vcursor.el (vcursor-move): Increase the priority of the overlay
9660 (bug#9663).
9661
9662 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9663
9664 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9665 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9666
9667 2012-04-11 William Stevenson <yhvh2000@gmail.com>
9668
9669 * textmodes/artist.el (artist-mode): Convert artist-mode to use
9670 define-minor-mode (bug#10760).
9671
9672 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9673
9674 * progmodes/grep.el (rgrep): Tweak the find command line so
9675 that directories matching `grep-find-ignored-files' won't be
9676 pruned (bug#10351).
9677
9678 2012-04-11 Chong Yidong <cyd@gnu.org>
9679
9680 * startup.el (command-line): Remove support for long-obsolete
9681 variable font-lock-face-attributes.
9682
9683 2012-04-11 Glenn Morris <rgm@gnu.org>
9684
9685 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9686
9687 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9688
9689 * window.el (window--state-get-1): Obey window-point-insertion-type.
9690
9691 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
9692
9693 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9694 to previous function when point is on the first character of a
9695 function. Take care of that in `narrow-to-defun' (bug#6157).
9696
9697 2012-04-11 Glenn Morris <rgm@gnu.org>
9698
9699 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9700 not just file-errors.
9701
9702 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9703 (vc-bzr-sha1): Use internal sha1.
9704
9705 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9708
9709 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9710
9711 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9712 that start in the middle of the line (bug#10496).
9713
9714 2012-04-10 Dan Nicolaescu <dann@gnu.org>
9715
9716 * battery.el (battery-linux-proc-acpi): Only one battery is
9717 discharged at a time, but that seems to confuse battery.el when
9718 computing `rate-type' for the battery not being discharged
9719 (bug#10332).
9720
9721 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9722
9723 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9724
9725 * international/quail.el: Use dolist and simplify.
9726 (quail-define-package, quail-update-keyboard-layout)
9727 (quail-define-rules): Use dolist.
9728 (quail-insert-kbd-layout, quail-get-translation): CSE.
9729
9730 * tmm.el: Use dolist, remove left over hook.
9731 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9732 Use dolist.
9733 (calendar-load-hook): Don't mess with it.
9734
9735 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9736 Use derived-mode-p. Run the diff asynchronously.
9737
9738 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9739
9740 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9741
9742 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
9743
9744 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9745 (list-dynamic-libraries--loaded): New function.
9746 (list-dynamic-libraries--refresh): Use it.
9747
9748 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
9749
9750 * progmodes/python.el (python-fill-paragraph):
9751 Make python-fill-region in a multiline string work when font-lock is
9752 disabled (bug#7018).
9753
9754 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9755
9756 * language/european.el (cp775): Add oem/legacy (en)coding on
9757 DOS/MS Windows for the Baltic languages. There are still plenty
9758 of texts written in this encoding/codepage (bug#6519).
9759
9760 2012-04-10 Glenn Morris <rgm@gnu.org>
9761
9762 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9763 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9764
9765 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9766
9767 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9768 next-line "n" and previous-line "p" in order to make recentf more
9769 consistent with ibuffer, dired or org-mode (bug#9387).
9770
9771 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9772
9773 * image.el (put-image): Return the overlay created instead of the
9774 optional input string (bug#7834). Note that this may break code
9775 that is (for some reason or other) depending on `put-image'
9776 returning the string.
9777
9778 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9779
9780 * simple.el (zap-to-char): Allow zapping using input methods
9781 (bug#1580).
9782
9783 * textmodes/fill.el (fill-region): Leave point and mark where they
9784 were before filling (bug#5399).
9785
9786 2012-04-09 Glenn Morris <rgm@gnu.org>
9787
9788 * version.el (emacs-bzr-get-version):
9789 Handle lightweight checkouts of local branches.
9790
9791 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9792
9793 * international/characters.el: Recover lost case pairs. (Bug#11209)
9794
9795 2012-04-09 Chong Yidong <cyd@gnu.org>
9796
9797 * custom.el (custom-variable-p): Return nil for non-symbol
9798 arguments instead of signaling an error.
9799 (user-variable-p): Obsolete alias for custom-variable-p.
9800
9801 * apropos.el (apropos-variable):
9802 * files-x.el (read-file-local-variable):
9803 * simple.el (set-variable):
9804 * woman.el (woman-mini-help):
9805 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9806
9807 2012-04-09 Glenn Morris <rgm@gnu.org>
9808
9809 * startup.el (normal-top-level): Don't look for leim-list.el
9810 in places where it will not be found. (Bug#910)
9811
9812 * international/mule-cmds.el (set-default-coding-systems):
9813 * files.el (normal-mode):
9814 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9815 This function was removed with ucs-tables.el in 2008.
9816
9817 2012-04-08 Eli Zaretskii <eliz@gnu.org>
9818
9819 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9820 ispell-encoding8-command to "-i", without a trailing space.
9821 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9822 separate command-line arguments, to specify the encoding, since
9823 that's how hunspell expects it.
9824
9825 2012-04-08 Glenn Morris <rgm@gnu.org>
9826
9827 * loadup.el: Load bindings before cus-start.
9828 This reduces somewhat the number of "rogue" settings in emacs -Q.
9829
9830 2012-04-07 Glenn Morris <rgm@gnu.org>
9831
9832 * version.el (emacs-bzr-get-version): New function.
9833 (emacs-bzr-version): New variable.
9834 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9835 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9836
9837 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9838
9839 * international/uni-bidi.el, international/uni-category.el:
9840 * international/uni-combining.el, international/uni-decimal.el:
9841 * international/uni-decomposition.el, international/uni-digit.el:
9842 * international/uni-lowercase.el, international/uni-mirrored.el:
9843 * international/uni-name.el, international/uni-numeric.el:
9844 * international/uni-titlecase.el, international/uni-uppercase.el:
9845 Update for Unicode 6.1.
9846
9847 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9848
9849 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9850
9851 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9852
9853 * window.el (shrink-window): Mention the `window-min-height'
9854 variable in the doc string.
9855
9856 2012-04-05 Bastien Guerry <bzg@altern.org>
9857
9858 * color.el (color-lighten-name): Fix typo.
9859
9860 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9861
9862 * server.el (server--on-display-p): New function.
9863 (server--on-display-p): Use it.
9864
9865 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
9866
9867 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9868 (bug#11145).
9869
9870 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9871
9872 * comint.el (comint--common-quoted-suffix): Check string boundary
9873 before comparing (bug#11158).
9874 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9875
9876 2012-04-04 Chong Yidong <cyd@gnu.org>
9877
9878 * minibuffer.el (completion-extra-properties): Doc fix.
9879
9880 * subr.el (delayed-warnings-hook): Doc fix.
9881
9882 2012-04-04 Daiki Ueno <ueno@unixuser.org>
9883
9884 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9885 selection (Bug#11159).
9886 (epa-insert-keys): Inform that the default public key will be
9887 exported if no key is selected.
9888
9889 2012-04-04 Richard Stallman <rms@gnu.org>
9890
9891 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9892
9893 2012-04-03 Chong Yidong <cyd@gnu.org>
9894
9895 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9896 mail-insert-file, not its obsolete alias mail-attach-file.
9897
9898 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
9899
9900 * notifications.el (notifications-notify): Fix docstring.
9901
9902 2012-04-02 Glenn Morris <rgm@gnu.org>
9903
9904 * emacs-lisp/authors.el (authors-aliases): Another addition.
9905
9906 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
9907
9908 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9909 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9910 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9911
9912 2012-04-01 Chong Yidong <cyd@gnu.org>
9913
9914 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9915 Handle root directory properly.
9916 (copy-directory): Caller changed.
9917
9918 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9919 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9920
9921 2012-03-31 Glenn Morris <rgm@gnu.org>
9922
9923 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9924
9925 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9926
9927 * calendar/calendar.el (calendar-window-list)
9928 (calendar-hide-window): Restore. (Bug#11140)
9929 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9930
9931 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9932
9933 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9934
9935 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9936 Check if file is a symlink (Bug#10489).
9937
9938 * files.el (copy-directory): Likewise.
9939
9940 2012-03-30 Chong Yidong <cyd@gnu.org>
9941
9942 * image.el (imagemagick-types-inhibit)
9943 (imagemagick-register-types): Doc fix.
9944
9945 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9946
9947 * textmodes/ispell.el (ispell-get-extended-character-mode):
9948 Disable extended-char-mode for hunspell. hunspell does not support it
9949 and treats ~word as ordinary words in pipe mode.
9950
9951 2012-03-30 Glenn Morris <rgm@gnu.org>
9952
9953 * tutorial.el (help-with-tutorial): Ensure local variables don't
9954 happen to make the buffer read-only. (Bug#11127)
9955
9956 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9959 (perl-calculate-indent): Return `noindent' in strings.
9960
9961 2012-03-28 Sam Steingold <sds@gnu.org>
9962
9963 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9964 instead of the broken adhockery which does not prevent calendar
9965 buffers from being displayed at random after exit.
9966 (calendar-window-list, calendar-hide-window): Remove the broken
9967 adhockery.
9968
9969 2012-03-28 Glenn Morris <rgm@gnu.org>
9970
9971 * replace.el (query-replace-map): Doc fix.
9972
9973 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9974
9975 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9976 contents. (Bug#11109)
9977
9978 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9979
9980 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9981 (bug#11077).
9982 (avl-tree--check, avl-tree--check-node): New funs.
9983
9984 2012-03-27 Martin Rudalics <rudalics@gmx.at>
9985
9986 * window.el (switch-to-visible-buffer): New option.
9987 (switch-to-prev-buffer, switch-to-next-buffer):
9988 Observe switch-to-visible-buffer. Make sure that checking for a window
9989 showing a buffer already is done on the same frame.
9990
9991 2012-03-27 Glenn Morris <rgm@gnu.org>
9992
9993 * startup.el (mail-host-address): Doc fix.
9994
9995 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9996
9997 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9998 than 197 variables.
9999
10000 2012-03-26 Ami Fischman <ami@fischman.org>
10001
10002 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
10003
10004 2012-03-26 Glenn Morris <rgm@gnu.org>
10005
10006 * files.el (save-buffers-kill-emacs): Doc fix.
10007
10008 * startup.el (normal-top-level, command-line, command-line-1):
10009 Give them doc strings.
10010
10011 2012-03-25 Eli Zaretskii <eliz@gnu.org>
10012
10013 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
10014 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
10015
10016 2012-03-25 Chong Yidong <cyd@gnu.org>
10017
10018 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
10019 theme if it was previously enabled before (Bug#11031).
10020
10021 * cus-theme.el (custom-theme-write-faces): Retrieve current face
10022 spec with custom-face-get-current-spec if its :shown-value is not
10023 determined yet (Bug#9337).
10024 (customize-create-theme, custom-theme-revert): Doc fixes.
10025
10026 * button.el (button-at): Minor addition to docstring.
10027
10028 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
10029
10030 * vc/vc.el (vc-merge): Fix a prompt.
10031
10032 2012-03-24 Chong Yidong <cyd@gnu.org>
10033
10034 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
10035 point (Bug#9623).
10036
10037 * button.el (button-at): Minor addition to docstring.
10038
10039 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * newcomment.el (comment-choose-indent): No space after BOL.
10042
10043 2012-03-22 Sam Steingold <sds@gnu.org>
10044
10045 * window.el (switch-to-prev-buffer): Revert last patch because the
10046 bug turned out to be an advertised feature (Elisp manual 28.14).
10047
10048 2012-03-22 Glenn Morris <rgm@gnu.org>
10049
10050 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
10051 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
10052
10053 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10054
10055 * net/network-stream.el (network-stream-open-starttls): Make error
10056 message under Windows be less misleading.
10057
10058 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
10059
10060 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
10061 understands (bug#9942).
10062
10063 2012-03-22 Chong Yidong <cyd@gnu.org>
10064
10065 * simple.el (end-of-visible-line): Handle return value of
10066 next-single-property-change properly (Bug#9371).
10067
10068 2012-03-22 Kenichi Handa <handa@m17n.org>
10069
10070 * international/quail.el (quail-insert-kbd-layout): Fix previous
10071 change. To avoid unwanted bidi reordering, use
10072 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
10073
10074 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
10075
10076 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
10077 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
10078 (ruby-beginning-of-indent): Be more careful with the difference
10079 between word-boundary and symbol boundary.
10080 (ruby-mode-syntax-table): Make : a symbol constituent.
10081
10082 2012-03-21 Andreas Politz <politza@fh-trier.de>
10083
10084 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
10085
10086 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10087
10088 * progmodes/etags.el (tags-completion-at-point-function):
10089 Improve last fix.
10090
10091 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
10092
10093 2012-03-21 Sam Steingold <sds@gnu.org>
10094
10095 * progmodes/etags.el (tags-completion-at-point-function):
10096 Avoid the error when point is inside the pattern.
10097
10098 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
10099
10100 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
10101 line (Bug#10855).
10102
10103 2012-03-21 Drew Adams <drew.adams@oracle.com>
10104
10105 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
10106
10107 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
10108
10109 * ido.el (ido-set-current-directory, ido-read-internal)
10110 (ido-choose-completion-string, ido-completion-help): Handle nil
10111 value of ido-completion-buffer (Bug#11008).
10112
10113 2012-03-21 Sam Steingold <sds@gnu.org>
10114
10115 * window.el (switch-to-prev-buffer): Do not switch to a visible
10116 window previous buffer, just like with the frame previous buffers.
10117
10118 2012-03-21 Chong Yidong <cyd@gnu.org>
10119
10120 * faces.el (make-face, make-empty-face, copy-face):
10121 * face-remap.el (face-remap-add-relative, face-remap-set-base):
10122 Doc fixes.
10123
10124 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10125
10126 * wid-edit.el (widget-complete-field): Remove (bug#11051).
10127 (widget-complete): Remove broken use of it.
10128
10129 2012-03-20 Chong Yidong <cyd@gnu.org>
10130
10131 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10132 Use string-width and truncate-string-width to handle arbitrary
10133 characters.
10134
10135 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
10136
10137 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
10138 to draw rectangles, not squares. (Regression introduced by revno
10139 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
10140
10141 2012-03-18 Chong Yidong <cyd@gnu.org>
10142
10143 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
10144 it is not yet defined (for temacs).
10145
10146 2012-03-18 Leo Liu <sdl.web@gmail.com>
10147
10148 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
10149 prefix.
10150
10151 2012-03-17 Eli Zaretskii <eliz@gnu.org>
10152
10153 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
10154 (ispell-choices-win-default-height, ispell-silently-savep)
10155 (ispell-dictionary-alist, ispell-encoding8-command)
10156 (ispell-check-version, ispell-aspell-find-dictionary)
10157 (ispell-valid-dictionary-list, ispell-words-keyword)
10158 (ispell-get-word, ispell-internal-change-dictionary)
10159 (ispell-region, ispell-skip-region-list)
10160 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
10161 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
10162 (ispell-message-text-end, ispell-message)
10163 (ispell-buffer-local-parsing): Doc fix.
10164
10165 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
10166
10167 * htmlfontify.el: Add support for code block fontification for ODT
10168 export (Bug #9914).
10169 (hfy-optimisations): Define new option
10170 `body-text-only'
10171 (hfy-fontify-buffer): Honor above setting.
10172 (hfy-begin-span, hfy-end-span): New routines factored out form
10173 `hfy-fontify-buffer'.
10174 (hfy-begin-span-handler, hfy-end-span-handler): New variables
10175 that permit insertion of custom tags.
10176 (hfy-fontify-buffer): Use above handlers.
10177 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
10178 (hfy-face-to-css): Re-defined to be a variable.
10179 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
10180 over multiple runs. This is made possible by having the caller let
10181 bind a special variable `hfy-user-sheet-assoc'.
10182 (htmlfontify-string): New defun.
10183 (hfy-compile-face-map): Make sure that the last char in the
10184 buffer is correctly fontified.
10185 (hfy-face-resolve-face): Whitespace only change.
10186
10187 2012-03-17 Eli Zaretskii <eliz@gnu.org>
10188
10189 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
10190 message more clear.
10191
10192 2012-03-16 Leo Liu <sdl.web@gmail.com>
10193
10194 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
10195
10196 2012-03-16 Alan Mackenzie <acm@muc.de>
10197
10198 Further optimise the handling of large macros.
10199
10200 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
10201 limit to a call of `c-literal-limits'.
10202 (c-determine-+ve-limit): New function.
10203 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
10204 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
10205 In CASE 5B, restrict a search limit to 500.
10206 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
10207
10208 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
10209 Restrict macro bounds to +-500 from after-change's BEG END.
10210
10211 2012-03-16 Leo Liu <sdl.web@gmail.com>
10212
10213 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
10214
10215 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
10216
10217 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
10218 `special-mode' setting of `buffer-read-only'. (Bug#11010)
10219
10220 2012-03-16 Glenn Morris <rgm@gnu.org>
10221
10222 * view.el (view-buffer, view-buffer-other-window)
10223 (view-buffer-other-frame): Doc fixes re special mode-class.
10224
10225 * subr.el (eval-after-load): If named feature is provided not from
10226 a file, run after-load forms. (Bug#10946)
10227
10228 * calendar/calendar.el (calendar-insert-at-column):
10229 Handle non-unit-width characters a bit better. (Bug#10978)
10230
10231 2012-03-15 Chong Yidong <cyd@gnu.org>
10232
10233 * emacs-lisp/ring.el (ring-extend): New function.
10234 (ring-insert+extend): Extend the ring correctly (Bug#11019).
10235
10236 * comint.el (comint-read-input-ring)
10237 (comint-add-to-input-history): Grow comint-input-ring lazily.
10238
10239 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10240
10241 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
10242 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
10243
10244 * imenu.el: Fix multiple inheritance breakage (bug#9199).
10245 (imenu-add-to-menubar): Don't add a redundant index.
10246 (imenu-update-menubar): Handle a dynamically composed keymap.
10247
10248 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10249
10250 * mail/sendmail.el (mail-encode-header):
10251 Bind rfc2047-encode-encoded-words to nil.
10252
10253 2012-03-13 Glenn Morris <rgm@gnu.org>
10254
10255 * calendar/calendar.el (calendar-string-spread):
10256 Handle non-unit-width characters a bit better. (Bug#10978)
10257
10258 2012-03-13 Leo Liu <sdl.web@gmail.com>
10259
10260 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
10261 directory and file as argument (Bug#10822).
10262
10263 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10264
10265 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
10266 For dynamically generated code, follow $PC.
10267 (gdb-disassembly-handler-custom): Handle no function name case.
10268
10269 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
10270
10271 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
10272 * emulation/ws-mode.el (ws-query-replace):
10273 * sort.el (sort-regexp-fields):
10274 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
10275
10276 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10277
10278 * dabbrev.el: Fix cycle completion order (bug#10963).
10279 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
10280 (dabbrev-completion): Don't use an obarray; provide
10281 a cycle-sort-function.
10282
10283 2012-03-12 Leo Liu <sdl.web@gmail.com>
10284
10285 * simple.el (kill-new): Use equal-including-properties for comparison.
10286 (kill-do-not-save-duplicates): Doc fix.
10287
10288 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10289
10290 * dabbrev.el: Fix cycle completion (bug#10963).
10291 Use lexical binding and wrap to 80 columns.
10292 (dabbrev-completion): Delay computing the list of completions.
10293
10294 2012-03-12 Kenichi Handa <handa@m17n.org>
10295
10296 * international/quail.el (quail-insert-kbd-layout): Surround each
10297 row by LRO and PDF instead of inserting many LRMs. Pad the left
10298 and right of each non-spacing marks. Insert invisible space
10299 between lower and upper characters to prevent composition.
10300
10301 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10302
10303 * minibuffer.el (minibuffer-complete): Don't get confused when the
10304 function is run twice via different commands (bug#10958).
10305 (complete-with-action): Fix docstring.
10306
10307 2012-03-12 Chong Yidong <cyd@gnu.org>
10308
10309 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
10310 (nxml-completion-at-point-function): New function.
10311 (nxml-mode): Use it.
10312 (nxml-bind-meta-tab-to-complete-flag): Default to t.
10313
10314 * emacs-lisp/package.el (package-unpack, package-unpack-single):
10315 Load generated autoloads file before byte compiling (Bug#10970).
10316 (package--make-autoloads-and-compile): New helper fun.
10317
10318 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
10319
10320 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10321
10322 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
10323
10324 * autorevert.el (auto-revert-handler): Ensure, that
10325 file-readable-p is applied only for local files or in
10326 auto-revert-tail-mode.
10327
10328 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
10329
10330 * server.el (server-eval-at): Handle non-tcp connections.
10331 Decode result string.
10332
10333 * server.el (server-msg-size): New constant.
10334 (server-reply-print): New function.
10335 (server-eval-and-print): Use it.
10336 (server-eval-at): Use server-quote-arg and server-unquote-arg.
10337 Handle -print-nonl.
10338
10339 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
10340
10341 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10342 (Bug#10987).
10343
10344 2012-03-11 Chong Yidong <cyd@gnu.org>
10345
10346 * simple.el (goto-line): Doc fix (Bug#9938).
10347
10348 * subr.el (save-window-excursion): Doc fix (Bug#9979).
10349
10350 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10351 when finished (Bug#10963).
10352
10353 2012-03-11 Martin Rudalics <rudalics@gmx.at>
10354
10355 * window.el (split-window-below): Fix bug in case where
10356 split-window-keep-point is nil (Bug#10971).
10357
10358 2012-03-11 Juri Linkov <juri@jurta.org>
10359
10360 * replace.el (replace-highlight): Set isearch-word to nil
10361 unconditionally. (Bug#10887)
10362
10363 2012-03-10 Eli Zaretskii <eliz@gnu.org>
10364
10365 * net/mairix.el (mairix-replace-invalid-chars): Rename from
10366 mairix-replace-illegal-chars; all callers changed. Don't remove
10367 ^, ~, and = characters: they are meaningful in mairix search specs.
10368 (mairix-widget-create-query): Add usage information about mairix
10369 search forms: negating words, searching for substrings, etc.
10370
10371 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
10372
10373 * international/fontset.el (font-encoding-alist): Add an entry for
10374 ksx1001 (Bug#5667).
10375
10376 2012-03-10 Richard Stallman <rms@gnu.org>
10377
10378 * mail/sendmail.el (mail-encode-header):
10379 Set rfc2047-encode-encoded-words.
10380
10381 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10382
10383 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10384 view buffer means not swapped.
10385 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10386 (rmail-write-region-annotate): Error if real text has disappeared.
10387
10388 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10389
10390 2012-03-10 Chong Yidong <cyd@gnu.org>
10391
10392 * emulation/cua-rect.el (cua--init-rectangles):
10393 * emulation/cua-base.el (cua--init-keymaps):
10394 Add delete-forward-char to remappings (Bug#9666).
10395
10396 2012-03-10 Martin Rudalics <rudalics@gmx.at>
10397
10398 * speedbar.el (speedbar-unhighlight-one-tag-line):
10399 Avoid unhighlighting due to frame switching (Bug#10275).
10400
10401 2012-03-10 Chong Yidong <cyd@gnu.org>
10402
10403 * minibuffer.el (completion-in-region, completion-help-at-point):
10404 Give the completion field overlay a high priority (Bug#6830).
10405
10406 * dired.el (dired-goto-file): Recognize absolute file name
10407 listings (Bug#7126).
10408 (dired-goto-file-1): New helper function.
10409 (dired-toggle-read-only): Inhibit warnings.
10410
10411 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
10412
10413 * net/dbus.el (dbus-property-handler): Return empty array if
10414 there are no properties.
10415
10416 2012-03-09 Leo Liu <sdl.web@gmail.com>
10417
10418 * savehist.el (savehist-printable): Stricter check for string
10419 value (Bug#10937).
10420
10421 2012-03-09 Eli Zaretskii <eliz@gnu.org>
10422
10423 * mail/smtpmail.el (smtpmail-send-it):
10424 Bind coding-system-for-write to *-unix, so that FCC files are kept in
10425 valid mbox format.
10426
10427 2012-03-09 Glenn Morris <rgm@gnu.org>
10428
10429 * files.el (dir-locals-find-file):
10430 Don't check result is regular, readable.
10431 (dir-locals-read-from-file): Demote errors.
10432
10433 2012-03-08 Eli Zaretskii <eliz@gnu.org>
10434
10435 * international/quail.el (quail-insert-kbd-layout):
10436 Insert invisible LRM characters before each character in a keyboard
10437 layout cell, to prevent their reordering by bidi display engine.
10438 For details, see the discussion in
10439 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10440
10441 2012-03-08 Alan Mackenzie <acm@muc.de>
10442
10443 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10444 the starting position; make it extend the marked region when
10445 invoked repeatedly - all under appropriate circumstances.
10446 Fixes bugs #5525, #10906.
10447
10448 2012-03-08 Glenn Morris <rgm@gnu.org>
10449
10450 * files.el (locate-dominating-file, dir-locals-find-file):
10451 Undo 2012-03-06 change.
10452
10453 2012-03-07 Eli Zaretskii <eliz@gnu.org>
10454
10455 * international/quail.el (quail-help):
10456 Force bidi-paragraph-direction be left-to-right. See discussion in
10457 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10458 for the reason.
10459
10460 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
10461
10462 Avoid superfluous registering of signals. (Bug#10807)
10463
10464 * notifications.el (notifications-on-action-object)
10465 (notifications-on-close-object): New defvars.
10466 (notifications-on-action-signal, notifications-on-closed-signal):
10467 Unregister the signal if not needed any longer.
10468 (notifications-notify): Register `notifications-action-signal' or
10469 `notifications-closed-signal', if :on-action or :on-close has been
10470 passed as argument.
10471
10472 2012-03-07 Chong Yidong <cyd@gnu.org>
10473
10474 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10475 non-X platforms.
10476
10477 2012-03-06 Glenn Morris <rgm@gnu.org>
10478
10479 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10480 (x-disown-selection-internal, x-get-selection-internal):
10481 Doc fix (add arglist signatures). (Bug#10783)
10482
10483 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10484
10485 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10486 Handle breakpoints with no "type".
10487
10488 2012-03-06 Glenn Morris <rgm@gnu.org>
10489
10490 * files.el (locate-dominating-file): Add optional predicate argument.
10491 (dir-locals-find-file): Make use of above change.
10492
10493 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10494
10495 * info.el (Info-insert-dir): Also try "dir.gz".
10496
10497 2012-03-06 Glenn Morris <rgm@gnu.org>
10498
10499 * files.el (dir-locals-find-file):
10500 Ignore non-readable or non-regular files. (Bug#10928)
10501
10502 * files.el (locate-dominating-file): Doc fix.
10503
10504 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10505
10506 * calendar/calendar.el (calendar-set-mode-line):
10507 `getenv' returns a string. (Bug#10951)
10508
10509 2012-03-05 Leo Liu <sdl.web@gmail.com>
10510
10511 * simple.el (backward-delete-char-untabify): Constrain point to
10512 field (Bug#10939).
10513
10514 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10515
10516 2012-03-05 Chong Yidong <cyd@gnu.org>
10517
10518 * simple.el (count-words): If called from Lisp, return the word
10519 count, for symmetry with `count-lines'. Arglist changed.
10520 (count-words--message): Args changed. Consolidate counting code
10521 from count-words and count-words-region.
10522 (count-words-region): Caller changed.
10523 (count-lines-region): Make it an obsolete alias.
10524
10525 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10526
10527 * saveplace.el (save-place-to-alist)
10528 (save-place-ignore-files-regexp): Allow value nil to disable this
10529 feature.
10530
10531 2012-03-04 Chong Yidong <cyd@gnu.org>
10532
10533 * faces.el (face-spec-reset-face): For the default face, reset the
10534 attributes to default values (Bug#10748).
10535
10536 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10537
10538 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10539 previous patch: Check `message-send-mail-function', and not the
10540 default function (bug#10897).
10541
10542 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
10543
10544 * notifications.el (notifications-on-action-signal)
10545 (notifications-on-closed-signal): Check for unique service name of
10546 incoming event. Fix error in removing entry.
10547 (top): Register for signals with wildcard service name.
10548 (notifications-notify): Use daemon unique service name for map entries.
10549
10550 2012-03-04 Chong Yidong <cyd@gnu.org>
10551
10552 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
10553
10554 2012-03-04 Glenn Morris <rgm@gnu.org>
10555
10556 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10557 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10558 (expand-abbrev, define-abbrev-table): Doc fixes.
10559
10560 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10561
10562 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10563 `message-default-send-mail-function' and not `send-mail-function'
10564 when doing the prompting for `sendmail-query-once' before sending
10565 in Message buffers (bug#10897).
10566
10567 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10568 This is inconsistent with all the other stream functions, which leave
10569 the setting up to the higher levels (if so wanted) (bug#10931).
10570
10571 2012-03-02 Alan Mackenzie <acm@muc.de>
10572
10573 Depessimize the handling of very large macros.
10574
10575 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10576 (c-macro-cache-syntactic): New variables to implement a one
10577 element macro cache.
10578 (c-invalidate-macro-cache): New function.
10579 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10580 Adapt to use the new cache.
10581 (c-state-safe-place): Use better the cache of safe positions.
10582 (c-state-semi-nonlit-pos-cache)
10583 (c-state-semi-nonlit-pos-cache-limit):
10584 New variables for...
10585 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10586 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10587 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10588 Use c-state-semi-safe-place.
10589
10590 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10591 Add c-invalidate-macro-cache to the C, C++, Obj entries.
10592
10593 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
10594
10595 * jka-compr.el (jka-compr-call-process):
10596 Apply `file-accessible-directory-p' only when the default directory is
10597 not remote.
10598
10599 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
10600
10601 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10602 access of FILE2, if FILE1 does not exist.
10603
10604 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10605 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10606
10607 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10608 Add "PAGER=" to `process-environment'.
10609
10610 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10611
10612 * progmodes/sql.el: Bug fix
10613 (sql-get-login-ext): Save login values in globals.
10614 (sql-get-login): Use new version of `sql-get-login-ext'.
10615 (sql-interactive-mode): Set global `sql-connection' to nil.
10616 (sql-connect): Set global values for connection.
10617 (sql-product-interactive): Save global values as buffer local.
10618
10619 2012-02-29 Leo Liu <sdl.web@gmail.com>
10620
10621 * abbrev.el (define-abbrevs): Reset sys to nil.
10622
10623 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10624
10625 * files.el (file-equal-p): Rename from `files-equal-p'.
10626 Return nil when one or both files don't exist.
10627 (file-subdir-of-p): Now only top directory must exists,
10628 return nil if it doesn't.
10629 (copy-directory): No need to test with `file-subdir-of-p' after
10630 creating dir.
10631 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10632 to `file-equal-p'.
10633
10634 2012-02-28 Glenn Morris <rgm@gnu.org>
10635
10636 * shell.el (shell-mode):
10637 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10638 * play/landmark.el (landmark-font-lock-face-O):
10639 * play/handwrite.el (handwrite):
10640 * play/gomoku.el (gomoku-O):
10641 * net/browse-url.el (browse-url-browser-display):
10642 * international/mule.el (define-charset):
10643 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10644 * filesets.el (filesets-find-file-delay):
10645 * eshell/em-xtra.el (eshell-xtra):
10646 * eshell/em-unix.el (eshell-grep):
10647 * emulation/viper.el (viper-mode):
10648 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10649 * emacs-lisp/easymenu.el (easy-menu-define):
10650 * calendar/timeclock.el (timeclock-use-display-time):
10651 * bs.el (bs-mode):
10652 * bookmark.el (bookmark-save-flag):
10653 Doc fix (standardize possessive apostrophe usage).
10654
10655 2012-02-27 Chong Yidong <cyd@gnu.org>
10656
10657 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10658 Fix key-binding lookup for ESC key (Bug#9146).
10659
10660 * font-lock.el (font-lock-specified-p): Rename from
10661 font-lock-spec-present. Callers changed.
10662
10663 2012-02-27 Daniel Hackney <dan@haxney.org>
10664
10665 * emacs-lisp/package.el (package-compute-transaction):
10666 Handle holding a package version to t in package-load-list.
10667
10668 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
10669
10670 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10671 (tramp-get-inode, tramp-get-device): Use cached values.
10672
10673 2012-02-26 Alan Mackenzie <acm@muc.de>
10674
10675 Check there is a font-lock specification before doing initial
10676 fontification.
10677
10678 * font-core.el (font-lock-mode): Move the conditional from
10679 :after-hook to font-lock-initial-fontify.
10680 (font-lock-default-function): Move the check for a specification
10681 to font-lock-spec-present.
10682
10683 * font-lock.el (font-lock-initial-fontify): Call ...
10684 (font-lock-spec-present): New function.
10685
10686 2012-02-26 Jim Blandy <jimb@red-bean.com>
10687
10688 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10689 (gdb-send): Apply it to the operand of the '-interpreter-exec
10690 console' command, so that we can pass arguments with (say) quotes
10691 in them. Store exact string sent in gdb-debug-log (Bug#10765).
10692
10693 2012-02-26 Chong Yidong <cyd@gnu.org>
10694
10695 * help-fns.el (describe-function-1): Clarify description of
10696 remapping (Bug#10844).
10697
10698 * files.el (files-equal-p): Doc fix.
10699 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
10700 and quit the loop once a mismatch is found.
10701
10702 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
10703
10704 * bs.el (bs--show-with-configuration): Don't throw an error
10705 if the window cannot be split; otherwise, subsequent calls to
10706 bs-show fail, restoring a stale window config. (Bug#10882)
10707
10708 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10709
10710 * term/ns-win.el (global-map): Bind ns-drag-file to
10711 ns-find-file (Bug#5855, Bug#10050).
10712
10713 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10714
10715 * calendar/parse-time.el (parse-time-string): Allow extractor to
10716 return nil.
10717
10718 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
10719
10720 * net/tramp.el (tramp-file-name-for-operation):
10721 Add `files-equal-p' and `file-subdir-of-p'.
10722
10723 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10724 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10725 Add COPY-CONTENTS argument.
10726
10727 2012-02-25 Chong Yidong <cyd@gnu.org>
10728
10729 Add custom groups for VC backends, for consistency with vc-bzr.
10730
10731 * vc/vc-arch.el (vc-arch):
10732 * vc/vc-cvs.el (vc-cvs):
10733 * vc/vc-git.el (vc-git):
10734 * vc/vc-hg.el (vc-hg):
10735 * vc/vc-mtn.el (vc-mtn):
10736 * vc/vc-rcs.el (vc-rcs):
10737 * vc/vc-sccs.el (vc-sccs):
10738 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10739 All relevant defcustoms reassigned.
10740
10741 2012-02-25 Chong Yidong <cyd@gnu.org>
10742
10743 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10744
10745 * term/x-win.el (x-initialize-window-system): Reduce default for
10746 x-selection-timeout to 5 seconds (Bug#8869).
10747
10748 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10749
10750 * files.el (files-equal-p, file-subdir-of-p): New functions.
10751 (copy-directory): Error when trying to copy a directory on itself.
10752 Add missing copy-contents arg to tramp handler.
10753 * dired-aux.el (dired-copy-file-recursive): Same.
10754 (dired-create-files): Modify destination when source is equal to
10755 dest when copying files.
10756 Return also when dest is a subdir of source. (Bug#10489)
10757
10758 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
10759
10760 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10761 (Bug#10874)
10762
10763 2012-02-23 Alan Mackenzie <acm@muc.de>
10764
10765 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10766 parameter "after-hook:" to allow the expansion to run code after
10767 the execution of the mode hooks.
10768
10769 * font-lock.el (font-lock-initial-fontify): New function extracted
10770 from font-lock-mode-internal.
10771
10772 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10773 :after-hook.
10774
10775 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10776
10777 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10778 (completion--cache-all-sorted-completions): New function.
10779 (completion-all-sorted-completions): Use it.
10780 (completion--do-completion, minibuffer-force-complete):
10781 Use it to re-instate the flush hook.
10782
10783 * icomplete.el (icomplete-completions): Replace last fix with a better
10784 one (bug#10850).
10785
10786 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10787
10788 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10789 when it might call us back infinitely (bug#10797).
10790
10791 2012-02-23 Glenn Morris <rgm@gnu.org>
10792
10793 * minibuffer.el (completion-category-overrides): Doc fix.
10794
10795 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10798 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10799
10800 2012-02-23 Glenn Morris <rgm@gnu.org>
10801
10802 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10803 (authors-obsolete-files-regexps, authors-ignored-files)
10804 (authors-ambiguous-files, authors-renamed-files-alist):
10805 Add more entries.
10806
10807 2012-02-23 Juri Linkov <juri@jurta.org>
10808
10809 * isearch.el (isearch-occur): Sync interactive spec with occur's
10810 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10811
10812 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10813
10814 2012-02-22 Juri Linkov <juri@jurta.org>
10815
10816 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10817 (ucs-insert): Doc fix. Check for hex digits in the string.
10818 Don't display `nil' in the error message. (Bug#10857)
10819
10820 2012-02-22 Alan Mackenzie <acm@muc.de>
10821
10822 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10823
10824 2012-02-22 Glenn Morris <rgm@gnu.org>
10825
10826 * ffap.el (ffap-c-path):
10827 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10828
10829 2012-02-22 Chong Yidong <cyd@gnu.org>
10830
10831 * custom.el (load-theme): Doc fix.
10832
10833 2012-02-22 Glenn Morris <rgm@gnu.org>
10834
10835 * dired-x.el (dired-guess-shell-alist-default):
10836 Remove escape sequences from nroff output. (Bug#172)
10837
10838 2012-02-21 Glenn Morris <rgm@gnu.org>
10839
10840 * vc/emerge.el (emerge-defvar-local):
10841 Set `permanent-local' property rather than unused `preserved'.
10842
10843 * textmodes/picture.el (picture-delete-char): New alias.
10844 (picture-mode-map): Use it. (Bug#10860)
10845 (picture-mode): Doc fix.
10846
10847 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
10848
10849 * newcomment.el (uncomment-region-default): Remove unused binding.
10850
10851 2012-02-21 Glenn Morris <rgm@gnu.org>
10852
10853 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10854 (picture-self-insert, picture-tab-chars): Doc fix.
10855 (picture-mode-map): Fix C-a, C-e.
10856
10857 2012-02-20 Glenn Morris <rgm@gnu.org>
10858
10859 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10860
10861 2012-02-20 Leo Liu <sdl.web@gmail.com>
10862
10863 * icomplete.el (icomplete-completions): Check FROM arg before
10864 passing to substring (Bug#10850).
10865
10866 2012-02-19 Chong Yidong <cyd@gnu.org>
10867
10868 * comint.el: Require ansi-color.
10869 (comint-output-filter-functions): Add ansi-color-process-output.
10870
10871 * ansi-color.el: Don't set comint-output-filter-functions; it is
10872 now in the initial value defined in comint.el.
10873 (ansi-color-apply-face-function): New variable.
10874 (ansi-color-apply-on-region): Use it.
10875 (ansi-color-apply-overlay-face): New function.
10876
10877 * shell.el (shell): No need to require ansi-color.
10878 (shell-mode): Use ansi-color-apply-face-function to highlight
10879 color escapes using font-lock-face property (Bug#10835).
10880
10881 2012-02-19 Chong Yidong <cyd@gnu.org>
10882
10883 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10884 mode-line formats (Bug#10839).
10885
10886 2012-02-18 Glenn Morris <rgm@gnu.org>
10887
10888 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10889
10890 * mail/undigest.el (unforward-rmail-message): Doc fix.
10891
10892 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10893
10894 2012-02-18 Eli Zaretskii <eliz@gnu.org>
10895
10896 * international/characters.el (script-list): Sync with the latest
10897 Unicode Character Database.
10898
10899 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10900
10901 * international/titdic-cnv.el: Remove duplicate coding tag.
10902 * language/cham.el: Likewise.
10903 * language/tai-viet.el: Likewise.
10904
10905 2012-02-18 Glenn Morris <rgm@gnu.org>
10906
10907 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10908 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10909 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10910 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10911 * calendar/holidays.el (holiday-bahai-holidays)
10912 (calendar-holidays, list-holidays):
10913 Use utf-8 Bahá'í in doc-strings, menus, etc.
10914
10915 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10916
10917 * saveplace.el (save-place-ignore-files-regexp): New variable
10918 allowing for excluding files from saving their location of point.
10919 The default value matches the temporary commit message editing
10920 files from Git, SVN, Bazaar, and Mercurial.
10921 (save-place-to-alist): Use it.
10922
10923 2012-02-17 Lawrence Mitchell <wence@gmx.li>
10924 Stefan Monnier <monnier@iro.umontreal.ca>
10925
10926 * newcomment.el (uncomment-region-default): Don't leave extra space
10927 when an arg is provided (bug#8150).
10928
10929 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10930
10931 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
10932
10933 2012-02-17 Glenn Morris <rgm@gnu.org>
10934
10935 * net/socks.el: Require network-stream. (Bug#10599)
10936
10937 2012-02-17 Kenichi Handa <handa@m17n.org>
10938
10939 * international/charprop.el:
10940 * international/uni-name.el:
10941 * international/uni-old-name.el:
10942 * international/uni-comment.el: Regenerate.
10943
10944 2012-02-16 Glenn Morris <rgm@gnu.org>
10945
10946 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10947 Interactively in calendar buffer, give an error if not on a date.
10948
10949 2012-02-15 Glenn Morris <rgm@gnu.org>
10950
10951 * shell.el (shell-delimiter-argument-list):
10952 Revert 2011-02-17 change. (Bug#8027)
10953
10954 2012-02-15 Chong Yidong <cyd@gnu.org>
10955
10956 * minibuffer.el (completion-at-point-functions): Doc fix.
10957
10958 * custom.el (defcustom): Doc fix; note use of defvar.
10959
10960 2012-02-15 Glenn Morris <rgm@gnu.org>
10961
10962 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10963 Doc fixes.
10964
10965 2012-02-14 Glenn Morris <rgm@gnu.org>
10966
10967 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10968
10969 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10970
10971 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10972 way the ports list is computed.
10973 (smtpmail-query-smtp-server): Prompt the user for a port number if
10974 we can't connect to any of the standard ports (bug#10810).
10975
10976 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10977
10978 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10979
10980 2012-02-13 Glenn Morris <rgm@gnu.org>
10981
10982 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10983
10984 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10985
10986 * net/gnutls.el (gnutls-trustfiles): New variable.
10987 (gnutls-negotiate): Use it.
10988
10989 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10990
10991 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10992 does its stuff if Gnus is running.
10993
10994 2012-02-13 Alan Mackenzie <acm@muc.de>
10995
10996 Fix a loop in c-set-fl-decl-start.
10997
10998 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
10999 c-backward-syntactic-ws actually moves backwards.
11000
11001 2012-02-13 Leo Liu <sdl.web@gmail.com>
11002
11003 * net/rcirc.el (rcirc-markup-attributes): Move point to the
11004 beginning so that all \C-o chars are removed.
11005
11006 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
11007
11008 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
11009
11010 2012-02-12 Alan Mackenzie <acm@muc.de>
11011
11012 Fix infinite loop with long macros.
11013 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
11014
11015 2012-02-12 Chong Yidong <cyd@gnu.org>
11016
11017 * window.el (display-buffer): Doc fix (Bug#10785).
11018
11019 2012-02-12 Glenn Morris <rgm@gnu.org>
11020
11021 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11022 (x-disown-selection-internal, x-get-selection-internal):
11023 Sync docs with the xselect.c versions.
11024
11025 * allout-widgets.el: Add missing license notice.
11026
11027 2012-02-11 Glenn Morris <rgm@gnu.org>
11028
11029 * select.el (x-get-selection-internal, x-own-selection-internal)
11030 (x-disown-selection-internal):
11031 * x-dnd.el (x-get-selection-internal): Update declarations.
11032
11033 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
11034
11035 * window.el (window-sides-slots):
11036 * tool-bar.el (tool-bar-position):
11037 * term/xterm.el (xterm-extra-capabilities):
11038 * ses.el (ses-self-reference-early-detection):
11039 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
11040 (verilog-auto-wire-type)
11041 (verilog-auto-delete-trailing-whitespace)
11042 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
11043 (verilog-auto-tieoff-declaration):
11044 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
11045 (sql-oracle-statement-starters, sql-oracle-scan-on):
11046 * progmodes/prolog.el (prolog-align-comments-flag)
11047 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
11048 (prolog-left-indent-regexp, prolog-paren-indent-p)
11049 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
11050 (prolog-types, prolog-mode-specificators)
11051 (prolog-determinism-specificators, prolog-directives)
11052 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
11053 (prolog-electric-dot-flag)
11054 (prolog-electric-dot-full-predicate-template)
11055 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
11056 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
11057 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
11058 (prolog-program-switches, prolog-prompt-regexp)
11059 (prolog-debug-on-string, prolog-debug-off-string)
11060 (prolog-trace-on-string, prolog-trace-off-string)
11061 (prolog-zip-on-string, prolog-zip-off-string)
11062 (prolog-use-standard-consult-compile-method-flag)
11063 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
11064 (prolog-imenu-max-lines, prolog-info-predicate-index)
11065 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
11066 (prolog-char-quote-workaround):
11067 * progmodes/cc-vars.el (c-defun-tactic):
11068 * net/tramp.el (tramp-encoding-command-interactive)
11069 (tramp-local-end-of-line):
11070 * net/soap-client.el (soap-client):
11071 * net/netrc.el (netrc-file):
11072 * net/gnutls.el (gnutls):
11073 * minibuffer.el (completion-category-overrides)
11074 (completion-cycle-threshold)
11075 (completion-pcm-complete-word-inserts-delimiters):
11076 * man.el (Man-name-local-regexp):
11077 * mail/feedmail.el (feedmail-display-full-frame):
11078 * international/characters.el (glyphless-char-display-control):
11079 * eshell/em-ls.el (eshell-ls-date-format):
11080 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
11081 (lisp-lambda-list-keyword-parameter-indentation)
11082 (lisp-lambda-list-keyword-parameter-alignment):
11083 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
11084 * dired-x.el (dired-omit-verbose):
11085 * cus-theme.el (custom-theme-allow-multiple-selections):
11086 * calc/calc.el (calc-highlight-selections-with-faces)
11087 (calc-lu-field-reference, calc-lu-power-reference)
11088 (calc-note-threshold):
11089 * battery.el (battery-mode-line-limit):
11090 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
11091 (archive-7z-update):
11092 * allout.el (allout-prefixed-keybindings)
11093 (allout-unprefixed-keybindings)
11094 (allout-inhibit-auto-fill-on-headline)
11095 (allout-flattened-numbering-abbreviation):
11096 * allout-widgets.el (allout-widgets-auto-activation)
11097 (allout-widgets-icons-dark-subdir)
11098 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
11099 (allout-widgets-theme-dark-background)
11100 (allout-widgets-theme-light-background)
11101 (allout-widgets-item-image-properties-emacs)
11102 (allout-widgets-item-image-properties-xemacs)
11103 (allout-widgets-run-unit-tests-on-load)
11104 (allout-widgets-time-decoration-activity)
11105 (allout-widgets-hook-error-post-time)
11106 (allout-widgets-track-decoration):
11107 Add missing :version tags to new defcustoms and defgroups.
11108
11109 * progmodes/sql.el (sql-ansi-statement-starters)
11110 (sql-oracle-statement-starters): Add custom type.
11111
11112 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
11113 (prolog-system-version): Give it a type.
11114
11115 2012-02-11 Eli Zaretskii <eliz@gnu.org>
11116
11117 * term/pc-win.el (x-select-text, x-selection-owner-p)
11118 (x-own-selection-internal, x-disown-selection-internal)
11119 (x-get-selection-internal): Sync doc strings and argument lists
11120 with xselect.c, common-win.el and x-win.el. (Bug#10783)
11121
11122 2012-02-11 Leo Liu <sdl.web@gmail.com>
11123
11124 * progmodes/python.el (python-end-of-statement): Fix infinite
11125 loop. (Bug#10788)
11126
11127 2012-02-10 Glenn Morris <rgm@gnu.org>
11128
11129 * international/mule-cmds.el (unify-8859-on-encoding-mode)
11130 (unify-8859-on-decoding-mode): Properly mark as obsolete.
11131
11132 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
11133
11134 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
11135 about SMTP before checking the From header.
11136
11137 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
11138 into own function for reuse by emacsbug.el.
11139
11140 2012-02-10 Leo Liu <sdl.web@gmail.com>
11141
11142 * subr.el (condition-case-unless-debug): Rename from
11143 condition-case-no-debug. All callers changed.
11144 (with-demoted-errors): Fix caller.
11145
11146 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
11147 * nxml/rng-valid.el (rng-do-some-validation):
11148 * emacs-lisp/package.el (package-refresh-contents)
11149 (package-menu-execute):
11150 * desktop.el (desktop-create-buffer):
11151 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
11152
11153 2012-02-10 Glenn Morris <rgm@gnu.org>
11154
11155 * textmodes/bibtex.el:
11156 Add missing :version tags for new/changed defcustoms.
11157
11158 * files.el (remote-file-name-inhibit-cache): Doc fixes.
11159
11160 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
11161
11162 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
11163 (smtpmail-via-smtp): Use it, or fall back on the From address.
11164 (smtpmail-send-it): Ditto.
11165
11166 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
11167
11168 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
11169 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
11170 (byte-compile-tmp-var): New const.
11171 (byte-compile-defvar): Use it to minimize .elc size.
11172 Just use `defvar' rather than simulate it (bug#10761).
11173
11174 2012-02-09 Glenn Morris <rgm@gnu.org>
11175
11176 * files.el (rename-uniquely): Doc fix. (Bug#3806)
11177
11178 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
11179 Add :version tags.
11180
11181 * progmodes/compile.el (compilation-error-screen-columns)
11182 (compilation-first-column, compilation-filter-start): Doc fixes.
11183
11184 * vc/log-view.el (log-view-toggle-entry-display):
11185 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
11186
11187 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
11188 (report-emacs-bug-can-use-xdg-email):
11189 (report-emacs-bug-insert-to-mailer): Doc fixes.
11190 (report-emacs-bug): Message fix.
11191
11192 * net/browse-url.el (browse-url-can-use-xdg-open)
11193 (browse-url-xdg-open): Doc fixes.
11194
11195 * electric.el (electric-indent-mode, electric-pair-mode)
11196 (electric-layout-rules, electric-layout-mode): Doc fixes.
11197 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
11198
11199 2012-02-08 Martin Rudalics <rudalics@gmx.at>
11200
11201 * server.el (server-unselect-display): Don't inadvertently kill
11202 the current buffer. (Bug#10729)
11203
11204 2012-02-08 Glenn Morris <rgm@gnu.org>
11205
11206 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
11207 (sql-list-table): Doc fixes.
11208
11209 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
11210 Comment out (does nothing).
11211
11212 * completion.el (dynamic-completion-mode):
11213 * dirtrack.el (dirtrack-debug-mode):
11214 * electric.el (electric-layout-mode):
11215 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
11216 * face-remap.el (text-scale-mode, buffer-face-mode):
11217 * iimage.el (iimage-mode):
11218 * image-mode.el (image-transform-mode):
11219 * minibuffer.el (completion-in-region-mode):
11220 * scroll-lock.el (scroll-lock-mode):
11221 * simple.el (next-error-follow-minor-mode):
11222 * tar-mode.el (tar-subfile-mode):
11223 * tooltip.el (tooltip-mode):
11224 * vcursor.el (vcursor-use-vcursor-map):
11225 * wid-browse.el (widget-minor-mode):
11226 * emulation/tpu-edt.el (tpu-edt-mode):
11227 * emulation/tpu-extras.el (tpu-cursor-free-mode):
11228 * international/iso-ascii.el (iso-ascii-mode):
11229 * language/thai-util.el (thai-word-mode):
11230 * mail/supercite.el (sc-minor-mode):
11231 * net/goto-addr.el (goto-address-mode):
11232 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
11233 * progmodes/cwarn.el (cwarn-mode):
11234 * progmodes/flymake.el (flymake-mode):
11235 * progmodes/glasses.el (glasses-mode):
11236 * progmodes/hideshow.el (hs-minor-mode):
11237 * progmodes/pascal.el (pascal-outline-mode):
11238 * textmodes/enriched.el (enriched-mode):
11239 * vc/smerge-mode.el (smerge-mode):
11240 Doc fixes (minor mode argument).
11241
11242 2012-02-07 Eli Zaretskii <eliz@gnu.org>
11243
11244 * ls-lisp.el (ls-lisp-sanitize): New function.
11245 (ls-lisp-insert-directory): Use it to fix or remove any elements
11246 in file-alist with missing attributes. (Bug#4673)
11247
11248 2012-02-07 Alan Mackenzie <acm@muc.de>
11249
11250 Fix spurious recognition of c-in-knr-argdecl.
11251
11252 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
11253 putative K&R region.
11254
11255 2012-02-07 Alan Mackenzie <acm@muc.de>
11256
11257 * progmodes/cc-engine.el (c-forward-objc-directive):
11258 Prevent looping in "#pragma mark @implementation".
11259
11260 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
11261
11262 * notifications.el (notifications-on-closed-signal): Make `reason'
11263 optional. (Bug#10744)
11264
11265 2012-02-07 Glenn Morris <rgm@gnu.org>
11266
11267 * emacs-lisp/easy-mmode.el (define-minor-mode):
11268 Doc fixes for the macro and the mode it defines.
11269
11270 * image.el (imagemagick-types-inhibit): Doc fix.
11271
11272 * cus-start.el (imagemagick-render-type): Add it.
11273
11274 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
11275
11276 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
11277 Set the default at load time, too, so that `font-lock-fontify-buffer'
11278 can be called without setting up the entire mode first. This fixes
11279 a bug in `mm-inline-text' with C MIME parts.
11280
11281 2012-02-06 Chong Yidong <cyd@gnu.org>
11282
11283 * simple.el (list-processes--refresh): Delete exited processes
11284 (Bug#8094).
11285
11286 * comint.el (comint-next-prompt): next-single-char-property-change
11287 and prev-single-char-property-change never return nil (Bug#8657).
11288
11289 * custom.el (defcustom): Doc fix (Bug#9711).
11290
11291 2012-02-05 Chong Yidong <cyd@gnu.org>
11292
11293 * cus-edit.el (custom-variable-reset-backup): Quote the value
11294 before storing it in the customized-value property (Bug#6712).
11295 (custom-display): Add a customization type tag.
11296 (custom-buffer-create-internal): Improve tooltip message.
11297
11298 * wid-edit.el (widget-field-value-get): New optional arg to
11299 suppress trailing whitespace truncation.
11300 (character): Use it (Bug#2689).
11301
11302 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
11303
11304 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
11305 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
11306
11307 2012-02-05 Chong Yidong <cyd@gnu.org>
11308
11309 * cus-edit.el (custom-variable-value-create): For mismatched
11310 types, show the current value (Bug#7600).
11311
11312 * custom.el (defcustom): Doc fix.
11313
11314 2012-02-05 Glenn Morris <rgm@gnu.org>
11315
11316 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11317
11318 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
11319
11320 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11321 (pp-buffer): Use `ignore-errors', `looking-at-p'.
11322 (pp-last-sexp): Use `looking-at-p'.
11323
11324 2012-02-04 Glenn Morris <rgm@gnu.org>
11325
11326 * files.el (revert-buffer):
11327 Doc fix (mention revert-buffer-in-progress-p).
11328
11329 * emacs-lisp/ert-x.el (ert-simulate-command):
11330 Check deferred-action-list (which is obsolete) is bound.
11331
11332 * subr.el (with-wrapper-hook): Doc fixes.
11333
11334 * simple.el (filter-buffer-substring-functions)
11335 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
11336
11337 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
11338
11339 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11340 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
11341
11342 2012-02-04 Leo Liu <sdl.web@gmail.com>
11343
11344 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11345
11346 2012-02-04 Glenn Morris <rgm@gnu.org>
11347
11348 * image.el (image-extension-data): Add obsolete alias.
11349
11350 * isearch.el (isearch-update): Doc fix.
11351
11352 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11353
11354 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11355
11356 2012-02-03 Glenn Morris <rgm@gnu.org>
11357
11358 * image.el (image-animated-p): Doc fix. Use image-animated-types.
11359 (image-animate-timeout): Doc fix.
11360
11361 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11362
11363 2012-02-02 Glenn Morris <rgm@gnu.org>
11364
11365 * server.el (server-auth-dir): Doc fix.
11366 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
11367
11368 * subr.el (run-mode-hooks): Doc fix.
11369
11370 2012-02-02 Juri Linkov <juri@jurta.org>
11371
11372 * image-mode.el (image-toggle-display-image): Remove tautological
11373 `major-mode' from the `derived-mode-p' test.
11374
11375 2012-02-02 Kenichi Handa <handa@m17n.org>
11376
11377 * composite.el (compose-region): Cancel previous change.
11378
11379 2012-02-02 Kenichi Handa <handa@m17n.org>
11380
11381 * composite.el (compose-region, compose-string): Signal error for
11382 a null string component (Bug#6988).
11383
11384 2012-02-01 Chong Yidong <cyd@gnu.org>
11385
11386 * view.el (view-buffer-other-window, view-buffer-other-frame):
11387 Handle special modes like view-buffer (Bug#10650).
11388 (view-buffer): Simplify.
11389
11390 * frame.el (set-frame-font): Tweak meaning of third argument.
11391
11392 * dynamic-setting.el (font-setting-change-default-font):
11393 Use set-frame-font (Bug#9982).
11394
11395 2012-02-01 Glenn Morris <rgm@gnu.org>
11396
11397 * progmodes/compile.el (compilation-internal-error-properties):
11398 Respect compilation-first-column in the "*compilation*" buffer.
11399
11400 * emacs-lisp/easy-mmode.el (define-minor-mode):
11401 Relax :variable's test for a named function.
11402
11403 2012-01-31 Alan Mackenzie <acm@muc.de>
11404
11405 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11406 off by one error.
11407
11408 2012-01-31 Chong Yidong <cyd@gnu.org>
11409
11410 * frame.el (set-frame-font): New arg ALL-FRAMES.
11411
11412 * menu-bar.el (menu-set-font): Use set-frame-font.
11413
11414 * faces.el (face-spec-reset-face): Don't apply unspecified
11415 attribute values to the default face.
11416
11417 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
11418
11419 * progmodes/cwarn.el (cwarn): Remove dead link.
11420 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11421 Remove * from defcustom docstrings.
11422 (turn-on-cwarn-mode): Make obsolete.
11423 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11424 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11425
11426 2012-01-31 Glenn Morris <rgm@gnu.org>
11427
11428 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11429 Fix :variable handling of mode a symbol not equal to modefun.
11430 Allow named functions to be used as the cdr of :variable.
11431
11432 2012-01-30 Glenn Morris <rgm@gnu.org>
11433
11434 * emacs-lisp/authors.el (authors-fixed-entries):
11435 Remove reference to deleted file rnewspost.el.
11436
11437 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
11438
11439 * window.el (window-with-parameter): Remove unused variable `windows'.
11440 (window--side-check): Remove unused variable `code'.
11441 (window--resize-siblings): Remove unused variable `first'.
11442 (adjust-window-trailing-edge): Remove unused variable `failed'.
11443 (window-deletable-p, window--delete): Remove unused variable `buffer'.
11444 Use `let', not `let*'.
11445 (balance-windows-2): Remove unused variable `found'.
11446 (window--state-put-2): Remove unused variable `splits'.
11447 (window-state-put): Remove unused variable `selected'.
11448 (same-window-p): Use `string-match-p'.
11449 (display-buffer-assq-regexp): Remove unused variable `value'.
11450 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11451 Mark argument ALIST as ignored.
11452 (pop-to-buffer): Remove unused variable `old-window'.
11453
11454 2012-01-29 Eli Zaretskii <eliz@gnu.org>
11455
11456 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11457 and .lzma compressed files.
11458
11459 2012-01-29 Chong Yidong <cyd@gnu.org>
11460
11461 * frame.el (window-system-default-frame-alist): Doc fix.
11462
11463 * dynamic-setting.el (font-setting-change-default-font): Don't
11464 change the default face if SET-FONT argument is non-nil (Bug#9982).
11465
11466 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
11467
11468 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11469
11470 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
11471
11472 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11473 breakpoints in files outside current directory (Bug#6098).
11474
11475 2012-01-29 Chong Yidong <cyd@gnu.org>
11476
11477 * progmodes/python.el: Require ansi-color at top-level.
11478
11479 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11480 Define and use in Emacs Lisp mode (Bug#9360).
11481 (lisp-mode-abbrev-table): Add doc.
11482 (lisp-mode-variables): Don't set local-abbrev-table.
11483 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11484
11485 2012-01-28 Roland Winkler <winkler@gnu.org>
11486
11487 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11488
11489 2012-01-28 Roland Winkler <winkler@gnu.org>
11490
11491 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11492 (bibtex-set-dialect): Use it. Either set global values of
11493 dialect-dependent variables or bind these variables buffer-locally
11494 (Bug#10254).
11495 (bibtex-mode): Call bibtex-set-dialect via
11496 hack-local-variables-hook.
11497 (bibtex-dialect): Update docstring.
11498 Add safe-local-variable predicate.
11499 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11500 bibtex-set-dialect.
11501 (bibtex-mode-map): Define menu for each dialect.
11502 (bibtex-entry): Fix docstring.
11503
11504 2012-01-28 Chong Yidong <cyd@gnu.org>
11505
11506 * eshell/esh-arg.el (eshell-quote-argument): New function.
11507
11508 * eshell/esh-ext.el (eshell-invoke-batch-file):
11509 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11510 first arg to eshell-parse-command (Bug#10523).
11511
11512 2012-01-28 Drew Adams <drew.adams@oracle.com>
11513
11514 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11515 `default-directory' is non-nil.
11516
11517 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11518
11519 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11520 line that displays system-configuration-options. (Bug#9924)
11521
11522 2012-01-28 Drew Adams <drew.adams@oracle.com>
11523
11524 * descr-text.el (describe-char): Show information about POS, in
11525 addition to information about the character at POS. Improve and
11526 update the doc string. Change "code point" to "code point in
11527 charset", to avoid confusion with the character's Unicode code
11528 point shown above that. (Bug#10129)
11529
11530 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11531
11532 * descr-text.el (describe-char): Show the raw character, not only
11533 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11534 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11535 for the reasons.
11536
11537 2012-01-28 Phil Hagelberg <phil@hagelb.org>
11538
11539 * emacs-lisp/package.el (package-install):
11540 Run package-refresh-contents if there is no archive yet (Bug#9798).
11541
11542 2012-01-28 Chong Yidong <cyd@gnu.org>
11543
11544 * emacs-lisp/package.el (package-maybe-load-descriptor):
11545 New function, split from package-maybe-load-descriptor.
11546 (package-maybe-load-descriptor): Use it.
11547 (package-download-transaction): Fully load required packages
11548 inside the loop, so that `require' calls work (Bug#10593).
11549 (package-install): No need to call package-initialize now.
11550
11551 2012-01-28 Chong Yidong <cyd@gnu.org>
11552
11553 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11554
11555 * tooltip.el (tooltip-mode): Doc fix.
11556 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11557
11558 * frame.el (set-cursor-color): Doc fix (Bug#352).
11559
11560 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11561 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11562
11563 * cus-edit.el (custom-buffer-create-internal): Fix search button
11564 action (Bug#10542).
11565 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11566
11567 2012-01-27 Eduard Wiebe <usenet@pusto.de>
11568
11569 * dired.el (dired-mark-files-regexp):
11570 Include any subdirectory components. (Bug#10445)
11571
11572 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11573
11574 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11575 Handle [host]:port syntax. (Bug#10533)
11576
11577 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
11578
11579 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11580
11581 2012-01-26 Glenn Morris <rgm@gnu.org>
11582
11583 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11584 * term.el (term-raw-escape-map): Use Control-X-prefix.
11585 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11586
11587 2012-01-25 Martin Rudalics <rudalics@gmx.at>
11588
11589 * window.el (window-state-get, window--state-get-1): Don't deal
11590 with fixed-sizeness of windows. Simplify code.
11591
11592 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11593
11594 * window.el (window--state-get-1, window--state-put-2):
11595 Don't save and restore the mark.
11596
11597 2012-01-25 Chong Yidong <cyd@gnu.org>
11598
11599 * custom.el (custom-variable-p): Doc fix.
11600
11601 2012-01-25 Glenn Morris <rgm@gnu.org>
11602
11603 * dired.el (dired-goto-file): Handle some of the more common
11604 characters that `ls -b' escapes. (Bug#10596)
11605
11606 * progmodes/compile.el (compilation-next-error-function):
11607 Respect compilation-first-column in the "*compilation*" buffer.
11608 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11609
11610 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11611
11612 2012-01-24 Glenn Morris <rgm@gnu.org>
11613
11614 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11615
11616 2012-01-24 Julien Danjou <julien@danjou.info>
11617
11618 * color.el (color-rgb-to-hsl): Fix value computing.
11619 (color-hue-to-rgb): New function.
11620 (color-hsl-to-rgb): New function.
11621 (color-clamp, color-saturate-hsl, color-saturate-name)
11622 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11623 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11624
11625 2012-01-24 Glenn Morris <rgm@gnu.org>
11626
11627 * vc/vc-rcs.el (vc-rcs-create-tag):
11628 * vc/vc-sccs.el (vc-sccs-create-tag):
11629 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11630
11631 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11632
11633 * eshell/esh-util.el (eshell-read-hosts-file):
11634 Skip comment lines. (Bug#10549)
11635
11636 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11637
11638 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
11639
11640 * subr.el (display-delayed-warnings): Doc fix.
11641 (collapse-delayed-warnings): New function to collapse identical
11642 adjacent warnings.
11643 (delayed-warnings-hook): Add it.
11644
11645 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
11646
11647 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11648
11649 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11650 (tramp-default-user-alist): Don't add "pscp".
11651 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11652 property "login-as", if set. (Bug#10530)
11653
11654 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
11655
11656 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11657 "plink1" and "psftp". (Bug#10530)
11658
11659 2012-01-21 Kenichi Handa <handa@m17n.org>
11660
11661 * international/mule-cmds.el (prefer-coding-system): Show a
11662 warning message if the default value of file-name-coding-system
11663 was not changed.
11664
11665 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11666
11667 * windmove.el (windmove-reference-loc):
11668 Fix windmove-reference-loc miscalculation.
11669
11670 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
11671
11672 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11673 default unit.
11674
11675 2012-01-21 Glenn Morris <rgm@gnu.org>
11676
11677 * international/mule.el (auto-coding-alist): Add .tbz.
11678
11679 * files.el (local-enable-local-variables): Doc fix.
11680 (inhibit-local-variables-regexps): Rename from
11681 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
11682 Doc fix. Add some extensions from auto-coding-alist.
11683 (inhibit-local-variables-suffixes):
11684 Rename from inhibit-first-line-modes-suffixes. Doc fix.
11685 (inhibit-local-variables-p):
11686 New function, extracted from set-auto-mode-1.
11687 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
11688 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
11689 (hack-local-variables): Doc fix. Make the mode-only case
11690 respect enable-local-variables and friends.
11691 Respect inhibit-local-variables-regexps for file-locals, but
11692 not for directory-locals.
11693 (set-visited-file-name):
11694 Take account of inhibit-local-variables-regexps.
11695 Whether it applies may change as the file name is changed.
11696 * jka-cmpr-hook.el (jka-compr-install):
11697 * jka-compr.el (jka-compr-uninstall):
11698 Update for inhibit-first-line-modes-suffixes name change.
11699
11700 2012-01-20 Martin Rudalics <rudalics@gmx.at>
11701
11702 * help-macro.el (make-help-screen): Temporarily restore original
11703 binding for minor-mode-map-alist (Bug#10454).
11704
11705 2012-01-19 Julien Danjou <julien@danjou.info>
11706
11707 * color.el (color-name-to-rgb): Use the white color to find the max
11708 color component value and return correctly computed values.
11709 (color-name-to-rgb): Add missing float conversion for max value.
11710
11711 2012-01-19 Martin Rudalics <rudalics@gmx.at>
11712
11713 * window.el (window--state-get-1, window-state-get): Do not use
11714 special state value for window-persistent-parameters.
11715 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
11716 (window--state-put-2): Reset all window parameters to nil before
11717 assigning values of persistent parameters.
11718
11719 2012-01-18 Alan Mackenzie <acm@muc.de>
11720
11721 Eliminate sluggishness and hangs in fontification of "semicolon
11722 deserts".
11723
11724 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11725 Change value 10000 -> 3000.
11726 (c-state-safe-place): Reformulate so it doesn't stack up an
11727 infinite number of wrong entries in c-state-nonlit-pos-cache.
11728 (c-determine-limit-get-base, c-determine-limit): New functions to
11729 determine backward search limits disregarding literals.
11730 (c-find-decl-spots): Amend commenting.
11731 (c-cheap-inside-bracelist-p): New function which detects "={".
11732
11733 * progmodes/cc-fonts.el
11734 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11735 backward search.
11736 (c-font-lock-declarations): Fix an occurrence of point being
11737 undefined. Check additionally for point being in a bracelist or
11738 near a macro invocation without a semicolon so as to avoid a
11739 fruitless time consuming search for a declarator. Give a more
11740 precise search limit for declarators using the new
11741 c-determine-limit.
11742
11743 2012-01-18 Glenn Morris <rgm@gnu.org>
11744
11745 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11746 (set-auto-mode): Doc fixes.
11747
11748 2012-01-17 Glenn Morris <rgm@gnu.org>
11749
11750 * isearch.el (search-nonincremental-instead): Fix doc typo.
11751
11752 * dired.el (dired-insert-directory): Handle newlines in directory name.
11753 (dired-build-subdir-alist): Unescape newlines in directory name.
11754
11755 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
11756
11757 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11758 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11759 (tramp-action-terminal): Use it. (Bug#10530)
11760
11761 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11762
11763 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11764
11765 2012-01-16 Martin Rudalics <rudalics@gmx.at>
11766
11767 * window.el (window-state-ignored-parameters): Remove variable.
11768 (window--state-get-1): Rename argument MARKERS to IGNORE.
11769 Handle persistent window parameters. Make copy of clone-of
11770 parameter only if requested. (Bug#10348)
11771 (window--state-put-2): Install a window parameter only if it has
11772 a non-nil value or an existing parameter shall be overwritten.
11773
11774 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
11775
11776 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11777
11778 2012-01-14 Eli Zaretskii <eliz@gnu.org>
11779
11780 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11781 don't pass the (nil) value of `upnode' to string-match.
11782
11783 2012-01-14 Chong Yidong <cyd@gnu.org>
11784
11785 * startup.el (command-line): Fix X resource class for cursorColor.
11786 Fix values recognized by the cursorBlink resource.
11787
11788 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11789
11790 * epg.el (epg--make-temp-file): Avoid permission race condition
11791 when running on old Emacs versions (bug#10403).
11792
11793 2012-01-14 Glenn Morris <rgm@gnu.org>
11794
11795 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11796
11797 2012-01-13 Alan Mackenzie <acm@muc.de>
11798
11799 Fix filling for when filladapt mode is enabled.
11800
11801 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11802 c-mask-paragraph, pass in `fill-paragraph' rather than
11803 `fill-region-as-paragraph'. (This is a reversion of a previous
11804 change.)
11805 * progmodes/cc-mode.el (c-basic-common-init):
11806 Make fill-paragraph-handle-comment buffer local and set it to nil.
11807
11808 2012-01-13 Glenn Morris <rgm@gnu.org>
11809
11810 * dired.el (dired-switches-escape-p): New function.
11811 (dired-insert-directory): Use dired-switches-escape-p.
11812 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11813
11814 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11815
11816 2012-01-12 Glenn Morris <rgm@gnu.org>
11817
11818 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11819 changes in adaptive-fill-regexp. (Bug#10276)
11820
11821 2012-01-11 Alan Mackenzie <acm@muc.de>
11822
11823 Fix Emacs bug #10463 - put `widen's around the critical spots.
11824
11825 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11826 widen around each invocation of c-state-pp-to-literal. Remove an
11827 unused let variable.
11828
11829 2012-01-11 Glenn Morris <rgm@gnu.org>
11830
11831 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
11832 Doc fix.
11833
11834 2012-01-10 Chong Yidong <cyd@gnu.org>
11835
11836 * net/network-stream.el (network-stream-open-starttls):
11837 Avoid emitting a confusing error message when the server gives a bad
11838 response to the capability command.
11839
11840 2012-01-10 Glenn Morris <rgm@gnu.org>
11841
11842 * mail/unrmail.el (unrmail): Tweak previous change.
11843
11844 2012-01-09 Chong Yidong <cyd@gnu.org>
11845
11846 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11847
11848 2012-01-08 Alan Mackenzie <acm@muc.de>
11849
11850 Optimise font locking in long enum definitions.
11851
11852 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11853 arm to a cond form to handle enums.
11854 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11855 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11856
11857 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
11858
11859 * files.el (move-file-to-trash): Preserve default file modes on error.
11860 (Bug#10401)
11861
11862 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11863
11864 * faces.el (set-face-attribute): Clarify the meaning of the nil
11865 frame (bug#10294).
11866
11867 * subr.el (with-selected-frame): Mention that the selected frame
11868 is restored (bug#9980).
11869
11870 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11871 (bug#9759).
11872
11873 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11874 (password-read): Don't autoload unused function.
11875
11876 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
11877
11878 * progmodes/which-func.el (which-func-mode): Turn into a
11879 non-interactive function and mark as obsolete (bug#10428).
11880
11881 2012-01-06 Chong Yidong <cyd@gnu.org>
11882
11883 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11884 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11885 functions, along with 1 and -1.
11886
11887 2012-01-06 Eli Zaretskii <eliz@gnu.org>
11888
11889 * time.el (display-time-load-average)
11890 (display-time-default-load-average): Doc fixes. See the thread
11891 starting at
11892 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11893 for the details.
11894
11895 2012-01-06 Glenn Morris <rgm@gnu.org>
11896
11897 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11898 has no messages. (Bug#10377)
11899
11900 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11901 than Info-edit. (Bug#10385)
11902
11903 * time.el (display-time-load-average, display-time-next-load-average):
11904 Doc fixes.
11905
11906 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11907 local setting of buffer-read-only to the input buffer. (Bug#10419)
11908
11909 * calendar/calendar.el (calendar-mode):
11910 Locally set scroll-margin to 0. (Bug#10379)
11911
11912 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
11913
11914 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11915
11916 2012-01-05 Glenn Morris <rgm@gnu.org>
11917
11918 * eshell/em-unix.el (diff-no-select): Autoload it.
11919 (eshell/diff): Use diff-no-select. (Bug#10420)
11920
11921 2012-01-05 Chong Yidong <cyd@gnu.org>
11922
11923 * shell.el (shell-dynamic-complete-functions): Revert last change.
11924 (shell-command-completion-function): New function.
11925 (shell-completion-vars): Use it to implement
11926 shell-completion-execonly (Bug#10417).
11927
11928 * custom.el (enable-theme): Don't set custom-safe-themes.
11929
11930 * cus-theme.el (custom-theme-merge-theme):
11931 Ignore custom-enabled-themes and custom-safe-themes.
11932
11933 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11934
11935 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11936 first prompt in `sql-interacive-mode'.
11937 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
11938 keywords.
11939 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
11940 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11941 context of original buffer. Invoke `sql-login-hook'.
11942
11943 2012-01-04 Eli Zaretskii <eliz@gnu.org>
11944
11945 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11946 letters in cite-prefix.
11947
11948 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11949
11950 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11951
11952 2012-01-03 Chong Yidong <cyd@gnu.org>
11953
11954 * shell.el (shell-dynamic-complete-functions):
11955 Put pcomplete-completions-at-point, so as to try
11956 comint-filename-completion first (Bug#10417).
11957
11958 2012-01-02 Richard Stallman <rms@gnu.org>
11959
11960 * battery.el (battery-status-function):
11961 Detect when to use battery-yeeloong-sysfs.
11962 (battery-echo-area-format): Add string for Yeeloong.
11963 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11964 (battery-yeeloong-sysfs): New function.
11965
11966 2012-01-02 Chong Yidong <cyd@gnu.org>
11967
11968 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11969 (dirtrack): Merge code for handling relative filenames in prompt
11970 from shell-dir-cookie-watcher.
11971 (dirtrack-debug-message): New arg to avoid excess format calls.
11972
11973 * shell.el (shell-dir-cookie-re): Variable deleted.
11974 (shell-dir-cookie-watcher): Function deleted.
11975 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11976 with dirtrack-mode.
11977
11978 2012-01-01 Eli Zaretskii <eliz@gnu.org>
11979
11980 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11981 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
11982 libgnutls-26.dll.
11983
11984 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11985
11986 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11987
11988 2011-12-31 Eli Zaretskii <eliz@gnu.org>
11989
11990 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11991 headers of non-MIME messages, when rmail-enable-mime is non-nil.
11992
11993 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
11994
11995 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11996 also for alternative shells.
11997 (tramp-open-connection-setup-interactive-shell): Check, whether
11998 the shell is a busybox.
11999 (tramp-send-command): Don't suppress multiple prompts for
12000 busyboxes, it hurts.
12001
12002 2011-12-28 Chong Yidong <cyd@gnu.org>
12003
12004 * progmodes/gdb-mi.el (gdb-get-source-file-list)
12005 (gdb-get-source-file): Move mode line update to
12006 gdb-get-source-file (Bug#10087).
12007
12008 2011-12-25 Chong Yidong <cyd@gnu.org>
12009
12010 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
12011 gud-gdb-marker-filter without taking it as an argument.
12012 (gud-gdb-run-command-fetch-lines): Caller changed.
12013 (gud-gdb-completion-function): New variable.
12014 (gud-gdb-completion-at-point): Use it.
12015 (gud-gdb-completions-1): Split from gud-gdb-completions.
12016
12017 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
12018 function as separate arguments.
12019 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
12020 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
12021 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
12022 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
12023 (gdb-stopped, def-gdb-auto-update-trigger)
12024 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
12025 (gdb-get-changed-registers, gdb-get-main-selected-frame):
12026 Callers changed.
12027 (gud-gdbmi-completions): New function.
12028 (gdb): Use it for generating the completion table.
12029
12030 2011-12-24 Alan Mackenzie <acm@muc.de>
12031
12032 Introduce a mechanism to widen the region used in context font
12033 locking. Use this to protect declarations from losing their contexts.
12034
12035 * progmodes/cc-langs.el (c-before-font-lock-functions):
12036 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
12037 (c-before-context-fontification-functions): New defvar, a list of
12038 functions to be run just before context (etc.) font locking.
12039
12040 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
12041 New, functionality extracted from
12042 c-neutralize-syntax-in-and-mark-CPP.
12043 (c-in-after-change-fontification): New variable.
12044 (c-after-change): Set c-in-after-change-fontification.
12045 (c-set-fl-decl-start): Rejig its interface, so it can be called
12046 from both after-change and context fontifying.
12047 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
12048 New functions.
12049 (c-standard-font-lock-fontify-region-function): New variable.
12050 (c-font-lock-fontify-region): New function.
12051
12052 2011-12-24 Juri Linkov <juri@jurta.org>
12053
12054 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
12055 (Bug#10348)
12056
12057 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
12058
12059 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
12060 existence of source file. (Bug#10325)
12061
12062 2011-12-23 Alan Mackenzie <acm@muc.de>
12063
12064 Fix unstable fontification inside templates.
12065
12066 * progmodes/cc-langs.el (c-before-font-lock-functions):
12067 Newly created from the singular version. The (c c++ objc) entry now
12068 additionally has c-set-fl-decl-start. The other languages (apart
12069 from AWK) have that as a single entry.
12070
12071 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12072 The functionality for "local" declarations has been extracted to
12073 c-set-fl-decl-start.
12074
12075 * progmodes/cc-mode.el (c-common-init, c-after-change):
12076 Changes due to pluralisation of c-before-font-lock-functions.
12077 (c-set-fl-decl-start): New function, extracted from
12078 c-font-lock-enclosing-decls and enhanced.
12079
12080 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
12081
12082 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
12083
12084 2011-12-22 Juri Linkov <juri@jurta.org>
12085
12086 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
12087
12088 2011-12-22 Chong Yidong <cyd@gnu.org>
12089
12090 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
12091
12092 2011-12-21 Drew Adams <drew.adams@oracle.com>
12093
12094 * files.el (file-remote-p): Fix docstring. (Bug#10319)
12095
12096 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
12097
12098 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
12099
12100 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
12101
12102 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
12103 highlighting and support. Fix up comments for capitalization.
12104 (cfengine-mode-debug): New var.
12105 (cfengine3-mode): Change the modeline indicator to "CFE3".
12106 (cfengine3-font-lock-keywords): Improve defun highlighting.
12107 (cfengine2-actions): Rename from `cfengine-actions'.
12108 (cfengine2-font-lock-keywords): Rename from
12109 `cfengine-font-lock-keywords'.
12110 (cfengine2-imenu-expression): Rename from
12111 `cfengine-imenu-expression'.
12112 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
12113 (cfengine2-beginning-of-defun): Rename from
12114 `cfengine-beginning-of-defun'.
12115 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
12116 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
12117 (cfengine2-mode): Rename from `cfengine-mode'. Change the
12118 modeline indicator to "CFE2".
12119 (cfengine-mode): Defalias to `cfengine-auto-mode'.
12120 (cfengine-mode-abbrevs): Mark obsolete.
12121
12122 2011-12-21 Chong Yidong <cyd@gnu.org>
12123
12124 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
12125 filename argument.
12126
12127 2011-12-20 Martin Rudalics <rudalics@gmx.at>
12128
12129 * window.el (window-normalize-buffer-to-display): Remove.
12130 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
12131
12132 2011-12-19 Chong Yidong <cyd@gnu.org>
12133
12134 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
12135 Don't signal an error in a predicate function; return non-nil.
12136 (vc-dir-mark-file): Move the error here.
12137 (vc-dir-mark-unmark): If acting on the region, keep going if one
12138 of the entries cannot be marked/unmarked.
12139 (vc-dir-mark-all-files): If current entry is a directory, mark
12140 only child files, as documented.
12141
12142 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
12143
12144 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
12145 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
12146 addition.
12147
12148 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
12149
12150 * term/ns-win.el (ns-get-selection-internal)
12151 (ns-store-selection-internal): Declare.
12152 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
12153 Declare as obsolete.
12154 (ns-get-pasteboard, ns-paste-secondary):
12155 Use ns-get-selection-internal.
12156 (ns-set-pasteboard, ns-copy-including-secondary):
12157 Use ns-store-selection-internal.
12158
12159 2011-12-17 Chong Yidong <cyd@gnu.org>
12160
12161 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
12162 (vc-deduce-fileset): Doc fix.
12163
12164 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
12165
12166 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
12167
12168 2011-12-13 Sam Steingold <sds@gnu.org>
12169
12170 * man.el (Man-getpage-in-background): When running under a
12171 window-system, ignore $MANWIDTH and $COLUMNS.
12172
12173 2011-12-15 Kenichi Handa <handa@m17n.org>
12174
12175 * language/ethio-util.el: Change coding tag to utf-8-emacs.
12176 (setup-ethiopic-environment-internal): Comment out key-binding for
12177 ethio-toggle-punctuation.
12178
12179 2011-12-13 Alan Mackenzie <acm@muc.de>
12180
12181 Add the switch statement to AWK Mode.
12182
12183 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
12184 "default" to the keywords regexp.
12185
12186 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
12187 expression as the rest.
12188 (c-nonlabel-token-key): Allow string literals for AWK.
12189 Refactor for the other modes.
12190
12191 Large brace-block initialisation makes CC Mode slow: Fix.
12192 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
12193 routines. Limit backward searching in c-font-lock-enclosing.decl.
12194
12195 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
12196 pp-state and literal type in addition to the limits.
12197 (c-state-safe-place): New defun, extracted from c-state-literal-at.
12198 (c-state-literal-at): Use the above new defun.
12199 (c-slow-in-literal, c-fast-in-literal): Remove.
12200 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
12201
12202 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
12203 being in a literal. Add a limit for backward searching.
12204
12205 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
12206 c-slow-in-literal.
12207
12208 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12209
12210 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
12211
12212 2011-12-13 Martin Rudalics <rudalics@gmx.at>
12213
12214 * window.el (delete-other-windows): Use correct frame in call to
12215 window-with-parameter.
12216
12217 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
12218
12219 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
12220 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
12221 (makefile-gmake-statements, makefile-makepp-statements):
12222 Use it and add new makepp keywords.
12223 (makefile-makepp-font-lock-keywords): Add new patterns.
12224 (makefile-match-function-end): Match new [...] and [[...]].
12225
12226 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
12227
12228 * ses.el (ses-call-printer-return, ses-cell-property-get)
12229 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
12230 (ses-create-cell-variable, ses-reset-header-string)
12231 (ses-cell-set-formula, ses-repair-cell-reference-all)
12232 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
12233 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
12234 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
12235 (ses-aset-with-undo, ses-load, ses-truncate-cell)
12236 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
12237 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
12238 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
12239 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
12240 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
12241 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
12242 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
12243 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
12244
12245 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
12246
12247 * ses.el: The overall change is to add cell renaming, that is
12248 setting fancy names for cell symbols other than name matching
12249 "\\`[A-Z]+[0-9]+\\'" regexp .
12250 (ses-create-cell-variable): New defun.
12251 (ses-relocate-formula): Relocate formulas only for cells the
12252 symbols of which are not renamed, i.e. symbols whose names do not
12253 match regexp "\\`[A-Z]+[0-9]+\\'".
12254 (ses-relocate-all): Relocate values only for cells the symbols of
12255 which are not renamed.
12256 (ses-load): Create cells variables as the (ses-cell ...) are read,
12257 in order to check row col consistency with cell symbol name only
12258 for cells that are not renamed.
12259 (ses-replace-name-in-formula): New defun.
12260 (ses-rename-cell): New defun.
12261
12262 2011-12-11 Chong Yidong <cyd@gnu.org>
12263
12264 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
12265 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
12266
12267 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
12268
12269 * window.el (other-window): Fix docstring.
12270
12271 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12272
12273 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
12274 `from' or `to' address before taking its substring.
12275 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
12276 encoded name is chopped in the middle of the encoded string, and
12277 thus displayed encoded.
12278
12279 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
12280
12281 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
12282
12283 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12284
12285 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
12286 to use texinfo-update-node and commands that call it if the
12287 Texinfo file uses @node lines without next/prev/up pointers.
12288 Correct outdated description about texinfo-master-menu.
12289 (texinfo-all-menus-update, texinfo-master-menu)
12290 (texinfo-update-node, texinfo-every-node-update)
12291 (texinfo-multiple-files-update): Doc fix. Warn against updating
12292 all the @node lines.
12293 (texinfo-master-menu): Only call texinfo-update-node if the prefix
12294 argument is numeric. Explain better in the doc string what the
12295 function really does.
12296 (texinfo-insert-master-menu-list): Improve the error message
12297 displayed if there's no menu in the Top node.
12298 (Bug#2975) See also this thread:
12299 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
12300
12301 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
12302
12303 * speedbar.el (speedbar-supported-extension-expressions):
12304 Add .adb and .ads, commonly used for Ada source code (bug#10256).
12305
12306 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
12307
12308 * printing.el (pr-mode-alist):
12309 * simple.el (filter-buffer-substring-functions)
12310 (completion-list-insert-choice-function):
12311 * window.el (window-with-parameter, window-atom-root)
12312 (window-sides-slots, window-size-fixed, window-min-delta)
12313 (window-max-delta, window--resize-mini-window)
12314 (window--resize-child-windows-normal, window-tree)
12315 (delete-other-windows, quit-window, split-window)
12316 (display-buffer-record-window, special-display-buffer-names)
12317 (special-display-regexps, special-display-popup-frame)
12318 (same-window-p, split-window-sensibly)
12319 (display-buffer-overriding-action, display-buffer-alist)
12320 (display-buffer-base-action, display-buffer, switch-to-buffer)
12321 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12322 (fit-window-to-buffer, recenter-positions)
12323 (mouse-autoselect-window-state, mouse-autoselect-window-select):
12324 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12325 and remove unneeded backslashes in docstrings.
12326
12327 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12328
12329 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12330
12331 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12332 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12333 end in ".mk".
12334 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12335 when reading the makefile (bug#10116).
12336
12337 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12338
12339 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12340 (bug#10116).
12341
12342 2011-12-06 Glenn Morris <rgm@gnu.org>
12343
12344 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12345
12346 2011-12-06 Chong Yidong <cyd@gnu.org>
12347
12348 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12349
12350 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
12351
12352 * textmodes/table.el (table-shorten-cell): Fix typo.
12353
12354 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
12355
12356 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12357
12358 2011-12-05 Eli Zaretskii <eliz@gnu.org>
12359
12360 * descr-text.el (describe-char): Fix display of strong
12361 right-to-left characters and directional embeddings and overrides.
12362
12363 * simple.el (what-cursor-position): Fix display of codepoints of
12364 strong right-to-left characters.
12365
12366 2011-12-05 Chong Yidong <cyd@gnu.org>
12367
12368 * faces.el (read-color): Doc fix.
12369
12370 2011-12-05 Glenn Morris <rgm@gnu.org>
12371
12372 * align.el (align--set-marker): Add doc-string.
12373 Don't try to move something that is not a marker. (Bug#10216)
12374
12375 2011-12-04 Glenn Morris <rgm@gnu.org>
12376
12377 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12378 overly zealous deletion of trailing whitespace.
12379
12380 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
12381
12382 * server.el (server-delete-client): On Windows, do not try to delete
12383 the only terminal.
12384 (server-process-filter): On Windows, treat requests for a tty frame as
12385 if they were for a GUI frame if the running server is in GUI mode.
12386
12387 2011-12-03 Glenn Morris <rgm@gnu.org>
12388
12389 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
12390
12391 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12392
12393 * electric.el: Streamline electric-indent's hook.
12394 (electric-indent-chars): Revert to simple list.
12395 (electric-indent-functions): New var.
12396 (electric-indent-post-self-insert-function): Use it.
12397
12398 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12399 there's no inferior buffer (bug#10196).
12400 (prolog-consult-compile): Don't use toggle-read-only.
12401
12402 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
12403
12404 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12405 interrupt. (Bug#10187)
12406
12407 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12408
12409 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12410 (bug#9160).
12411
12412 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12413 (bug#10191).
12414
12415 2011-12-02 Juri Linkov <juri@jurta.org>
12416
12417 * info.el (Info-search): Display "end of manual" when Isearch
12418 reaches the end of single-file Info manual. (Bug#9918)
12419
12420 2011-12-02 Eli Zaretskii <eliz@gnu.org>
12421
12422 * isearch.el (isearch-message-prefix): Run the input method part
12423 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
12424
12425 2011-12-02 Juri Linkov <juri@jurta.org>
12426
12427 * isearch.el (isearch-occur): Use `word-search-regexp' for
12428 `isearch-word'.
12429 (isearch-search-and-update): Add condition for `isearch-word' and
12430 call `word-search-regexp'. (Bug#10145)
12431
12432 2011-12-01 Glenn Morris <rgm@gnu.org>
12433
12434 * eshell/em-hist.el (eshell-hist-initialize):
12435 Handle eshell-history-size nil and HISTSIZE set or unset.
12436 (eshell-history-file-name, eshell-history-size): Fix custom type.
12437
12438 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12439
12440 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12441
12442 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
12443
12444 * progmodes/verilog-mode.el (verilog-pretty-expr):
12445 Rework verilog-pretty-expr to handle new assignment operators in system
12446 verilog, such as += *= and the like.
12447 (verilog-assignment-operator-re): Regular expression to find the
12448 assigment operator in a verilog assignment.
12449 (verilog-assignment-operation-re): Regular expression to find an
12450 assignment statement for pretty-expr.
12451 (verilog-in-attribute-p): Query returns true if point is in an
12452 attribute context; used to skip these for expression line up from
12453 pretty-expr.
12454 (verilog-in-parameter-p): Query returns true if point is in an
12455 parameter definition context; used to skip these for expression
12456 line up from pretty-expr.
12457 (verilog-in-parenthesis-p): Query returns true if point is in a
12458 parenthetical expression, specifically ( ) but not [ ] or { };
12459 used by pretty-expr.
12460 (verilog-just-one-space): If there is no space, don't add one.
12461 (verilog-get-lineup-indent-2): Specifically skip just attribute
12462 contexts for expression lineup, rather than skipping all
12463 parenthetical expressions.
12464 (verilog-calculate-indent): Fix comment, and fix indent.
12465 (verilog-do-indent): Indent declarations in lists (suggested by
12466 Joachim Lechner).
12467 (verilog-mode-abbrev-table): Populate abbrev mode with the various
12468 skeleton items.
12469 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12470 by Alain Mellan).
12471
12472 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
12473
12474 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12475 parameters with embedded comments. Reported by Ray Stevens.
12476 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12477 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12478 Reported by Tim Holt.
12479 (verilog-auto): Fix AUTOing a upper module then AUTOing module
12480 instantiated by upper module causing wrong expansion until AUTOed a
12481 second time. Reported by K C Buckenmaier.
12482 (verilog-diff-auto): Fix showing .* as a difference when
12483 `verilog-auto-star-save' off. Reported by Dan Dever.
12484 (verilog-auto-reset, verilog-read-always-signals)
12485 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12486 temporary signals in reset list if
12487 verilog-auto-reset-blocking-in-non is nil, and match assignment
12488 style to each signal's assignment type, bug381.
12489 Reported by Thomas Esposito.
12490 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12491 (verilog-uvm-statement-re): Support UVM indentation and
12492 highlighting, with old OVM keywords only.
12493 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
12494 Support AUTOTIEOFF creating non-wire data types.
12495 Suggested by Jonathan Greenlaw.
12496 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12497 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12498 (verilog-inject-sense, verilog-read-inst-pins)
12499 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12500 Fix mismatching parenthesis inside commented out code when deleting
12501 AUTOINST, bug383. Reported by Jonathan Greenlaw.
12502 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12503 non-numeric vector width. Reported by Alex Reed.
12504 (verilog-auto-ascii-enum): Add "onehot" option to work around not
12505 detecting signals with parameter widths. Reported by Alex Reed.
12506 (verilog-auto-delete-trailing-whitespace):
12507 With `verilog-auto-delete-trailing-whitespace' remove trailing
12508 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12509 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12510 Fix verilog-scan-cache corruption when running user AUTO expansion
12511 hooks that call indentation routines.
12512 (verilog-simplify-range-expression): Fix typo ignoring lower case
12513 identifiers.
12514 (verilog-delete-auto): Fix delete-autos to also remove user created
12515 automatics, as long as they start with AUTO.
12516 (verilog-batch-diff-auto, verilog-diff-auto)
12517 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12518 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12519 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12520 (verilog-in-paren-quick, verilog-re-search-backward-quick)
12521 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12522 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
12523 is disabled and its cache will get corrupt, causing AUTOS not to
12524 expand. Instead use only -quick functions.
12525 (verilog-scan-region): Fix scanning over escaped quotes.
12526 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12527 (verilog-re-search-backward-quick)
12528 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12529 related functions now ignore strings, to fix misparsing of strings
12530 with magic comments embedded in them.
12531 (verilog-read-auto-template):
12532 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12533 Reported by Brad Dobbie.
12534 (verilog-read-auto-template):
12535 Fix 'verilog-auto-inst-template-numbers' with comments.
12536 Reported by Brad Dobbie.
12537 (verilog-auto-inst, verilog-auto-inst-param)
12538 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12539 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12540 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
12541 debugging templates without merge conflicts, bug357.
12542 Reported by Brad Dobbie.
12543 (verilog-read-auto-template):
12544 Fix verilog-auto-inst-template-numbers with multiple templates.
12545 Reported by Brad Dobbie.
12546 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12547 abbrevs so user won't be asked to save.
12548 (verilog-read-auto-lisp-present): Fix to start at beginning of
12549 buffer in case called outside of verilog-auto.
12550 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12551 to "X-2". Reported by Matthew Myers.
12552 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12553 all inputs from module templates. Reported by Leith Johnson.
12554 (verilog-module-inside-filename-p): Fix locating programs as with
12555 modules.
12556 (verilog-auto-inst-port): Fix vl-width expressions when using
12557 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12558 (verilog-decls-get-regs, verilog-decls-get-signals,
12559 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12560 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12561 verilog-read-decls): Combine reg and wire structures into one var
12562 structure to represent SystemVerilog concepts.
12563 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12564 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12565 (verilog-auto-wire-type, verilog-insert-definition):
12566 Add verilog-auto-wire-type and AUTOLOGIC to support using
12567 SystemVerilog "logic" keyword instead of "wire"/"reg".
12568 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12569 to declares outputs that also have assignments (presumably in an
12570 ifdef or generate if so there's not a driver conflict).
12571 Reported by Matthew Myers.
12572 (verilog-auto-declare-nettype, verilog-insert-definition):
12573 Add verilog-auto-declare-nettype to fix declarations using
12574 `default_nettype none. Reported by Julian Gorfajn.
12575 (verilog-read-always-signals-recurse, verilog-read-decls)
12576 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12577 malformed end statement, bug325. Reported by Joshua Wise and
12578 Andrew Drake.
12579 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12580 (verilog-inst-comment-re): Fix not deleting Interfaced comment
12581 when expanding .* in interfaces, bug320.
12582 Reported by Pierre-David Pfister.
12583 (verilog-read-module-name): Fix import statements between module
12584 name and open parenthesis, bug317.
12585 Reported by Pierre-David Pfister.
12586 (verilog-simplify-range-expression): Fix simplification of
12587 multiplications inside AUTOWIRE connections, bug303.
12588 (verilog-auto-inst-port): Support parameter expansion in
12589 multidimensional arrays.
12590 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12591 after "assert property". Reported by Julian Gorfajn.
12592 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12593 with multiplication, bug303.
12594 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12595 Reported by Jan Frode Lonnum.
12596
12597 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
12598
12599 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12600 (hfy-shell-file-name, hfy-shell):
12601 * international/fontset.el (x-decompose-font-name): Fix typos.
12602
12603 2011-11-29 Ken Brown <kbrown@cornell.edu>
12604
12605 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12606 (gdb-version): Remove defvar.
12607 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12608 (gdb-gud-context-command, gdb-non-stop-handler)
12609 (gdb-current-context-command, gdb-stopped): Use it.
12610 (gdb-init-1): Enable pretty printing here.
12611 (gdb-non-stop-handler): Don't enable pretty-printing here.
12612 Check to see if the target supports non-stop mode; if not, turn off
12613 non-stop mode. Use the following.
12614 (gdb-check-target-async): New defun.
12615 (gud-watch, gdb-stopped): Fix whitespace.
12616 (gdb-get-source-file): Don't try to display the source file if
12617 `gdb-main-file' is nil.
12618
12619 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12620
12621 * align.el: Try to generate fewer markers (bug#10047).
12622 (align--set-marker): New macro.
12623 (align-region): Use it.
12624
12625 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12626
12627 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12628
12629 2011-11-29 Chong Yidong <cyd@gnu.org>
12630
12631 * indent.el (indent-for-tab-command, indent-according-to-mode):
12632 Doc fix.
12633 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12634
12635 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
12636
12637 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12638 aware of remote file names. (Bug#10124)
12639
12640 2011-11-29 Chong Yidong <cyd@gnu.org>
12641
12642 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12643
12644 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12645
12646 * files.el (find-file): Don't use force-same-window (bug#10144).
12647 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12648 use pop-to-buffer if the selected window can't be used.
12649 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12650
12651 2011-11-28 Eli Zaretskii <eliz@gnu.org>
12652
12653 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12654 special-mode-map.
12655
12656 2011-11-28 Chong Yidong <cyd@gnu.org>
12657
12658 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12659
12660 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
12661
12662 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12663 gdb-get-source-file-list on gdb-create-source-file-list.
12664
12665 2011-11-26 Eli Zaretskii <eliz@gnu.org>
12666
12667 * whitespace.el (whitespace-newline): Use a different foreground
12668 color for 16-color light-background displays.
12669
12670 2011-11-24 Chong Yidong <cyd@gnu.org>
12671
12672 * window.el (display-buffer--special-action): Doc fix.
12673
12674 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
12675
12676 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12677 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12678 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12679 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12680 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12681 (avl-tree-stack-first):
12682 * emacs-lisp/cconv.el (cconv--analyse-use):
12683 * net/gnutls.el (gnutls-negotiate): Fix typos.
12684
12685 2011-11-24 Glenn Morris <rgm@gnu.org>
12686
12687 * lpr.el (lpr-windows-system, lpr-lp-system):
12688 * mail/binhex.el (binhex-begin-line):
12689 * progmodes/grep.el (grep-history, grep-find-history):
12690 * textmodes/flyspell.el:
12691 * vc/pcvs-defs.el (cvs-global-menu):
12692 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12693 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12694 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12695
12696 * net/tls.el: Fix case of "GnuTLS".
12697
12698 * paths.el (rmail-file-name): Format doc-string for make-docfile.
12699
12700 * version.el (emacs-build-system): Give it a doc-string.
12701
12702 2011-11-24 Juri Linkov <juri@jurta.org>
12703
12704 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12705
12706 2011-11-24 Glenn Morris <rgm@gnu.org>
12707
12708 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12709 if called on a non-mime message just toggle the headers. (Bug#8006)
12710
12711 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
12712
12713 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12714 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12715 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12716 (allout-rebullet-heading, allout-open-sibtopic)
12717 (allout-toggle-current-subtree-encryption)
12718 (allout-toggle-subtree-encryption, allout-encrypt-string)
12719 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12720 (allout-distinctive-bullets-string, allout-auto-activation):
12721 * window.el (window-normalize-buffer-to-display):
12722 * progmodes/verilog-mode.el (verilog-batch-indent):
12723 * textmodes/bibtex.el (bibtex-field-braces-opt)
12724 (bibtex-field-strings-opt):
12725 * vc/cvs-status.el (cvs-tree-merge):
12726 Fix typos.
12727
12728 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
12729
12730 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12731 `non-essential' to t, in order to avoid remote connections.
12732
12733 2011-11-23 Eli Zaretskii <eliz@gnu.org>
12734
12735 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12736 On MS-DOS and MS-Windows, compare with loaddefs.el
12737 case-insensitively.
12738
12739 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12740
12741 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12742
12743 2011-11-23 Glenn Morris <rgm@gnu.org>
12744
12745 * paths.el (rmail-file-name): Reformat the doc-string so that it
12746 is picked up.
12747
12748 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12749 (rmail-auto-file): Ignore case in the "special" field names,
12750 as mail-fetch-field does for all others.
12751
12752 * mail/rmail.el (rmail-forward):
12753 * mail/rmailkwd.el (rmail-set-label):
12754 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12755 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12756
12757 * mail/rmail.el (rmail-current-message): Doc fix.
12758
12759 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12760
12761 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12762
12763 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12764
12765 2011-11-22 Glenn Morris <rgm@gnu.org>
12766
12767 * mail/rmailmm.el (test-rmail-mime-handler)
12768 (test-rmail-mime-bulk-handler)
12769 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12770
12771 2011-11-21 Juri Linkov <juri@jurta.org>
12772
12773 * calc/calc.el (calc-read-key-sequence):
12774 Let-bind `input-method-function' to nil. (Bug#10018)
12775
12776 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12777
12778 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12779 Tell the caller that the next line needs recomputation, even
12780 though it doesn't start a sexp (bug#10094).
12781
12782 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12783
12784 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12785
12786 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12789 Use force-same-window.
12790
12791 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12792
12793 * descr-text.el (describe-char-unicode-data):
12794 * json.el (json-string-escape):
12795 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12796 (Footnote-unicode, Footnote-style-p):
12797 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12798
12799 2011-11-20 Chong Yidong <cyd@gnu.org>
12800
12801 * window.el (replace-buffer-in-windows): Restore interactive spec.
12802
12803 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12804
12805 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12806
12807 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12808 (byte-compile-global-not-obsolete-vars): New var.
12809 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12810 Use it.
12811 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12812
12813 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12814
12815 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12816 * progmodes/pascal.el (electric-pascal-equal):
12817 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12818 * xml.el (xml-substitute-special): Fix typos.
12819
12820 2011-11-20 Glenn Morris <rgm@gnu.org>
12821
12822 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12823 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12824 Doc fixes.
12825 (rmail-decode-mime-charset): Mark as obsolete.
12826
12827 * mail/rmailsum.el (rmail-message-regexp-p-1):
12828 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12829 Before using mime functions, check they are set. (Bug#10077)
12830
12831 2011-11-19 Juri Linkov <juri@jurta.org>
12832
12833 * info.el (Info-finder-find-node): Use `package--builtins' instead
12834 of `package-alist'. Use node names formed by the pattern "Keyword "
12835 and the keyword name.
12836
12837 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12838
12839 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12840
12841 2011-11-19 Juri Linkov <juri@jurta.org>
12842
12843 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12844 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12845 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12846 `old-history', `old-history-forward'. Add let-binding
12847 `window-selected'. Remove calls to `kill-buffer',
12848 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12849 before calling `Info-find-node', so `Info-find-node-2' will reread
12850 the Info file. Restore window positions only when `window-selected'
12851 is non-nil.
12852
12853 2011-11-19 Juri Linkov <juri@jurta.org>
12854
12855 * isearch.el (isearch-lazy-highlight-new-loop):
12856 Remove condition `(not isearch-error)'. (Bug#9918)
12857
12858 * misearch.el (multi-isearch-search-fun): Add condition
12859 `(not bound)' to ignore lazy-highlighting search.
12860 Add the search-failed message "end of multi" when the end of
12861 multi-sequence is reached. Uncapitalize the search-failed
12862 message "Repeat for next buffer".
12863
12864 * info.el (Info-search): Add the search-failed message
12865 "end of the manual" when the end of the manual is reached
12866 in Isearch mode.
12867
12868 2011-11-19 Juri Linkov <juri@jurta.org>
12869
12870 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12871 Use non-destructive `remove' instead of `delete' because
12872 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12873 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12874
12875 2011-11-19 Juri Linkov <juri@jurta.org>
12876
12877 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12878 to nil instead of binding `search-ring' and `regexp-search-ring'.
12879 (Bug#9185)
12880
12881 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12882
12883 * simple.el (line-move): Force movement by logical lines for any
12884 hscrolled window, not only when auto-hscroll-mode is on.
12885 (line-move-visual): Update doc string to that effect. (Bug#10076)
12886
12887 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12888
12889 * language/european.el (macintosh): Define as alias for mac-roman.
12890
12891 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12892
12893 * mail/rmailmm.el (rmail-mime-display-header)
12894 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12895 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12896 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12897 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12898 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12899 of a raw aref.
12900 (rmail-mime-entity-segment): To get past the tagline, move forward
12901 2 more lines, to account for the 2 empty lines that precede and
12902 follow the line with the buttons.
12903 (rmail-mime-update-tagline): Move one more line, to get past the
12904 empty line that follows the buttons in the tagline. (Bug#9520)
12905
12906 2011-11-19 Martin Rudalics <rudalics@gmx.at>
12907
12908 * window.el (window-max-delta-1, window-min-delta-1)
12909 (window-min-size-1, window-state-get-1, window-state-put-1)
12910 (window-state-put-2): Use "window--" prefix.
12911
12912 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12913
12914 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12915 (smie-warning-count): New var.
12916 (smie-set-prec2tab): Use it.
12917 (smie-bnf->prec2): Improve warnings. Add docstring.
12918 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12919 (smie-bnf--set-class): New function.
12920 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12921 corner case.
12922
12923 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12924 (compilation-error-properties, compilation-move-to-column):
12925 Handle compilation-first-column while in the target buffer.
12926
12927 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12928 Don't hardcode point-min==1.
12929
12930 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12931 (eshell-rewrite-for-command): Remove workaround.
12932 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12933 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12934 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12935
12936 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12937
12938 2011-11-17 Glenn Morris <rgm@gnu.org>
12939
12940 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12941 Ignore buffer-local generated-autoload-file if it is the same
12942 as the global value. (Bug#10049)
12943
12944 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
12945
12946 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12947 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12948 (reftex-toc-previous-heading, reftex-toc-max-level)
12949 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12950 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12951 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12952 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12953 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12954 (reftex-toc-rename-label, reftex-toc-visit-location)
12955 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12956 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12957 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12958 leaving "*toc*" only for references to the buffer.
12959
12960 2011-11-17 Martin Rudalics <rudalics@gmx.at>
12961
12962 * window.el (window-resize, delete-window, split-window):
12963 Replace window-splits by window-combination-resize.
12964 * cus-start.el (window-splits): Replace by window-combination-resize.
12965
12966 2011-11-17 Glenn Morris <rgm@gnu.org>
12967
12968 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12969 Make bash entry derive from sh entry, not shell entry.
12970
12971 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
12972
12973 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12974 local file name.
12975
12976 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12977
12978 * menu-bar.el (menu-bar-file-menu):
12979 * printing.el (pr-ps-utility):
12980 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12981 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12982 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12983 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12984 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12985 (icalendar--convert-cyclic-to-ical)
12986 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12987 (icalendar--convert-ical-to-diary)
12988 (icalendar--convert-recurring-to-diary)
12989 (icalendar--convert-non-recurring-all-day-to-diary)
12990 (icalendar-import-format-sample):
12991 * progmodes/idlw-shell.el (idlwave-shell-mode):
12992 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12993 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12994 (vhdl-ps-print-init): Fix typos.
12995
12996 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
12997
12998 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12999 FSF and collapse date sequence, obscure author/maintainer email address
13000 better, remove extra version line, track relocation of author's webpage.
13001
13002 * progmodes/python.el (python-pdbtrack-input-prompt)
13003 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
13004 regular python pdb prompts. Adjustments shamelessly taken exactly as
13005 suggested in EmacsWiki page (tiny change):
13006 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
13007
13008 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
13009
13010 * expand.el (expand-pos, expand-index, expand-point):
13011 Remove redundant info from docstring.
13012 (expand-add-abbrevs): Doc fix.
13013 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
13014 (expand-sample-perl-mode-expand-list): Fix typos.
13015
13016 * net/dbus.el (dbus-event-member-name):
13017 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
13018 * term/pc-win.el (msdos-create-frame-with-faces):
13019 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
13020
13021 2011-11-16 Martin Rudalics <rudalics@gmx.at>
13022
13023 * window.el (split-window, window-state-get-1)
13024 (window-state-put-1, window-state-put-2): Rename occurrences of
13025 window-nest to window-combination-limit.
13026 * cus-start.el (window-nest): Rename to window-combination-limit.
13027
13028 2011-11-16 Chong Yidong <cyd@gnu.org>
13029
13030 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
13031 regexp (Bug#10033).
13032
13033 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13034
13035 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
13036 `completing-read' will remove *Completions* and will preserve
13037 current-buffer for us.
13038 (tmm-add-prompt): Users of *Completions* will always (re)set its
13039 major mode.
13040 (tmm-old-comp-map): Remove.
13041
13042 2011-11-16 Glenn Morris <rgm@gnu.org>
13043
13044 * mail/rmailedit.el: Require rmailmm when compiling.
13045 (rmail-old-mime-state): New declaration.
13046 (rmail-edit-current-message): If editing a mime message,
13047 edit the "raw" message from the mbox buffer.
13048 (rmail-cease-edit): Handle mime messages. (Bug#9840)
13049
13050 2011-11-15 Glenn Morris <rgm@gnu.org>
13051
13052 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
13053 which wasn't being used. Add optional arg to force given state.
13054 (rmail-mime): Add optional arg to force given state.
13055
13056 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
13057
13058 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13059 * frame.el (display-mm-dimensions-alist):
13060 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
13061 (outline-move-subtree-down):
13062 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
13063 (newsticker--treeview-do-get-node):
13064 * net/quickurl.el (quickurl-list-buffer-name):
13065 * progmodes/dcl-mode.el (dcl-mode):
13066 * progmodes/gdb-mi.el (gdb-mapcar*):
13067 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
13068
13069 2011-11-15 Glenn Morris <rgm@gnu.org>
13070
13071 * mail/rmail.el (rmail-file-coding-system): It's only ever used
13072 in a boolean sense, so just make it a boolean, and fix the doc.
13073 (rmail-show-mime-function, rmail-mime-feature)
13074 (rmail-require-mime-maybe): Doc fixes.
13075 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
13076
13077 * mail/rmailmm.el (rmail-show-mime): Doc fix.
13078
13079 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
13080
13081 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
13082 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
13083 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
13084 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
13085
13086 2011-11-15 Glenn Morris <rgm@gnu.org>
13087
13088 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
13089 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
13090 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
13091 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
13092 (rmail-mime, rmail-show-mime): Doc fixes.
13093
13094 * term/ns-win.el (mode-line-frame-identification):
13095 Leave it alone. (Bug#10051)
13096
13097 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
13098
13099 * mail/rmailout.el (rmail-output-to-rmail-buffer):
13100 Handle empty buffers. (Bug#9978)
13101
13102 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
13103
13104 * international/mule.el (define-charset):
13105 * mail/rmailmm.el (rmail-mime-find-header-encoding):
13106 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
13107 * progmodes/verilog-mode.el (verilog-backward-token):
13108 * textmodes/ispell.el (lookup-words):
13109 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
13110
13111 2011-11-14 Glenn Morris <rgm@gnu.org>
13112
13113 * progmodes/executable.el
13114 (executable-make-buffer-file-executable-if-script-p):
13115 Handle file-modes returning nil.
13116
13117 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
13118 message - not necessary, and causes problems. (Bug#9831)
13119
13120 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
13121
13122 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
13123
13124 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
13125 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
13126 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
13127
13128 2011-11-12 Martin Rudalics <rudalics@gmx.at>
13129
13130 * window.el (window-resize, delete-window): Use window-splits
13131 variable instead of function.
13132 (window-state-get-1, window-state-put-2, window-state-put):
13133 Don't deal with windows' splits status.
13134
13135 2011-11-12 Glenn Morris <rgm@gnu.org>
13136
13137 * apropos.el (apropos-do-all, apropos-library, apropos-value)
13138 (apropos-documentation): Doc fixes.
13139
13140 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
13141
13142 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
13143 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
13144
13145 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13146
13147 * electric.el (electric-indent-post-self-insert-function): Make it
13148 possible for a char to only indent in some circumstances.
13149 (electric-indent-mode): Simplify.
13150
13151 2011-11-11 Martin Rudalics <rudalics@gmx.at>
13152
13153 * window.el (windows-with-parameter): Remove unused function.
13154 (windows-at-side): Rename to window-at-side-list.
13155 (window-check, window-atom-check, window-atom-check-1)
13156 (window-side-check, window-size-ignore, window-size-fixed-1)
13157 (window-in-direction-2): Prefix with "window--".
13158 (window-tree-1): Rename to window--subtree, fix doc-string.
13159
13160 2011-11-11 Glenn Morris <rgm@gnu.org>
13161
13162 * subr.el (eval-after-load): If FILE is already loaded,
13163 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
13164
13165 2011-11-10 Glenn Morris <rgm@gnu.org>
13166
13167 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
13168 Call svn via vc-svn-command rather than vc-do-command.
13169 (vc-svn-command): Add --non-interactive. (Bug#9993)
13170 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
13171
13172 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13173 Add toggle-read-only. (Bug#7292)
13174 * files.el (toggle-read-only): Mention that it should only
13175 be used interactively. (Bug#10006)
13176
13177 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13178
13179 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13180 Adjust regexp for OCaml warnings.
13181
13182 * electric.el (electric-pair-post-self-insert-function): Let user
13183 turn it off buffer-locally (bug#9932).
13184
13185 * progmodes/python.el (python-beginning-of-statement):
13186 Rewrite (bug#2703).
13187
13188 * progmodes/compile.el: Better handle TABs (bug#9749).
13189 (compilation-internal-error-properties)
13190 (compilation-next-error-function): Obey the target buffer's
13191 compilation-error-screen-columns.
13192
13193 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
13194
13195 * progmodes/meta-mode.el: Remove obsolete comments.
13196 (meta-right-comment-regexp, meta-ignore-comment-regexp):
13197 Fix typos in docstrings.
13198
13199 2011-11-09 Martin Rudalics <rudalics@gmx.at>
13200
13201 * window.el (window-size-fixed-p): Rewrite doc-string.
13202 (window-resizable-p): Rename to window--resizable-p. Update callers.
13203 (window--resizable): New function. Make all callers of
13204 window-resizable call window--resizable instead.
13205 (window-resizable): Rewrite in terms of window--resizable.
13206
13207 2011-11-08 Glenn Morris <rgm@gnu.org>
13208
13209 * progmodes/delphi.el (delphi-mode-syntax-table):
13210 Let define-derived-mode define a proper syntax table. (Bug#9994)
13211
13212 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13213
13214 * window.el: Stay away from defsubst.
13215 (window-list-no-nils): Remove.
13216 (window-state-get-1, window-state-get): Use backquote instead.
13217
13218 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13219
13220 * emacs-lisp/find-func.el (find-function-read):
13221 Fix incorrect use of default argument in `completing-read'.
13222
13223 2011-11-08 Martin Rudalics <rudalics@gmx.at>
13224
13225 * window.el (display-buffer-function, special-display-function):
13226 Mention display-buffer-record-window but do not mention
13227 help-setup parameter in doc-strings.
13228 (window-min-delta): Fix doc-string typo.
13229
13230 2011-11-08 Chong Yidong <cyd@gnu.org>
13231
13232 * window.el (window-total-height, window-total-width): Doc fix.
13233 (window-body-size): Move from C.
13234 (window-body-height, window-body-width): Move to C.
13235
13236 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13237
13238 * window.el: Make special-display like display-buffer-alist (bug#9532).
13239 (display-buffer--special-action): New function, morphed
13240 from display-buffer--special.
13241 (display-buffer): Use it to handle special-display-buffers at higher
13242 priority (just after display-buffer-alist).
13243 (display-buffer-fallback-action, display-buffer--other-frame-action)
13244 (pop-to-buffer-same-window): Remove display-buffer--special.
13245
13246 2011-11-07 Glenn Morris <rgm@gnu.org>
13247
13248 * calendar/cal-menu.el (cal-menu-set-date-title):
13249 Do nothing if not in a calendar. (Bug#9976)
13250
13251 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13252
13253 * files.el (find-file): Always use selected-window.
13254
13255 2011-11-07 Martin Rudalics <rudalics@gmx.at>
13256
13257 * window.el (window-combinations): Make WINDOW argument
13258 mandatory. Rewrite doc-string.
13259 (walk-window-subtree, window-atom-check, window-min-delta)
13260 (window-max-delta, window--resize-this-window)
13261 (window--resize-root-window-vertically, window-tree)
13262 (balance-windows, window-state-put): Rewrite doc-strings as to
13263 not mention the term "subwindow".
13264 (window--resize-subwindows-skip-p): Rename to
13265 window--resize-child-windows-skip-p.
13266 (window--resize-subwindows-normal): Rename to
13267 window--resize-child-windows-normal.
13268 (window--resize-subwindows): Rename to
13269 window--resize-child-windows.
13270 (window-or-subwindow-p): Rename to window--in-subtree-p.
13271
13272 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13273
13274 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
13275 Ensure that mbox format messages end in two newlines (Bug#9974).
13276
13277 2011-11-06 Chong Yidong <cyd@gnu.org>
13278
13279 * window.el (window-combination-p): Function deleted; its
13280 side-effect is not used in any existing code.
13281 (window-combinations, window-combined-p): Call window-*-child
13282 directly.
13283
13284 2011-11-05 Chong Yidong <cyd@gnu.org>
13285
13286 * window.el (window-valid-p): Rename from window-any-p.
13287 (window-size-ignore, window-state-get): Callers changed.
13288 (window-normalize-window): Rename from window-normalize-any-window.
13289 New arg LIVE-ONLY, replacing window-normalize-live-window.
13290 (window-normalize-live-window): Delete.
13291 (window-combination-p, window-combined-p, window-combinations)
13292 (walk-window-subtree, window-atom-root, window-min-size)
13293 (window-sizable, window-sizable-p, window-size-fixed-p)
13294 (window-min-delta, window-max-delta, window-resizable)
13295 (window-resizable-p, window-full-height-p, window-full-width-p)
13296 (window-current-scroll-bars, window-point-1, set-window-point-1)
13297 (window-at-side-p, window-in-direction, window-resize)
13298 (adjust-window-trailing-edge, maximize-window, minimize-window)
13299 (window-deletable-p, delete-window, delete-other-windows)
13300 (record-window-buffer, unrecord-window-buffer)
13301 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
13302 (quit-window, split-window, window-state-put)
13303 (set-window-text-height, fit-window-to-buffer)
13304 (shrink-window-if-larger-than-buffer): Callers changed.
13305
13306 2011-11-04 Eli Zaretskii <eliz@gnu.org>
13307
13308 * mail/rmail.el (rmail-simplified-subject): Decode subject with
13309 rfc2047-decode-string.
13310 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
13311 warnings.
13312
13313 * window.el (window-body-height, window-body-width): Mention in
13314 the doc string that the return values are in frame's canonical
13315 units. (Bug#9949)
13316
13317 2011-11-03 Alan Mackenzie <acm@muc.de>
13318
13319 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13320 change in cc-engine.el.
13321
13322 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13323
13324 * window.el (switch-to-buffer): Use `force-same-window' interactively.
13325
13326 2011-11-02 Martin Rudalics <rudalics@gmx.at>
13327
13328 * window.el (quit-window): Call unrecord-window-buffer after
13329 showing another buffer in the window. (Bug#9937)
13330 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
13331
13332 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
13333
13334 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13335 Accept status with more than 9 shelves. (Bug#9935)
13336 Reported by Colin D Bennett <colin@gibibit.com>.
13337
13338 2011-11-01 Martin Rudalics <rudalics@gmx.at>
13339
13340 * help.el (with-help-window): Don't reference
13341 temp-buffer-show-specifiers in doc-string.
13342
13343 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
13344
13345 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13346 menu-item.
13347
13348 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13349
13350 * whitespace.el: New version 13.2.2.
13351 (whitespace-newline-mode): Disable properly. Reported by Sarah
13352 <EmacsWiki>.
13353
13354 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
13355
13356 * net/newst-treeview.el: Remove "Time-stamp".
13357 (newsticker--group-manage-orphan-feeds): Do not call
13358 newsticker--treeview-tree-update.
13359 (newsticker-treeview-update, newsticker-treeview):
13360 Call newsticker--treeview-tree-update if necessary.
13361
13362 2011-10-30 Martin Rudalics <rudalics@gmx.at>
13363
13364 * window.el (window-iso-combination-p, window-iso-combined-p)
13365 (window-iso-combinations): Remove "iso-" infix.
13366 Suggested by Chong Yidong.
13367 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13368 (window-max-delta-1, window-resize, window--resize-siblings)
13369 (window--resize-this-window, adjust-window-trailing-edge)
13370 (split-window, balance-windows-1)
13371 (shrink-window-if-larger-than-buffer):
13372 * calendar/calendar.el (calendar-generate-window):
13373 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
13374
13375 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13376
13377 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13378 in place (bug#9907).
13379 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13380 (eshell-rewrite-if-command, eshell-rewrite-for-command)
13381 (eshell-structure-basic-command, eshell-rewrite-while-command)
13382 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13383 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13384 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13385 (eshell-do-pipelines-synchronously, eshell-eval-command):
13386 Use backquotes and prefer setq to set.
13387 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13388 (eshell-macrop): Use functionp.
13389 (eshell-do-eval): Handle multiple expressions in `while' body.
13390
13391 2011-10-30 Chong Yidong <cyd@gnu.org>
13392
13393 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13394 instead of set-mark (Bug#9810).
13395
13396 2011-10-30 Chong Yidong <cyd@gnu.org>
13397
13398 * window.el (split-window-below, split-window-right): Rename from
13399 split-window-above-each-other and split-window-side-by-side
13400 respectively. All callers changed.
13401 (split-window-sensibly, split-window-sensibly): Use them.
13402 (split-window-keep-point): Doc fix.
13403
13404 * isearch.el: Add isearch-scroll property to split-window-below
13405 and split-window-right.
13406
13407 * follow.el (follow-mode):
13408 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13409 * progmodes/ada-xref.el (ada-gdb-application):
13410 * emulation/vip.el (vip-buffer-in-two-windows):
13411 * image-dired.el (image-dired-dired-with-window-configuration):
13412 * dired-x.el (dired-do-find-marked-files):
13413 * dired.el (dired-pop-to-buffer):
13414 * bs.el (bs--show-with-configuration):
13415 * vc/emerge.el (emerge-setup-windows):
13416 * textmodes/two-column.el (2C-two-columns):
13417 * textmodes/reftex-toc.el (reftex-toc):
13418 * progmodes/gdb-mi.el (gdb-setup-windows):
13419 * progmodes/fortran.el (fortran-window-create):
13420 * net/newst-treeview.el (newsticker--treeview-window-init):
13421 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13422 * emulation/tpu-edt.el (tpu-gold-map):
13423 * emulation/crisp.el (crisp-mode-map):
13424 * calendar/calendar.el (calendar-basic-setup): Callers changed.
13425
13426 2011-10-29 Chong Yidong <cyd@gnu.org>
13427
13428 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13429
13430 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13431
13432 * textmodes/flyspell.el (flyspell-word): Fix char offset for
13433 forged Ispell output (Bug#7904).
13434
13435 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13436
13437 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13438
13439 * doc-view.el: Avoid ugly errors about not finding nil.
13440 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13441 (doc-view-dvipdf-program, doc-view-unoconv-program)
13442 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13443 Avoid nil or absolute file name as default value.
13444 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13445
13446 2011-10-28 Alan Mackenzie <acm@muc.de>
13447
13448 * progmodes/cc-defs.el (c-version): -> 5.32.2.
13449
13450 2011-10-28 Alan Mackenzie <acm@muc.de>
13451
13452 Amend the handling of c-beginning/end-of-defun in nested declaration
13453 scopes.
13454
13455 * progmodes/cc-vars.el (c-defun-tactic): Move here from
13456 cc-langs.el. Change it to a defcustom.
13457
13458 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13459 cc-vars.el.
13460
13461 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13462 Prevent "class foo : bar" being spuriously recognized as a label.
13463
13464 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
13465 Add parameter `inclusive' (to include enclosing braces in the region).
13466 (c-widen-to-enclosing-decl-scope): New function.
13467 (c-while-widening-to-decl-block): New macro.
13468 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13469 outward for defun boundaries, and correspondingly change symbol
13470 `respect-enclosure' to `go-outward'.
13471 (c-declaration-limits): Change algorithm to report only the "innermost"
13472 defun's boundaries.
13473
13474 2011-10-28 Deniz Dogan <deniz@dogan.se>
13475
13476 * net/rcirc.el (rcirc-mode): Use hard newlines.
13477
13478 2011-10-28 Alan Mackenzie <acm@muc.de>
13479
13480 Amend to indent and fontify macros "which include their own semicolon"
13481 correctly, using the "virtual semicolon" mechanism.
13482
13483 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
13484
13485 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13486 Recode to scan one line at a time rather than having \n and \r
13487 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
13488 (c-forward-label): Amend for virtual semicolons.
13489 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
13490
13491 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13492 of the new C macros.
13493
13494 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
13495 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13496 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
13497 (c-opt-cpp-macro-define): Make into a full language variable.
13498 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13499 AWK Mode (including \n, \r) removed, no longer needed.
13500
13501 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13502 Invoke c-make-macro-with-semi-re.
13503
13504 * progmodes/cc-vars.el (c-macro-with-semi-re):
13505 (c-macro-names-with-semicolon): New variables.
13506 (c-make-macro-with-semi-re): New function.
13507
13508 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13509
13510 * vc/log-edit.el: Fill empty field rather than adding new one.
13511 (log-edit-add-field): New function.
13512 (log-edit-insert-changelog): Use it.
13513
13514 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13515
13516 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13517
13518 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13519
13520 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13521 (gdb--check-interpreter): New function.
13522 (gdb): Use it.
13523
13524 2011-10-27 Glenn Morris <rgm@gnu.org>
13525
13526 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13527 (least-positive-float, least-negative-float)
13528 (least-positive-normalized-float, least-negative-normalized-float)
13529 (float-epsilon, float-negative-epsilon):
13530 Remove unnecessary declarations.
13531
13532 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13533 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13534 (least-positive-float, least-negative-float)
13535 (least-positive-normalized-float, least-negative-normalized-float)
13536 (float-epsilon, float-negative-epsilon): Add doc-strings,
13537 based on those in cl.texi.
13538
13539 * files.el (set-visited-file-name): If the major-mode changed,
13540 reload the local variables. (Bug#9796)
13541
13542 2011-10-27 Chong Yidong <cyd@gnu.org>
13543
13544 * subr.el (change-major-mode-after-body-hook): New hook.
13545 (run-mode-hooks): Run it.
13546
13547 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13548 Use change-major-mode-before-body-hook.
13549
13550 * simple.el (fundamental-mode):
13551 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13552 change introducing fundamental-mode-hook.
13553
13554 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
13555
13556 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
13557
13558 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
13559
13560 * ido.el (ido-file-name-all-completions-1): Do not require
13561 tramp.el explicitly. (Bug#7583)
13562
13563 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13564
13565 * progmodes/octave-mod.el:
13566 * progmodes/octave-inf.el: Update maintainer.
13567
13568 2011-10-26 Chong Yidong <cyd@gnu.org>
13569
13570 * subr.el (with-wrapper-hook): Rewrite doc.
13571
13572 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
13573
13574 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13575 filenames "/method:foo:". (Bug#9793)
13576
13577 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13578
13579 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13580 (bug#9865).
13581
13582 2011-10-24 Glenn Morris <rgm@gnu.org>
13583
13584 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13585
13586 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
13587
13588 * notifications.el: Add the requirement of a running D-Bus session
13589 bus to the Commentary.
13590
13591 2011-10-24 Juri Linkov <juri@jurta.org>
13592
13593 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13594 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13595 (Bug#9364)
13596
13597 2011-10-24 Juri Linkov <juri@jurta.org>
13598
13599 * info.el (Info-following-node-name-re): Add newline to the list
13600 of allowed characters for leading space. (Bug#9824)
13601
13602 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13603
13604 * progmodes/octave-inf.el (inferior-octave-mode-map):
13605 Fix C-c C-h binding.
13606 * progmodes/octave-mod.el (octave-help): Remove.
13607
13608 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
13609
13610 Sync with Tramp 2.2.3.
13611
13612 * net/tramp-cache.el (top): Pacify byte-compiler using
13613 `init-file-user' and `site-run-file'.
13614
13615 * net/trampver.el: Update release number.
13616
13617 2011-10-23 Chong Yidong <cyd@gnu.org>
13618
13619 * files.el (toggle-read-only): Remove obsolete comment about
13620 version control.
13621
13622 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13623 for toggle-read-only. Note that this hasn't called vc-next-action
13624 since 2008-05-02, though it wasn't documented at the time.
13625
13626 * vc/ediff-init.el (ediff-toggle-read-only-function):
13627 Use toggle-read-only.
13628
13629 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13630
13631 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13632 of c-parse-state.
13633
13634 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13635 correct faulty logical expression.
13636 (c-parse-state-state, c-record-parse-state-state):
13637 (c-replay-parse-state-state): New defvar/defuns.
13638 (c-debug-parse-state): Use new functions.
13639
13640 2011-10-22 Martin Rudalics <rudalics@gmx.at>
13641
13642 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13643 last fix. Use window-in-direction correctly.
13644
13645 2011-10-21 Chong Yidong <cyd@gnu.org>
13646
13647 * progmodes/idlwave.el (idlwave-mode):
13648 * progmodes/vera-mode.el (vera-mode): No need to set
13649 require-final-newline; that's done in prog-mode.
13650 Suggested by Stefan Monnier.
13651
13652 2011-10-21 Martin Rudalics <rudalics@gmx.at>
13653
13654 * mouse.el (mouse-drag-window-above)
13655 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13656 (mouse-drag-mode-line-1, mouse-drag-header-line)
13657 (mouse-drag-vertical-line-rightward-window): Remove.
13658 (mouse-drag-line): New function.
13659 (mouse-drag-mode-line, mouse-drag-header-line)
13660 (mouse-drag-vertical-line): Call mouse-drag-line.
13661 * window.el (window-at-side-p, windows-at-side): New functions.
13662
13663 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
13664
13665 * tar-mode.el (tar-grind-file-mode):
13666 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13667
13668 2011-10-21 Chong Yidong <cyd@gnu.org>
13669
13670 * progmodes/idlwave.el (idlwave-mode):
13671 * progmodes/vera-mode.el (vera-mode):
13672 Use mode-require-final-newline.
13673
13674 2011-10-20 Glenn Morris <rgm@gnu.org>
13675
13676 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
13677
13678 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
13679
13680 * emulation/cua-base.el (cua-set-mark): Fix case of string.
13681
13682 2011-10-20 Chong Yidong <cyd@gnu.org>
13683
13684 * emulation/cua-base.el (cua-mode):
13685 * mail/footnote.el (footnote-mode):
13686 * mail/mailabbrev.el (mail-abbrevs-mode):
13687 * net/xesam.el (xesam-minor-mode):
13688 * progmodes/bug-reference.el (bug-reference-mode):
13689 * progmodes/cap-words.el (capitalized-words-mode):
13690 * progmodes/compile.el (compilation-minor-mode)
13691 (compilation-shell-minor-mode):
13692 * progmodes/gud.el (gud-tooltip-mode):
13693 * progmodes/hideif.el (hide-ifdef-mode):
13694 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13695 * progmodes/subword.el (subword-mode):
13696 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13697 * progmodes/which-func.el (which-function-mode):
13698 * term/tvi970.el (tvi970-set-keypad-mode):
13699 * term/vt100.el (vt100-wide-mode):
13700 * textmodes/flyspell.el (flyspell-mode):
13701 * textmodes/ispell.el (ispell-minor-mode):
13702 * textmodes/nroff-mode.el (nroff-electric-mode):
13703 * textmodes/paragraphs.el (use-hard-newlines):
13704 * textmodes/refill.el (refill-mode):
13705 * textmodes/reftex.el (reftex-mode):
13706 * textmodes/rst.el (rst-minor-mode):
13707 * textmodes/sgml-mode.el (html-autoview-mode)
13708 (sgml-electric-tag-pair-mode):
13709 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13710 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13711 * emulation/crisp.el (crisp-mode):
13712 * emacs-lisp/eldoc.el (eldoc-mode):
13713 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13714 minor mode behavior.
13715
13716 2011-10-19 Juri Linkov <juri@jurta.org>
13717
13718 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13719 the list of hard-coded chars with escape-glyph face.
13720
13721 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13722
13723 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13724
13725 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
13726
13727 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13728 running process.
13729
13730 2011-10-19 Glenn Morris <rgm@gnu.org>
13731
13732 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13733 Ignore ignored files. (Bug#9726)
13734
13735 2011-10-19 Chong Yidong <cyd@gnu.org>
13736
13737 Doc fix for minor modes, stating that an omitted argument enables
13738 the mode unconditionally when called from Lisp.
13739
13740 * abbrev.el (abbrev-mode):
13741 * allout.el (allout-mode):
13742 * autoinsert.el (auto-insert-mode):
13743 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13744 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13745 (global-auto-revert-mode):
13746 * battery.el (display-battery-mode):
13747 * composite.el (global-auto-composition-mode)
13748 (auto-composition-mode):
13749 * delsel.el (delete-selection-mode):
13750 * desktop.el (desktop-save-mode):
13751 * dired-x.el (dired-omit-mode):
13752 * dirtrack.el (dirtrack-mode):
13753 * doc-view.el (doc-view-minor-mode):
13754 * double.el (double-mode):
13755 * electric.el (electric-indent-mode, electric-pair-mode):
13756 * emacs-lock.el (emacs-lock-mode):
13757 * epa-hook.el (auto-encryption-mode):
13758 * follow.el (follow-mode):
13759 * font-core.el (font-lock-mode):
13760 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13761 * help.el (temp-buffer-resize-mode):
13762 * hilit-chg.el (highlight-changes-mode)
13763 (highlight-changes-visible-mode):
13764 * hi-lock.el (hi-lock-mode):
13765 * hl-line.el (hl-line-mode, global-hl-line-mode):
13766 * icomplete.el (icomplete-mode):
13767 * ido.el (ido-everywhere):
13768 * image-file.el (auto-image-file-mode):
13769 * image-mode.el (image-minor-mode):
13770 * iswitchb.el (iswitchb-mode):
13771 * jka-cmpr-hook.el (auto-compression-mode):
13772 * linum.el (linum-mode):
13773 * longlines.el (longlines-mode):
13774 * master.el (master-mode):
13775 * mb-depth.el (minibuffer-depth-indicate-mode):
13776 * menu-bar.el (menu-bar-mode):
13777 * minibuf-eldef.el (minibuffer-electric-default-mode):
13778 * mouse-sel.el (mouse-sel-mode):
13779 * msb.el (msb-mode):
13780 * mwheel.el (mouse-wheel-mode):
13781 * outline.el (outline-minor-mode):
13782 * paren.el (show-paren-mode):
13783 * recentf.el (recentf-mode):
13784 * reveal.el (reveal-mode, global-reveal-mode):
13785 * rfn-eshadow.el (file-name-shadow-mode):
13786 * ruler-mode.el (ruler-mode):
13787 * savehist.el (savehist-mode):
13788 * scroll-all.el (scroll-all-mode):
13789 * scroll-bar.el (scroll-bar-mode):
13790 * server.el (server-mode):
13791 * shell.el (shell-dirtrack-mode):
13792 * simple.el (auto-fill-mode, transient-mark-mode)
13793 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13794 (line-number-mode, column-number-mode, size-indication-mode)
13795 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13796 * strokes.el (strokes-mode):
13797 * time.el (display-time-mode):
13798 * t-mouse.el (gpm-mouse-mode):
13799 * tool-bar.el (tool-bar-mode):
13800 * tooltip.el (tooltip-mode):
13801 * type-break.el (type-break-mode-line-message-mode)
13802 (type-break-query-mode):
13803 * view.el (view-mode):
13804 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13805 (global-whitespace-mode, global-whitespace-newline-mode):
13806 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13807
13808 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13809 Fix autogenerated docstring.
13810
13811 2011-10-19 Juri Linkov <juri@jurta.org>
13812
13813 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13814 by checking environment variables "DESKTOP_SESSION" and
13815 "XDG_CURRENT_DESKTOP". (Bug#9779)
13816
13817 2011-10-19 Juri Linkov <juri@jurta.org>
13818
13819 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13820 (browse-url-chromium-program, browse-url-chromium-arguments):
13821 New defcustoms.
13822 (browse-url-default-browser): Check for `browse-url-chromium' and
13823 call `browse-url-chromium-program'.
13824 (browse-url-chromium): New command. (Bug#9779)
13825
13826 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
13827
13828 * facemenu.el (list-colors-duplicates): On Windows, detect more
13829 duplicates by assuming that only colors matching "^System" are
13830 special "system colors". (Bug#9722)
13831
13832 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13833
13834 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13835 to distinguish the author from the committer.
13836
13837 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
13838
13839 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13840
13841 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13842
13843 * international/mule.el (sgml-html-meta-auto-coding-function):
13844 Add support for detecting encoding in HTML5 specified only as
13845 <meta charset="UTF-8">. Implementation just makes http-equiv and
13846 content-type parts from HTML4 encoding string optional. (Bug#9716)
13847
13848 2011-10-18 Glenn Morris <rgm@gnu.org>
13849
13850 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13851
13852 2011-10-18 Chong Yidong <cyd@gnu.org>
13853
13854 * faces.el (cursor): Doc fix.
13855
13856 2011-10-17 Chong Yidong <cyd@gnu.org>
13857
13858 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13859
13860 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
13861
13862 * dirtrack.el (dirtrack): Support shell buffers with path
13863 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13864
13865 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13866
13867 * json.el: Bump version to 1.3 and note change in History.
13868 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13869
13870 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13871
13872 * comint.el (comint-insert-input, comint-send-input)
13873 (comint-get-old-input-default, comint-backward-matching-input)
13874 (comint-next-prompt): Use nil instead of `input' for field property of
13875 past user input (bug#114).
13876
13877 * minibuffer.el (completion--replace): Inherit surrounding properties
13878 (bug#114).
13879 (minibuffer-complete-and-exit): Use it.
13880
13881 * comint.el (comint--table-subvert): Quote the all-completions output
13882 (bug#9160).
13883
13884 2011-10-17 Martin Rudalics <rudalics@gmx.at>
13885
13886 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13887
13888 * menu-bar.el (menu-bar-file-menu): Add entry for making new
13889 window on right of selected. (Bug#9350) Reword other window
13890 entries and separate them from frame entries.
13891
13892 2011-10-15 Glenn Morris <rgm@gnu.org>
13893
13894 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13895 Doc fixes.
13896
13897 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
13898
13899 * net/network-stream.el (network-stream-open-starttls):
13900 Improve detection of failure due to lack of TLS support.
13901
13902 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13903 putting the input text in front and in bold.
13904
13905 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13906
13907 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13908
13909 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13910 empty buffer.
13911
13912 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13913 unread-command-events rather than pushing yet-another event.
13914
13915 2011-10-14 Eli Zaretskii <eliz@gnu.org>
13916
13917 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13918 the explanation of the possible choices. Make the options passed
13919 to completing-read shorter.
13920
13921 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13922
13923 * textmodes/flyspell.el (flyspell-large-region): Make sure
13924 extended character mode is used if defined (Bug#1339).
13925
13926 2011-10-13 Eli Zaretskii <eliz@gnu.org>
13927
13928 * simple.el (what-cursor-position): Fix the display of the
13929 character info for LRE, LRO, RLE, and RLO characters by appending
13930 an invisible PDF.
13931
13932 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13933
13934 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13935 even in case of error; add debug spec; simplify data flow.
13936 (with-timeout-handler): Remove.
13937
13938 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
13939
13940 Fix Bug#6019, Bug#9315.
13941
13942 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13943 complete `buffer-file-name', the local file name part could look
13944 remotely (for example on VMS).
13945
13946 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13947 `tramp-run-real-handler'.
13948 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13949 already quoted by '"'.
13950
13951 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13952 Let `file-name-handler-alist' be nil, the local file name part
13953 could look remotely (for example on VMS).
13954
13955 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13956
13957 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13958 from here...
13959 (flyspell-post-command-hook): ...to here.
13960
13961 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13962
13963 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13964 if not needed.
13965 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13966 using completion. Protect against "slow" callers.
13967 Remove the "message hack".
13968
13969 2011-10-11 Juri Linkov <juri@jurta.org>
13970
13971 * isearch.el (isearch-lazy-highlight-word): New variable.
13972 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13973 Use it. (Bug#9727)
13974
13975 2011-10-11 Glenn Morris <rgm@gnu.org>
13976
13977 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13978 like f90-previous-statement does.
13979
13980 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13981
13982 * eshell/eshell.el (eshell-command): History should be saved
13983 only in interactive use, to avoid error.
13984
13985 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13986
13987 * minibuffer.el (completion-file-name-table): Fix last change,
13988 i.e. ignore normal errors but not the other ones.
13989
13990 2011-10-10 Martin Rudalics <rudalics@gmx.at>
13991
13992 * window.el (special-display-buffer-names)
13993 (special-display-regexps): Remove some remnants of earlier
13994 changes from doc-strings.
13995 (quit-windows-on): New function.
13996
13997 * vc/vc.el (vc-revert, vc-rollback):
13998 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13999 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
14000 (Bug#6183) (Bug#7074) (Bug#7447)
14001
14002 2011-10-09 Martin Rudalics <rudalics@gmx.at>
14003
14004 * window.el (frame-auto-hide-function): Add version tag.
14005 (Bug#9699)
14006
14007 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
14008
14009 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
14010 condition.
14011
14012 2011-10-09 Leo Liu <sdl.web@gmail.com>
14013
14014 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
14015 (Bug#9701)
14016
14017 2011-10-08 Glenn Morris <rgm@gnu.org>
14018
14019 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
14020 before the first code statement zero indent. (Bug#9690)
14021
14022 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
14023
14024 * simple.el (count-words-region): Always count in the region.
14025 Report the number of lines and characters too.
14026 (count-words): New command, which counts in the buffer if the
14027 region is inactive, as count-words-region used to.
14028 (count-words--message): New function. Handle plurals.
14029 (count-lines-region): Make it an alias for count-words-region.
14030
14031 * bindings.el (esc-map): Replace count-lines-region with
14032 count-words-region.
14033
14034 2011-10-08 Martin Rudalics <rudalics@gmx.at>
14035
14036 * window.el (window--delete): Delete dedicated frame
14037 unconditionally when argument KILL is non-nil. (Bug#9699)
14038 (switch-to-buffer): Fix doc-string typo.
14039
14040 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14041
14042 * eshell/eshell.el (eshell-command): Avoid using hooks.
14043
14044 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
14045
14046 * bindings.el ([M-left],[M-right]): Bind to left-word and
14047 right-word respectively.
14048
14049 2011-10-07 Glenn Morris <rgm@gnu.org>
14050
14051 * cus-start.el (debug-on-quit): Fix custom type.
14052
14053 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14054
14055 * subr.el (define-key-after): Clarify that the function is not
14056 useful for non-menu keymaps.
14057
14058 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
14059
14060 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14061
14062 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
14063 in current minibuffer (Fix bug with recursive minibuffers).
14064
14065 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
14066
14067 * progmodes/gdb-mi.el (gdb): Doc fix.
14068
14069 2011-10-05 Martin Rudalics <rudalics@gmx.at>
14070
14071 * window.el (frame-auto-hide-function): New option replacing
14072 frame-auto-delete. Suggested by Stefan Monnier.
14073 (window--delete): Call frame-auto-hide-function instead of
14074 investigating frame-auto-delete.
14075 (window-point-1, set-window-point-1): New functions.
14076 (window-in-direction, record-window-buffer, window-state-get-1)
14077 (display-buffer-record-window): Use window-point-1 instead of
14078 window-point.
14079 (set-window-buffer-start-and-point): Use set-window-point-1.
14080
14081 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14082
14083 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
14084
14085 2011-10-05 Glenn Morris <rgm@gnu.org>
14086
14087 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
14088 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
14089
14090 2011-10-05 Leo Liu <sdl.web@gmail.com>
14091
14092 * subr.el (read-char-choice): Fix argument to buffer-live-p which
14093 works with buffer object.
14094
14095 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14096
14097 * mpc.el (mpc-tool-bar-map): Add labels.
14098
14099 2011-10-04 Glenn Morris <rgm@gnu.org>
14100
14101 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14102
14103 2011-10-04 Martin Rudalics <rudalics@gmx.at>
14104
14105 * window.el (window--delete): New function.
14106 (frame-auto-delete): Resuscitate option.
14107 (bury-buffer, replace-buffer-in-windows)
14108 (quit-window): Rewrite using window--delete.
14109 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14110 Pass display-buffer-mark-dedicated to window--display-buffer-2
14111 (Bug#9639).
14112
14113 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14114
14115 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
14116 returns a list (bug#9554). Add remote file name completion.
14117 * comint.el (comint--table-subvert): Curry and get quote&unquote
14118 functions as arguments.
14119 (comint--complete-file-name-data): Adjust call accordingly.
14120 * pcomplete.el (pcomplete--table-subvert): Remove.
14121 (pcomplete-completions-at-point): Use comint--table-subvert instead.
14122
14123 * minibuffer.el (completion-table-case-fold): Use currying.
14124 (completion--styles-type, completion--cycling-threshold-type):
14125 New constants.
14126 (completion-styles, completion-category-overrides)
14127 (completion-cycle-threshold): Use them.
14128 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
14129 completion-table-case-fold.
14130
14131 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
14132
14133 * minibuffer.el (completion-category-overrides): Fix type of styles
14134 and add more user friendly tags (bug#9660).
14135
14136 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14137
14138 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
14139 (mule-input-method-string): New widget.
14140 (default-input-method, language-info-custom-alist): Use it.
14141
14142 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14143
14144 * pcomplete.el: Require comint.
14145 (pcomplete--common-suffix): Remove.
14146 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
14147 (pcomplete--table-subvert): Sync with comint--table-subvert.
14148 (pcomplete--entries): Use comint-completion-file-name-table.
14149 * comint.el (comint-unquote-filename): Simplify.
14150 (comint-completion-file-name-table): New function (bug#9616).
14151 (comint--complete-file-name-data): Use it.
14152
14153 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
14154 (pcmpl-gnu-tar-buffer): Remove.
14155 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
14156 around. Make sure pcomplete-suffix-list is only changed temporarily.
14157 Don't look inside the tar's file if it's too large.
14158
14159 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
14160
14161 * cus-edit.el (custom-mode-map):
14162 * epa.el (epa-key-list-mode-map):
14163 * man.el (Man-mode-map):
14164 * startup.el (splash-screen-keymap):
14165 * simple.el (special-mode-map): Use scroll-up-command and
14166 scroll-down-command.
14167
14168 * progmodes/idlw-help.el (idlwave-help-mode-map):
14169 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
14170 * net/newst-plainview.el (newsticker-mode-map):
14171 * emulation/ws-mode.el (wordstar-mode-map):
14172 * emulation/vi.el (vi-com-map):
14173 * calc/calc-graph.el (calc-graph-show-dumb):
14174 * term/sun.el (terminal-init-sun):
14175 * term/ns-win.el (global-map):
14176 * progmodes/grep.el (grep-mode-map):
14177 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
14178 * mail/rmail.el (rmail-mode-map):
14179 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
14180
14181 * custom.el (custom-safe-themes, load-theme): Treat value of t for
14182 custom-safe-themes as special.
14183
14184 2011-10-01 Julien Danjou <julien@danjou.info>
14185
14186 * notifications.el (notifications-notify): Fix docstring.
14187
14188 2011-10-01 Per Starbäck <per@starback.se>
14189
14190 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
14191
14192 2011-09-30 Martin Rudalics <rudalics@gmx.at>
14193
14194 * startup.el (command-line-1): Fix last fix by inserting
14195 initial-scratch-message into *scratch* before displaying it.
14196 (Bug#9605) and (Bug#9636)
14197
14198 2011-09-29 Eli Zaretskii <eliz@gnu.org>
14199
14200 * simple.el (line-move): If auto-hscroll-mode is disabled and the
14201 window is hscrolled, move by logical lines. (Bug#9607)
14202 (line-move-visual): Update the doc string to the above effect.
14203
14204 2011-09-29 Martin Rudalics <rudalics@gmx.at>
14205
14206 * window.el (display-buffer-record-window): When WINDOW is the
14207 selected window use `point' instead of `window-point'. (Bug#9626)
14208
14209 * startup.el (command-line-1): Use insert-before-markers when
14210 inserting initial-scratch-message. (Bug#9605)
14211
14212 * help.el (help-window): Remove variable.
14213
14214 2011-09-29 Glenn Morris <rgm@gnu.org>
14215
14216 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
14217
14218 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
14219
14220 * descr-text.el (describe-char-categories): Accept category
14221 descriptions more than one line long.
14222
14223 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14224
14225 * simple.el (delete-trailing-whitespace): Fix last change.
14226
14227 * progmodes/perl-mode.el (perl-syntax-propertize-function):
14228 Don't confuse "y => 3" as the beginning of a `y' operation.
14229
14230 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
14231 object has more than 4 slots (bug#9613).
14232
14233 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
14234
14235 * subr.el (with-output-to-temp-buffer):
14236 * net/quickurl.el (quickurl, quickurl-browse-url):
14237 Fix typos in docstrings.
14238
14239 2011-09-27 Eli Zaretskii <eliz@gnu.org>
14240
14241 * minibuffer.el (completion-styles)
14242 (completion-category-overrides): Cross reference each other in doc
14243 strings.
14244
14245 2011-09-27 Glenn Morris <rgm@gnu.org>
14246
14247 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
14248 to split-string. (Bug#9606)
14249
14250 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14251
14252 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
14253 (bug#9615).
14254
14255 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
14256
14257 * emacs-lisp/package.el (list-packages): Fix echo area message.
14258
14259 2011-09-27 Leo Liu <sdl.web@gmail.com>
14260
14261 * ido.el (ido-read-internal): Accept cons cell HIST arg.
14262
14263 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
14264
14265 * net/dbus.el (dbus-unregister-object): Don't release services for
14266 registered signals. (Bug#9581)
14267
14268 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14269
14270 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
14271 function that picks between cfengine 2 and 3 support
14272 automatically. Update docs accordingly.
14273
14274 2011-09-22 Kenichi Handa <handa@m17n.org>
14275
14276 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
14277 ZERO.
14278 (indian-itrans-v5-table-for-tamil): New variable.
14279 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
14280
14281 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
14282
14283 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
14284 that's true if the current command involved collapsing of text.
14285 It's reset to false at the beginning of the next command.
14286 (allout-post-command-business): Move the cursor to the beginning
14287 of entry if the cursor is hidden and collapsing activity just
14288 happened.
14289
14290 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
14291
14292 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
14293 tracking (Bug#9541).
14294
14295 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
14296
14297 * net/newst-reader.el (newsticker-html-renderer)
14298 (newsticker-show-news): Automatically load html rendering package
14299 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
14300 because w3m-fill-column is let-bound" and the error "Symbol's value
14301 as variable is void: w3m-fill-column".
14302
14303 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
14304
14305 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
14306 Release services only if they are defined. (Bug#9581)
14307
14308 2011-09-23 Richard Stallman <rms@gnu.org>
14309
14310 * textmodes/paragraphs.el (forward-sentence): For backwards case,
14311 distinguish start of paragraph from start of its text.
14312
14313 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
14314
14315 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14316 (rmail-generate-viewer-buffer): Put that hook on view buffer.
14317 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14318
14319 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
14320
14321 * international/mule-diag.el (mule-diag): Insert a newline after
14322 each fontset description.
14323
14324 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14325
14326 * simple.el (delete-trailing-whitespace):
14327 Document last change; simplify.
14328
14329 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
14330
14331 * simple.el (delete-trailing-whitespace): Also delete
14332 extra newlines at the end of the buffer.
14333
14334 * textmodes/picture.el: Make motion commands obey shift-select-mode.
14335 (picture-newline): Use forward-line so as to ignore fields.
14336
14337 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14338
14339 * subr.el (with-wrapper-hook): Fix edebug spec.
14340
14341 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14342
14343 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14344 (bug#4538).
14345
14346 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
14347
14348 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14349 Fix nasty bug using wrong cached values.
14350
14351 2011-09-23 Alan Mackenzie <acm@muc.de>
14352
14353 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14354
14355 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
14356
14357 * window.el (pop-to-buffer): Ensure right window is selected if we
14358 chose another frame.
14359
14360 2011-09-22 Eli Zaretskii <eliz@gnu.org>
14361
14362 * simple.el (what-cursor-position): Use get-char-property-change
14363 and next-single-char-property-change, to be able to show display
14364 properties that come from overlays as well as text properties.
14365
14366 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
14367
14368 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14369
14370 * cmuscheme.el (run-scheme, switch-to-scheme):
14371 * cus-edit.el (customize-group, custom-buffer-create)
14372 (customize-browse):
14373 * info.el (info):
14374 * shell.el (shell):
14375 * mail/sendmail.el (mail):
14376 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14377
14378 2011-09-22 Richard Stallman <rms@gnu.org>
14379
14380 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14381 move back only to line beg, don't move back over blank lines.
14382
14383 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
14384
14385 * files.el (copy-directory): Set directory attributes only in case
14386 they could be retrieved from the source directory. (Bug#9565)
14387
14388 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
14389
14390 * progmodes/hideshow.el (hs-looking-at-block-start-p)
14391 (hs-find-block-beginning, hs-hide-level-recursive):
14392 Ignore strings as well as comments. (Bug#9502)
14393
14394 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
14395
14396 * progmodes/sql.el (sql-comint-postgres):
14397 Convert port number to a string. (Bug#9566)
14398
14399 2011-09-22 Martin Rudalics <rudalics@gmx.at>
14400
14401 * window.el (quit-window): Undedicate window when switching to
14402 previous buffer. Reported by Thierry Volpiatto
14403 <thierry.volpiatto@gmail.com>.
14404 (special-display-popup-frame): When popping up a new frame reset
14405 its previous buffers to nil. Simplify code.
14406
14407 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
14408
14409 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14410 and process filter, as done also in `shell-command'.
14411
14412 2011-09-21 Martin Rudalics <rudalics@gmx.at>
14413
14414 * window.el (set-window-buffer-start-and-point):
14415 Call set-window-start with NOFORCE argument t.
14416 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14417 (quit-window): Reword doc-string. Handle new format of
14418 quit-restore parameter. Don't delete window if it has a
14419 previous buffer we can show instead of the present one.
14420 (display-buffer-record-window): Rewrite using a new format for
14421 the quit-restore window parameter
14422 (special-display-popup-frame, display-buffer-same-window)
14423 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14424 (display-buffer-pop-up-window, display-buffer-use-some-window):
14425 Adapt symbol passed to display-buffer-record-window.
14426 * help.el (help-window-setup): Handle new format of quit-restore
14427 parameter.
14428
14429 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14430
14431 * faces.el (face-list): Fix docstring (bug#9564).
14432
14433 * window.el (display-buffer--action-function-custom-type):
14434 Don't include internal functions in the Custom interface.
14435
14436 2011-09-20 Juri Linkov <juri@jurta.org>
14437
14438 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14439 (Info-forward-node, Info-backward-node, Info-next-preorder)
14440 (Info-last-preorder): Use it. (Bug#9528)
14441
14442 2011-09-20 Juri Linkov <juri@jurta.org>
14443
14444 * info.el (Info-last-preorder): Visit last menu item only when
14445 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14446
14447 2011-09-20 Julien Danjou <julien@danjou.info>
14448
14449 * password-cache.el (password-cache-remove): Remove entries even if the
14450 value is nil, so that password with a nil value (negative caching) is
14451 possible to invalidate.
14452
14453 2011-09-20 Lawrence Mitchell <wence@gmx.li>
14454
14455 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14456 all whitespace around breakpoint. (Bug#9553)
14457 (f90-find-breakpoint): Only break at whitespace inside a comment.
14458
14459 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14460
14461 * minibuffer.el (completion-file-name-table): Keep track of errors.
14462 (completion-table-with-predicate): Handle the case where pred1 is nil.
14463 * pcomplete.el (pcomplete-completions-at-point): Simplify.
14464
14465 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14466
14467 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14468 (debugger-return-value): Signal an error if the debugging context does
14469 not await any return value.
14470
14471 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14472 * image-mode.el (image-toggle-display-text)
14473 (image-toggle-display-image): Stay away from evil `intangible'.
14474
14475 2011-09-19 Leo Liu <sdl.web@gmail.com>
14476
14477 * replace.el (occur-revert-arguments): Make it permanent-local.
14478 (occur-mode): Don't call font-lock-defontify.
14479
14480 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
14481
14482 * net/ldap.el (ldap-search-internal): Don't push empty search
14483 result (Bug#9508).
14484
14485 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14486
14487 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14488
14489 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
14490
14491 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14492 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14493
14494 2011-09-18 Juri Linkov <juri@jurta.org>
14495
14496 * buff-menu.el (Buffer-menu-mode-map):
14497 * dired.el (dired-mode-map):
14498 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14499 (lisp-interaction-mode-map):
14500 * emacs-lisp/package.el (package-menu-mode-map):
14501 * epa.el (epa-key-list-mode-map):
14502 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14503 (menu-bar-options-menu):
14504 * outline.el (outline-mode-menu-bar-map):
14505 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14506 * vc/vc-dir.el (vc-dir-menu-map):
14507 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14508 Capitalize non-function content words in menu item strings.
14509
14510 * dired.el (dired-mode-map): Add menu item for
14511 `image-dired-dired-toggle-marked-thumbs'.
14512
14513 2011-09-18 Juri Linkov <juri@jurta.org>
14514
14515 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14516 to `isearch-case-fold-search' and restore its original value
14517 after the `isearch-mode' call.
14518
14519 2011-09-18 Juri Linkov <juri@jurta.org>
14520
14521 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14522 because `zgrep' returns 1 for successful matches (bug#9226).
14523
14524 2011-09-18 Juri Linkov <juri@jurta.org>
14525
14526 * info.el (Info-extract-menu-node-name): Check the second match
14527 for empty string (second test-case of bug#9528).
14528 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14529 intermediate nodes to the history (first test-case of bug#9528).
14530
14531 2011-09-18 Juri Linkov <juri@jurta.org>
14532
14533 * info.el (Info-mode-syntax-table): New variable.
14534 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
14535
14536 2011-09-18 Juri Linkov <juri@jurta.org>
14537
14538 * info.el (Info-file-supports-index-cookies):
14539 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14540 outputs one more line for long file names (bug#4142).
14541
14542 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14543
14544 * newcomment.el (comment-normalize-vars): If prompting for
14545 comment-start, set comment-start-skip too (Bug#8424).
14546
14547 2011-09-18 Johan Bockgård <bojohan@gnu.org>
14548
14549 * icomplete.el: Fix previous fix of Bug#5849.
14550 (icomplete-mode): Don't set completion-show-inline-help.
14551 (icomplete-minibuffer-setup): Set completion-show-inline-help
14552 locally during icompletion.
14553
14554 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14555
14556 * woman.el (woman2-process-escapes): Don't delete unrecognized
14557 escapes (Bug#7843).
14558
14559 * files.el (inhibit-first-line-modes-regexps): Add image files.
14560 (hack-local-variables-prop-line): Return nil for malformed
14561 prop-lines (Bug#9044).
14562
14563 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
14564
14565 * net/tramp.el (top): Don't require 'shell.
14566 (tramp-methods): Fix docstring.
14567 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14568 Return complete remote file name. Handle "smb" case.
14569 Use `tramp-tmpdir', if defined for the respective method.
14570 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14571
14572 * net/tramp-compat.el (top): Require 'shell.
14573
14574 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14575 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14576 `tramp-current-host'.
14577 (tramp-get-remote-tmpdir): Remove.
14578
14579 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14580 `tramp-tmpdir' entries.
14581 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14582 (tramp-smb-handle-file-attributes): Ignore errors.
14583 (tramp-smb-wait-for-output): Check also for process end.
14584
14585 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14586
14587 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14588 when sending QUIT (bug#9312).
14589
14590 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
14591
14592 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14593 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14594 occur-mode-display-occurrence.
14595 (occur-edit-mode): Add usage message.
14596 (occur-cease-edit): New command.
14597 (occur-after-change-function): Use text properties to find the
14598 position of the prefix text.
14599 (occur-engine): Set stickiness of prefix text properties.
14600
14601 2011-09-17 Glenn Morris <rgm@gnu.org>
14602
14603 * progmodes/etags.el (complete-tag):
14604 Fix call to completion-in-region. (Bug#9526)
14605
14606 2011-09-17 Juri Linkov <juri@jurta.org>
14607
14608 * textmodes/ispell.el (ispell-word): Add to the error message
14609 the word, ispell program name and current dictionary (bug#9121).
14610 (ispell-tex-arg-end): Capitalize "error" in the error message.
14611
14612 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14613
14614 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14615 check. (Bug#4251)
14616
14617 2011-09-17 Juri Linkov <juri@jurta.org>
14618
14619 * window.el (window-safe-min-height, window-safe-min-width):
14620 Fix typos (followup to bug#9522).
14621
14622 2011-09-17 Sven Joachim <svenjoac@gmx.de>
14623
14624 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14625
14626 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14627
14628 * simple.el (line-move): If goal-column is set, move by logical
14629 lines, not by display lines. (Bug#971)
14630 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14631 to reflect the above change.
14632
14633 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14634
14635 * image.el (imagemagick-register-types): Use regexp-opt.
14636
14637 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14638
14639 * window.el (display-buffer-base-action): Rename from
14640 display-buffer-default-action. Make default value empty.
14641 (display-buffer-overriding-action): Convert to defvar.
14642 (display-buffer-fallback-action): New var.
14643
14644 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14645
14646 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14647 declaration.
14648 (package--add-to-archive-contents): If there is a duplicate entry
14649 with an older version, remove it.
14650 (package-menu-mark-delete, package-menu-mark-install)
14651 (package-menu-mark-unmark): Make unused args optional.
14652 (package-menu-mark-obsolete-for-deletion):
14653 Use package-menu-get-status instead of a regexp search.
14654 (package-menu-get-status): Use tabulated-list-entry.
14655 (package-menu-mark-upgrades): New command.
14656 (package-menu-mode-map): Bind it to U. Add it to menu bar.
14657 (package-menu-execute): Do installation before deletion.
14658 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14659 instead of checking major-mode.
14660 (package-menu--find-upgrades): New function.
14661
14662 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14663
14664 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14665 passwords in the log buffer.
14666 (smtpmail-process-filter): Update the process marker so that the
14667 "broken by peer" status message is inserted in the right place.
14668
14669 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14670
14671 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14672 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14673 bibtex-completion-at-point-function.
14674 (bibtex-completion-at-point-function): Use them.
14675
14676 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14677
14678 * mpc.el (mpc-constraints-tag-lookup): New function.
14679 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14680 also to browser "album|playlist".
14681
14682 2011-09-14 Juri Linkov <juri@jurta.org>
14683
14684 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
14685 (isearch-edit-string): Use length of `isearch-string' when
14686 `isearch-fail-pos' returns nil.
14687 (isearch-message): Remove duplicate code and call
14688 `isearch-fail-pos' with arg `t'.
14689
14690 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
14691
14692 * replace.el (occur-mode-goto-occurrence): Don't force using other
14693 window (Bug#9499).
14694
14695 * dired-aux.el (dired-do-chmod): Don't provide initial input.
14696
14697 2011-09-14 Martin Rudalics <rudalics@gmx.at>
14698
14699 * window.el (display-buffer-window): Remove.
14700 (display-buffer-record-window): Use help-setup window parameter
14701 instead of variable display-buffer-window.
14702 (display-buffer-function, special-display-buffer-names)
14703 (special-display-function): Mention help-setup parameter instead
14704 of display-buffer-window in doc-string.
14705 * help.el (help-window-setup): New argument help-window.
14706 Use help-window-setup parameter instead of display-buffer-window.
14707 Reword some messages.
14708 (with-help-window): Pass window used for displaying the buffer
14709 to help-window-setup. Don't set display-buffer-window.
14710
14711 2011-09-13 Glenn Morris <rgm@gnu.org>
14712
14713 * emacs-lisp/debug.el (debugger-make-xrefs):
14714 Preserve point. (Bug#9462)
14715
14716 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14717
14718 * window.el (window-deletable-p): Use next-frame.
14719
14720 2011-09-13 Martin Rudalics <rudalics@gmx.at>
14721
14722 * window.el (window-auto-delete): Remove.
14723 (window-deletable-p): Remove argument FORCE. Don't deal with
14724 dedication and previous buffers.
14725 (switch-to-prev-buffer): Don't delete window.
14726 (delete-windows-on): Delete a window's frame if and only if the
14727 window is dedicated.
14728 (replace-buffer-in-windows): Delete buffer's window or frame if
14729 and only if window is dedicated.
14730 (quit-window): Handle quit-restore as before last change.
14731 (bury-buffer): Delete window only if window-deletable-p returns t.
14732
14733 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14734
14735 * window.el (window-deletable-p): Never delete the last frame on a
14736 given terminal.
14737
14738 2011-09-13 Glenn Morris <rgm@gnu.org>
14739
14740 * help.el (describe-key-briefly): Copy previous standard-output change.
14741
14742 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
14743
14744 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14745
14746 2011-09-13 Glenn Morris <rgm@gnu.org>
14747
14748 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14749 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14750
14751 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
14752
14753 * dired-aux.el (dired-mark-read-string): Don't return default
14754 value on empty input (Bug#9361).
14755 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14756 Omit initial minibuffer contents.
14757 (dired-do-chmod): Signal an error on empty input.
14758 (dired-mark-read-string): Don't return default on empty input.
14759
14760 * files.el (file-modes-symbolic-to-number): Doc fix.
14761
14762 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14763
14764 * international/mule-cmds.el (ucs-completions): Remove.
14765 (read-char-by-name): Use complete-with-action instead; add metadata.
14766
14767 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14768
14769 * window.el (display-buffer--action-function-custom-type)
14770 (display-buffer--action-custom-type): New vars.
14771 (display-buffer-alist, display-buffer-default-action)
14772 (display-buffer-overriding-action): Add defcustom types.
14773
14774 * frame.el (delete-other-frames): Doc fix (Bug#276).
14775
14776 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14777
14778 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14779
14780 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14781
14782 Change modes that used same-window-* vars to use switch-to-buffer.
14783
14784 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14785 Use switch-to-buffer.
14786
14787 * cus-edit.el (customize-group, custom-buffer-create)
14788 (customize-browse, custom-buffer-create-other-window):
14789 Use switch-to-buffer or switch-to-buffer-other-window.
14790
14791 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14792 (Info-prev, Info-up, Info-speedbar-goto-node)
14793 (info-display-manual): Use switch-to-buffer.
14794 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14795
14796 * mail/sendmail.el (mail): Use switch-to-buffer.
14797 (mail-recover): Use switch-to-buffer-other-window.
14798
14799 * cmuscheme.el (run-scheme, switch-to-scheme):
14800 * ielm.el (ielm):
14801 * shell.el (shell):
14802 * net/rlogin.el (rlogin):
14803 * net/telnet.el (telnet, rsh):
14804 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14805
14806 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14807
14808 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14809
14810 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14811
14812 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14813 so don't mention it (bug#9301).
14814 (dired-sort-toggle-or-edit): Clarify string further.
14815
14816 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14817 match `x', `w32' and `ns', like the manual says (bug#9029).
14818
14819 * subr.el (eval-after-load): Doc string clarification (bug#9125).
14820 (process-kill-buffer-query-function): Mention the buffer name in
14821 the query.
14822
14823 * image-mode.el (image-next-line): The line parameter is mandatory
14824 (bug#9258).
14825
14826 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14827 which can be useful (bug#9301).
14828
14829 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14830
14831 * subr.el (match-string): Mention that the current buffer should
14832 be the same as the search was done in (bug#9282).
14833
14834 * facemenu.el: Disable the remove-* commands if the mark isn't
14835 active (bug#9162).
14836
14837 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14838
14839 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14840 of display-buffer.
14841 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14842
14843 * replace.el (occur-mode-goto-occurrence)
14844 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14845 and display-buffer.
14846
14847 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14848 display-buffer.
14849
14850 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14851 special-display and same-window variables.
14852 (mail-other-window): Use switch-to-buffer-other-window.
14853 (mail-other-frame): USe switch-to-buffer-other-frame.
14854
14855 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14856 Use display-buffer-other-frame.
14857 (gdb-display-gdb-buffer): Use pop-to-buffer.
14858
14859 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14860
14861 * progmodes/python.el: Don't set same-window-buffer-names.
14862
14863 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14864
14865 * window.el (display-buffer-alist): Add *Python*.
14866
14867 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14868
14869 * window.el (display-buffer-alist): Add entry for buffers
14870 previously handled same-window-*.
14871 (display-buffer-alist, display-buffer-default-action)
14872 (display-buffer-overriding-action): Mark as risky.
14873 (display-buffer-alist): Document action function changes.
14874 (display-buffer--same-window-action)
14875 (display-buffer--other-frame-action): New variables.
14876 (switch-to-buffer, display-buffer-other-frame): Use them.
14877 (display-buffer): Rename reuse-frame entry to reusable-frames.
14878 (display-buffer-reuse-selected-window): Function deleted.
14879 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14880 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14881 (display-buffer-special): New function.
14882 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14883 display-buffer-reuse-or-pop-window. Split off special-display
14884 part into display-buffer-special.
14885 (display-buffer-use-some-window): Don't perform any special
14886 pop-up-frames handling.
14887 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14888 (display-buffer--maybe-same-window): Rename from
14889 display-buffer-maybe-same-window.
14890
14891 * info.el: Don't set same-window-regexps.
14892 (info-setup): New function.
14893 (info-other-window, info): Call it.
14894
14895 * cus-edit.el: Don't set same-window-regexps.
14896 (customize-group): New argument.
14897 (customize-group-other-window): Use it.
14898 (customize-face, customize-face-other-window): Likewise.
14899 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14900
14901 * net/rlogin.el:
14902 * net/telnet.el:
14903 * progmodes/gud.el: Don't set same-window-regexps.
14904
14905 * cmuscheme.el:
14906 * ielm.el:
14907 * shell.el:
14908 * mail/sendmail.el:
14909 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14910
14911 2011-09-10 Juri Linkov <juri@jurta.org>
14912
14913 * isearch.el (isearch-edit-string): Remove obsolete mention of
14914 `C-w' (`isearch-yank-word-or-char') from docstring.
14915 (isearch-query-replace): Fix typo in docstring (bug#9466).
14916
14917 2011-09-10 Juri Linkov <juri@jurta.org>
14918
14919 * paren.el (show-paren-function): Don't show escaped parens.
14920 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14921
14922 2011-09-10 Eli Zaretskii <eliz@gnu.org>
14923
14924 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14925 (mm-default-file-encoding): Remove autoload forms, they are
14926 replaced with autoload cookies in mml.el and mm-encode.el.
14927 (mail-add-attachment): New command.
14928 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14929 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14930 the doc string.
14931 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14932
14933 2011-09-10 Reuben Thomas <rrt@sc3d.org>
14934
14935 * simple.el (count-words-region): Use buffer if there's no region
14936 (bug#9429).
14937
14938 2011-09-09 Juri Linkov <juri@jurta.org>
14939
14940 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14941 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14942 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14943
14944 2011-09-09 Alan Mackenzie <acm@muc.de>
14945
14946 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14947 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14948
14949 2011-09-09 Eli Zaretskii <eliz@gnu.org>
14950
14951 Fix for Savannah bug#9392.
14952 * simple.el (mail-encode-mml): New defvar.
14953
14954 * mail/rmail.el (mail-encode-mml): Add a defvar.
14955 (rmail-enable-mime-composing): Default to t.
14956 (rmail-forward): Use MIME method of forwarding only if both
14957 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14958 Set mail-encode-mml non-nil if the MIME method was used.
14959
14960 * mail/sendmail.el (mml-to-mime): Add autoload form.
14961 (mail-encode-mml): Add a defvar.
14962 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14963 to nil.
14964 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14965 message through mml-to-mime, and reset mail-encode-mml to nil.
14966
14967 2011-09-09 Glenn Morris <rgm@gnu.org>
14968
14969 * woman.el (woman-if-body): When processing an .el block,
14970 do not delete the next .el block as well. (Bug#9447)
14971 (woman-special-characters): Add oq, cq, and hy characters.
14972
14973 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14974
14975 * window.el (window-deletable-p): Make sure window is live before
14976 invoking window-prev-buffers.
14977
14978 2011-09-08 Leo Liu <sdl.web@gmail.com>
14979
14980 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14981
14982 2011-09-08 Juri Linkov <juri@jurta.org>
14983
14984 * progmodes/compile.el (compilation-environment): Make it
14985 a defcustom (bug#8340).
14986
14987 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14988
14989 * window.el (frame-auto-delete): Rename to window-auto-delete.
14990 Make it control auto-deletion of windows and/or frames.
14991 (window-deletable-p): New argument FORCE. Rewrite conditions
14992 for deleting window/frame. (Bug#9419)
14993 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14994 Rewrite handling of case when window/frame can be deleted.
14995 (delete-windows-on): Call window-deletable-p with new FORCE
14996 argument t. (Bug#9456)
14997
14998 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
14999
15000 * help-mode.el (help-mode): Restore autoload.
15001
15002 2011-09-07 Juri Linkov <juri@jurta.org>
15003
15004 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
15005 `compilation-environment'. Set buffer-local
15006 `compilation-environment' to `thisenv' later after (funcall mode).
15007 (Bug#8340)
15008
15009 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
15010 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
15011 instead of replacing its value. (Bug#8340)
15012
15013 2011-09-07 Juri Linkov <juri@jurta.org>
15014
15015 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
15016 based on text properties put by `grep-filter' instead of matching
15017 escape sequences.
15018 (grep-mode): Set buffer-local `compilation-error-screen-columns'
15019 to the value of `grep-error-screen-columns' (bug#9438).
15020
15021 2011-09-07 Juri Linkov <juri@jurta.org>
15022
15023 * simple.el (next-error-highlight, next-error-highlight-no-select):
15024 Doc fix (bug#9432).
15025
15026 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
15027
15028 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15029 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
15030
15031 2011-09-07 Leo Liu <sdl.web@gmail.com>
15032
15033 * net/rcirc.el (rcirc-mode): Conditionally initialize
15034 rcirc-input-ring.
15035
15036 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15037
15038 * emacs-lisp/find-func.el (find-function-C-source): Only set
15039 find-function-C-source-directory after checking that we found a source
15040 file there (bug#9440).
15041
15042 2011-09-06 Alan Mackenzie <acm@muc.de>
15043
15044 * isearch.el (isearch-other-meta-char): Wherever a key list is
15045 unread, "unread" the prefix arg, too. This fixes bug #8901.
15046
15047 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
15048
15049 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
15050
15051 2011-09-05 Juri Linkov <juri@jurta.org>
15052
15053 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
15054
15055 2011-09-05 Juri Linkov <juri@jurta.org>
15056
15057 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
15058 keeping point where processing of grep matches begins, and
15059 continue to delete remaining escape sequences from the same point.
15060 (grep-filter): Make leading zero optional in "0?1;31m" because
15061 git-grep emits "\033[1;31m" escape sequences unlike expected
15062 "\033[01;31m" as GNU Grep does (bug#9408).
15063 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
15064
15065 2011-09-05 Juri Linkov <juri@jurta.org>
15066
15067 * subr.el (y-or-n-p): Capitalize "yes".
15068
15069 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
15070
15071 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
15072 `tramp-cache-unload-hook' where appropriate.
15073 (tramp-methods): Rename `tramp-remote-sh' to
15074 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
15075 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
15076
15077 * net/tramp-sh.el (top): Don't require 'shell.
15078 (tramp-methods): Add `tramp-remote-shell' and
15079 `tramp-remote-shell-args' entries.
15080 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
15081 (tramp-sh-handle-shell-command): Remove.
15082 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15083 Use `tramp-remote-shell'.
15084
15085 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
15086
15087 * mail/sendmail.el (sendmail-query-once-function): Delete.
15088 (sendmail-query-once): Save directly to send-mail-function.
15089 Update message-send-mail-function too.
15090
15091 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
15092
15093 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
15094
15095 * progmodes/python.el (python-mode-map): Use correct function to
15096 start python interpreter from menu-bar (as reported by Geert
15097 Kloosterman).
15098 (inferior-python-mode-map): Fix typo.
15099 (python-shell-map): Remove.
15100
15101 2011-09-03 Deniz Dogan <deniz@dogan.se>
15102
15103 * net/rcirc.el (rcirc-print): Simplify code for
15104 rcirc-scroll-show-maximum-output. There is no need to walk
15105 through all windows to find the right one.
15106
15107 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
15108
15109 * help.el (help-return-method): Doc fix.
15110
15111 2011-09-03 Martin Rudalics <rudalics@gmx.at>
15112
15113 * window.el (window-deletable-p): Don't return a non-nil value
15114 when there's a buffer that was shown in the window before.
15115 (Bug#9419)
15116 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15117 Set window's previous buffers to nil.
15118
15119 2011-09-03 Eli Zaretskii <eliz@gnu.org>
15120
15121 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
15122 newline before and after the tag line, so it doesn't interfere
15123 with determining the paragraph direction of bidirectional text.
15124
15125 2011-09-03 Leo Liu <sdl.web@gmail.com>
15126
15127 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
15128
15129 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
15130
15131 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
15132 (pop-to-buffer): Change interactive spec. Pass second argument
15133 directly to display-buffer.
15134 (display-buffer): Fix interactive spec. Use functionp to
15135 distinguish between a function and a list of functions.
15136
15137 * abbrev.el (edit-abbrevs):
15138 * arc-mode.el (archive-extract):
15139 * autoinsert.el (auto-insert):
15140 * bookmark.el (bookmark-bmenu-list):
15141 * files.el (find-file):
15142 * view.el (view-buffer):
15143 * progmodes/compile.el (compilation-goto-locus):
15144 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
15145
15146 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
15147
15148 * window.el (display-buffer-alist): Doc fix.
15149 (display-buffer): Add docstring. Don't treat
15150 display-buffer-default specially.
15151 (display-buffer-reuse-selected-window)
15152 (display-buffer-same-window, display-buffer-maybe-same-window)
15153 (display-buffer-reuse-window, display-buffer-pop-up-frame)
15154 (display-buffer-pop-up-window)
15155 (display-buffer-reuse-or-pop-window)
15156 (display-buffer-use-some-window): New functions.
15157 (display-buffer-default-action): Use them.
15158 (display-buffer-default): Delete.
15159 (pop-to-buffer-1): Fix choice of actions.
15160
15161 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15162
15163 * minibuffer.el (completion--insert-strings): Don't get confused by
15164 completion entries that end with an LF char.
15165
15166 2011-09-01 Eli Zaretskii <eliz@gnu.org>
15167
15168 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
15169
15170 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
15171
15172 * window.el (display-buffer): Restore interactive spec.
15173 (display-buffer-same-window, display-buffer-other-window):
15174 New functions.
15175 (pop-to-buffer-1): New function. Use the above.
15176 (pop-to-buffer, pop-to-buffer-same-window): Use it.
15177 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
15178
15179 * view.el (view-buffer-other-window, view-buffer-other-frame):
15180 Just use pop-to-buffer.
15181
15182 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15183
15184 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
15185
15186 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
15187
15188 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
15189
15190 2011-08-31 Richard Stallman <rms@gnu.org>
15191
15192 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
15193 of the separation of rmail-view-buffer from rmail-buffer.
15194 If you say no to "replace original", the decrypt is in the
15195 view buffer. If you say yes, the decrypt goes into the
15196 rmail buffer also.
15197
15198 2011-08-31 Martin Rudalics <rudalics@gmx.at>
15199
15200 * window.el (display-buffer-window): Rewrite doc-string.
15201 (display-buffer-record-window): New function.
15202 (display-buffer-macro-specifiers)
15203 (display-buffer-even-window-sizes, display-buffer-set-height)
15204 (display-buffer-set-width, display-buffer-in-window)
15205 (display-buffer-reuse-window, display-buffer-split-specifiers)
15206 (display-buffer-side-specifiers, display-buffer-split-window-1)
15207 (display-buffer-split-window, display-buffer-split-atom-window)
15208 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15209 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
15210 (display-buffer-other-window-means-other-frame)
15211 (display-buffer-normalize-special)
15212 (display-buffer-normalize-default)
15213 (display-buffer-normalize-argument)
15214 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
15215 (display-buffer-normalize-specifiers, display-buffer-frame)
15216 (display-buffer-same-window, display-buffer-same-frame)
15217 (display-buffer-other-window)
15218 (display-buffer-same-frame-other-window)
15219 (display-buffer-other-frame, pop-to-buffer-same-window)
15220 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
15221 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
15222 (switch-to-buffer-same-frame)
15223 (switch-to-buffer-other-window-same-frame)
15224 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
15225 (display-buffer-alist-set-1, display-buffer-alist-set-2)
15226 (display-buffer-alist-set): Remove.
15227 (display-buffer-function, special-display-buffer-names)
15228 (special-display-regexps, special-display-function):
15229 In doc-string refer to display-buffer-window and quit-restore
15230 parameter.
15231 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
15232 (special-display-frame-alist, special-display-popup-frame)
15233 (same-window-buffer-names, same-window-regexps, same-window-p)
15234 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15235 (split-window-preferred-function, split-height-threshold)
15236 (split-width-threshold, window-splittable-p)
15237 (split-window-sensibly, window--try-to-split-window)
15238 (window--frame-usable-p, even-window-heights)
15239 (window--even-window-heights, window--display-buffer-1)
15240 (window--display-buffer-2, display-buffer-other-frame):
15241 Restore old Emacs 23 code, order and doc-strings where applicable.
15242 (display-buffer-default, display-buffer-assq-regexp): New functions.
15243 (display-buffer-alist): Rewrite doc-string.
15244 (display-buffer-default-action)
15245 (display-buffer-overriding-action): New variables.
15246 (display-buffer, switch-to-buffer): Rewrite.
15247 (pop-to-buffer): Restore Emacs 23 behavior but use
15248 window-normalize-buffer-to-display.
15249 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
15250 Restore Emacs 23 behavior but use
15251 window-normalize-buffer-to-switch-to.
15252 (pop-to-buffer-same-window): Rewrite.
15253 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
15254 Rewrite using Emacs 23 options.
15255
15256 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
15257
15258 * net/tramp.el (tramp-root-regexp): Remove.
15259 (tramp-completion-file-name-regexp-unified)
15260 (tramp-completion-file-name-regexp-separate)
15261 (tramp-completion-file-name-regexp-url): Don't use leading volume
15262 letter on w32 systems. (Bug#5303, Bug#9311)
15263 (tramp-drop-volume-letter): Simplify definition.
15264 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15265
15266 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15267
15268 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
15269 (bug#9356).
15270
15271 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
15272
15273 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
15274
15275 2011-08-29 Juri Linkov <juri@jurta.org>
15276
15277 * isearch.el (isearch-done): Don't display message "Mark saved"
15278 when arg `edit' is non-nil to prevent its flicker in the echo area.
15279
15280 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15281
15282 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
15283 obsolete packages for deletion.
15284
15285 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
15286
15287 * help-mode.el (help-mode-map): Add special-mode-map to parent.
15288 (help-mode): Derive help-mode from special-mode. Don't invoke
15289 view-mode from help-mode.
15290 (help-xref-override-view-map): Remove.
15291 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
15292 view-mode is not used anymore.
15293
15294 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15295
15296 * server.el (server-port): Doc fix.
15297
15298 * cus-theme.el (custom-theme-choose-mode): Inherit from
15299 special-mode (Bug#9124).
15300 (custom-theme-choose-mode-map): Add special-mode to parent.
15301
15302 2011-08-28 Alan Mackenzie <acm@muc.de>
15303
15304 * progmodes/cc-fonts.el
15305 (c-make-font-lock-BO-decl-search-function): New function.
15306 (c-basic-matchers-after - "Fontify the clauses after various
15307 keywords"): Extract the three keyword lists for the 3 erroneous
15308 constructs from the list of four, and use the new function above
15309 in place of an old one.
15310
15311 2011-08-28 Deniz Dogan <deniz@dogan.se>
15312
15313 * net/rcirc.el (rcirc-insert-prev-input)
15314 (rcirc-insert-next-input): Remove unused argument.
15315
15316 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15317
15318 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15319
15320 2011-08-27 Alan Mackenzie <acm@muc.de>
15321
15322 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15323 handle function pointer parameters properly.
15324
15325 2011-08-27 Martin Rudalics <rudalics@gmx.at>
15326
15327 * window.el (display-buffer-reuse-window): Fix case where
15328 selected window was reused with non-nil OTHER-WINDOW argument.
15329 (Bug#9381)
15330
15331 2011-08-27 Deniz Dogan <deniz@dogan.se>
15332
15333 * net/rcirc.el (rcirc-check-auth-status): Adding support for
15334 oftc's NickServ messages.
15335
15336 2011-08-27 Glenn Morris <rgm@gnu.org>
15337
15338 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
15339
15340 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
15341
15342 * emacs-lisp/package.el (package-install): Call package-initialize
15343 if called interactively.
15344
15345 2011-08-26 Leo Liu <sdl.web@gmail.com>
15346
15347 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
15348
15349 2011-08-25 Juri Linkov <juri@jurta.org>
15350
15351 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15352 `search-whitespace-regexp' (bug#9364).
15353
15354 2011-08-25 Juri Linkov <juri@jurta.org>
15355
15356 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15357 `regexp-search-ring' to their global values to protect from
15358 updating by `read-from-minibuffer' (bug#9185).
15359
15360 2011-08-25 Juri Linkov <juri@jurta.org>
15361
15362 * textmodes/ispell.el (ispell-command-loop): Add newline
15363 at the end of the "Use option `i'..." line.
15364
15365 2011-08-25 Juri Linkov <juri@jurta.org>
15366
15367 * battery.el (display-battery-mode): If `battery-status-function'
15368 or `battery-mode-line-format' is nil, display the message and set
15369 `display-battery-mode' to nil (bug#9363).
15370
15371 2011-08-25 Eli Zaretskii <eliz@gnu.org>
15372
15373 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15374 bidi-string-mark-left-to-right; they are unnecessary now.
15375
15376 2011-08-25 Deniz Dogan <deniz@dogan.se>
15377
15378 * net/quickurl.el: Documentation typo fixes.
15379
15380 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
15381
15382 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15383
15384 2011-08-25 Glenn Morris <rgm@gnu.org>
15385
15386 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15387
15388 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15389 (smtpmail-via-smtp): Handle nil response from smtp.
15390
15391 2011-08-24 Juri Linkov <juri@jurta.org>
15392
15393 * proced.el (proced-marked): Inherit from `error' instead of
15394 `font-lock-warning-face'.
15395
15396 * ibuffer.el (ibuffer-marked-face): Change default face from
15397 `font-lock-warning-face' to `warning'.
15398 (ibuffer-deletion-face): Change default face from
15399 `font-lock-type-face' to `error'.
15400
15401 * battery.el (battery-update): Use the face `error' instead of
15402 `font-lock-warning-face' (bug#6117).
15403
15404 2011-08-24 Juri Linkov <juri@jurta.org>
15405
15406 * faces.el (success): Change face color from "Green3" to
15407 "ForestGreen" on light background (bug#9353).
15408
15409 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
15410
15411 * window.el (quit-window): Rename from quit-restore-window.
15412 Use same arglist as old quit-window.
15413 (frame-auto-delete): Doc fix.
15414
15415 * view.el (view-mode-exit): Use quit-window.
15416
15417 2011-08-24 Juri Linkov <juri@jurta.org>
15418
15419 * isearch.el (isearch-ring-adjust1): Start visiting previous
15420 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15421 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15422 for empty search string (when the last search string is reused
15423 automatically) to adjust the isearch ring to the last element and
15424 prepare the correct index for further M-p commands (bug#9185).
15425
15426 2011-08-24 Kenichi Handa <handa@m17n.org>
15427
15428 * international/ucs-normalize.el: If decomposition property of
15429 CHAR is the default one (i.e. a list of CHAR itself), treat it as
15430 nil.
15431 (nfd, nfkd): Likewise.
15432
15433 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15434
15435 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15436 from process filters aren't reliably transmitted to the surrounding
15437 accept-process-output.
15438 (mpc-proc-check): New function.
15439 (mpc-proc-sync): Use it (bug#8293)
15440
15441 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15442
15443 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15444 Add compatibility functions (bug#9313).
15445
15446 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15447
15448 * cus-start.el (all): Add entry for bidi-paragraph-direction.
15449
15450 * international/uni-bidi.el: Regenerate.
15451
15452 2011-08-23 Kenichi Handa <handa@m17n.org>
15453
15454 * international/charprop.el:
15455 * international/uni-bidi.el:
15456 * international/uni-category.el:
15457 * international/uni-combining.el:
15458 * international/uni-comment.el:
15459 * international/uni-decimal.el:
15460 * international/uni-decomposition.el:
15461 * international/uni-digit.el:
15462 * international/uni-lowercase.el:
15463 * international/uni-mirrored.el:
15464 * international/uni-name.el:
15465 * international/uni-numeric.el:
15466 * international/uni-old-name.el:
15467 * international/uni-titlecase.el:
15468 * international/uni-uppercase.el: Regenerate.
15469
15470 2011-08-23 Martin Rudalics <rudalics@gmx.at>
15471
15472 * help.el (help-window-setup): Fix message displayed when other
15473 window is reused. (Bug#9341)
15474
15475 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15476
15477 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15478 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15479
15480 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15481 Mark obsolete.
15482 * shell.el (shell-parse-pcomplete-arguments): New function.
15483 (shell-completion-vars): Use it instead (bug#9160).
15484
15485 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15486
15487 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15488 strings and comments (bug#9333).
15489
15490 * emacs-lisp/debug.el (debug-arglist): New function.
15491 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15492 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15493
15494 2011-08-22 Juri Linkov <juri@jurta.org>
15495
15496 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15497 Revert regexp that highlights output switches to its old
15498 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15499
15500 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15501 to check for empty output (bug#9226).
15502
15503 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
15504
15505 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15506 symbol-constituent as the default, as that stops font-lock from
15507 working properly (Bug#8843).
15508
15509 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15510
15511 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15512 `coding-system-for-*' around the process open call to avoid
15513 auth-source side effects.
15514 (smtpmail-try-auth-methods): Expand the secret password.
15515 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15516 probe hangs.
15517
15518 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15519
15520 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15521
15522 * emacs-lisp/find-func.el (find-function-noselect): New arg
15523 lisp-only.
15524
15525 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15526 signal an error for built-in functions (Bug#6664).
15527
15528 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15529
15530 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15531 (smtpmail-try-auth-methods): Use it.
15532
15533 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15534
15535 * font-lock.el (font-lock-fontify-region)
15536 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15537 (font-lock-default-unfontify-buffer)
15538 (font-lock-default-fontify-region)
15539 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15540
15541 * progmodes/compile.el (compilation-error-properties):
15542 Fix confusion between file struct and message struct (Bug#9319).
15543 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15544 `ant' regexp.
15545
15546 * net/browse-url.el (browse-url-firefox): Don't call
15547 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15548
15549 2011-08-20 Glenn Morris <rgm@gnu.org>
15550
15551 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15552
15553 * tutorial.el (tutorial--default-keys): Update some default bindings.
15554
15555 * files.el (hack-local-variables): Fully ignore case for "mode:".
15556
15557 2011-08-20 Alan Mackenzie <acm@muc.de>
15558
15559 Resolve invalid use of a regexp in regexp-opt.
15560
15561 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15562 detection for a java annotation.
15563
15564 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15565 detection for a java annotation.
15566
15567 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15568 handling for java.
15569 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15570
15571 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15572
15573 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15574 (Bug#9274).
15575
15576 2011-08-20 Alan Mackenzie <acm@muc.de>
15577
15578 Fontify CPP expressions correctly when starting in the middle of
15579 such a construct. Mainly for when jit-lock etc. starts a chunk
15580 here.
15581
15582 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15583 variable.
15584 (c-make-font-lock-search-form): New function, extracted from
15585 c-make-font-lock-search-function.
15586 (c-make-font-lock-search-function): Use the above function.
15587 (c-make-font-lock-context-search-function): New function.
15588 (c-cpp-matchers): Enhance the preprocessor expression case with
15589 the above function
15590 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15591 which takes an expression.
15592
15593 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15594
15595 2011-08-20 Martin Rudalics <rudalics@gmx.at>
15596
15597 * window.el (display-buffer-reuse-window)
15598 (display-buffer-pop-up-window): Don't reuse or split a side
15599 window.
15600
15601 2011-08-19 Glenn Morris <rgm@gnu.org>
15602
15603 * files.el (hack-local-variables-prop-line, hack-local-variables):
15604 Downcase "Mode:". (Bug#9331)
15605
15606 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
15607
15608 * international/characters.el: Add L and R categories.
15609
15610 * subr.el (bidi-string-mark-left-to-right): Rename from
15611 string-mark-left-to-right. Use category search.
15612
15613 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15614
15615 2011-08-18 Juri Linkov <juri@jurta.org>
15616
15617 * faces.el (error, warning, success): New faces with definitions
15618 copied from old default values of `font-lock-warning-face',
15619 `compilation-warning', `compilation-info' (bug#6117).
15620
15621 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15622
15623 * progmodes/compile.el (compilation-error): Inherit from `error'.
15624 (compilation-warning): Inherit from `warning'.
15625 (compilation-info): Inherit from `success'.
15626
15627 * dired.el (dired-marked): Inherit from `warning'.
15628 (dired-flagged): Inherit from `error'.
15629
15630 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15631
15632 * mail/smtpmail.el (auth-source): Require to avoid problems with
15633 binding variables (bug#9298). Also clean up some unused
15634 autoloads.
15635
15636 * net/network-stream.el (network-stream-open-starttls):
15637 Support using starttls.el without using gnutls-cli.
15638
15639 2011-08-17 Juri Linkov <juri@jurta.org>
15640
15641 * progmodes/grep.el (rgrep): Handle the case when
15642 `grep-find-command' is a cons cell (bug#9278).
15643
15644 2011-08-17 Martin Rudalics <rudalics@gmx.at>
15645
15646 * window.el (display-buffer-pop-up-frame): Run frame creation
15647 function with BUFFER current (as special-display-popup-frame
15648 does). Reported by Drew Adams.
15649
15650 2011-08-17 Daiki Ueno <ueno@unixuser.org>
15651
15652 * epa-mail.el: Simplify GnuPG group expansion using
15653 epg-expand-group.
15654 (epa-mail-group-alist, epa-mail-group-modtime)
15655 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15656 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15657 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15658 Remove.
15659
15660 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
15661
15662 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15663
15664 2011-08-16 Alan Mackenzie <acm@muc.de>
15665
15666 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15667 Correct, to avoid the inside of macros.
15668
15669 2011-08-16 Richard Stallman <rms@gnu.org>
15670
15671 * epa-mail.el: Handle GnuPG group definitions.
15672 (epa-mail-group-alist, epa-mail-group-modtime)
15673 (epa-mail-gnupg-conf-file): New variables.
15674 (epa-mail-parse-groups, epa-mail-sync-groups)
15675 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15676 (epa-mail-expand-recipients): New functions.
15677 (epa-mail-encrypt): Call epa-mail-expand-recipients.
15678
15679 * mail/rmail.el (rmail-epa-decrypt): New command.
15680
15681 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15682 Don't bind buffer-read-only, just inhibit-read-only.
15683 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15684 (epa-decrypt-armor-in-region): Make error message clearer.
15685
15686 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
15687
15688 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15689 and "a2b" to "ab" for `prefix'.
15690
15691 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
15692
15693 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15694 filter groups.
15695 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
15696 Fourquet (Bug#8804).
15697
15698 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
15699
15700 * startup.el (argi): Declare as global variable (bug#9275).
15701
15702 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
15703
15704 * subr.el (string-mark-left-to-right): Search the entire string
15705 for RTL script, not just the terminating character. Doc fix.
15706
15707 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15708
15709 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15710 New function.
15711 (js--regexp-literal, js-syntax-propertize-function): Remove.
15712 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15713 (js-mode-map): Don't rebind electric keys.
15714 (js-insert-and-indent): Remove.
15715 (js-mode): Setup electric-layout and electric-indent instead.
15716
15717 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15718
15719 2011-08-12 Daiki Ueno <ueno@unixuser.org>
15720
15721 * epa.el (epa-progress-callback-function): Fix the logic of
15722 displaying progress.
15723 * epa-file.el (epa-file-insert-file-contents): Make progress
15724 display more user-friendly.
15725 (epa-file-write-region): Ditto.
15726
15727 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
15728
15729 * subr.el (string-mark-left-to-right): New function.
15730
15731 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15732 Use string-mark-left-to-right.
15733 (list-buffers-noselect): Caller changed.
15734
15735 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15736 Use string-mark-left-to-right.
15737 (tabulated-list-print): Recenter after moving point.
15738
15739 2011-08-10 Juri Linkov <juri@jurta.org>
15740
15741 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15742 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15743 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15744
15745 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
15746
15747 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15748 (Bug#7554).
15749
15750 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15751
15752 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15753 character. (Bug#6594)
15754
15755 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15756
15757 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15758 (image-dired--with-db-file): New macro.
15759 (image-dired-write-tags, image-dired-remove-tag)
15760 (image-dired-create-gallery-lists, image-dired-write-comments)
15761 (image-dired-get-comment, image-dired-mark-tagged-files)
15762 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15763 (image-dired-gallery-generate): Use insert-file-contents.
15764
15765 * time.el (display-time-world-list, display-time-world-display):
15766 * time-stamp.el (time-stamp-string):
15767 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15768 set-time-zone-rule (Bug#7337).
15769
15770 2011-08-08 Daiki Ueno <ueno@unixuser.org>
15771
15772 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15773 (epg-error-to-string, epg-errors-to-string): New function.
15774 (epg-wait-for-completion): Reverse errors list.
15775 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15776 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15777 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15778 (epg-sign-keys, epg-generate-key-from-file)
15779 (epg-generate-key-from-string): Format errors by using
15780 epg-errors-to-string (bug#9255).
15781 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15782
15783 2011-08-07 Juri Linkov <juri@jurta.org>
15784
15785 * faces.el (list-faces-display): Remove extra angle bracket
15786 from `help-mode-map'.
15787
15788 * info.el (Info-history-toc-nodes): Doc fix.
15789
15790 * longlines.el (longlines-mode): Doc fix.
15791
15792 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15793
15794 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15795 of statements and in a few more cases (bug#9183).
15796
15797 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15798 New functions.
15799 (cl-transform-lambda): Use them (bug#9239).
15800
15801 2011-08-05 Martin Rudalics <rudalics@gmx.at>
15802
15803 * window.el (display-buffer-same-window)
15804 (display-buffer-same-frame, display-buffer-other-window)
15805 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15806 (pop-to-buffer-other-window)
15807 (pop-to-buffer-same-frame-other-window)
15808 (pop-to-buffer-other-frame): Make them defuns.
15809 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15810
15811 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15812
15813 * subr.el (make-composed-keymap): Move from C. Change calling
15814 convention, and improve docstring to bring attention to a subtle point.
15815 * minibuffer.el (completing-read-default): Adjust accordingly.
15816
15817 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
15818
15819 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15820 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15821
15822 * net/trampver.el: Update release number.
15823
15824 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15825
15826 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15827 "in" (bug#9190).
15828
15829 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15830
15831 * mail/sendmail.el (sendmail-query-once): Restore the current
15832 buffer after querying (bug#9074).
15833
15834 * dired.el (dired-flagged): Use different faces for marked and
15835 flagged files (bug#6117).
15836
15837 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15838 (bug#4433).
15839
15840 * ido.el (ido-mode): Switch off the message if called
15841 non-interactively.
15842
15843 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15844 before 587, since it appears that that's more likely to work for
15845 more people.
15846
15847 * cus-edit.el (custom-file): When running under emacs -q, always
15848 refuse to save the customizations, even if the .emacs file doesn't
15849 exist.
15850
15851 * info.el: Remove the `Info-beginning-of-buffer' function
15852 (bug#8325).
15853
15854 * net/network-stream.el (network-stream-open-starttls):
15855 Use `starttls-available-p' to see whether starttls.el can be used.
15856
15857 2011-08-01 Martin Rudalics <rudalics@gmx.at>
15858
15859 * window.el (display-buffer-in-window): Don't set dedicated status
15860 of window here (Bug#9215).
15861 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15862 (display-buffer-pop-up-side-window)
15863 (display-buffer-in-side-window): Set dedicated status of window here.
15864
15865 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15866
15867 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15868 before binding generated-autoload-file.
15869
15870 2011-08-01 Deniz Dogan <deniz@dogan.se>
15871
15872 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15873
15874 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
15875
15876 Sync with Tramp 2.2.2.
15877
15878 * net/trampver.el: Update release number.
15879
15880 2011-07-30 Juri Linkov <juri@jurta.org>
15881
15882 * dired-aux.el (dired-touch-initial): Remove function.
15883 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15884 current time, and `default' to the last modification time of the
15885 current marked file (bug#6887).
15886
15887 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15888
15889 * simple.el (goto-line): Use string-to-number to provide a
15890 numeric argument to read-number (bug#9163).
15891
15892 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
15893
15894 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15895 connection process, it could be nil.
15896
15897 2011-07-27 Leo Liu <sdl.web@gmail.com>
15898
15899 Simplify url handling in rcirc-mode.
15900
15901 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15902 (rcirc-browse-url-at-mouse): Remove.
15903 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15904
15905 2011-07-26 Alan Mackenzie <acm@muc.de>
15906
15907 Fontify bitfield declarations properly.
15908
15909 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15910 (c-symbol-chars): Now exported as a lang variable.
15911 (c-not-primitive-type-keywords): New lang variable.
15912
15913 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15914 QT keyword "more" to prevent "more slots: ...." being spuriously
15915 parsed as a bitfield declaration.
15916
15917 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15918 Refactor and enhance to handle bitfield declarations.
15919 (c-punctuation-in): New function.
15920 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15921 declarations properly.
15922
15923 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
15924
15925 * calendar/icalendar.el (icalendar--all-events): Take care of
15926 multiple vcalendars in a single file.
15927 (icalendar--convert-float-to-ical): Checkdoc fixes.
15928
15929 2011-07-25 Deniz Dogan <deniz@dogan.se>
15930
15931 * image.el (insert-image): Clarifying docstring.
15932
15933 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
15934
15935 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15936 `tramp-send-command-and-check' if there is no error.
15937 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15938
15939 2011-07-22 Alan Mackenzie <acm@muc.de>
15940
15941 Prevent cc-langs.elc being loaded at run time.
15942
15943 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15944 cc-langs.
15945
15946 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
15947 "(require 'cc-langs)". Quote a form so it will evaluate at
15948 (cc-mode's) compilation time.
15949
15950 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
15951
15952 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15953 loading. (Bug#9114)
15954
15955 2011-07-21 Martin Rudalics <rudalics@gmx.at>
15956
15957 * window.el (display-buffer-pop-up-window)
15958 (display-buffer-pop-up-side-window)
15959 (display-buffer-in-side-window): Call display-buffer-set-height
15960 and display-buffer-set-width after setting the new window's
15961 buffer so `fit-window-to-buffer' and friends work on the right buffer.
15962
15963 2011-07-20 Sam Steingold <sds@gnu.org>
15964
15965 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15966 (etags-tags-included-tables): Call `convert-standard-filename' on
15967 the file names contained in TAGS so that windows Emacs can handle
15968 TAGS files created by cygwin ctags.
15969
15970 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15971
15972 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15973 which apparently didn't work.
15974
15975 2011-07-19 Roland Winkler <winkler@gnu.org>
15976
15977 * proced.el (proced-send-signal): For *Marked Processes* buffer
15978 put point at beginning of buffer.
15979
15980 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
15981
15982 * proced.el (proced-format): Make header lines align with the text
15983 (bug#1779).
15984
15985 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15986
15987 * view.el (view-buffer): Allow running in `special' modes if we're
15988 visiting a file (bug#8615).
15989
15990 2011-07-19 Martin Rudalics <rudalics@gmx.at>
15991
15992 * window.el (display-buffer-alist-of-strings-p)
15993 (display-buffer-alist-set-1, display-buffer-alist-set-2):
15994 New functions.
15995 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15996 more accurately.
15997
15998 2011-07-18 Alan Mackenzie <acm@muc.de>
15999
16000 Fontify declarators properly when, e.g., a jit-lock chunk begins
16001 inside a declaration.
16002
16003 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
16004
16005 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16006 New function.
16007 (c-complex-decl-matchers): Insert reference to
16008 c-font-lock-enclosing-decls.
16009
16010 * progmodes/cc-engine.el (c-backward-single-comment):
16011 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
16012 to nil around calls to (forward-comment -1).
16013
16014 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16015
16016 * image.el (put-image): Doc typo fix.
16017
16018 * progmodes/etags.el (tags-search): Doc typo fix.
16019
16020 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
16021 password if we get errors 550 to 554.
16022
16023 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16024
16025 * net/gnutls.el (gnutls-log-level): Remove.
16026
16027 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
16028 indentation character (bug#6380).
16029
16030 * files.el (buffer-offer-save): Made permanently local (bug#6241).
16031
16032 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
16033 to clarify what the problem is (bug#4291).
16034
16035 * simple.el (current-kill): Clarify what
16036 `interprogram-paste-function' does (bug#7500).
16037 (auto-fill-mode): Document `auto-fill-function' in relation to
16038 `auto-fill-mode' (bug#2470).
16039
16040 2011-07-16 Lawrence Mitchell <wence@gmx.li>
16041
16042 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
16043 method if slot is read-only (bug#9035).
16044
16045 2011-07-16 Martin Rudalics <rudalics@gmx.at>
16046
16047 * frame.el (select-frame-set-input-focus): New argument NORECORD.
16048 * window.el (pop-to-buffer): Select window used even if it was
16049 selected before, see discussion of (Bug#8615), (Bug#6954).
16050 Pass argument NORECORD on to select-frame-set-input-focus.
16051
16052 2011-07-15 Glenn Morris <rgm@gnu.org>
16053
16054 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
16055 Respect help-form.
16056
16057 2011-07-09 Lawrence Mitchell <wence@gmx.li>
16058
16059 * net/gnutls.el (gnutls-min-prime-bits): New variable.
16060 (gnutls-negotiate): Use it.
16061
16062 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16063
16064 * net/gnutls.el (gnutls-negotiate):
16065 Upcase `gnutls-algorithm-priority'.
16066
16067 2011-07-15 Glenn Morris <rgm@gnu.org>
16068
16069 * jka-compr.el (jka-compr-verbose): Move from here...
16070 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
16071 Add missing :version tag.
16072 * info.el: No need to require jka-compr when compiling.
16073
16074 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16075
16076 * net/gnutls.el (gnutls-algorithm-priority): New variable.
16077 (gnutls-negotiate): Use it.
16078
16079 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
16080
16081 * info.el (Info-beginning-of-buffer): New command.
16082 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
16083 announcing `b' as the key (bug#8325).
16084 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
16085
16086 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
16087
16088 * international/mule-cmds.el
16089 (describe-specified-language-support): Make the error message
16090 clearer (bug#8905).
16091
16092 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
16093
16094 * isearch.el (isearch-barrier): Add a doc string, since it's
16095 mentioned in a function doc string (bug#8678).
16096
16097 2011-07-15 Martin Rudalics <rudalics@gmx.at>
16098
16099 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
16100 buffer argument (Bug#9083) and self-identifying label argument.
16101
16102 2011-07-15 Glenn Morris <rgm@gnu.org>
16103
16104 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
16105
16106 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16107
16108 * man.el (Man-fontify-manpage): Fix message when formatting the
16109 man page (bug#7929).
16110
16111 2011-07-14 Eli Zaretskii <eliz@gnu.org>
16112
16113 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
16114 argument LRM; if non-nil, append an invisible LRM character to the
16115 buffer name.
16116 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
16117 last argument non-nil, when formatting buffer names.
16118 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
16119 paragraph direction.
16120
16121 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16122
16123 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
16124 the man page name (bug#7929).
16125
16126 * image.el (put-image): Mention the `put-image' overlay property
16127 (bug#7834).
16128
16129 * scroll-bar.el (set-scroll-bar-mode): Mention that
16130 `scroll-bar-mode' lists the values (bug#7772).
16131
16132 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
16133 command (bug#7729).
16134
16135 * rect.el (apply-on-rectangle): Return the point after the last
16136 operation.
16137 (string-rectangle): Go to the point after the last operation
16138 (bug#7522).
16139
16140 * printing.el (pr-toggle-region): Clarify the documentation
16141 slightly (bug#7493).
16142
16143 * time.el (display-time-update):
16144 Allow `display-time-mail-function' to return nil (bug#7158).
16145 Fix suggested by Detlev Zundel.
16146
16147 * vc/diff.el (diff): Clarify the order the file names are read
16148 (bug#7111).
16149
16150 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
16151 the doc string (bug#7015).
16152
16153 * font-lock.el (font-lock-maximum-decoration): Mention what
16154 numeric levels mean (bug#6935).
16155
16156 * startup.el (initial-buffer-choice): Don't mention the `none'
16157 selection, which is against policy.
16158
16159 2011-07-14 Martin Rudalics <rudalics@gmx.at>
16160
16161 * window.el (display-buffer-normalize-special):
16162 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
16163
16164 2011-07-14 Eli Zaretskii <eliz@gnu.org>
16165
16166 * subr.el (version<, version<=, version=): Mention "-CVS" and
16167 "-12345" alpha version numbers.
16168
16169 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
16170
16171 * bindings.el: Add advertised binding for set-mark-command
16172 (Bug#5772).
16173
16174 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
16175
16176 * bindings.el (mode-line-other-buffer):
16177 * bookmark.el (bookmark-bmenu-2-window):
16178 * bs.el (bs-cycle-next, bs-cycle-previous):
16179 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
16180 switch-to-buffer.
16181
16182 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16183 Delete.
16184
16185 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
16186
16187 * follow.el (follow-debug-message, follow-redisplay):
16188 * jka-cmpr-hook.el (with-auto-compression-mode):
16189 Fix typos in docstrings.
16190
16191 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16192
16193 * subr.el (with-silent-modifications): Clarify somewhat what the
16194 macro inhibits (bug#6525).
16195
16196 * simple.el (eval-expression): Note what it does if called
16197 interactively (bug#6495).
16198
16199 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16200
16201 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
16202 Use pop-to-buffer buffer-or-name if it is nil.
16203
16204 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16205 Remove switch-to-buffer.
16206
16207 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16208
16209 * files.el (make-directory): Clarify that an error will be raised
16210 if there's an error (bug#6397).
16211
16212 * startup.el (initial-buffer-choice): Add `none' as a choice
16213 (bug#6234).
16214
16215 * subr.el (add-hook): Clarify section about buffer-local hooks
16216 (bug#6218).
16217
16218 * dired.el (dired-flagged): Clarify doc string (bug#6117).
16219
16220 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16221
16222 * tabify.el (untabify): Preserve the current column so that point
16223 doesn't move (bug#6032).
16224
16225 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16226
16227 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
16228 Rewrite to avoid awkward possessive "s" (bug#5986).
16229
16230 2011-07-13 Glenn Morris <rgm@gnu.org>
16231
16232 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
16233 (dired-insert-directory): Give a message the first time
16234 if ls is found not to support --dired.
16235
16236 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16237
16238 * simple.el (toggle-truncate-lines): Clarify what is toggled
16239 (bug#5580). Text by Drew Adams.
16240
16241 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16242
16243 * simple.el (blink-matching-open): Make the error message from the
16244 last change less verbose.
16245
16246 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
16247
16248 * font-lock.el (font-lock-comment-face): Use the high contrast
16249 "yellow" color for font-lock-comment-face on low color terminals
16250 using a dark background color (bug#4221).
16251
16252 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16253
16254 * dired.el (dired-insert-set-properties): Make the doc string
16255 reflect what it does now (bug#5325).
16256
16257 * simple.el (blink-matching-open): Say that we were unable to find
16258 the match within the limit, if we're limited (bug#5122).
16259
16260 * international/mule-cmds.el (prefer-coding-system): Add an
16261 example (bug#4869).
16262
16263 * progmodes/etags.el (tags-search): Document `file-list-form'
16264 (bug#4731).
16265
16266 2011-07-13 Lawrence Mitchell <wence@gmx.li>
16267
16268 * net/browse-url.el (browse-url-default-browser)
16269 (browse-url-browser-function): Make the default browser choice a
16270 bit more logical (bug#4300). Also clean up the doc string.
16271
16272 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16273
16274 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
16275 binary endings (bug#4440).
16276
16277 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16278
16279 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
16280 which can be pretty annoying (bug#8971).
16281
16282 * jka-compr.el (jka-compr-verbose): New variable, and use
16283 throughout (bug#8971).
16284
16285 * info.el (Info-find-file): Fall back on the installation
16286 directory if we can't find the info node anywhere else.
16287
16288 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
16289
16290 * vc/vc.el (vc-revert-file):
16291 Don't set file time-stamp in the past. (Bug#5181)
16292
16293 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16294
16295 * files.el (after-find-file): Give a better error message when
16296 trying to find a symlink that points to a file that doesn't exist
16297 (bug#4398).
16298
16299 * progmodes/cc-vars.el: Remove (probably) misleading comment
16300 (bug#4396).
16301
16302 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16303
16304 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
16305
16306 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16307
16308 * mouse-sel.el: Hack restoring functionality, while keeping
16309 compatibility with 2010-07-03 changes to mouse selection.
16310 (mouse-sel-primary-overlay): New var.
16311 (mouse-sel-selection-alist): Use it.
16312 (mouse-sel-mode): Doc fix; remove points that are default features
16313 of mouse.el.
16314
16315 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16316
16317 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16318 Fix previous fix (bug#2490).
16319
16320 2011-07-12 Roland Winkler <winkler@gnu.org>
16321
16322 * textmodes/bibtex.el (bibtex-initialize):
16323 Use pop-to-buffer-same-window.
16324 (bibtex-search-entries): Fix interactive call.
16325
16326 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16327
16328 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16329 Fontise bytecomp Error lines more correctly (bug#2490).
16330 Fix suggested by Johan Bockgård.
16331
16332 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16333
16334 * dired-x.el (dired-guess-default): Use `delete-dups'.
16335
16336 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16337
16338 * dired.el (dired-mark-prompt):
16339 * dired-aux.el (dired-read-shell-command): Doc fix.
16340
16341 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16342
16343 * mail/sendmail.el (sendmail-query-once):
16344 Use `customize-save-variable' unconditionally, now that it works under
16345 emacs -Q.
16346
16347 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16348
16349 * cus-edit.el (custom-file): Take an optional no-error variable.
16350 (customize-save-variable): Set the variable, and give a warning if
16351 running under "emacs -q".
16352
16353 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
16354
16355 * loadhist.el (unload-feature-special-hooks):
16356 Add `auto-coding-functions', `fill-nobreak-predicate' and
16357 `find-directory-functions' (bug#5327).
16358
16359 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16360
16361 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16362
16363 * cus-edit.el (custom-guess-name-alist): -alist variables should
16364 use the `alist' type (bug#3120). Suggested by Drew Adams.
16365
16366 * printing.el: Add documentation to all the `pr-toggle-' commands.
16367
16368 2011-07-11 Leo Liu <sdl.web@gmail.com>
16369
16370 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16371 backends where it makes sense (bug#2623).
16372
16373 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16374
16375 * dired-x.el (dired-guess-default): Remove duplicate shell command
16376 entries (bug#2028).
16377 (dired-guess-default): Fix grammar in doc string (bug#2028).
16378 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
16379
16380 * subr.el (remove-duplicates): New conveniency function.
16381
16382 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16383
16384 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16385 (bug#1526).
16386
16387 2011-07-10 Martin Rudalics <rudalics@gmx.at>
16388
16389 * window.el (display-buffer-normalize-default): Don't invert
16390 meaning of even-window-heights. Reported by Eli Zaretskii
16391 <eliz@gnu.org>.
16392
16393 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
16394
16395 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16396
16397 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
16398
16399 * window.el (display-buffer): Fix arguments to
16400 display-buffer-reuse-window in last change.
16401
16402 * faces.el (link): Use a less saturated blue on light backgrounds.
16403
16404 * startup.el (fancy-startup-text, fancy-about-text)
16405 (fancy-startup-tail): Use font-lock faces, for background safety.
16406
16407 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
16408
16409 * emulation/viper-cmd.el (viper-change-state-to-vi):
16410 Limit triggering of abbrev expansion (Bug#9038).
16411
16412 2011-07-09 Martin Rudalics <rudalics@gmx.at>
16413
16414 * window.el (display-buffer-default-specifiers): Remove.
16415 (display-buffer-macro-specifiers): Remove default specifiers.
16416 (display-buffer-alist): Default to nil.
16417 (display-buffer-reuse-window): New optional argument other-window.
16418 (display-buffer-pop-up-window): Allow splitting internal
16419 windows. Check whether a live window was created.
16420 (display-buffer-other-window-means-other-frame)
16421 (display-buffer-normalize-arguments): Rename to
16422 display-buffer-normalize-argument and rewrite. Set the
16423 other-window specifier.
16424 (display-buffer-normalize-special): New function.
16425 (display-buffer-normalize-options): Rename to
16426 display-buffer-normalize-default and rewrite.
16427 (display-buffer-normalize-options-inhibit): Remove.
16428 (display-buffer-normalize-specifiers): Rewrite.
16429 (display-buffer): Process other-window specifier and call
16430 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
16431 more faithfully.
16432 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
16433 (display-buffer-alist-set): Don't handle 'unset default values.
16434 (display-buffer-in-window, display-buffer-alist-set):
16435 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
16436 <tassilo@member.fsf.org>.
16437
16438 2011-07-09 Leo Liu <sdl.web@gmail.com>
16439
16440 * register.el (insert-register): Restore accidental change on
16441 2011-06-26. (Bug#9028)
16442
16443 2011-07-09 Glenn Morris <rgm@gnu.org>
16444
16445 * subr.el (remq): Handle the empty list. (Bug#9024)
16446
16447 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
16448
16449 * mail/sendmail.el (send-mail-function): No longer delay custom
16450 initialization.
16451 * custom.el (custom-initialize-delay): Doc fix.
16452
16453 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16454
16455 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16456
16457 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
16458
16459 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16460 human-friendly prompt.
16461
16462 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16463
16464 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16465 provided by a particular plugin.
16466
16467 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16468
16469 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16470 save customizations (with "emacs -Q"), just set the variable
16471 instead of erroring out.
16472
16473 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16474
16475 2011-07-08 Juri Linkov <juri@jurta.org>
16476
16477 * arc-mode.el (archive-zip-expunge, archive-zip-update)
16478 (archive-zip-update-case): Use 7z if found by `executable-find'.
16479 The order of searching the available programs is the same as in
16480 `archive-zip-extract' (bug#8968).
16481
16482 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16483
16484 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16485 (menu-bar-options-menu): Tweak descriptions.
16486
16487 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16488
16489 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16490 menu items into verb phrases (bug#1421). Also refill to fit under
16491 80 columns.
16492
16493 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16494
16495 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16496 (Info-read-node-name): Doc fix (Bug#1084).
16497
16498 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16499 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16500 (end-of-sexp, beginning-of-sexp)
16501 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16502 (forward-symbol, forward-same-syntax, word-at-point)
16503 (sentence-at-point): Doc fix (Bug#1144).
16504
16505 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16506
16507 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16508 should cover it (bug#1281).
16509
16510 * cus-edit.el (custom-show): Mark as obsolete.
16511
16512 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
16513 negotiation fails, then possibly try again with a non-encrypted
16514 connection (bug#9017).
16515
16516 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16517 be used.
16518
16519 2011-07-07 Richard Stallman <rms@gnu.org>
16520
16521 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16522 property, and handle its changed format.
16523 Look for the correct line number.
16524 Use file's line contents (but not past first =) to find
16525 correct line in message.
16526
16527 2011-07-07 Kenichi Handa <handa@m17n.org>
16528
16529 * international/characters.el (build-unicode-category-table):
16530 Delete it.
16531 (unicode-category-table): Set it by unicode-property-table-internal.
16532
16533 * international/mule-cmds.el (char-code-property-alist): Move to
16534 to src/chartab.c.
16535 (get-char-code-property): Call unicode-property-table-internal to
16536 load a file. Call get-unicode-property-internal where necessary.
16537 (put-char-code-property): Call unicode-property-table-internal to
16538 load a file. Call put-unicode-property-internal where necessary.
16539 put-unicode-property-internal where necessary.
16540 (char-code-property-description):
16541 Call unicode-property-table-internal to load a file.
16542
16543 * international/charprop.el:
16544 * international/uni-bidi.el:
16545 * international/uni-category.el:
16546 * international/uni-combining.el:
16547 * international/uni-comment.el:
16548 * international/uni-decimal.el:
16549 * international/uni-decomposition.el:
16550 * international/uni-digit.el:
16551 * international/uni-lowercase.el:
16552 * international/uni-mirrored.el:
16553 * international/uni-name.el:
16554 * international/uni-numeric.el:
16555 * international/uni-old-name.el:
16556 * international/uni-titlecase.el:
16557 * international/uni-uppercase.el: Regenerate.
16558
16559 * loadup.el: Load international/charprop.el before
16560 international/characters.
16561
16562 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16563
16564 * window.el (next-buffer, previous-buffer): Signal an error if
16565 called from a minibuffer window.
16566
16567 * bindings.el: Revert 2011-07-04 change.
16568
16569 2011-07-06 Richard Stallman <rms@gnu.org>
16570
16571 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16572 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16573 Treat markers like ints.
16574 (rmail-mime-entity): Doc fix.
16575
16576 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16577
16578 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16579 defcustom again for backwards compatibility.
16580
16581 * simple.el (shell-command-on-region): Fill.
16582
16583 * dired-aux.el (dired-kill-line): Add a doc string.
16584
16585 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16586 to "\\sw\\|\\s_" (bug#358).
16587
16588 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16589 (dired-unmark-backward): Ditto.
16590 (dired-flag-backup-files): Ditto.
16591
16592 * dired-x.el (dired-mark-sexp): Ditto.
16593
16594 2011-07-06 Richard Stallman <rms@gnu.org>
16595
16596 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16597 (rmail-mime-entity): New arg TRUNCATED.
16598 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16599 New functions.
16600 (rmail-mime-save): Warn if entity is truncated.
16601 (rmail-mime-toggle-hidden): Likewise, for showing.
16602 (rmail-mime-process-multipart): Record when an entity is truncated.
16603
16604 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16605 if ENTITY is a string.
16606
16607 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16608
16609 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16610 of faces when `M-C-x'-ing their definitions (bug#8378).
16611 Also clean up the code slightly.
16612
16613 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16614 because that makes the colors go away.
16615
16616 * mail/sendmail.el (send-mail-function): Change the default to
16617 `sendmail-query-once'.
16618 (sendmail-query-once): Add an autoload cookie.
16619
16620 * net/network-stream.el (network-stream-open-starttls): Try using
16621 a plain connection even if the server offered STARTTLS, and we
16622 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16623 capability. This should make smtpmail.el work in slightly more
16624 configurations.
16625
16626 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
16627
16628 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16629 New defun.
16630 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16631
16632 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16633
16634 * progmodes/sql.el: Version 3.0
16635 (sql-product-alist): Add product :completion-object,
16636 :completion-column, and :statement attributes.
16637 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16638 (sql-mode-syntax-table): Mark all punctuation.
16639 (sql-font-lock-keywords-builder): Temporarily remove fallback on
16640 ansi keywords.
16641 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16642 (sql-mode-oracle-font-lock-keywords): Improve.
16643 (sql-oracle-show-reserved-words): New function for development.
16644 (sql-product-font-lock): Simplify for source code buffers.
16645 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16646 New functions.
16647 (sql-highlight-product): Set product specific syntax table.
16648 (sql-mode-map): Add statement movement functions.
16649 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16650 New variable.
16651 (sql-statement-regexp, sql-beginning-of-statement)
16652 (sql-end-of-statement, sql-signum): New functions.
16653 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16654 (sql-show-sqli-buffer): Bug fix.
16655 (sql-interactive-mode): Store connection data as buffer local.
16656 (sql-connect): Add NEW-NAME parameter. Redesign interaction
16657 with sql-interactive-mode.
16658 (sql-save-connection): Save buffer local settings.
16659 (sql-connection-menu-filter): Change menu entry name.
16660 (sql-product-interactive): Bug fix.
16661 (sql-preoutput-hold): New variable.
16662 (sql-interactive-remove-continuation-prompt): Bug fixes.
16663 (sql-debug-redirect): New variable.
16664 (sql-str-literal): New function.
16665 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16666 Redesign.
16667 (sql-oracle-save-settings, sql-oracle-restore-settings)
16668 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16669 (sql-completion-object, sql-completion-column)
16670 (sql-completion-sqlbuf): New variables.
16671 (sql-build-completions-1, sql-build-completions)
16672 (sql-try-completion): New functions.
16673 (sql-read-table-name): Use them.
16674 (sql-contains-names): New buffer local variable.
16675 (sql-list-all, sql-list-table): Use it.
16676 (sql-oracle-completion-types): New variable.
16677 (sql-oracle-completion-object, sql-sqlite-completion-object)
16678 (sql-postgres-completion-object): New functions.
16679
16680 2011-07-06 Glenn Morris <rgm@gnu.org>
16681
16682 * window.el (pop-to-buffer): Doc fix.
16683
16684 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
16685
16686 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16687
16688 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
16689
16690 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
16691
16692 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
16693
16694 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
16695
16696 * button.el (button): Inherit from link face. Suggested by Dan
16697 Nicolaescu.
16698
16699 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16700
16701 * progmodes/gdb-mi.el: Fit in 80 columns.
16702 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16703 switch-to-buffer.
16704
16705 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16706 if imenu is simply not configured (bug#8941).
16707
16708 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16709
16710 * allout.el (allout-post-undo-hook): New allout outline-change
16711 event hook to signal undo activity.
16712 (allout-post-command-business): Run allout-post-undo-hook if an
16713 undo just occurred.
16714 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16715 * allout-widgets.el (allout-widgets-after-undo-function):
16716 Ensure the integrity of the current item's decoration after it has been
16717 in the vicinity of an undo.
16718 (allout-widgets-mode): Include allout-widgets-after-undo-function
16719 on the new allout-post-undo-hook.
16720
16721 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16722
16723 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16724 Let define-derived-mode define it.
16725 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16726 cycles of abbrev-table inheritance (bug#8998).
16727
16728 2011-07-05 Roland Winkler <winkler@gnu.org>
16729
16730 * textmodes/bibtex.el: Add support for biblatex.
16731 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16732 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16733 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16734 (bibtex-entry-alist, bibtex-field-alist): New variables.
16735 (bibtex-entry-field-alist): Obsolete alias for
16736 bibtex-BibTeX-entry-alist.
16737 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16738 (bibtex-set-dialect): New command.
16739 (bibtex-entry-type, bibtex-entry-head)
16740 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16741 Bind via bibtex-set-dialect.
16742 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16743 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16744 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16745 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16746 Define via bibtex-set-dialect.
16747 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16748 Obey bibtex-no-opt-remove-re.
16749 (bibtex-vec-push, bibtex-vec-incr): New functions.
16750 (bibtex-format-entry, bibtex-field-list)
16751 (bibtex-print-help-message, bibtex-validate)
16752 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16753
16754 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16755
16756 * progmodes/compile.el (compilation-goto-locus):
16757 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16758 * bs.el (bs-cycle-next, bs-cycle-previous):
16759 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16760 * bindings.el (mode-line-other-buffer):
16761 * autoinsert.el (auto-insert):
16762 * arc-mode.el (archive-extract):
16763 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16764
16765 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16766
16767 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16768 Fix check of `emacs-lock-unlockable-modes'.
16769 Coerce true values of `emacs-lock--try-unlocking' to t.
16770
16771 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16772
16773 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16774 * emacs-lock.el: New file.
16775
16776 2011-07-05 Julien Danjou <julien@danjou.info>
16777
16778 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16779 than `boundp' to check if face is set.
16780
16781 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16782
16783 * register.el (registerv-make):
16784 * window.el (window-min-height): Fix typos in docstrings.
16785
16786 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16787
16788 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16789 Update doc string.
16790
16791 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16792
16793 * server.el (server-execute): Catch quit and call
16794 `server-return-error' to pass the error back to emacsclient and
16795 close the connection (bug#8942).
16796
16797 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16798
16799 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16800 insecure exception for current topic. Also note that auto-saves
16801 are handled differently.
16802
16803 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16804 State variables for tracking auto-save inhibition situation.
16805
16806 (allout-write-contents-hook-handler): Rename from
16807 'allout-write-file-hook-handler', and describe how it depends on
16808 write-contents-functions sensitivity to non-nil value to prevent
16809 file write.
16810
16811 (allout-auto-save-hook-handler): Remove. auto-save does not check
16812 this in individual buffers, only in the starting buffer, so this
16813 is not the right way for us to inhibit auto-save in a buffer
16814 according to its condition.
16815
16816 (allout-mode): Use new allout-write-contents-hook-handler, and
16817 only with write-contents-functions. Remove auto-save provisions -
16818 they're implemented elsewhere.
16819
16820 (allout-before-change-handler): If undo is in progress, note that
16821 for attention of allout-post-command-business.
16822
16823 (allout-post-command-business): If the command we're following was
16824 an undo, check for change in the status of encrypted items and
16825 adjust auto-save inhibitions accordingly.
16826
16827 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16828 according to whether there are or aren't any plain-text topics
16829 pending encryption.
16830
16831 (allout-inhibit-auto-save-info-for-decryption):
16832 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16833 if there are plain-text topics pending encryption.
16834
16835 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16836 buffer-saved-size and some allout state to not inhibit auto-saves
16837 if there are no longer any plain-text topics pending encryption.
16838
16839 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16840 No longer provide for exemption of the current topic.
16841
16842 2011-07-04 Juri Linkov <juri@jurta.org>
16843
16844 Add 7z operations to delete and save changed members (bug#8968).
16845 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16846 New defcustoms.
16847 (archive-7z-write-file-member): New function.
16848 (archive-7z-summarize): Fix the number of dashes in the
16849 listing output.
16850
16851 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16852
16853 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16854 (bug#8958).
16855
16856 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
16857
16858 * bindings.el: Ignore next-buffer and previous-buffer in
16859 minibuffer-local-map.
16860
16861 * font-lock.el (font-lock-builtin-face): Change light background
16862 color to dark slate blue (Bug#6693).
16863
16864 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16865
16866 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16867
16868 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16869
16870 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16871 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16872 Add switch-to-buffer.
16873
16874 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16875
16876 * isearch.el (isearch-search-fun-function): Clarify further the
16877 meaning of the function returned.
16878
16879 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
16880
16881 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16882
16883 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16884 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16885 Use it.
16886 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16887 `tramp-default-remote-path' does not exist.
16888 (tramp-send-command-and-read): New optional argument NOERROR.
16889 (tramp-open-connection-setup-interactive-shell)
16890 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16891 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16892 (tramp-process-sentinel): Flush also process' connection property.
16893 (tramp-sh-handle-start-file-process): Do not set process
16894 sentinel. It is done now ...
16895 (tramp-maybe-open-connection): ... here. (Bug#8929)
16896
16897 2011-07-04 MON KEY <monkey@sandpframing.com>
16898
16899 * play/animate.el (animate-string): Doc fixes and allow changing
16900 the buffer name (bug#5417).
16901
16902 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16903
16904 * play/animate.el (animation-buffer-name): Rename from *animate*.
16905
16906 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16907
16908 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16909 This is simpler and helps future-proof the code.
16910 (timer-until): Use time-subtract and float-time.
16911 (timer--time-less-p): Use time-less-p.
16912
16913 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16914
16915 * type-break.el (timep): Use the value of `float-time' to avoid a
16916 byte-compiler warning.
16917
16918 * server.el (server-eval-and-print): Return any result, even nil.
16919
16920 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16921
16922 * type-break.el: Accept time formats that the builtins accept.
16923 (timep, type-break-time-difference): Accept any format that
16924 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16925 This is simpler and helps future-proof the code.
16926 (type-break-time-difference): Round rather than ignoring
16927 subseconds components.
16928
16929 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16930
16931 * info.el (Info-apropos-matches): Make non-interactive, since it
16932 doesn't seem to do anything useful as a command (bug#8829).
16933
16934 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
16935
16936 * frame.el (frame-background-mode, frame-set-background-mode):
16937 Move from faces.el.
16938 (frame-default-terminal-background): New function.
16939
16940 * custom.el (custom-push-theme): Don't record faces in `changed'
16941 theme; this doesn't work correctly for per-frame face settings.
16942 (disable-theme): Use face-set-after-frame-default to reset faces.
16943 (custom--frame-color-default): New function.
16944
16945 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16946
16947 * dired.el (dired-flagging-regexp): Remove unused variable
16948 (bug#8769).
16949
16950 2011-03-29 Kevin Ryde <user42@zip.com.au>
16951
16952 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16953 `perl-Test2' extend to match possible "fail #N" rep count
16954 (bug#8377).
16955
16956 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16957
16958 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16959 `smtpmail-via-smtp' now returns the error instead of nil.
16960
16961 * isearch.el (isearch-search-fun-function): Clarify the doc string
16962 (bug#8101).
16963
16964 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
16965
16966 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16967 unnecessary spaces (bug#8987).
16968
16969 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16970
16971 * net/network-stream.el (open-network-stream): Use the
16972 :end-of-capability command thoughout.
16973
16974 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16975
16976 * net/network-stream.el (open-network-stream): Add the
16977 :end-of-capability command parameter, used by pop3.el.
16978
16979 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16980
16981 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16982
16983 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16984 for list)" (bug#6475).
16985
16986 * files.el (file-expand-wildcards): Ignore non-readable
16987 sub-directories while trying to find matches instead of signaling
16988 an error (bug#6297).
16989
16990 * man.el (Man-reference-regexp): Allow matching possible
16991 word-wrapped references (bug#6289).
16992
16993 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16994 for consistency with the other vc buffers (bug#6197).
16995 (vc-checkin): Ditto.
16996
16997 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16998
16999 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
17000
17001 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17002
17003 * custom.el (defcustom): Clarify that :set is only used in the
17004 Customize user interface (bug#6089).
17005
17006 * progmodes/flymake.el (flymake-mode): If the buffer isn't
17007 associated with a file, refuse to run instead of erroring out
17008 (bug#6084).
17009
17010 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
17011 the doc string, since it appears that using `fill-column' always
17012 controls the width (bug#7845).
17013
17014 * simple.el (shell-command-on-region): Say where the error output
17015 went if `shell-command-default-error-buffer' is set (bug#6857).
17016
17017 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
17018
17019 * allout.el (allout-yank-processing): Adjust cursor position for
17020 backwards-deleted space.
17021
17022 (allout-rebullet-heading): Register changes with
17023 allout-exposure-changed-hook, so the modified topic is properly
17024 decorated.
17025
17026 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17027
17028 * minibuffer.el (completion-in-region): Document PREDICATE
17029 (bug#7136).
17030
17031 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
17032 of keyword/argument pairs (bug#6904).
17033
17034 * replace.el (multi-occur):
17035 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
17036
17037 2011-07-02 Drew Adams <drew.adams@oracle.com>
17038
17039 * dired.el (dired-mark-if): Make the message about whether it's
17040 marking or unmarking clearer (bug#8523).
17041
17042 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17043
17044 * disp-table.el (display-table-print-array): New function.
17045 (describe-display-table): Use it to print the vectors more pretty
17046 (Bug#8859).
17047
17048 2011-07-02 Martin Rudalics <rudalics@gmx.at>
17049
17050 * window.el (window-state-get-1): Don't assign clone numbers.
17051 Add clone-of item to list of window parameters.
17052 (window-state-put-2): Don't process clone numbers.
17053 (display-buffer-alist): Fix doc-string.
17054
17055 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17056
17057 * subr.el (remq): Don't allocate if it's not needed.
17058 (keymap--menu-item-binding, keymap--menu-item-with-binding)
17059 (keymap--merge-bindings): New functions.
17060 (keymap-canonicalize): Use them to refine the canonicalization.
17061 * minibuffer.el (minibuffer-local-completion-map)
17062 (minibuffer-local-must-match-map): Move initialization from C.
17063 (minibuffer-local-filename-completion-map): Move initialization from C;
17064 don't inherit from anything here.
17065 (minibuffer-local-filename-must-match-map): Make obsolete.
17066 (completing-read-default): Use make-composed-keymap to combine
17067 minibuffer-local-filename-completion-map with either
17068 minibuffer-local-must-match-map or
17069 minibuffer-local-filename-completion-map.
17070
17071 2011-07-01 Glenn Morris <rgm@gnu.org>
17072
17073 * type-break.el (type-break-time-sum): Use dolist.
17074
17075 * textmodes/flyspell.el (flyspell-word-search-backward):
17076 Replace CL function.
17077
17078 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17079
17080 * mouse.el (mouse--strip-first-event): New function.
17081 (function-key-map): Use it to map fringe clicks to normal clicks
17082 by default.
17083
17084 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
17085 (vc-bzr-revision-completion-table): Add support for annotate and date.
17086
17087 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
17088 inherit from parent.
17089
17090 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17091
17092 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
17093 (dired-show-file-type): Doc fixup (bug#8818).
17094
17095 * dired.el (dired-mode): Fix up the doc string as suggested by
17096 Drew Adams (bug#8817).
17097
17098 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
17099 cookie, since the manual says that it should be possible to add
17100 this function to `find-file-hook' (bug#8709).
17101
17102 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
17103
17104 * progmodes/cfengine.el: Moved all cfengine3.el functionality
17105 here. Noted Ted Zlatanov as the maintainer.
17106 (cfengine-common-settings, cfengine-common-syntax): New functions
17107 to set up common things between `cfengine-mode' and
17108 `cfengine3-mode'.
17109 (cfengine3-mode): New mode.
17110 (cfengine3-defuns cfengine3-defuns-regex
17111 (cfengine3-class-selector-regex cfengine3-category-regex)
17112 (cfengine3-vartypes cfengine3-font-lock-keywords)
17113 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
17114 (cfengine3-indent-line): Add from cfengine3.el.
17115
17116 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
17117
17118 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
17119
17120 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
17121
17122 2011-07-01 Martin Rudalics <rudalics@gmx.at>
17123
17124 * window.el (same-window-buffer-names, same-window-regexps)
17125 (same-window-p, special-display-frame-alist)
17126 (special-display-popup-frame, special-display-function)
17127 (special-display-buffer-names, special-display-regexps)
17128 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
17129 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17130 (split-window-preferred-function, split-height-threshold)
17131 (split-width-threshold, even-window-heights)
17132 (display-buffer-mark-dedicated, window-splittable-p)
17133 (split-window-sensibly, window-safely-shrinkable-p):
17134 Un-obsolete.
17135 (display-buffer): Don't spread args with function specifier
17136 because special-display-popup-frame won't like it.
17137
17138 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
17139
17140 Time-stamp simplifications and fixes.
17141 These improve accuracy slightly, and future-proof the code
17142 against some potential changes to current-time format.
17143
17144 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
17145 by using time-since and float-time.
17146
17147 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
17148 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
17149 + NNN microseconds".
17150
17151 * type-break.el (type-break-time-sum): Rewrite using time-add.
17152
17153 * play/hanoi.el (hanoi-current-time-float): Remove.
17154 All uses replaced by float-time.
17155
17156 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
17157 This yields a more-accurate answer.
17158 (rng-time-to-float): Remove; no longer needed.
17159
17160 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
17161
17162 * calendar/timeclock.el (timeclock-seconds-to-time):
17163 Defalias to seconds-to-time, since they're the same thing.
17164
17165 * emacs-lisp/elp.el (elp-elapsed-time):
17166 * emacs-lisp/benchmark.el (benchmark-elapse):
17167 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
17168
17169 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17170
17171 * window.el (bury-buffer): Don't iconify the only frame.
17172 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
17173 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
17174
17175 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
17176
17177 * eshell/em-smart.el (eshell-smart-display-navigate-list):
17178 Add mouse-yank-primary.
17179
17180 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
17181
17182 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
17183
17184 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17185
17186 * emacs-lisp/find-func.el (find-library--load-name): New fun.
17187 (find-library-name): Use it to find relative load names when provided
17188 absolute file name (bug#8803).
17189
17190 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17191
17192 * textmodes/flyspell.el (flyspell-word): Consider words that
17193 differ only in case as potential doublons (bug#5687).
17194
17195 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
17196 Remove two rather uninteresting debugging-like messages to make
17197 debbugs.el more silent.
17198
17199 * comint.el (comint-password-prompt-regexp): Accept "Response" as
17200 a password-like phrase.
17201
17202 2011-06-30 Masatake YAMATO <yamato@redhat.com>
17203
17204 * progmodes/cc-guess.el: New file.
17205
17206 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
17207
17208 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
17209 derived from `c-basic-common-init'.
17210
17211 * progmodes/cc-mode.el (top-level): Require cc-guess.
17212 (c-basic-common-init): Use `cc-choose-style-for-mode'.
17213
17214 2011-06-30 Lawrence Mitchell <wence@gmx.li>
17215
17216 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
17217
17218 2011-06-30 Alan Mackenzie <acm@muc.de>
17219
17220 * progmodes/cc-engine.el (c-guess-continued-construct):
17221 Correct the handling of template-args-cont, particularly for when font
17222 lock is disabled. Name this case as "CASE G".
17223
17224 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
17225
17226 * allout.el (allout-yank-processing): Fix injection of extra space
17227 between bullet and non-whitespace character in first topic when
17228 pasting, ensuring that the actual spacing in the pasted topic
17229 following the bullet char is preserved. This extra space was
17230 causing pasted encrypted topics to get a decrypted status even
17231 when the content was actually still encrypted. Now the decryption
17232 status from before the paste is preserved.
17233
17234 (allout-flag-region): Set all allout overlays so they evaporate
17235 when reduced to zero length (evanescent), to prevent overlay
17236 leakage.
17237
17238 2011-06-30 Glenn Morris <rgm@gnu.org>
17239
17240 * w32-fns.el (w32-charset-info-alist): Declare.
17241
17242 * find-dired.el (find-grep-options): Simplify.
17243
17244 * term/ns-win.el (ns-set-resource): Declare.
17245
17246 * ses.el (row, col): Declare dynamic variables honestly.
17247
17248 * textmodes/reftex-parse.el (index-tags): Declare.
17249
17250 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
17251
17252 * cus-edit.el (customize-push-and-save): New function.
17253
17254 * files.el (hack-local-variables-confirm): Use it.
17255
17256 * custom.el (load-theme): New arg NO-CONFIRM.
17257 Use customize-push-and-save (Bug#8720).
17258 (custom-enabled-themes): Doc fix.
17259
17260 * cus-theme.el (customize-create-theme)
17261 (custom-theme-merge-theme): Callers to load-theme changed.
17262
17263 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17264
17265 * thingatpt.el (thing-at-point-short-url-regexp): Require that
17266 short URLs have at least one dot in them (bug #7614).
17267
17268 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
17269 nil, because using a pty is apparently too slow (bug #895).
17270
17271 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17272
17273 * mail/sendmail.el (sendmail-query-once): New function.
17274 (sendmail-query-once-function): New variable.
17275
17276 2011-06-29 Glenn Morris <rgm@gnu.org>
17277
17278 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
17279
17280 * ses.el (top-level): Require cl when compiling.
17281 (ses-set-localvars): Fix error statement.
17282 Call it at compile time to silence a storm of warnings.
17283
17284 2011-06-29 Martin Rudalics <rudalics@gmx.at>
17285
17286 * window.el (normalize-live-buffer): Rename to
17287 window-normalize-buffer.
17288 (normalize-live-frame): Rename to window-normalize-frame.
17289 (normalize-any-window): Rename to window-normalize-any-window.
17290 (normalize-live-window): Rename to window-normalize-live-window.
17291 (make-window-atom): Rename to window-make-atom.
17292 (window-resize-reset): Rename to window--resize-reset.
17293 (window-resize-reset-1): Rename to window--resize-reset-1.
17294 (resize-mini-window): Rename to window--resize-mini-window.
17295 (resize-subwindows-skip-p): Rename to
17296 window--resize-subwindows-skip-p.
17297 (resize-subwindows-normal): Rename to
17298 window--resize-subwindows-normal.
17299 (resize-subwindows): Rename to window--resize-subwindows.
17300 (resize-other-windows): Rename to window--resize-siblings.
17301 (resize-this-window): Rename to window--resize-this-window.
17302 (resize-root-window): Rename to window--resize-root-window.
17303 (resize-root-window-vertically): Rename to
17304 window--resize-root-window-vertically.
17305 (normalize-buffer-to-display): Rename to
17306 window-normalize-buffer-to-display.
17307 (normalize-buffer-to-switch-to): Rename to
17308 window-normalize-buffer-to-switch-to.
17309 Correspondingly update all callers of the functions listed
17310 above.
17311 (display-buffer-alist, display-buffer-normalize-arguments)
17312 (display-buffer-normalize-options, display-buffer)
17313 (display-buffer-alist-set): Use "function" instead of
17314 "fun-with-args".
17315
17316 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
17317
17318 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17319 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
17320 debbugs.gnu.org. Mention acknowledgment email.
17321
17322 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
17323
17324 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17325 buffer multibyteness, since it shouldn't matter.
17326
17327 2011-06-28 Martin Rudalics <rudalics@gmx.at>
17328
17329 * window.el (display-buffer-in-side-window): Handle dedicated
17330 windows as in display-buffer-reuse-window.
17331 (display-buffer-normalize-alist): Use value of override
17332 specifier.
17333 (display-buffer-normalize-specifiers): Use value of
17334 other-window-means-other-frame specifier.
17335 (display-buffer-alist): Rewrite some texts in widgets.
17336 (display-buffer): Spread arguments when calling function
17337 specified by fun-with-args.
17338
17339 2011-06-28 Deniz Dogan <deniz@dogan.se>
17340
17341 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17342 Unnest `let'.
17343
17344 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17345 selectors (Bug#5732).
17346 (css-proprietary-nmstart-re): Use `regexp-opt'.
17347
17348 2011-06-27 Jari Aalto <jari.aalto@cante.net>
17349
17350 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17351 (eshell-ls-date-format): New defcustom.
17352 (eshell-ls-file): Use it.
17353
17354 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17355
17356 * help-fns.el (describe-variable): Fix message for terminal-local vars.
17357
17358 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
17359
17360 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17361 (ange-ftp-make-tmp-name): New arg.
17362 (ange-ftp-file-local-copy): Use it.
17363
17364 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
17365
17366 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17367 no-conversion (Bug#8870).
17368
17369 2011-06-27 Martin Rudalics <rudalics@gmx.at>
17370
17371 * window.el (window-right, window-left, window-child)
17372 (window-child-count, window-last-child)
17373 (window-iso-combination-p, walk-window-tree-1)
17374 (window-atom-check-1, window-tree-1, delete-window)
17375 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17376 new naming conventions - window-vchild, window-hchild,
17377 window-next and window-prev are now called window-top-child,
17378 window-left-child, window-next-sibling and window-prev-sibling
17379 respectively.
17380 (resize-window-reset): Rename to window-resize-reset.
17381 (resize-window-reset-1): Rename to window-resize-reset-1.
17382 (resize-window): Rename to window-resize.
17383 (window-min-height, window-min-width)
17384 (resize-mini-window, resize-this-window, resize-root-window)
17385 (resize-root-window-vertically, adjust-window-trailing-edge)
17386 (enlarge-window, shrink-window, maximize-window)
17387 (minimize-window, delete-window, quit-restore-window)
17388 (split-window, balance-windows, balance-windows-area-adjust)
17389 (balance-windows-area, window-state-put-2)
17390 (display-buffer-even-window-sizes, display-buffer-set-height)
17391 (display-buffer-set-width, set-window-text-height)
17392 (fit-window-to-buffer): Rename all "resize-window" prefixed
17393 calls to use the "window-resize" prefix convention.
17394 (display-buffer-alist): Fix symbol for label specifier.
17395 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17396 corresponding specifier.
17397 Reported by Juanma Barranquero <lekktu@gmail.com>.
17398
17399 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17400
17401 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17402 convention.
17403 (ses-call-printer): Does not pass an empty string to formatter when the
17404 cell is empty to keep from barking printer Calc math-format-value.
17405
17406 2011-06-27 Richard Stallman <rms@gnu.org>
17407
17408 * battery.el (battery-mode-line-limit): New variable.
17409 (battery-update): Handle it.
17410
17411 * mail/rmailmm.el (rmail-mime-process-multipart):
17412 Handle truncated messages.
17413
17414 2011-06-27 Glenn Morris <rgm@gnu.org>
17415
17416 * progmodes/flymake.el (flymake-err-line-patterns):
17417 Allow for column numbers in the ant/javac pattern. (Bug#8866)
17418
17419 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17420
17421 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
17422 (ses--clean-!, ses--clean-_): New functions.
17423 (ses-range): Add configurability of readout order, and conversion
17424 to Calc vector.
17425
17426 * ses.el (ses-repair-cell-reference-all): New function.
17427 (ses-cell-symbol): Set macro as safe, so that it can be used in
17428 formulas.
17429
17430 * ses.el: Update cycle detection algorithm.
17431 (ses-localvars): Add ses--Dijkstra-attempt-nb and
17432 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
17433 (ses-set-localvars): New function.
17434 (ses-make-cell): Add property-list as a cell element.
17435 (ses-cell-property-get-fun, ses-cell-property-get)
17436 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
17437 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17438 New functions.
17439 (ses-cell-property-set, ses-cell-property-pop)
17440 (ses-cell-property-get-handle): New macro.
17441 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17442 New aliases, used for code readability.
17443 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17444 cycle detection.
17445 (ses-self-reference-early-detection): New defcustom.
17446 (ses-formula-references): Robustify against self-referring cells.
17447 (ses-mode): Use ses-set-localvars.
17448 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17449 before lauching the update processing.
17450 (ses-initialize-Dijkstra-attempt): New function.
17451 (ses-recalculate-cell): Update for cycle detection based on
17452 Dijkstra algorithm.
17453
17454 * ses.el: Fix commenting and indenting convention.
17455
17456 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17457
17458 * bs.el (bs-cycle-next): Complete last change.
17459
17460 2011-06-27 Drew Adams <drew.adams@oracle.com>
17461
17462 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17463
17464 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17465
17466 * net/network-stream.el (network-stream-open-starttls):
17467 Don't re-get capabilities unless we've reestablished connection.
17468 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17469
17470 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17471 to binary to possibly avoid line encoding issues on Windows (among
17472 other things).
17473
17474 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17475
17476 * net/network-stream.el (open-network-stream): Return an :error
17477 saying what the problem was, if possible.
17478
17479 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17480 server.
17481
17482 * net/network-stream.el (network-stream-open-starttls): If we
17483 wanted to use STARTTLS, and the server offered it, but we weren't
17484 able to because we had no STARTTLS support, then close the connection.
17485 (open-network-stream): Return an :error element, if present.
17486
17487 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17488
17489 * hl-line.el (hl-line-sticky-flag): Doc fix.
17490 (global-hl-line-sticky-flag): New option (Bug#8323).
17491 (global-hl-line-highlight): Obey it.
17492
17493 * vc/vc.el (vc-revert-show-diff): Default to t.
17494
17495 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17496
17497 * allout-widgets.el (allout-widgets-post-command-business):
17498 Stop decorating intermediate isearch matches. They're not being
17499 undecorated when an isearch is continued past, and isearch
17500 automatically collapses them. This leads to "widget leaks", where
17501 decorated items accumulate in collapsed areas. Lines with lots of
17502 hidden widgets can slow down cursor travel, substantially.
17503 Too much complicated machinery would be needed to ensure undecoration,
17504 so we're doing without this nicety.
17505
17506 (allout-widgets-tally-string): Don't try to do a hash-table-count
17507 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17508 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17509 *Messages* when allout-widgets-maintain-tally is t.
17510
17511 2011-06-26 Martin Rudalics <rudalics@gmx.at>
17512
17513 * window.el (display-buffer-normalize-argument): Rename to
17514 display-buffer-normalize-arguments. Handle special meaning of
17515 LABEL argument. Respect special-display-function when popping up
17516 a new frame. Fix code searching for a window showing the buffer
17517 on another frame.
17518 (display-buffer-normalize-specifiers):
17519 Call display-buffer-normalize-arguments.
17520 (display-buffer-in-window): Don't undedicate the window if its
17521 buffer remains the same.
17522 Reported by Drew Adams <drew.adams@oracle.com>.
17523 (display-buffer-alist): Add choice for same-window macro
17524 specfier.
17525 (display-buffer): Mention special meaning of LABEL argument in
17526 doc-string. Fix quoting. Don't pop up a new frame even as
17527 fallback.
17528
17529 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
17530
17531 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17532 avoid deleting the current window in some cases (bug#8911).
17533
17534 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17535
17536 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17537 (Bug#8934)
17538
17539 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17540
17541 * net/network-stream.el (network-stream-open-starttls):
17542 Use built-in TLS support if `gnutls-available-p' is true.
17543 (network-stream-open-tls): Ditto.
17544
17545 2011-06-26 Leo Liu <sdl.web@gmail.com>
17546
17547 * register.el (registerv): New struct.
17548 (registerv-make): New function.
17549 (jump-to-register, describe-register-1, insert-register):
17550 Support the jump-func, print-func and insert-func slot of a registerv
17551 struct. (Bug#8415)
17552
17553 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17554
17555 * vc/vc.el (vc-revert-show-diff): New defcustom.
17556 (vc-diff-internal): New arg specifying diff buffer.
17557 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17558 reuse an existing *vc-diff* buffer (Bug#8927).
17559
17560 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17561
17562 2011-06-26 Glenn Morris <rgm@gnu.org>
17563
17564 * progmodes/f90.el (f90-critical-indent): New option.
17565 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17566 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17567 (f90-mode): Doc fix.
17568 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17569 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17570 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17571 (f90-match-end): Handle block, critical.
17572
17573 2011-06-25 Glenn Morris <rgm@gnu.org>
17574
17575 * calendar/diary-lib.el (diary-included-files): Doc fix.
17576 (diary-include-files): New function, extracted from
17577 diary-include-other-diary-files and diary-mark-included-diary-files.
17578 (diary-include-other-diary-files, diary-mark-included-diary-files):
17579 Just call diary-include-files.
17580 (diary-mark-entries): Reset diary-included-files on first call.
17581
17582 * calendar/diary-lib.el (diary-mark-entries)
17583 (diary-mark-included-diary-files):
17584 Visit included diary-files in temp buffers.
17585
17586 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17587 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17588 (f90-start-block-re, f90-imenu-generic-expression)
17589 (f90-looking-at-program-block-start, f90-no-block-limit):
17590 Add support for submodules.
17591
17592 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17593 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17594
17595 2011-06-25 Eli Zaretskii <eliz@gnu.org>
17596
17597 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17598 buffer-file-type before setting its value, to avoid disastrous
17599 global effects on decoding files for DOS/Windows systems. (Bug#8780)
17600
17601 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17602
17603 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17604
17605 * ses.el (ses-unload-function):
17606 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17607
17608 * proced.el (proced-unload-function):
17609 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17610
17611 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17612
17613 * server.el (server-create-window-system-frame): Add parameters arg.
17614 (server-process-filter): Doc fix. Handle frame-parameters.
17615
17616 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17617
17618 Fix bug#8730, bug#8781.
17619
17620 * loadhist.el (unload--set-major-mode): New function.
17621 (unload-feature): Use it.
17622
17623 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17624 (python-unload-function): New function.
17625
17626 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17627
17628 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17629
17630 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17631
17632 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17633 the candidates list.
17634
17635 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17636
17637 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17638
17639 2011-06-23 Richard Stallman <rms@gnu.org>
17640
17641 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17642 (rmail-variables): Set next-error-move-function.
17643 (rmail-what-message): Take argument POS.
17644 (rmail-next-error-move): New function.
17645
17646 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17647
17648 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17649 messages for adjacent non-terminals.
17650
17651 2011-06-23 Richard Stallman <rms@gnu.org>
17652
17653 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17654 (rmail-show-message-1): Preserve buffer modified flag.
17655 (rmail-start-mail): Don't specify use of rmail-mail-return;
17656 that's done by mail-bury now.
17657 (rmail-mail-return): Handle arg NEWBUF.
17658
17659 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
17660
17661 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17662 SIZE is a number.
17663
17664 2011-06-23 Martin Rudalics <rudalics@gmx.at>
17665
17666 * window.el (get-lru-window, get-mru-window)
17667 (get-largest-window): Never return a minibuffer window.
17668 (display-buffer-pop-up-window): Fix a bug that could lead to
17669 reusing the minibuffer window.
17670 (display-buffer): Pass original specifier argument to
17671 display-buffer-function instead of the normalized one.
17672 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17673
17674 2011-06-22 Leo Liu <sdl.web@gmail.com>
17675
17676 * minibuffer.el (completing-read-function)
17677 (completing-read-default): Move from minibuf.c.
17678
17679 2011-06-22 Richard Stallman <rms@gnu.org>
17680
17681 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17682 to Rmail even if not started by a special Rmail command.
17683
17684 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17685 Copy the buffer currently showing just one message.
17686
17687 2011-06-22 Roland Winkler <winkler@gnu.org>
17688
17689 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17690 (bibtex-clean-entry): First delete the old key so that a
17691 customized algorithm for generating the new key does not get
17692 confused by the old key.
17693 (bibtex-url): Obey regexp of first step.
17694 (bibtex-search-entries): Do not use add-to-list with local
17695 list-var.
17696
17697 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17698
17699 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17700 stored a user name, then query for the password first, instead of
17701 waiting for SMTP to give an error message and the trying again.
17702
17703 2011-06-22 Lawrence Mitchell <wence@gmx.li>
17704
17705 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17706 BUFFER in call-process.
17707
17708 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17709
17710 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17711 QUIT twice.
17712 (smtpmail-try-auth-methods): Require user name and password from
17713 auth-source.
17714
17715 2011-06-22 Martin Rudalics <rudalics@gmx.at>
17716
17717 * window.el (display-buffer-default-specifiers)
17718 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17719 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17720 (split-window): Normalize SIDE argument (Bug#8916).
17721
17722 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17723 (special-display-frame-alist, special-display-popup-frame):
17724 Remove duplicate declarations. These are now in window.el.
17725
17726 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17727
17728 * mail/smtpmail.el (smtpmail-via-smtp):
17729 Set :use-starttls-if-possible so that we always use STARTTLS if the
17730 server supports it. SMTP servers that support STARTTLS commonly
17731 require it.
17732
17733 * net/network-stream.el (network-stream-open-starttls): Support
17734 upgrading to STARTTLS always, even if we don't have built-in support.
17735 (open-network-stream): Add the :always-query-capabilities keyword.
17736
17737 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17738 upgrades with `open-network-stream', and rely solely on
17739 auth-source for all credentials. Big changes throughout the file,
17740 but in particular:
17741 (smtpmail-auth-credentials): Remove.
17742 (smtpmail-starttls-credentials): Remove.
17743 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17744 MAIL FROM, too.
17745
17746 * net/network-stream.el (network-stream-open-starttls):
17747 Provide support for client certificates both for external and built-in
17748 STARTTLS.
17749 (auth-source): Require.
17750 (open-network-stream): Document the :client-certificate keyword.
17751 (network-stream-certificate): Change cert-cert to cert and
17752 cert-key to key.
17753
17754 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
17755
17756 * net/tramp-cache.el (top): Don't load the persistency file when
17757 "emacs -Q" has been called.
17758
17759 2011-06-21 Tim Harper <timcharper@gmail.com>
17760
17761 * term/ns-win.el (ns-initialize-window-system):
17762 Set application-specific `ApplePressAndHoldEnabled' system
17763 resource to NO as it is not yet supported by the NS port.
17764
17765 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
17766
17767 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17768 (list-dynamic-libraries): ...not here.
17769
17770 2011-06-21 Leo Liu <sdl.web@gmail.com>
17771
17772 * subr.el (sha1): Implement sha1 using secure-hash.
17773
17774 2011-06-21 Martin Rudalics <rudalics@gmx.at>
17775
17776 * window.el (display-buffer-alist): In default value do not
17777 enforce searching a window on any but the selected frame.
17778 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17779 (display-buffer-select-window): Remove function.
17780 (display-buffer-in-window): When a window on another frame gets
17781 reused, do not select it any more but just raise its frame if
17782 necessary (Bug#8851) and (Bug#8856).
17783 (display-buffer-normalize-options): Handle pop-up-frames related
17784 options more faithfully.
17785 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17786 window if it is on another frame.
17787 (display-buffer-alist, display-buffer-default-specifiers):
17788 Don't make new frame unsplittable by default.
17789 (display-buffer-normalize-argument): Fix doc-string typo and use
17790 'same-frame-other-window instead of 'other-window when associating
17791 with display-buffer-macro-specifiers.
17792
17793 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17794
17795 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17796 New functions.
17797 (5x5-mode-map, 5x5-mode-menu): Bind them.
17798 (5x5-draw-grid): Tweak the solver's rendering.
17799
17800 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17801
17802 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17803 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17804
17805 2011-06-21 Drew Adams <drew.adams@oracle.com>
17806
17807 * menu-bar.el: Use function variable instead of switch-to-buffer.
17808 (menu-bar-select-buffer-function): New variable.
17809 (menu-bar-update-buffers): Use it (bug#8876).
17810
17811 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17812
17813 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17814 variable's status.
17815
17816 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17817
17818 * x-dnd.el (x-dnd-version-from-flags)
17819 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17820 and long as number (Bug#8899).
17821 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17822
17823 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17824
17825 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17826 (completion-try-completion, completion-all-completions): Compute the
17827 metadata argument if it's missing; make it optional (bug#8795).
17828
17829 * wid-edit.el: Use lex-bind and move towards completion-at-point.
17830 (widget-complete): Use new :completion-function property.
17831 (widget-completions-at-point): New function.
17832 (default): Use :completion-function instead of :complete.
17833 (widget-default-completions): Rename from widget-default-complete;
17834 Rewrite.
17835 (widget-string-complete, widget-file-complete, widget-color-complete):
17836 Remove functions.
17837 (file, symbol, function, variable, coding-system, color):
17838 * international/mule-cmds.el (default-input-method, charset)
17839 (language-info-custom-alist):
17840 * cus-edit.el (face): Use new property :completions.
17841
17842 * progmodes/pascal.el (pascal-completions-at-point): New function.
17843 (pascal-mode): Use it.
17844 (pascal-mode-map): Use completion-at-point.
17845 (pascal-toggle-completions): Make obsolete.
17846 (pascal-complete-word, pascal-show-completions):
17847 * progmodes/octave-mod.el (octave-complete-symbol):
17848 Redefine as obsolete alias.
17849 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17850 Signal absence of completion info for old Octave,
17851 (inferior-octave-complete): Redefine as obsolete alias.
17852 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17853 (meta-completions-at-point): Rename from meta-complete-symbol and
17854 adapt it for use on completion-at-point-functions.
17855 (meta-common-mode): Use it.
17856 (meta-looking-at-backward, meta-match-buffer): Remove.
17857 (meta-complete-symbol): Redefine as obsolete alias.
17858 (meta-common-mode-map): Use completion-at-point.
17859 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17860 (makefile-mode-map): Use completion-at-point.
17861 (makefile-completions-at-point): Rename from makefile-complete and
17862 adapt it for use on completion-at-point-functions.
17863 (makefile-mode): Use it.
17864 (makefile-complete): Redefine as obsolete alias.
17865
17866 2011-06-20 Deniz Dogan <deniz@dogan.se>
17867
17868 * net/rcirc.el: Delete trailing whitespaces once and for all.
17869
17870 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17871
17872 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17873
17874 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
17875
17876 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17877
17878 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17879
17880 2011-06-19 Martin Rudalics <rudalics@gmx.at>
17881
17882 * window.el (display-buffer-other-window-means-other-frame):
17883 Call display-buffer-normalize-alist.
17884 (display-buffer-normalize-specifiers-1): Rename to
17885 display-buffer-normalize-argument. New argument other-frame.
17886 Rewrite.
17887 (display-buffer-normalize-specifiers-2): Rename to
17888 display-buffer-normalize-options.
17889 (display-buffer-normalize-alist-1): New function.
17890 (display-buffer-normalize-specifiers-3): Rename to
17891 display-buffer-normalize-alist.
17892 Call display-buffer-normalize-alist-1.
17893 (display-buffer-normalize-options-inhibit): New variable.
17894 (display-buffer-normalize-specifiers): Rewrite calling
17895 display-buffer-normalize-alist,
17896 display-buffer-normalize-argument, and
17897 display-buffer-normalize-options. Don't call the latter if
17898 display-buffer-normalize-options-inhibit is non-nil.
17899 (frame-auto-delete): New option.
17900 (window-deletable-p): Use frame-auto-delete.
17901 (window-list-no-nils, window-state-ignored-parameters)
17902 (window-state-get-1, window-state-get, window-state-put-list)
17903 (window-state-put-1, window-state-put-2, window-state-put):
17904 New functions.
17905 (display-buffer-normalize-options): Move special-display-p group
17906 after pop-up-frame group (Bug#8851) and (Bug#8856).
17907
17908 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17909
17910 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17911 groups (Bug#8776).
17912 (rx-submatch-n): New function.
17913 (rx): Document it.
17914
17915 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17916 (Bug#8768).
17917
17918 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17919
17920 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17921
17922 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17923 anytime existing face settings are present (Bug#8889).
17924
17925 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17926 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17927 Remove unused argument.
17928
17929 2011-06-18 Martin Rudalics <rudalics@gmx.at>
17930
17931 * window.el (display-buffer-default-specifiers):
17932 Remove pop-up-frame. Add pop-up-window-min-height,
17933 pop-up-window-min-width, and another reuse-window specifier
17934 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
17935 (display-buffer-normalize-specifiers-2):
17936 Handle split-height-threshold and split-width-threshold also when
17937 pop-up-windows is unset. Add a reuse-window specifier for the
17938 case popping up a new window fails.
17939 (special-display-popup-frame): Remove double quoting.
17940 (display-buffer-normalize-specifiers-1): Fix thinko.
17941
17942 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17943
17944 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17945 according to comint-completion-addsuffix.
17946
17947 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17948 (pcomplete-suffix-list): Mark as obsolete.
17949 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17950 pcomplete-seen in the closure.
17951 (pcomplete-comint-setup): Setup completion-at-point as well.
17952 (pcomplete--entries): New function.
17953 (pcomplete--env-regexp): New var.
17954 (pcomplete-entries): Rewrite to work with partial-completion and
17955 without relying on pcomplete-suffix-list.
17956 (pcomplete-pare-list): Remove, unused.
17957
17958 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17959
17960 * window.el (display-buffer-alist): Set pop-up-window-min-height
17961 and pop-up-window-min-width in default value. Reported by
17962 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17963 other-window-means-other-frame.
17964 (display-buffer-macro-specifiers): Comment out entry for
17965 other-window specifier.
17966 (display-buffer-other-window-means-other-frame): New function.
17967 (display-buffer-normalize-specifiers-1): New arguments
17968 buffer-name and label. Treat other-window case specially.
17969 (display-buffer-normalize-specifiers-2): Treat other-window case
17970 specially.
17971 (display-buffer-normalize-specifiers-3): New function.
17972 (display-buffer-normalize-specifiers):
17973 Call display-buffer-normalize-specifiers-3.
17974
17975 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17976
17977 * window.el (same-window-p): Fix two typos introduced when
17978 adding with-no-warnings.
17979 (display-buffer-normalize-specifiers-1): Don't check
17980 pop-up-frames for 'unset initialization.
17981 (display-buffer-normalize-specifiers-2): Major rewrite using
17982 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17983 (pop-up-frames, display-buffer-reuse-frames)
17984 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17985 Suggested by David Engster <deng@randomsample.de>.
17986 (even-window-heights): Initialize to 'unset.
17987 (display-buffer-alist-set): Handle new 'unset initializations.
17988 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17989 other window case.
17990
17991 2011-06-16 Martin Rudalics <rudalics@gmx.at>
17992
17993 * window.el (display-buffer-normalize-specifiers-1):
17994 Respect current value of pop-up-frames for most reasonable values of
17995 second argument of display-buffer (Bug#8865).
17996 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17997 (switch-to-buffer-other-window-same-frame)
17998 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
17999 Adams (Bug#8875).
18000 (display-buffer): Don't check noninteractive when calling
18001 display-buffer-pop-up-frame.
18002 (display-buffer-pop-up-frame): Never pop up a frame in
18003 noninteractive mode (Bug#8857).
18004 (enlarge-window, shrink-window): Don't report an error when the
18005 window can't be resized as requested (Bug#8862).
18006
18007 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18008
18009 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
18010
18011 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
18012
18013 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
18014
18015 2011-06-15 Alan Mackenzie <acm@muc.de>
18016
18017 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
18018 for declarators, disable knr checking to speed up for normal files.
18019 2: Refactor, replacing a sequence of nested if forms by a cond form.
18020
18021 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18022
18023 * net/network-stream.el (open-network-stream): Add the keyword
18024 :always-query-capabilities for the case where you want to force a
18025 `plain' network connection, but the protocol still requires the
18026 capabilitiy command (i.e., SMTP and EHLO).
18027
18028 * subr.el (process-live-p): Rename from `process-alive-p' for
18029 consistency with other `-live-p' functions.
18030
18031 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18032
18033 * window.el (same-window-buffer-names, same-window-regexps)
18034 (special-display-frame-alist, special-display-popup-frame)
18035 (special-display-function, special-display-buffer-names)
18036 (special-display-regexps, pop-up-frame-alist)
18037 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
18038 (pop-up-windows, split-window-preferred-function)
18039 (split-height-threshold, split-width-threshold, even-window-heights)
18040 (display-buffer-mark-dedicated): Don't encourage the use of
18041 display-buffer-alist from Elisp code.
18042
18043 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
18044
18045 * progmodes/python.el (python-mode): Derive from prog-mode.
18046 * progmodes/ps-mode.el (ps-mode):
18047 * progmodes/mixal-mode.el (mixal-mode):
18048 * progmodes/cfengine.el (cfengine-mode):
18049 * progmodes/ld-script.el (ld-script-mode): Likewise.
18050
18051 2011-06-15 Martin Rudalics <rudalics@gmx.at>
18052
18053 * window.el (display-buffer-alist): Trim default value to avoid
18054 popping up a new frame (Bug#8857) or reusing an arbitrary window
18055 on another frame.
18056 (display-buffer): Do not fall back on popping up a new frame in
18057 batch mode (Bug#8857).
18058
18059 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
18060
18061 * cus-theme.el (describe-theme-1): Use custom-theme-p.
18062 (custom-theme-summary): New function.
18063 (customize-themes): Use it.
18064
18065 2011-06-13 Glenn Morris <rgm@gnu.org>
18066
18067 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
18068
18069 2011-06-13 Martin Rudalics <rudalics@gmx.at>
18070
18071 * help.el (help-window): Remove variable.
18072 (help-window-point-marker, temp-buffer-max-height)
18073 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
18074 (help-print-return-message): Don't set help-window.
18075 (resize-temp-buffer-window): Rewrite cod eand doc-string.
18076 (help-window-setup-finish): Remove.
18077 (help-window-display-message, help-window-setup)
18078 (with-help-window): Major rewrite based on new
18079 display-buffer-window variable.
18080
18081 * help-mode.el (help-mode-finish): Remove help-window related
18082 code.
18083
18084 * view.el (view-exits-all-viewing-windows): Remove reference to
18085 view-return-to-alist in doc-string.
18086 (view-return-to-alist): Make obsolete.
18087 (view-buffer): Call pop-to-buffer-same-window and remove
18088 undo-window code.
18089 (view-buffer-other-window): Call pop-to-buffer-other-window and
18090 simplify code. Ignore second argument.
18091 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
18092 simplify code. Ignore second argument.
18093 (view-return-to-alist-update): Make obsolete.
18094 (view-mode-enter): Rename second argument to QUIT-RESTORE.
18095 Rewrite using quit-restore window parameters.
18096 (view-mode-exit): Rename second argument to EXIT-ONLY.
18097 Rewrite using quit-restore-window.
18098 (View-exit, View-exit-and-edit, View-leave, View-quit)
18099 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
18100 appropriate arguments.
18101 (view-end-message): Use quit-restore window parameter.
18102
18103 * window.el (display-buffer-function): Rewrite doc-string.
18104 (display-buffer-window, display-buffer-alist): New variables.
18105 (display-buffer-split-specifiers)
18106 (display-buffer-side-specifiers)
18107 (display-buffer-macro-specifiers): New constants.
18108 (display-buffer-even-window-sizes, display-buffer-set-height)
18109 (display-buffer-set-width, display-buffer-select-window)
18110 (display-buffer-in-window, display-buffer-reuse-window)
18111 (display-buffer-split-window-1, display-buffer-split-window)
18112 (display-buffer-split-atom-window, display-buffer-pop-up-window)
18113 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
18114 (display-buffer-in-side-window, normalize-buffer-to-display)
18115 (display-buffer-normalize-specifiers-1)
18116 (display-buffer-normalize-specifiers-2)
18117 (display-buffer-normalize-specifiers, display-buffer-frame):
18118 New functions.
18119 (display-buffer): Major rewrite.
18120 (display-buffer-other-window, display-buffer-other-frame)
18121 (pop-to-buffer, switch-to-buffer-other-window)
18122 (switch-to-buffer-other-frame): Rewrite.
18123 (display-buffer-same-window, display-buffer-same-frame)
18124 (display-buffer-same-frame-other-window)
18125 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18126 (pop-to-buffer-other-window)
18127 (pop-to-buffer-same-frame-other-window)
18128 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
18129 (switch-to-buffer-other-window-same-frame): New functions.
18130 (same-window-p, special-display-p): Rewrite disabling warnings.
18131 Make obsolete.
18132 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18133 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
18134 Make obsolete
18135 (same-window-buffer-names, same-window-regexps)
18136 (special-display-frame-alist, special-display-popup-frame)
18137 (special-display-function, special-display-buffer-names)
18138 (special-display-regexps, pop-up-frame-alist)
18139 (pop-up-frame-function, split-window-preferred-function)
18140 (split-height-threshold, split-width-threshold)
18141 (even-window-heights): Make obsolete.
18142
18143 2011-06-12 Glenn Morris <rgm@gnu.org>
18144
18145 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
18146 Misc simplifications.
18147
18148 2011-06-12 Martin Rudalics <rudalics@gmx.at>
18149
18150 * window.el (window-safely-shrinkable-p): Restore function which
18151 was inadvertently removed in change from 2011-06-11. Declare as
18152 obsolete.
18153
18154 * calendar/calendar.el (calendar-generate-window):
18155 Use window-iso-combined-p instead of combination of one-window-p and
18156 window-safely-shrinkable-p.
18157
18158 2011-06-12 Glenn Morris <rgm@gnu.org>
18159
18160 * progmodes/fortran.el (fortran-mode-syntax-table):
18161 * progmodes/f90.el (f90-mode-syntax-table):
18162 Set % to punctuation. (Bug#8820)
18163 (f90-find-tag-default): Remove, no longer needed.
18164
18165 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
18166
18167 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
18168
18169 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
18170
18171 * image.el (image-animated-p): Return animation delay in seconds.
18172 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
18173 (image-animate-timeout): Remove DELAY argument. Don't assume
18174 every subimage has the same delay; get it from image-animated-p.
18175 (image-animate): Caller changed.
18176
18177 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
18178
18179 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
18180 to ignored backtrace functions.
18181
18182 2011-06-11 Glenn Morris <rgm@gnu.org>
18183
18184 * calendar/appt.el (appt-disp-window-function): Doc fix.
18185 (appt-check): Handle overlapping appointments. (Bug#8337)
18186
18187 2011-06-11 Martin Rudalics <rudalics@gmx.at>
18188
18189 * window.el (window-tree-1, window-tree): New functions, moving
18190 the latter to window.el.
18191 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18192 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18193 (bw-refresh-edges): Remove.
18194 (balance-windows-1, balance-windows-2): New functions.
18195 (balance-windows): Rewrite in terms of window tree functions,
18196 balance-windows-1 and balance-windows-2.
18197 (bw-adjust-window): Remove.
18198 (balance-windows-area-adjust): New function with functionality of
18199 bw-adjust-window but using resize-window.
18200 (set-window-text-height): Rewrite doc-string.
18201 Use normalize-live-window and resize-window.
18202 (enlarge-window-horizontally, shrink-window-horizontally):
18203 Rename argument to DELTA.
18204 (window-buffer-height): New function.
18205 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
18206 Rewrite using new window resize routines.
18207 (kill-buffer-and-window, mouse-autoselect-window-select):
18208 Use ignore-errors instead of condition-case.
18209 (quit-window): Call delete-frame instead of delete-windows-on
18210 for the only buffer on frame.
18211
18212 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18213
18214 * loadup.el (top-level): Load window before files for the sake
18215 of replace-buffer-in-windows.
18216
18217 * files.el (read-buffer-to-switch)
18218 (switch-to-buffer-other-window)
18219 (switch-to-buffer-other-frame, display-buffer-other-frame):
18220 Move to window.el.
18221
18222 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
18223 (previous-buffer): Move to window.el.
18224
18225 * bindings.el (unbury-buffer): Move to window.el.
18226
18227 * window.el (delete-other-windows-vertically): Move after
18228 definition of delete-other-windows.
18229 (other-window, delete-windows-on, replace-buffer-in-windows):
18230 Move here from window.c.
18231 (record-window-buffer, unrecord-window-buffer)
18232 (set-window-buffer-start-and-point, switch-to-prev-buffer)
18233 (switch-to-next-buffer): New functions.
18234 (get-next-valid-buffer, last-buffer, next-buffer): Move here
18235 from simple.el. Call switch-to-next-buffer.
18236 (previous-buffer): Move here from simple.el.
18237 Call switch-to-prev-buffer.
18238 (bury-buffer): Move here from buffer.c. Switch to previous
18239 buffer when window cannot be deleted.
18240 (unbury-buffer): Move here from bindings.el.
18241 (ctl-x-map): Move binding for other-window from window.c to
18242 here.
18243 (read-buffer-to-switch, switch-to-buffer-other-window)
18244 (switch-to-buffer-other-frame): Move here from files.el.
18245 (normalize-buffer-to-switch-to): New functions.
18246 (switch-to-buffer): Move here from buffer.c.
18247 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
18248
18249 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18250
18251 * window.el (window-min-height, window-min-width): Move here
18252 from window.c. Add defcustoms and rewrite doc-strings.
18253 (resize-mini-window, resize-window): New functions.
18254 (adjust-window-trailing-edge, enlarge-window, shrink-window):
18255 Move here from window.c.
18256 (maximize-window, minimize-window): New functions.
18257 (delete-window, delete-other-windows, split-window): Move here
18258 from window.c.
18259 (window-split-min-size): New function.
18260 (split-window-keep-point): Mention split-window-above-each-other
18261 instead of split-window-vertically.
18262 (split-window-above-each-other, split-window-vertically):
18263 Rename split-window-vertically to split-window-above-each-other
18264 and provide defalias for old definition.
18265 (split-window-side-by-side, split-window-horizontally):
18266 Rename split-window-horizontally to split-window-side-by-side
18267 and provide defalias for the old definition.
18268 (ctl-x-map): Move bindings for delete-window,
18269 delete-other-windows and enlarge-window here from window.c.
18270 Replace bindings for split-window-vertically and
18271 split-window-horizontally by bindings for
18272 split-window-above-each-other and split-window-side-by-side.
18273
18274 * cus-start.el (all): Remove entries for window-min-height and
18275 window-min-width. Add entries for window-splits and
18276 window-nest.
18277
18278 2011-06-09 Glenn Morris <rgm@gnu.org>
18279
18280 * calendar/appt.el (appt-mode-line): New function.
18281 (appt-check, appt-disp-window): Use it.
18282
18283 * files.el (hack-one-local-variable-eval-safep):
18284 Allow minor-modes with explicit +/-1 arguments.
18285
18286 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
18287
18288 * term/xterm.el (xterm): Add defgroup.
18289 (xterm-extra-capabilities): Add defcustom to supply known xterm
18290 capabilities, skip querying them, or query them (default).
18291 (terminal-init-xterm): Use it.
18292 (terminal-init-xterm-modify-other-keys): New function to set up
18293 modifyOtherKeys support to simplify `terminal-init-xterm'.
18294
18295 2011-06-09 Martin Rudalics <rudalics@gmx.at>
18296
18297 * window.el (resize-window-reset, resize-window-reset-1)
18298 (resize-subwindows-skip-p, resize-subwindows-normal)
18299 (resize-subwindows, resize-other-windows, resize-this-window)
18300 (resize-root-window, resize-root-window-vertically)
18301 (window-deletable-p, window-or-subwindow-p)
18302 (frame-root-window-p): New functions.
18303
18304 2011-06-09 Glenn Morris <rgm@gnu.org>
18305
18306 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
18307 (ange-ftp-get-files): Use it.
18308
18309 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18310
18311 * mail/sendmail.el (mail-recover-1, mail-recover):
18312 * files.el (recover-file, recover-session):
18313 Handle dired-listing-switches not being just a single short option.
18314
18315 2011-06-09 Glenn Morris <rgm@gnu.org>
18316
18317 * calendar/appt.el (appt-display-message, appt-disp-window):
18318 Handle lists of appointments.
18319
18320 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18321
18322 * window.el (one-window-p): Move down in code.
18323 Rewrite doc-string.
18324 (window-current-scroll-bars): Rewrite doc-string.
18325 Normalize live window argument.
18326 (walk-windows, get-window-with-predicate, count-windows):
18327 Rewrite doc-string. Use window-list-1.
18328 (window-in-direction-2, window-in-direction, get-mru-window):
18329 New functions.
18330
18331 2011-06-08 Reuben Thomas <rrt@sc3d.org>
18332
18333 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18334 Doc fix (Bug#8713).
18335
18336 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
18337
18338 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18339
18340 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
18341
18342 * loadhist.el (unload-feature-special-hooks):
18343 Add `comint-output-filter-functions'.
18344
18345 2011-06-08 Ivan Kanis <gnu@kanis.fr>
18346
18347 * calendar/appt.el (appt-check): Move some initializations into the let.
18348
18349 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18350
18351 * window.el (window-height): Defalias to window-total-height.
18352 (window-width): Defalias to window-body-width.
18353
18354 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
18355
18356 * image-mode.el (image-toggle-animation): New command.
18357 (image-mode-map): Bind it to RET.
18358 (image-mode): Update message.
18359 (image-toggle-display-image): Avoid a spurious cache flush.
18360 (image-transform-rotation): Doc fix.
18361 (image-transform-properties): Return quickly in the normal case.
18362 (image-animate-loop): Rename from image-animate-max-time.
18363
18364 * image.el (image-animate-max-time): Move to image-mode.el.
18365 (create-animated-image): Remove unnecessary function.
18366 (image-animate): Rename from image-animate-start. New arg.
18367 (image-animate-stop): Remove; just use image-animate-timer.
18368 (image-animate-timer): Use car-safe.
18369 (image-animate-timeout): Rename argument.
18370
18371 2011-06-07 Martin Rudalics <rudalics@gmx.at>
18372
18373 * window.el (get-lru-window, get-largest-window): Move here from
18374 window.c. Rename first argument to ALL-FRAMES.
18375 Rephrase doc-strings.
18376 (get-buffer-window-list): Rewrite using window-list-1.
18377 Rephrase doc-string.
18378 (window-safe-min-height, window-safe-min-width): New constants.
18379 (window-size-ignore, window-min-size, window-min-size-1)
18380 (window-sizable, window-sizable-p, window-size-fixed-1)
18381 (window-size-fixed-p, window-min-delta-1, window-min-delta)
18382 (window-max-delta-1, window-max-delta, window-resizable)
18383 (window-resizable-p, window-total-height, window-total-width)
18384 (window-body-width): New functions.
18385 (window-full-height-p, window-full-width-p): Rewrite using
18386 window-total-size.
18387 (window-body-height): Rewrite using window-body-size.
18388
18389 2011-06-06 Martin Rudalics <rudalics@gmx.at>
18390
18391 * window.el (window-right, window-left, window-child)
18392 (window-child-count, window-last-child, window-any-p)
18393 (normalize-live-buffer, normalize-live-frame)
18394 (normalize-any-window, normalize-live-window)
18395 (window-iso-combination-p, window-iso-combined-p)
18396 (window-iso-combinations)
18397 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18398 (windows-with-parameter, window-with-parameter)
18399 (window-atom-root, make-window-atom, window-atom-check-1)
18400 (window-atom-check, window-side-check, window-check):
18401 New functions.
18402 (ignore-window-parameters, window-sides, window-sides-vertical)
18403 (window-sides-slots): New variables.
18404 (window-size-fixed): Move down in code. Minor doc-string fix.
18405
18406 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18407
18408 * comint.el (comint-dynamic-complete-as-filename)
18409 (comint-dynamic-complete-filename): Correctly call
18410 completion-in-region.
18411
18412 2011-06-05 Deniz Dogan <deniz@dogan.se>
18413
18414 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18415 in last change.
18416
18417 2011-06-05 Deniz Dogan <deniz@dogan.se>
18418
18419 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18420 (rcirc): Use it to prompt for encryption.
18421
18422 2011-06-05 Roland Winkler <winkler@gnu.org>
18423
18424 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18425 (bibtex-search-entries): New command bound to C-c C-a.
18426 (bibtex-display-entries): New function.
18427
18428 2011-06-05 Roland Winkler <winkler@gnu.org>
18429
18430 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18431 (bibtex-insert-kill): After yanking insert newline if necessary.
18432 (bibtex-initialize): Call bibtex-string-files-init only once.
18433 (bibtex-mode): Do not call easy-menu-add.
18434 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18435 (bibtex-yank): Set arg properly if nil.
18436
18437 2011-06-05 Roland Winkler <winkler@gnu.org>
18438
18439 * textmodes/bibtex.el (bibtex-search-entry-globally):
18440 New variable.
18441 (bibtex-search-entry): Use it.
18442
18443 2011-06-05 Roland Winkler <winkler@gnu.org>
18444
18445 * textmodes/bibtex.el (bibtex-entry-format): New option
18446 sort-fields.
18447 (bibtex-format-entry, bibtex-reformat): Honor this option.
18448 (bibtex-parse-entry): Return fields in proper order.
18449
18450 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
18451
18452 * doc-view.el (doc-view-remove-if): Move computation of result out
18453 of `dolist' to silence misleading lexical-binding warning.
18454
18455 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
18456
18457 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18458 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18459
18460 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18461
18462 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18463 "SunOS 5.10".
18464
18465 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18466
18467 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18468 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18469 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18470 (tramp-parse-putty):
18471 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18472 (tramp-completion-function-alist-ssh)
18473 (tramp-completion-function-alist-telnet)
18474 (tramp-completion-function-alist-su)
18475 (tramp-completion-function-alist-putty): Set `tramp-autoload'
18476 cookie.
18477
18478 * net/tramp-ftp.el:
18479 * net/tramp-sh.el:
18480 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18481 load "tramp.el" `tramp-set-completion-function'.
18482
18483 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18484
18485 * shell.el: Require and use pcomplete.
18486 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18487 (shell-completion-vars): Set pcomplete-default-completion-function.
18488
18489 2011-06-04 Deniz Dogan <deniz@dogan.se>
18490
18491 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18492 `memq' (Bug#8799).
18493
18494 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18495
18496 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18497
18498 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
18499
18500 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18501 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18502 * vc/log-view.el (log-view-beginning-of-defun):
18503 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18504 (smerge-refine-forward, smerge-refine-chopup-region):
18505 Silence warning for unused `dotimes' counter variables.
18506
18507 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18508
18509 * net/tramp.el (tramp-with-progress-reporter): Rename from
18510 with-progress-reporter. Use `declare'.
18511 * net/tramp-smb.el:
18512 * net/tramp-sh.el:
18513 * net/tramp-gvfs.el: Update all uses.
18514
18515 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18516
18517 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18518 buffer isn't killed before making it current.
18519
18520 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18521
18522 Silence various byte-compiler warnings.
18523 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18524 `access-type' and new obsolescence format.
18525 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18526 new format.
18527 (byte-compile-check-variable): New `access-type' argument.
18528 Only warn if the access-type is obsolete.
18529 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18530 (byte-compile-variable-set): Adjust callers.
18531 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18532 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18533 setting it as obsolete.
18534 * simple.el (minibuffer-completing-symbol):
18535 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18536 access as obsolete.
18537 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18538 obsolete yet.
18539 * international/quail.el (quail-mouse-choose-completion): Remove unused
18540 code referring to obsolete var.
18541 (quail-choose-completion-string): Remove.
18542 * server.el (server-clients-with, server-kill-buffer-query-function)
18543 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18544 * proced.el (proced-send-signal):
18545 * emacs-lisp/lisp.el (lisp-complete-symbol):
18546 Replace completion-annotate-function with completion-extra-properties.
18547
18548 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18549
18550 * simple.el (goto-line): Use read-number.
18551 (overriding-map-is-bound): Remove.
18552 (saved-overriding-map): Change default.
18553 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18554 Take the map as argument.
18555 (universal-argument, negative-argument, digit-argument): Use it.
18556 (restore-overriding-map): Adjust.
18557 (do-auto-fill): Use fill-forward-paragraph.
18558 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18559
18560 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18561 (minibuffer-inactive-mode): New major mode.
18562 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18563 the *Messages* buffer" hack.
18564 (mouse-popup-menubar): Don't burp if the event is a normal key.
18565
18566 Miscellaneous tweaks.
18567 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18568 lexical scoping as in subr.el's dolist and dotimes.
18569 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18570 Silence compiler warning.
18571 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18572 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18573 * international/ccl.el (ccl-compile): Trivial simplification.
18574 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18575 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18576 `printflag' argument.
18577 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18578 Purecopy the whole obsolescence data.
18579
18580 2011-06-01 Leo Liu <sdl.web@gmail.com>
18581
18582 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18583 improve doc-string as suggested by Marco Pessotto
18584 <melmothx@gmail.com>.
18585 (rcirc-print): Fix last change.
18586
18587 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18588
18589 * minibuffer.el (complete-with-action): Return nil for the metadata and
18590 boundaries of non-functional tables.
18591 (completion-table-dynamic): Return nil for the metadata.
18592 (completion-table-with-terminator): Add default case, using
18593 complete-with-action.
18594 (completion--metadata): New function.
18595 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18596 to try and avoid pathological performance problems.
18597 (completion--embedded-envvar-table): Return `category' metadata.
18598
18599 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18600
18601 * subr.el (process-alive-p): New tiny convenience function.
18602
18603 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18604
18605 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18606 content but also its previous major mode.
18607
18608 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
18609
18610 * emacs-lisp/debug.el (debug): Restore the previous content of the
18611 *Backtrace* buffer when we exit with C-M-c.
18612
18613 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18614
18615 * minibuffer.el: Add metadata method to completion tables.
18616 (completion-category-overrides): New defcustom.
18617 (completion-metadata, completion--field-metadata)
18618 (completion-metadata-get, completion--styles)
18619 (completion--cycle-threshold): New functions.
18620 (completion-try-completion, completion-all-completions):
18621 Add `metadata' argument to choose completion-styles.
18622 (completion--do-completion): Use metadata to choose cycling.
18623 (completion-all-sorted-completions): Use metadata for sorting.
18624 Remove :completion-cycle-penalty which is not needed any more.
18625 (completion--try-word-completion): Add `metadata' argument.
18626 (minibuffer-completion-help): Check metadata for annotation function
18627 and sorting.
18628 (completion-file-name-table): Return `category' metadata.
18629 (minibuffer-completing-file-name): Make obsolete.
18630 * simple.el (minibuffer-completing-symbol): Make obsolete.
18631 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18632 completion-try-completion.
18633
18634 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18635
18636 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18637
18638 2011-05-30 Leo Liu <sdl.web@gmail.com>
18639
18640 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18641 (rcirc-print): Decode all incoming messages (bug#8744).
18642 (rcirc-decode-coding-system): Allow value nil for automatic coding
18643 system detection.
18644
18645 2011-06-01 Glenn Morris <rgm@gnu.org>
18646
18647 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18648
18649 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18650
18651 * image.el (image-animate-max-time): Allow nil and t values.
18652 Default to nil.
18653 (create-animated-image): Doc fix.
18654 (image-animate-start): Remove second arg; just use
18655 image-animate-max-time.
18656 (image-animate-timeout): Doc fix. Args changed.
18657
18658 * image-mode.el (image-toggle-display-image): Ensure that the
18659 image spec passed to the animate timer is the same object as in
18660 the buffer's display property (Bug#6981).
18661 (image-transform-properties): Doc fix.
18662
18663 * image.el (image-animate-max-time): Default to nil.
18664
18665 2011-05-29 Martin Rudalics <rudalics@gmx.at>
18666
18667 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18668 entire buffer list (Bug#8184).
18669
18670 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18671
18672 * image.el (imagemagick-types-inhibit)
18673 (imagemagick-register-types): Doc fix.
18674
18675 2011-05-29 Deniz Dogan <deniz@dogan.se>
18676
18677 * net/rcirc.el (rcirc): Use the user's stored encryption method by
18678 default.
18679
18680 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18681
18682 * select.el: Don't perform clipboard-manager saving in hooks;
18683 leave the hooks empty.
18684
18685 2011-05-28 Leo Liu <sdl.web@gmail.com>
18686
18687 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18688 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
18689 (occur-edit-mode): New major mode (Bug#8463).
18690 (occur-after-change-function): New function.
18691 (occur-engine): Give Occur tags a read-only property.
18692
18693 2011-05-28 Kevin Ryde <user42@zip.com.au>
18694
18695 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18696
18697 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18698
18699 * bindings.el (help-echo): Make the initial non-indicator dash
18700 empty on graphical terminals (Bug#7295).
18701
18702 * files.el (auto-mode-alist): Move config rule after the
18703 in-stripping one (Bug#8547).
18704
18705 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18706
18707 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18708 setting (Bug#8740).
18709
18710 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18711
18712 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18713 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18714 (Bug#8539).
18715
18716 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18717
18718 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18719
18720 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18721
18722 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18723 (hs-hide-block-at-point, hs-find-block-beginning)
18724 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18725 (Bug#8279).
18726
18727 2011-05-28 Glenn Morris <rgm@gnu.org>
18728
18729 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18730
18731 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18732
18733 * help-fns.el (describe-function-1): If the function is a derived
18734 major mode, print the parent mode.
18735
18736 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18737 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18738
18739 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18740
18741 * minibuffer.el (completion--capf-wrapper): Check applicability before
18742 returning non-nil for non-exclusive completion data.
18743 * progmodes/etags.el (tags-completion-at-point-function):
18744 * info-look.el (info-lookup-completions-at-point): Mark as
18745 non-exclusive.
18746 (info-complete): Adjust accordingly.
18747
18748 * info-look.el: Convert to lexical-binding and completion-at-point.
18749 (info-lookup-completions-at-point): New function.
18750 (info-complete): Use it and completion-in-region.
18751
18752 2011-05-28 Drew Adams <drew.adams@oracle.com>
18753
18754 * isearch.el: Let M-e start with point at the first mismatched char.
18755 (isearch-fail-pos): New function.
18756 (isearch-edit-string): Use it.
18757
18758 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18759
18760 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18761
18762 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
18763
18764 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18765 traversal functions for avl-trees.
18766 (avl-tree--stack): New struct.
18767 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18768 (avl-tree-enter): Add optional `updatefun' arg.
18769 (avl-tree--do-enter): Add optional `updatefun' arg.
18770 Change return value.
18771 (avl-tree-delete): Add optional `test' and `nilflag' args.
18772 (avl-tree--do-delete): Add `test' and `nilflag' args.
18773 Change return value.
18774 (avl-tree-member): Add optional `nilflag'
18775 (avl-tree-member-p): New function.
18776 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18777 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18778 (avl-tree-stack-empty-p): New functions.
18779
18780 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18781 avl-tree--del-balance1 and make it work both ways.
18782 (avl-tree--del-balance2): Remove.
18783 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18784 make it work both ways.
18785 (avl-tree--enter-balance2): Remove.
18786 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18787 New macros.
18788 (avl-tree--mapc, avl-tree-map): Add direction argument.
18789
18790 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
18791
18792 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18793
18794 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18795
18796 * select.el: Support clipboard managers with built-in function
18797 x-clipboard-manager-save, via delete-frame-functions and
18798 kill-emacs-hook.
18799 (xselect-convert-to-targets): Add MULTIPLE target to list.
18800 (xselect-convert-to-save-targets): New function.
18801
18802 2011-05-27 Kenichi Handa <handa@m17n.org>
18803
18804 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18805 let-binding rfc2047-encode-encoded-words to nil.
18806
18807 2011-05-27 Glenn Morris <rgm@gnu.org>
18808
18809 * mail/emacsbug.el: Don't require url-util.
18810
18811 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18812
18813 * files.el (set-auto-mode):
18814 Also respect mode: entries at the end of the file. (Bug#8586)
18815
18816 2011-05-26 Glenn Morris <rgm@gnu.org>
18817
18818 * files.el (hack-local-variables-prop-line, hack-local-variables):
18819 Downcase mode names, as seems to be traditional.
18820 (hack-local-variables, hack-local-variables-apply): Doc fixes.
18821
18822 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18823 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18824
18825 2011-05-25 Julien Danjou <julien@danjou.info>
18826
18827 * textmodes/rst.el (rst-define-level-faces): Do not define face
18828 symbol if it is already defined.
18829
18830 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18831
18832 * play/5x5.el (5x5-new-game, 5x5-randomize):
18833 Reset 5x5-solver-output to nil when a new grid is cast.
18834 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18835 these debugging traces, as defmacro breaks the compiled code.
18836
18837 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18838
18839 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18840
18841 2011-05-24 Leo Liu <sdl.web@gmail.com>
18842
18843 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18844 (vc-bzr-sha1): Adapt.
18845
18846 * sha1.el: Remove. Function `sha1' is now builtin.
18847
18848 * bindings.el: Provide sha1 feature.
18849
18850 2011-05-24 Kenichi Handa <handa@m17n.org>
18851
18852 * mail/sendmail.el: Require `rfc2047'.
18853 (mail-insert-from-field): Do not perform RFC2047 encoding.
18854 (mail-encode-header): New function.
18855 (sendmail-send-it): Set buffer-file-coding-system of the work
18856 buffer to the return value of select-message-coding-system.
18857 Call mail-encode-header.
18858
18859 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18860
18861 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
18862
18863 * mail/supercite.el (sc-default-cite-frame):
18864 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18865
18866 2011-05-24 Glenn Morris <rgm@gnu.org>
18867
18868 * progmodes/python.el (brm-menu): Declare.
18869
18870 * emulation/viper.el (viper-set-hooks): Declare.
18871
18872 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18873 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18874 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18875 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18876 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18877 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18878
18879 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18880
18881 Add an :exit-function for completion-at-point.
18882
18883 * minibuffer.el (completion--done): New fun.
18884 (completion--do-completion): Use it. New arg `expect-exact'.
18885 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18886 since completion--do-completion does it for us now.
18887 (minibuffer-force-complete): Use completion--done and
18888 completion--replace. Handle sole-completion case with more care.
18889 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18890 (completion-extra-properties): New var.
18891 (completion-annotate-function): Make obsolete.
18892 (minibuffer-completion-help): Adjust accordingly.
18893 Use completion-list-insert-choice-function.
18894 (completion-at-point, completion-help-at-point):
18895 Bind completion-extra-properties.
18896 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18897 * simple.el (completion-list-insert-choice-function): New var.
18898 (completion-setup-function): Preserve it.
18899 (choose-completion): Pay attention to it, shuffle the code a bit.
18900 (choose-completion-string): New arg `insert-function'.
18901
18902 * textmodes/bibtex.el: Convert to lexical binding.
18903 (bibtex-mode-map): Use completion-at-point.
18904 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18905 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18906 (bibtex-complete): Define as obsolete alias.
18907 (bibtex-complete-internal): Remove.
18908 (bibtex-format-entry): Remove unused sub-group in regexp.
18909 * shell.el (shell--command-completion-data)
18910 (shell-environment-variable-completion):
18911 * pcomplete.el (pcomplete-completions-at-point):
18912 * comint.el (comint--complete-file-name-data): Use :exit-function
18913 instead of completion-table-with-terminator so it also works for
18914 choose-completion.
18915
18916 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18917
18918 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18919
18920 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18921 (bug#8710).
18922
18923 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18924
18925 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18926
18927 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18928 customization variable and implement: If non-nil, auto-fill will
18929 be inhibited while on topic's header line.
18930
18931 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18932
18933 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
18934 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
18935 always have a solution in grid size = 5 cases.
18936 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18937 (5x5-solver-output, 5x5-log-buffer): New vars.
18938 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18939 Make these variables buffer local to achieve 5x5 multi-session-ness.
18940 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18941 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18942 (5x5-solve-suggest): New funs.
18943 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18944 randomize a grid so that we ensure that there is always a solution.
18945 (5x5-make-random-grid): Allow other movement than flipping.
18946
18947 2011-05-23 Kevin Ryde <user42@zip.com.au>
18948
18949 * emacs-lisp/advice.el (ad-read-advised-function):
18950 Use `function-called-at-point' as the default, if it has
18951 advice and passes PREDICATE.
18952
18953 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18954
18955 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18956 byte-compile-lambda if it's actually a lambda.
18957
18958 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18959 Fix function quoting. Use backquote better.
18960
18961 2011-05-22 Yuanle Song <sylecn@gmail.com>
18962
18963 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18964 matching (Bug#8516).
18965
18966 2011-05-22 Jari Aalto <jari.aalto@cante.net>
18967
18968 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18969 different face (Bug#8178).
18970
18971 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18972
18973 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18974 defface (Bug#8144).
18975
18976 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18977
18978 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18979 funcall as well (bug#8712). Warn when performing those conversions.
18980 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18981
18982 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18983
18984 2011-05-22 Glenn Morris <rgm@gnu.org>
18985
18986 * files.el (hack-local-variables-prop-line): Small simplifications.
18987 (hack-local-variables, hack-local-variables-prop-line):
18988 If MODE-ONLY, return the mode, rather than just `t'.
18989
18990 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
18991
18992 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18993
18994 2011-05-21 Glenn Morris <rgm@gnu.org>
18995
18996 * files.el (hack-local-variables-prop-line, hack-local-variables):
18997 If only interested in the mode, don't bother doing the other stuff.
18998
18999 * image-mode.el (image-after-revert-hook):
19000 Redraw all frames on which the image is visible. (Bug#8567)
19001
19002 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
19003
19004 * wid-edit.el (widget-checklist-match-inline):
19005 Fix 2011-04-19 change. (Bug#8649)
19006
19007 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19008
19009 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
19010 Also allow singlespace after single-letter capitals followed by a dot.
19011
19012 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
19013 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
19014
19015 2011-05-20 Nix <nix@esperi.org.uk>
19016
19017 * files.el (basic-save-buffer-2):
19018 Fix handling of break-hardlink-on-save with non-existent files.
19019
19020 2011-05-19 Deniz Dogan <deniz@dogan.se>
19021
19022 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
19023 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
19024
19025 2011-05-19 Glenn Morris <rgm@gnu.org>
19026
19027 * progmodes/f90.el (f90-type-def-re):
19028 Handle "type, bind(c)". (Bug#8691)
19029
19030 * emacs-lisp/autoload.el (batch-update-autoloads):
19031 Set autoload-excludes by parsing loadup.el rather than Makefiles.
19032
19033 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
19034
19035 * net/tramp.el (tramp-process-actions): Set "first-password-request"
19036 property for the correct connection in case of multihops.
19037
19038 2011-05-18 Glenn Morris <rgm@gnu.org>
19039
19040 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
19041 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
19042
19043 Rationalize calendar handling of day and month abbrev-arrays.
19044 * calendar/calendar.el (calendar-customized-p): New function.
19045 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
19046 (calendar-day-name-array, calendar-month-name-array): Doc fix.
19047 Add :set function.
19048 (calendar-abbrev-length, calendar-day-abbrev-array)
19049 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
19050 (calendar-day-abbrev-array, calendar-month-abbrev-array):
19051 Elements may no longer be nil.
19052 (calendar-day-name, calendar-month-name):
19053 Update for changed nature of abbrev arrays.
19054 * calendar/diary-lib.el (diary-name-pattern):
19055 Update for changed nature of abbrev arrays.
19056 (diary-mark-entries-1): Update calendar-make-alist calls.
19057 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
19058 * calendar/cal-html.el (cal-html-day-abbrev-array):
19059 Simply inherit from calendar-day-abbrev-array.
19060
19061 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
19062
19063 * progmodes/grep.el (grep-mode): Disable default
19064 compilation-directory-matcher setting (bug#8684).
19065
19066 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
19067
19068 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
19069 instead of "head" and "tail". There were problems with SunOS 5.9,
19070 and it performs better.
19071
19072 2011-05-17 Glenn Morris <rgm@gnu.org>
19073
19074 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
19075
19076 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
19077 Replace obsolete function.
19078
19079 * shell.el (pcomplete-parse-arguments-function): Declare.
19080
19081 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
19082 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
19083 (appt-check): Doc fixes.
19084 (appt-disp-window-function, appt-delete-window-function):
19085 Remove needless special case in custom :type.
19086 (appt-display-count): Default to 0, not nil.
19087 (appt-check): Reset appt-display-count to 0, not nil.
19088
19089 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
19090
19091 * progmodes/python.el (python-font-lock-keywords):
19092 Add the Python 3.X keyword "nonlocal" (bug#8639).
19093
19094 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
19095
19096 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
19097
19098 2011-05-16 Kevin Ryde <user42@zip.com.au>
19099
19100 * info-look.el (makefile-automake-mode): New setups, looking in
19101 automake manual, then makefile-mode.
19102 (makefile-mode): Remove automake manual, have it just in
19103 makefile-automake-mode since there's various things different or
19104 not relevant to plain make.
19105 (makefile-mode): Remove "other-modes" non-existent automake-mode,
19106 believe a hypothetical automake-mode would go to makefile-mode,
19107 not the other way around.
19108
19109 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
19110
19111 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
19112 hunk-end tags (Bug#8672).
19113
19114 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
19115 vc-annotate-show-diff-revision-at-line (Bug#8671).
19116
19117 2011-05-14 Glenn Morris <rgm@gnu.org>
19118
19119 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
19120 in the middle of an existing one with multiple authors. (Bug#8645)
19121 (change-log-font-lock-keywords): Also handle multiple author lines
19122 with leading tabs. (Bug#8644)
19123
19124 * calendar/appt.el (appt-check): Rename some local variables.
19125 Some simplification/reordering.
19126
19127 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
19128 (feedmail-sendmail-f-doesnt-sell-me-out)
19129 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19130 (feedmail-debug-sit-for, feedmail-queue-express-hook)
19131 (feedmail-queue-runner-message-sender): Set :version.
19132 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
19133 (bbdb-dwim-net-address, vm-mail): Declare.
19134 (feedmail-binmail-gnulinuxish-template):
19135 Rename from feedmail-binmail-linuxish-template.
19136 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
19137 Use insert-buffer-substring.
19138
19139 2011-05-14 Bill Carpenter <bill@carpenter.org>
19140
19141 * mail/feedmail.el (feedmail-patch-level): Increase.
19142 (feedmail-debug): New custom group.
19143 (feedmail-confirm-outgoing-timeout)
19144 (feedmail-sendmail-f-doesnt-sell-me-out)
19145 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19146 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
19147 (feedmail-sender-line, feedmail-from-line)
19148 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
19149 (feedmail-spray-this-address)
19150 (feedmail-spray-address-fiddle-plex-list)
19151 (feedmail-queue-use-send-time-for-date)
19152 (feedmail-queue-use-send-time-for-message-id)
19153 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
19154 (feedmail-buffer-eating-function):
19155 Doc fixes.
19156 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
19157 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
19158 (feedmail-message-action-scroll-down): New functions.
19159 (feedmail-queue-directory, feedmail-queue-draft-directory):
19160 Use expand-file-name.
19161 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
19162 Remove C-v help entry.
19163 (feedmail-queue-buffer-file-name): New variable.
19164 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
19165 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
19166 (feedmail-message-action-send-strong, feedmail-message-action-edit)
19167 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
19168 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
19169 (feedmail-message-action-toggle-spray)
19170 (feedmail-run-the-queue-no-prompts)
19171 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
19172 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
19173 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
19174 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
19175 (feedmail-envelope-deducer, feedmail-fiddle-from)
19176 (feedmail-fiddle-sender, feedmail-default-date-generator)
19177 (feedmail-fiddle-date, feedmail-fiddle-message-id)
19178 (feedmail-fiddle-spray-address)
19179 (feedmail-fiddle-list-of-spray-fiddle-plexes)
19180 (feedmail-fiddle-list-of-fiddle-plexes)
19181 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
19182 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
19183 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
19184 Change default. Doc fix.
19185 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
19186 (feedmail-binmail-linuxish-template): New constant.
19187 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
19188 Respect feedmail-sendmail-f-doesnt-sell-me-out.
19189 (feedmail-send-it): Add debug call.
19190 Use feedmail-queue-buffer-file-name, and
19191 feedmail-send-it-immediately-wrapper.
19192 (feedmail-message-action-send): Add debug call.
19193 Use feedmail-send-it-immediately-wrapper.
19194 (feedmail-queue-express-to-queue): Add debug call.
19195 Run feedmail-queue-express-hook.
19196 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
19197 (feedmail-message-action-help-blat):
19198 Rename from feedmail-queue-send-edit-prompt-help-first.
19199 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
19200 Check line-endings. Handle errors better.
19201 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
19202 Doc fix. Add debug call.
19203 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
19204 Use feedmail-queue-send-edit-prompt-inner.
19205 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
19206 (feedmail-queue-send-edit-prompt-inner): New function, extracted
19207 from feedmail-queue-send-edit-prompt.
19208 (feedmail-queue-send-edit-prompt-help)
19209 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
19210 (feedmail-tidy-up-slug): Add debug call.
19211 Respect feedmail-queue-slug-suspect-regexp.
19212 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
19213 (feedmail-dump-message-to-queue): Add debug call.
19214 Expand queue-directory.
19215 (feedmail-dump-message-to-queue): Change message slightly.
19216 Use feedmail-say-chatter.
19217 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
19218 (feedmail-send-it-immediately-wrapper): New function.
19219 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
19220 Insert empty string rather than newline. Handle full-frame case.
19221 Use catch/throw. Use feedmail-say-chatter.
19222 (feedmail-fiddle-from): Try mail-host-address.
19223 (feedmail-default-message-id-generator): Doc fix.
19224 Bind system-time-locale. Handle missing end.
19225 (feedmail-fiddle-x-mailer): Add debug call.
19226 Handle feedmail-x-mailer-line being nil.
19227 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
19228 Add debug call. Use buffer-substring-no-properties.
19229 (feedmail-say-debug, feedmail-say-chatter): New functions.
19230 (feedmail-find-eoh): Give an explicit error.
19231
19232 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
19233
19234 * net/newst-treeview.el (newsticker-treeview-face): Change default
19235 family from helvetica to sans.
19236 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
19237 etc/images/newsticker.
19238
19239 * net/newst-reader.el (newsticker-feed-face): Change default
19240 family from helvetica to sans.
19241
19242 * net/newst-plainview.el (newsticker-new-item-face)
19243 (newsticker-old-item-face, newsticker-immortal-item-face)
19244 (newsticker-obsolete-item-face, newsticker-date-face)
19245 (newsticker-statistics-face): Change default family from
19246 helvetica to sans.
19247 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
19248 etc/images/newsticker.
19249
19250 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
19251 (newsticker--process-auto-mark-filter-match): Tell user about
19252 auto-marking.
19253
19254 2011-05-13 Didier Verna <didier@xemacs.org>
19255
19256 Common Lisp indentation improvements on defmethod and lambda-lists.
19257 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
19258 TODO entries.
19259 (lisp-lambda-list-keyword-parameter-indentation)
19260 (lisp-lambda-list-keyword-parameter-alignment)
19261 (lisp-lambda-list-keyword-alignment): New customizable user options.
19262 (lisp-indent-defun-method): Improve docstring.
19263 (extended-loop-p): Fix comment.
19264 (lisp-indent-lambda-list-keywords-regexp): New variable.
19265 (lisp-indent-lambda-list): New function.
19266 (lisp-indent-259): Use it.
19267 (lisp-indent-defmethod): Support for more than one
19268 method qualifier and properly indent methods lambda-lists.
19269 (defgeneric): Provide a missing common-lisp-indent-function property.
19270
19271 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
19272
19273 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
19274 bounds for the empty string (bug#8667).
19275
19276 2011-05-13 Glenn Morris <rgm@gnu.org>
19277
19278 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
19279
19280 * mail/sendmail.el (sendmail-program): Try executable-find first.
19281 (sendmail-send-it): `sendmail-program' cannot be unbound.
19282
19283 * calendar/appt.el (appt-make-list): Simplify.
19284 (appt-time-msg-list): Doc fix.
19285 (appt-check): Change mode-line message at the time of the appointment.
19286
19287 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
19288
19289 * progmodes/ld-script.el (ld-script-keywords)
19290 (ld-script-builtins): Update keywords list.
19291
19292 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19293
19294 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
19295
19296 * shell.el (shell-completion-vars): New function.
19297 (shell-mode):
19298 * simple.el (read-shell-command): Use it.
19299 (blink-matching-open): No need for " [...]" in minibuffer-message.
19300
19301 2011-05-12 Glenn Morris <rgm@gnu.org>
19302
19303 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
19304 (appt-check): Simplify.
19305
19306 2011-05-12 Eli Zaretskii <eliz@gnu.org>
19307
19308 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
19309 literal "/dev/null".
19310
19311 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19312
19313 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
19314 Fix typo.
19315
19316 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
19317
19318 * progmodes/which-func.el (which-function):
19319 Use add-log-current-defun instead of add-log-current-defun-function,
19320 which might not be defined (Bug#8260).
19321
19322 2011-05-12 Glenn Morris <rgm@gnu.org>
19323
19324 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19325 Let byte-compile-initial-macro-environment always take precedence.
19326
19327 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19328
19329 * net/rcirc.el: Add support for SSL/TLS connections.
19330 (rcirc-server-alist): New field `encryption'.
19331 (rcirc): Check `encryption' settings.
19332 (rcirc-connect): New arg `encryption'. Use open-network-stream.
19333 Merge make-local-variable into `set'.
19334 (rcirc--connection-open-p): New function.
19335 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
19336 the process is not a network process (e.g. running gnutls-cli).
19337 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19338 Make rcirc-(en|de)code-coding-system local here.
19339 (rcirc-mode): Merge make-local-variable into `set'.
19340 (rcirc-parent-buffer): Make permanent buffer-local.
19341 (rcirc-multiline-minor-mode): Don't do it here.
19342 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19343 there's no server buffer.
19344
19345 2011-05-11 Glenn Morris <rgm@gnu.org>
19346
19347 * newcomment.el (comment-kill): Prefix "unused" local.
19348
19349 * term/w32console.el (get-screen-color): Declare.
19350
19351 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19352 Handle symbol elements of byte-compile-initial-macro-environment.
19353
19354 2011-05-10 Leo Liu <sdl.web@gmail.com>
19355
19356 * bookmark.el (bookmark-bmenu-mode-map):
19357 Bind bookmark-bmenu-search to `/'.
19358
19359 * mail/footnote.el: Convert to utf-8 encoding.
19360 (footnote-unicode-string, footnote-unicode-regexp): New variable.
19361 (Footnote-unicode): New function.
19362 (footnote-style-alist): Add unicode style to the list.
19363 (footnote-style): Doc fix.
19364
19365 2011-05-10 Jim Meyering <meyering@redhat.com>
19366
19367 Fix doubled-word typos.
19368 * international/quail.el (quail-insert-kbd-layout): and and -> and
19369 * kermit.el: and and -> and
19370 * net/ldap.el (ldap-search-internal): to to -> to
19371 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19372 * progmodes/js.el (js-mode): and and -> and
19373 * textmodes/artist.el (artist-move-to-xy): at at -> at
19374 (artist-draw-region-trim-line-endings): if if -> if
19375 And Safetyc -> Safety.
19376 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19377
19378 2011-05-10 Glenn Morris <rgm@gnu.org>
19379 Stefan Monnier <monnier@iro.umontreal.ca>
19380
19381 * files.el (hack-one-local-variable-eval-safep):
19382 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
19383
19384 2011-05-10 Glenn Morris <rgm@gnu.org>
19385
19386 * calendar/diary-lib.el (diary-list-entries-hook)
19387 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19388 (diary-nongregorian-marking-hook, diary-list-entries)
19389 (diary-include-other-diary-files, diary-mark-entries)
19390 (diary-mark-included-diary-files): Doc fixes.
19391
19392 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19393
19394 * misc.el: Require tabulated-list.el during compilation.
19395
19396 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19397
19398 * progmodes/compile.el (compilation-start):
19399 Run compilation-filter-hook for the async case too.
19400 (compilation-filter-hook): Doc fix.
19401
19402 2011-05-09 Deniz Dogan <deniz@dogan.se>
19403
19404 * wdired.el: Remove outdated installation comment. Fix usage
19405 comment.
19406
19407 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19408
19409 * misc.el: Implement new command `list-dynamic-libraries'.
19410 (list-dynamic-libraries--loaded-only-p): New variable.
19411 (list-dynamic-libraries--refresh): New function.
19412 (list-dynamic-libraries): New command.
19413
19414 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19415
19416 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19417 Fix the ant regexp to handle end-line and end-column info from jikes.
19418 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
19419 higher priority to avoid clobbering by gnu.
19420
19421 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19422
19423 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19424 if the face has existing theme settings (Bug#8454).
19425
19426 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
19427
19428 * progmodes/perl-mode.el (perl-imenu-generic-expression):
19429 Only match variables declared via `my' or `our' (Bug#8261).
19430
19431 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19432 special file names `.' and `..' (Bug#8259).
19433
19434 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19435
19436 * progmodes/grep.el (grep-mode-font-lock-keywords):
19437 Remove buffer-changing entries.
19438 (grep-filter): New function.
19439 (grep-mode): Add it to compilation-filter-hook.
19440
19441 * progmodes/compile.el (compilation-filter-hook)
19442 (compilation-filter-start): New defvars.
19443 (compilation-filter): Call compilation-filter-hook prior to
19444 updating the process mark.
19445
19446 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19447
19448 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19449
19450 2011-05-07 Eli Zaretskii <eliz@gnu.org>
19451
19452 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19453 mailclient-send-it even if window-system is nil. (Bug#8595)
19454
19455 * term/w32console.el (terminal-init-w32console):
19456 Call get-screen-color and use its output to set the frame
19457 background-mode. (Bug#8597)
19458
19459 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19460
19461 Make bytecomp.el understand that defmethod defines funs (bug#8631).
19462 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19463 New functions.
19464 (defgeneric, eieio--defmethod): Use them.
19465 (eieio-defgeneric): Remove.
19466 (defmethod): Call defgeneric in a way visible to the byte-compiler.
19467
19468 2011-05-07 Glenn Morris <rgm@gnu.org>
19469
19470 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19471 Use let rather than let*.
19472 (timeclock-find-discrep): Remove unused local.
19473
19474 * calendar/diary-lib.el (diary-comment-start): Doc fix.
19475
19476 * calendar/appt.el (appt-time-msg-list): Doc fix.
19477
19478 2011-05-06 Noah Friedman <friedman@splode.com>
19479
19480 * apropos.el (apropos-print-doc): Only use
19481 emacs-lisp-docstring-fill-column when it is bound to an integer,
19482 per that variable's documentation.
19483
19484 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19485
19486 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
19487 and warnings are not silently discarded (e.g. use -d instead of -P).
19488
19489 2011-05-06 Glenn Morris <rgm@gnu.org>
19490
19491 * calendar/appt.el (appt-message-warning-time): Doc fix.
19492 (appt-warning-time-regexp): New option.
19493 (appt-make-list): Respect appt-message-warning-time.
19494
19495 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19496 New options.
19497 (diary-add-to-list): Strip comments from the displayed string.
19498 (diary-mode): Set comment-start and comment-end.
19499
19500 * vc/diff-mode.el (smerge-refine-subst): Declare.
19501 (diff-refine-hunk): Don't require smerge-mode when compiling.
19502
19503 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19504
19505 * simple.el (list-processes): Return nil as the docstring says.
19506
19507 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19508
19509 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19510 to "".
19511 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19512 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19513 determining of binary transfer. (Bug#7383)
19514
19515 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19516
19517 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19518 Fix port computation bug. (Bug#8618)
19519
19520 2011-05-05 Glenn Morris <rgm@gnu.org>
19521
19522 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19523
19524 * simple.el (shell-dynamic-complete-functions)
19525 (comint-dynamic-complete-functions): Declare.
19526
19527 * net/network-stream.el (gnutls-negotiate):
19528 * simple.el (tabulated-list-print): Fix declarations.
19529
19530 * progmodes/gud.el (syntax-symbol, syntax-point):
19531 Remove unnecessary and incorrect declarations.
19532
19533 * emacs-lisp/check-declare.el (check-declare-scan):
19534 Handle byte-compile-initial-macro-environment in bytecomp.el.
19535
19536 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19537
19538 Fix earlier half-done eieio-defmethod change (bug#8338).
19539 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19540 Streamline and change calling convention.
19541 (defmethod): Adjust accordingly and simplify.
19542 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19543 new eieio--defmethod.
19544 (slot-boundp): Minor CSE simplification.
19545
19546 2011-05-05 Milan Zamazal <pdm@zamazal.org>
19547
19548 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19549 (glasses-make-readable): Use glasses-separate-capital-groups.
19550
19551 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
19552
19553 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19554 (warning-series): Doc fix.
19555 (display-warning): Don't try to create the buffer if we just found it.
19556
19557 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
19558
19559 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19560 (autoload-find-generated-file): New function.
19561 (generate-file-autoloads): Bind generated-autoload-file to
19562 buffer-file-name.
19563 (update-file-autoloads, update-directory-autoloads):
19564 Use autoload-find-generated-file. If called interactively, prompt for
19565 output file (Bug#7989).
19566 (batch-update-autoloads): Doc fix.
19567
19568 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19569
19570 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19571
19572 2011-05-04 Glenn Morris <rgm@gnu.org>
19573
19574 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19575 function, so it follows changes in calendar-date-style.
19576 (diary-fancy-date-matcher): New function.
19577 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19578 (diary-fancy-font-lock-fontify-region-function):
19579 Use diary-fancy-date-pattern as a function.
19580
19581 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19582 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19583
19584 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19585
19586 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19587 instead of positional arguments. Allow :keylist and :crlfiles
19588 arguments.
19589 (open-gnutls-stream): Call it.
19590
19591 * net/network-stream.el (network-stream-open-starttls): Adjust to
19592 call `gnutls-negotiate' with :process and :hostname arguments.
19593
19594 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19595
19596 * minibuffer.el (completion--message): New function.
19597 (completion--do-completion, minibuffer-complete)
19598 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19599 (completion--do-completion): Don't ignore completion-auto-help when in
19600 icomplete-mode.
19601
19602 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19603 internal encoding (e.g. tibetan zero is not whitespace).
19604 (global-whitespace-mode): Prefer save-current-buffer.
19605 (whitespace-trailing-regexp): Remove useless save-match-data.
19606 (whitespace-empty-at-bob-regexp): Minor simplification.
19607
19608 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
19609
19610 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19611
19612 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19613
19614 * textmodes/ispell.el (ispell-add-per-file-word-list):
19615 Use `concat' to create string for insertion.
19616
19617 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19618
19619 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19620 Avoid open-line which runs post-self-insert-hook.
19621 (bibtex-fill-entry): Remove unused `end' var.
19622
19623 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19624
19625 * textmodes/ispell.el (ispell-add-per-file-word-list):
19626 Protect against `nil' value of `comment-start' (Bug#8579).
19627
19628 2011-05-03 Leo Liu <sdl.web@gmail.com>
19629
19630 * isearch.el (isearch-yank-pop): New command.
19631 (isearch-mode-map): Bind it to `M-y'.
19632 (isearch-forward): Mention it.
19633
19634 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19635
19636 * simple.el (minibuffer-complete-shell-command): Remove.
19637 (minibuffer-local-shell-command-map): Use completion-at-point.
19638 (read-shell-command): Setup completion vars here instead.
19639 (read-expression-map): Bind TAB to symbol completion.
19640
19641 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19642 error directly rather via storing it into `results'.
19643
19644 2011-05-02 Leo Liu <sdl.web@gmail.com>
19645
19646 * vc/diff.el: Fix description.
19647
19648 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19649
19650 * server.el (server-eval-at): New function.
19651
19652 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19653
19654 * net/network-stream.el (open-network-stream): Take a :nowait
19655 parameter and pass it on to `make-network-process'.
19656 (network-stream-open-plain): Ditto.
19657
19658 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19659
19660 * faces.el (face-spec-set-match-display): Don't match toolkit
19661 options on terminal frames.
19662
19663 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19664
19665 * progmodes/pascal.el: Use lexical binding.
19666 (pascal-mode-map): Remove author preferences.
19667
19668 * pcomplete.el (pcomplete-std-complete): Don't abuse
19669 completion-at-point.
19670
19671 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19672
19673 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19674 removing code that has been dead since 1991 or so.
19675
19676 * startup.el (command-line): When warning about "_emacs", use a
19677 delayed warning to allow the user to filter it out.
19678
19679 2011-04-28 Deniz Dogan <deniz@dogan.se>
19680
19681 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19682 user has not joined.
19683
19684 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19685
19686 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19687 aren't any completions at point.
19688
19689 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19690
19691 * subr.el (display-delayed-warnings): New function.
19692 (delayed-warnings-hook): New variable.
19693
19694 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19695
19696 * minibuffer.el (completion-at-point, completion-help-at-point):
19697 Don't presume that a given completion-at-point-function will always
19698 use the same calling convention.
19699
19700 * pcomplete.el (pcomplete-completions-at-point):
19701 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
19702 pcomplete-seen is non-nil.
19703 (pcomplete-comint-setup): Also recognize the new comint/shell
19704 completion functions.
19705 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19706 pcomplete-seen is non-nil.
19707
19708 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
19709
19710 * calendar/icalendar.el (diary-lib): Add require statement.
19711 (icalendar--create-uid): Read out a uid from a text-property on
19712 the first character in the entry. This allows for code to add its
19713 own uid to the entry.
19714 (icalendar--convert-float-to-ical): Add export of
19715 `diary-float'-entries save for those with the optional DAY
19716 argument.
19717
19718 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19719
19720 * subr.el (shell-quote-argument): Use alternate escaping strategy
19721 when we spot a variable reference in a string.
19722
19723 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19724
19725 * cus-start.el (all): Define customization for debug-on-event.
19726
19727 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19728
19729 * subr.el (shell-quote-argument): Escape correctly under Windows.
19730
19731 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19732
19733 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19734
19735 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
19736
19737 * net/tramp.el (tramp-process-actions): Add POS argument.
19738 Delete region between POS and (pos).
19739
19740 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19741 Use `nil' position in `tramp-process-actions' call.
19742 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19743
19744 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19745 position in `tramp-process-actions' call.
19746
19747 * net/trampver.el: Update release number.
19748
19749 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19750
19751 * custom.el (defcustom): Obey lexical-binding.
19752
19753 Fix octave-inf completion problems reported by Alexander Klimov.
19754 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19755 Inherit from octave-mode-syntax-table.
19756 (inferior-octave-mode): Set info-lookup-mode.
19757 (inferior-octave-completion-at-point): New function.
19758 (inferior-octave-complete): Use it and completion-in-region.
19759 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19760 comint-filename-completion.
19761 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19762 symbol elements which shouldn't be word elements.
19763 (octave-font-lock-keywords, octave-beginning-of-defun)
19764 (octave-function-header-regexp): Adjust regexps accordingly.
19765 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19766
19767 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
19768
19769 * net/gnutls.el (gnutls-errorp): Declare before first use.
19770
19771 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19772
19773 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19774 verify-error, and verify-hostname-error parameters. Check whether
19775 default trustfile exists before going to use it. Add missing
19776 argument to gnutls-message-maybe call. Return value.
19777 Reported by Claudio Bley <claudio.bley@gmail.com>.
19778 (open-gnutls-stream): Add usage example.
19779
19780 * net/network-stream.el (network-stream-open-starttls): Give host
19781 parameter to `gnutls-negotiate'.
19782 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19783 * subr.el (shell-quote-argument): Escape correctly under Windows.
19784
19785 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
19786
19787 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19788 Use correct match group (bug#8438).
19789
19790 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19791
19792 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19793 (package-menu--generate): New arg specifying packages to show.
19794 (package-menu-refresh, package-menu-execute, list-packages):
19795 Callers changed.
19796 (package-show-package-list): New function, replacing deleted
19797 package--list-packages (renamed because it is non-internal).
19798
19799 * finder.el (finder-list-matches): Use package-show-package-list
19800 instead of deleted package--list-packages.
19801
19802 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19803 Based on a previous implementation by Juanma Barranquero (Bug#8366).
19804 (vc-annotate-mode-map): Bind it to RET.
19805
19806 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19807
19808 * progmodes/etags.el (next-file): Don't use set-buffer to change
19809 buffers (Bug#8478).
19810
19811 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19812
19813 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19814
19815 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19816 (apropos-accumulator): Doc fix.
19817 (apropos-function, apropos-macro, apropos-command)
19818 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19819 (apropos-plist): Add face property.
19820 (apropos-symbols-internal): Fix indentation.
19821 (apropos-print): Simplify help, and recognize apropos-multi-type.
19822 (apropos-print-doc): Use button-type-get to extract the button's
19823 face property. Fill docstring (Bug#8352).
19824
19825 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
19826
19827 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19828
19829 * play/mpuz.el (mpuz-silent): Doc fix.
19830 (mpuz-mode-map): Use mapc.
19831 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19832 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19833 Fix typos in docstrings.
19834
19835 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19836 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19837
19838 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19839
19840 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19841
19842 * minibuffer.el (completion--do-completion): Avoid the "Next char
19843 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19844
19845 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19846 mouse-2 into unread-command-events, it is interpreted correctly.
19847
19848 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19849 (image-toggle-display): Doc fix.
19850
19851 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
19852
19853 * textmodes/page.el (what-page): Use line-number-at-pos to
19854 calculate line number (Bug#6825).
19855
19856 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19857
19858 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19859 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19860 Pass argument NO-DEFAULT to `find-tag-interactive'.
19861
19862 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19863
19864 Lexical-binding cleanup.
19865
19866 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19867 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19868 * progmodes/ada-prj.el (ada-prj-initialize-values)
19869 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19870 (ada-prj-show-value):
19871 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19872 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19873 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19874 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19875 * progmodes/bug-reference.el (bug-reference-push-button):
19876 * progmodes/fortran.el (fortran-line-length):
19877 * progmodes/glasses.el (glasses-change):
19878 * progmodes/octave-mod.el (octave-fill-paragraph):
19879 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19880 (python-pdbtrack-grub-for-buffer, python-sentinel):
19881 * progmodes/sql.el (sql-save-connection):
19882 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19883 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19884 Mark unused parameters.
19885
19886 * progmodes/compile.el (compilation--flush-directory-cache)
19887 (compilation--flush-parse, compile-internal): Mark unused parameters.
19888 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19889 (compilation-next-error-function): Remove unused variable `timestamp'.
19890
19891 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19892 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19893
19894 * progmodes/dcl-mode.el (dcl-end-of-command):
19895 Remove unused variable `start'.
19896 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19897 (dcl-option-value-basic, dcl-option-value-offset)
19898 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19899 Mark unused parameters.
19900 (dcl-save-local-variable): Remove unused variable `val'.
19901 (mode): Declare.
19902
19903 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19904 Mark unused parameters.
19905 (delphi-ignore-changes): Move before first use.
19906 (delphi-charset-token-at): Remove unused variable `start'.
19907 (delphi-else-start): Remove unused variable `if-count'.
19908 (delphi-comment-block-start, delphi-comment-block-end):
19909 Remove unused variable `kind'.
19910 (delphi-indent-line): Remove unused variable `new-point'.
19911
19912 * progmodes/ebrowse.el (ebrowse-files-list)
19913 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19914 Mark unused parameters. Don't quote `lambda'.
19915 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19916 Don't quote `lambda'.
19917 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19918 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19919 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19920 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19921 Use `ignore-errors'.
19922 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19923 (ebrowse-view/find-file-and-search-pattern)
19924 (ebrowse-view/find-member-declaration/definition):
19925 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19926 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19927 Rename parameter PREFIX-ARG to PREFIX.
19928 (ebrowse-tags-read-name): Remove unused variables `start' and
19929 `member-info'.
19930 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19931 to `tags-file'.
19932
19933 * progmodes/etags.el (local-find-tag-hook): Declare.
19934 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19935 Mark unused parameters.
19936
19937 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19938 (executable-interpret): Mark unused parameter.
19939
19940 * progmodes/flymake.el (flymake-process-sentinel)
19941 (flymake-after-change-function)
19942 (flymake-create-temp-with-folder-structure)
19943 (flymake-get-include-dirs-dot): Mark unused parameters.
19944 (flymake-safe-delete-directory): Remove unused variable `err'.
19945
19946 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19947 (speedbar-timer-fn, speedbar-line-text)
19948 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19949 (speedbar-center-buffer-smartly): Declare functions.
19950 (gdb-find-watch-expression): Remove unused variable `array'.
19951 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19952 (gdb-starting): Mark unused parameters.
19953 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19954 (gdb-table-string): Remove unused variable `res'.
19955 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19956 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19957 (gdb-display-buffer): Remove unused variable `cur-size'.
19958
19959 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19960 allow lexical-binding compilation.
19961 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19962 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19963 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19964 Mark unused parameters.
19965 (gud-gdb-marker-filter): Remove unused variable `match'.
19966 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19967 lambda expressions and funcall them, instead of using `fset'.
19968
19969 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19970 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19971
19972 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19973 variable `header-beg'; use `let'.
19974
19975 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19976 `restart', `last-sexp' and `at-do'.
19977
19978 * progmodes/js.el (js--debug): Mark unused parameter.
19979 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19980 (js--splice-into-items): Remove unused variable `item'.
19981 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19982
19983 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19984 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19985 (makefile-complete): Remove unused variable `try'.
19986 (makefile-fill-paragraph, makefile-match-function-end):
19987 Mark unused parameters.
19988
19989 * progmodes/octave-inf.el (inferior-octave-complete):
19990 Remove unused variable `proc'.
19991 (inferior-octave-output-digest): Mark unused parameter.
19992
19993 * progmodes/perl-mode.el (perl-calculate-indent):
19994 Remove unused variable `err'.
19995
19996 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19997 (prolog-indent-line): Mark unused parameters.
19998 (prolog-indent-line): Remove unused variable `beg'.
19999
20000 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
20001 (reporter-dont-compact-list): Declare.
20002
20003 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
20004 Remove unused variable `char'.
20005 (sh-debug): Mark unused parameter.
20006 (sh-get-indent-info): Remove unused variable `start'.
20007 (sh-calculate-indent): Remove unused variable `var'.
20008
20009 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
20010 (simula-electric-keyword): Remove unused variable `null'.
20011 (simula-search-backward, simula-search-forward): Remove unused
20012 variables `begin' and `end'.
20013
20014 * progmodes/vera-mode.el (vera-guess-basic-syntax):
20015 Remove unused variable `pos'.
20016 (vera-electric-tab, vera-comment-uncomment-region):
20017 Mark unused parameters.
20018 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
20019
20020 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
20021
20022 * emacs-lisp/package.el (package--builtins, package-alist)
20023 (package-load-descriptor, package-built-in-p, package-activate)
20024 (define-package, package-installed-p)
20025 (package-compute-transaction, package-buffer-info)
20026 (package--push): Doc fix. Distinguish more clearly between
20027 version strings and version lists.
20028
20029 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
20030
20031 Lexical-binding cleanup.
20032
20033 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
20034 (5x5-make-mutate-best):
20035 * play/fortune.el (fortune-in-buffer):
20036 * play/gomoku.el (gomoku-init-display):
20037 * play/solitaire.el (solitaire, solitaire-do-check):
20038 * play/tetris.el (tetris-default-update-speed-function):
20039 Mark unused parameters.
20040
20041 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
20042 (bubbles--shift): Remove unused variable `char-org'.
20043 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
20044 (bubbles--show-images): Remove unused variable `char'.
20045
20046 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
20047 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
20048 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
20049 (decipher-analyze-buffer): Use ?\s.
20050 (decipher-make-checkpoint): Remove unused variable `mapping'.
20051
20052 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
20053
20054 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
20055 Remove unused variable `result'; use `let'.
20056
20057 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
20058 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
20059 (gametree-children-shown-p, gametree-compute-reduced-score):
20060 Use `ignore-errors'.
20061
20062 * play/handwrite.el (ps-lpr-switches): Declare.
20063 (handwrite): Remove unused variables `pmin' and `lastp'.
20064
20065 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
20066
20067 * play/landmark.el (landmark-init-display)
20068 (landmark-update-naught-weights): Mark unused parameters.
20069 (landmark-y): Remove unused variable `noise'. Simplify.
20070 (landmark-human-plays): Remove unused variable `score'.
20071
20072 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
20073 (mpuz-try-proposal): Remove unused variable `game'.
20074
20075 * play/zone.el (life-patterns): Declare.
20076
20077 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
20078
20079 * vc/vc.el (ediff-vc-internal): Declare function.
20080
20081 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20082
20083 * shell.el: Use lexical-binding and std completion UI.
20084 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
20085 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
20086 comint-preoutput-filter-functions rather than on
20087 comint-output-filter-functions.
20088 (shell-command-completion, shell--command-completion-data)
20089 (shell-filename-completion, shell-environment-variable-completion)
20090 (shell-c-a-p-replace-by-expanded-directory): New functions.
20091 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
20092 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
20093 (shell-dynamic-complete-environment-variable): Use them.
20094 (shell-dynamic-complete-as-environment-variable)
20095 (shell-dynamic-complete-as-command): Remove.
20096 (shell-match-partial-variable): Match past point.
20097 * comint.el: Clean up use of completion-at-point-functions.
20098 (comint-completion-at-point): New function.
20099 (comint-mode): Use it completion-at-point-functions.
20100 (comint-dynamic-complete): Make it obsolete.
20101 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
20102 (comint-c-a-p-replace-by-expanded-history): New function.
20103 (comint-dynamic-complete-functions)
20104 (comint-replace-by-expanded-history): Use it.
20105 * minibuffer.el (completion-table-with-terminator): Allow dynamic
20106 termination strings. Try harder to avoid second try-completion.
20107 (completion-in-region-mode-map): Disable bindings that don't work yet.
20108
20109 * comint.el: Use lexical-binding. Require CL.
20110 (comint-dynamic-complete-functions): Use comint-filename-completion.
20111 (comint-completion-addsuffix): Tweak custom type.
20112 (comint-filename-completion, comint--common-suffix)
20113 (comint--common-quoted-suffix, comint--table-subvert)
20114 (comint--complete-file-name-data): New functions.
20115 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
20116 (comint-dynamic-list-filename-completions): Use them.
20117 (comint-dynamic-simple-complete): Make obsolete.
20118
20119 * minibuffer.el (completion-in-region-mode):
20120 Keep completion-in-region-mode--predicate global.
20121 (completion-in-region--postch):
20122 Assume completion-in-region-mode--predicate is not null.
20123
20124 * progmodes/flymake.el (flymake-start-syntax-check-process):
20125 Obey `dir'. Simplify.
20126
20127 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
20128 we're in VC after all.
20129
20130 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
20131
20132 * vc/vc.el (vc-diff-build-argument-list-internal)
20133 (vc-version-ediff, vc-ediff): New commands.
20134 (vc-version-diff): Use vc-diff-build-argument-list-internal.
20135
20136 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20137
20138 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
20139 add sanity check.
20140
20141 * obsolete/erc-hecomplete.el: Make obsolete.
20142 * obsolete/: Standardize obsolescence info in the header.
20143
20144 2011-04-20 Glenn Morris <rgm@gnu.org>
20145
20146 * calendar/solar.el (solar-horizontal-coordinates):
20147 Use the longitude argument rather than `calendar-longitude'.
20148 (solar-date-next-longitude): Remove unused locals.
20149
20150 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20151
20152 * whitespace.el: New version 13.2.1.
20153
20154 2011-04-20 felix <EmacsWiki> (tiny change)
20155
20156 * whitespace.el (global-whitespace-mode): Keep highlight when
20157 switching between major modes on a file.
20158
20159 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20160
20161 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
20162 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
20163 multi-line comments as well.
20164
20165 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
20166
20167 Lexical-binding cleanup.
20168
20169 * arc-mode.el (archive-mode-revert):
20170 * cmuscheme.el (scheme-interactively-start-process):
20171 * custom.el (custom-initialize-delay):
20172 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
20173 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
20174 * emacs-lock.el (emacs-lock-clear-sentinel):
20175 * ezimage.el (defezimage):
20176 * follow.el (follow-avoid-tail-recenter):
20177 * fringe.el (set-fringe-mode-1):
20178 * generic-x.el (bat-generic-mode-compile):
20179 * help-mode.el (help-info-variable, help-do-xref)
20180 (help-mode-revert-buffer):
20181 * help.el (view-emacs-todo):
20182 * iswitchb.el (iswitchb-completion-help):
20183 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
20184 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
20185 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
20186 * locate.el (locate-update):
20187 * longlines.el (longlines-encode-region)
20188 (longlines-after-change-function):
20189 * outline.el (outline-isearch-open-invisible):
20190 * ps-def.el (declare-function, charset-dimension, char-width)
20191 (encode-char):
20192 * ps-mule.el (ps-mule-plot-string):
20193 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
20194 (recentf-edit-list-select, recentf-edit-list-validate)
20195 (recentf-open-files-action):
20196 * rect.el (delete-whitespace-rectangle-line)
20197 (rectangle-number-line-callback):
20198 * register.el (window-configuration-to-register)
20199 (frame-configuration-to-register):
20200 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
20201 * select.el (xselect-convert-to-string, xselect-convert-to-length)
20202 (xselect-convert-to-targets, xselect-convert-to-delete)
20203 (xselect-convert-to-filename, xselect-convert-to-charpos)
20204 (xselect-convert-to-lineno, xselect-convert-to-colno)
20205 (xselect-convert-to-os, xselect-convert-to-host)
20206 (xselect-convert-to-user, xselect-convert-to-class)
20207 (xselect-convert-to-name, xselect-convert-to-integer)
20208 (xselect-convert-to-atom, xselect-convert-to-identity):
20209 * subr.el (declare, ignore, process-kill-without-query)
20210 (text-clone-maintain):
20211 * terminal.el (te-get-char, te-tic-sentinel):
20212 * tool-bar.el (tool-bar-make-keymap):
20213 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
20214 * type-break.el (type-break-mode, type-break-noninteractive-query):
20215 * view.el (View-back-to-mark):
20216 * wid-browse.el (widget-browse-action, widget-browse-widget)
20217 (widget-browse-widgets, widget-browse-sexp):
20218 * widget.el (define-widget-keywords):
20219 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
20220 Mark unused parameters.
20221
20222 * align.el (align-adjust-col-for-rule): Mark unused parameter.
20223 (align-areas): Remove unused variable `look'.
20224 (align-region): Remove unused variables `real-end' and `pos-list'.
20225
20226 * apropos.el (apropos-score-doc): Remove unused variable `i'.
20227
20228 * bindings.el (mode-line-modified, mode-line-remote):
20229 Mark unused parameters.
20230 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
20231
20232 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
20233 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
20234
20235 * comint.el (comint-history-isearch-pop-state)
20236 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
20237 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
20238 (comint-substitute-in-file-name): Doc fix.
20239
20240 * completion.el (cmpl-statistics-block): Mark unused parameter.
20241 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
20242 (save-completions-to-file, load-completions-from-file):
20243 Remove unused local variable `e'.
20244
20245 * composite.el (compose-chars): Remove unused variable `len'.
20246 (lgstring-insert-glyph): Remove unused variable `g'.
20247 (compose-glyph-string): Remove unused variables `ascent',
20248 `descent', `lbearing' and `rbearing'.
20249 (compose-glyph-string-relative): Remove unused variables
20250 `lbearing', `rbearing' and `wadjust'.
20251 (compose-gstring-for-graphic): Remove unused variables `header',
20252 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
20253 (compose-gstring-for-terminal): Remove unused variables `header'
20254 and `nchars'. Use `let', not `let*'.
20255
20256 * cus-edit.el (Custom-set, Custom-save, custom-reset)
20257 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
20258 (Custom-buffer-done, custom-buffer-create-internal)
20259 (custom-browse-visibility-action, custom-browse-group-tag-action)
20260 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
20261 (widget-magic-mouse-down-action, custom-toggle-parent)
20262 (custom-add-parent-links, custom-toggle-hide-variable)
20263 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
20264 (custom-toggle-hide-face, face, hook, custom-group-link-action)
20265 (custom-face-menu-create, custom-variable-menu-create, get)
20266 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
20267 (custom-reset-standard-save-and-update): Remove unused variable `value'.
20268 (customize-apropos): Remove unused variable `tests'.
20269 (custom-group-value-create): Remove unused variable `hidden-p'.
20270 (sort-fold-case): Declare.
20271
20272 * cus-theme.el (custom-reset-standard-faces-list)
20273 (custom-reset-standard-variables-list): Declare.
20274 (customize-create-theme, custom-theme-revert, custom-theme-write)
20275 (custom-theme-choose-mode, customize-themes, custom-theme-save):
20276 Mark unused parameters.
20277
20278 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
20279
20280 * delim-col.el (delimit-columns-max): Move defvar before first use.
20281
20282 * descr-text.el (describe-char-categories): Don't quote `lambda'.
20283 (describe-char): Don't quote `lambda'. Mark unused parameter.
20284
20285 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
20286 (auto-insert): Declare.
20287 (desktop-restore-file-buffer): Rename desktop-* parameters;
20288 mark unused ones.
20289 (desktop-create-buffer): Rename desktop-* parameters and bind them.
20290 (desktop-buffer): Rename desktop-* parameters.
20291
20292 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
20293 (dframe-reposition-frame-xemacs, dframe-help-echo)
20294 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
20295 Mark unused parameters.
20296
20297 * dired-aux.el (backup-extract-version-start, overwrite-query)
20298 (overwrite-backup-query, rename-regexp-query)
20299 (rename-non-directory-query): Declare.
20300 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
20301 (dired-add-entry): Remove unused variable `orig-file-name'.
20302 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
20303 Use parameter PRESERVE-TIME instead of accessing dynamic variable
20304 `dired-copy-preserve-time' directly.
20305 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
20306 (dired-insert-subdir-newpos): Rename unused variable `pos'.
20307
20308 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
20309 (dired-virtual-revert, dired-make-relative-symlink):
20310 Mark unused parameters.
20311 (manual-program): Declare.
20312 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
20313 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
20314 wrapped in `with-no-warnings' to avoid replacing one warning by another.
20315
20316 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20317
20318 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20319
20320 * echistory.el (electric-history-in-progress, Helper-return-blurb):
20321 Declare.
20322
20323 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20324
20325 * electric.el (Electric-command-loop): Rename parameter
20326 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20327
20328 * expand.el (expand-in-literal): Remove unused variable `here'.
20329
20330 * facemenu.el (facemenu-add-new-color):
20331 Remove unused variable `docstring'.
20332
20333 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20334 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20335 (face-attr-construct): Mark unused parameter. Doc fix.
20336 (read-color): Remove unused variable `hex-string'.
20337
20338 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20339 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20340 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20341 (display-buffer-other-frame): Remove unused variable `old-window'.
20342 (kill-buffer-hook): Declare.
20343 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20344 Mark unused parameters.
20345 (after-find-file): Pass 1 to `auto-save-mode', not t.
20346
20347 * files-x.el (auto-insert): Declare.
20348 (modify-file-local-variable-prop-line): Remove unused variable `val'.
20349
20350 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
20351 variable `buf'. Mark unused parameter.
20352 (find-lisp-insert-directory): Mark unused parameter.
20353
20354 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20355 (format-encode-region): Remove unused variables `cur-buf' and `result'.
20356 (format-common-tail): Remove, unused.
20357 (format-deannotate-region): Remove unused variable `loc'.
20358 (format-annotate-region): Remove unused variable `p'.
20359 (format-annotate-single-property-change): Remove unused variables
20360 `default' and `tail'.
20361
20362 * forms.el (read-file-filter): Declare.
20363 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20364
20365 * frame.el (frame-creation-function-alist): Mark unused parameter.
20366 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20367
20368 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20369 Remove unused parameters.
20370 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20371 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20372
20373 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20374 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20375 (hfy-prepare-tag-map): Mark unused parameters.
20376 (htmlfontify-buffer): Use `called-interactively-p'.
20377
20378 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20379 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20380 (ibuffer-do-occur): Mark unused parameters.
20381 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20382 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20383
20384 * ibuffer.el: Don't quote `lambda'.
20385 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20386 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20387 Mark unused parameters.
20388
20389 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20390 (ido-completing-read): Mark unused parameters.
20391 (ido-copy-current-word): Mark unused parameters;
20392 remove unused variable `name'.
20393 (ido-sort-merged-list): Remove unused parameter `dirs'.
20394
20395 * ielm.el (ielm-input-sender): Mark unused parameter.
20396 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20397 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20398 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20399 `ielm-string' as a dynamic variable accessible from the IELM prompt.
20400 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
20401
20402 * image-dired.el (image-dired-display-thumbs): Remove unused
20403 variables `curr-file' and `count'.
20404 (image-dired-remove-tag): Remove unused variable `start'.
20405 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20406 variable `curr-file'
20407 (image-dired-rotate-original): Remove unused variable `temp-file'.
20408 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20409 Remove unused variable `file'.
20410 (image-dired-gallery-generate): Remove unused variable `curr'.
20411 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20412
20413 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20414
20415 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20416
20417 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20418
20419 * isearch.el (minibuffer-history-symbol): Declare.
20420 (isearch-edit-string): Remove unused variable `err'.
20421 (isearch-message-prefix, isearch-message-suffix):
20422 Mark unused parameters.
20423
20424 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20425
20426 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20427
20428 * makesum.el (double-column): Remove unused variable `cnt'.
20429
20430 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20431 (ido-ignore-item-temp-list): Declare.
20432
20433 * mouse-drag.el (mouse-drag-throw): Remove unused variables
20434 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20435 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20436 (mouse-drag-drag): Remove unused variables `mouse-delta' and
20437 `mouse-col-delta'.
20438
20439 * mouse-sel.el (mouse-extend-internal):
20440 Remove unused variable `orig-window-frame'.
20441
20442 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20443 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20444 Move declarations before first use.
20445 (pcomplete-opt): Mark unused parameters; doc fix.
20446
20447 * proced.el (proced-revert): Mark unused parameter.
20448 (proced-send-signal): Remove unused variable `err'.
20449
20450 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20451 Rename parameter PREFIX-ARG to ARG.
20452 (ps-basic-plot-string, ps-basic-plot-whitespace):
20453 Mark unused parameters.
20454
20455 * replace.el (replace-count): Define.
20456 (occur-revert-function): Mark unused parameters.
20457 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20458 (isearch-case-fold-search, isearch-string): Declare.
20459 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20460 bind `case-fold-search'. Remove unused variables `beg' and `end',
20461 and simplify.
20462 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20463 COUNT and bind `replace-count'.
20464 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20465 to COUNT.
20466
20467 * savehist.el (print-readably, print-string-length): Declare.
20468
20469 * shadowfile.el (shadow-expand-cluster-in-file-name):
20470 Remove unused variable `cluster'.
20471 (shadow-copy-file): Remove unused variable `i'.
20472 (shadow-noquery, shadow-clusters, shadow-site-cluster)
20473 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20474 (shadow-define-literal-group, shadow-define-regexp-group)
20475 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20476
20477 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20478 (shell): Use `called-interactively-p'.
20479 (shell-directory-tracker): Remove unused variable `chdir-failure'.
20480
20481 * simple.el (compilation-context-lines, comint-file-name-quote-list)
20482 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20483 (delete-backward-char): Remove unused variable `ocol'.
20484 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20485 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20486 (event-apply-hyper-modifier, event-apply-shift-modifier)
20487 (event-apply-control-modifier, event-apply-meta-modifier):
20488 Mark unused parameters.
20489 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20490 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20491
20492 * speedbar.el (speedbar-ignored-directory-expressions)
20493 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20494 (speedbar-find-file, speedbar-dir-follow)
20495 (speedbar-directory-buttons-follow, speedbar-tag-find)
20496 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20497 (speedbar-buffers-line-directory, speedbar-buffer-click):
20498 Mark unused parameters.
20499 (speedbar-tag-file): Remove unused variable `mode'.
20500 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20501
20502 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20503
20504 * talk.el (talk): Remove unused variable `display'.
20505
20506 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20507 (tar-write-region-annotate): Mark unused parameter.
20508
20509 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20510 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20511 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20512 warning by another.
20513
20514 * time-stamp.el (time-stamp-string-preprocess):
20515 Remove unused variable `require-padding'.
20516
20517 * tree-widget.el (widget-glyph-enable): Declare.
20518 (tree-widget-action): Mark unused parameter.
20519
20520 * w32-fns.el (x-get-selection): Mark unused parameter.
20521 (autoload-make-program, generated-autoload-file): Declare.
20522
20523 * wdired.el (wdired-revert): Mark unused parameters.
20524 (wdired-xcase-word): Remove unused variable `err'.
20525
20526 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20527 (whitespace-help-scroll): Remove unused variable `data-help'.
20528
20529 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20530 (widget-image-insert, widget-after-change, default)
20531 (widget-default-format-handler, widget-default-notify)
20532 (widget-default-prompt-value, widget-info-link-action)
20533 (widget-url-link-action, widget-function-link-action)
20534 (widget-variable-link-action, widget-file-link-action)
20535 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20536 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20537 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20538 (widget-insert-button-action, widget-delete-button-action, visibility)
20539 (widget-documentation-link-action, widget-documentation-string-action)
20540 (widget-const-prompt-value, widget-regexp-match, symbol)
20541 (widget-coding-system-prompt-value)
20542 (widget-key-sequence-value-to-external, sexp)
20543 (widget-sexp-value-to-internal, character, vector, cons)
20544 (widget-choice-prompt-value, widget-boolean-prompt-value)
20545 (widget-color--choose-action): Mark unused parameters.
20546 (widget-item-match-inline, widget-choice-match-inline)
20547 (widget-checklist-match, widget-checklist-match-inline)
20548 (widget-group-match): Rename parameter VALUES to VALS.
20549 (widget-field-value-set): Remove unused variable `size'.
20550 (widget-color-action): Remove unused variables `value' and `start'.
20551
20552 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
20553 variable `dir'. Doc fix.
20554 (windmove-find-other-window): Don't pass it.
20555
20556 * window.el (count-windows): Mark unused parameter.
20557 (bw-adjust-window): Remove unused variable `err'.
20558
20559 * woman.el (woman-file-name): Remove unused variable `default'.
20560 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20561 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20562 (global-font-lock-mode): Declare.
20563 (woman-decode-region): Mark unused parameter.
20564 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20565
20566 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20567 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20568 (x-dnd-handle-moz-url): Remove unused variable `title'.
20569 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20570
20571 * xml.el (xml-parse-tag, xml-parse-attlist):
20572 Remove unused variable `pos'.
20573
20574 2011-04-19 Glenn Morris <rgm@gnu.org>
20575
20576 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20577 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20578 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20579 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20580 * calendar/cal-html.el (cal-html-insert-minical):
20581 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20582 (calendar-mark-date-pattern):
20583 Prefix "unused" locals.
20584
20585 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20586 optional argument `style'.
20587
20588 * calendar/appt.el (appt-make-list):
20589 * calendar/cal-china.el (calendar-chinese-date-string):
20590 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20591 (diary-hebrew-yahrzeit):
20592 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20593 * calendar/calendar.el (calendar-generate-window):
20594 * calendar/time-date.el (time-to-days):
20595 Remove unused local variables.
20596
20597 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
20598
20599 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20600 glyphless-char-display table.
20601 (tabulated-list-glyphless-char-display): New var.
20602
20603 2011-04-18 Sam Steingold <sds@gnu.org>
20604
20605 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20606 to acknowledgments.
20607
20608 2011-04-17 Glenn Morris <rgm@gnu.org>
20609
20610 * calendar/diary-lib.el (diary-sexp-entry):
20611 * calendar/holidays.el (holiday-sexp):
20612 Set debug-on-error rather than the removed stack-trace-on-error.
20613
20614 2011-04-16 Glenn Morris <rgm@gnu.org>
20615
20616 * progmodes/f90.el: Use lexical-binding.
20617 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20618
20619 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20620
20621 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20622 (mail-mode): Setup mailalias completion here instead.
20623 * mail/mailalias.el: Use lexical-binding.
20624 (pattern, mailalias-done): Declare dynamic.
20625 (mail-completion-at-point-function): New function, from mail-complete.
20626 (mail-complete): Use it.
20627 (mail-completion-expand): New function.
20628 (mail-get-names): Use it.
20629 (mail-directory, mail-directory-process, mail-directory-stream):
20630 Don't use `pattern' for lexically bound arg.
20631
20632 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20633
20634 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20635 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20636 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20637
20638 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20639 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20640 (byte-interactive-p): Define them again, for use when inlining
20641 old code.
20642
20643 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
20644
20645 * loadup.el: Use `string-to-number', not `string-to-int'.
20646
20647 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20648
20649 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20650 gud-gdb-complete-command.
20651 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20652 (gud-gdb-completion-at-point): New function.
20653 (gud-gdb-completions): Remove.
20654
20655 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
20656
20657 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20658 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20659 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20660 whether `executable-find' is bound.
20661
20662 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20663
20664 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20665
20666 * minibuffer.el (completion-in-region-mode-predicate)
20667 (completion-in-region-mode--predicate): New vars.
20668 (completion-in-region, completion-in-region--postch)
20669 (completion-in-region-mode): Use them.
20670 (completion--capf-wrapper): Also return the hook function.
20671 (completion-at-point, completion-help-at-point):
20672 Adjust and provide a predicate.
20673
20674 Preserve arg names for advice of subr and lexical functions (bug#8457).
20675 * help-fns.el (help-function-arglist): Consolidate the subr and
20676 new-byte-code cases. Add argument `preserve-names' to extract names
20677 from the docstring when needed.
20678 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20679 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20680 (ad-arglist): Use help-function-arglist's new arg.
20681 (ad-definition-type): Use cond.
20682
20683 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
20684
20685 * autorevert.el (auto-revert-handler):
20686 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20687 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20688 Don't quote lambda.
20689
20690 * image-mode.el (image-transform-set-scale):
20691 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20692
20693 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20694
20695 * net/network-stream.el (network-stream-open-starttls): Only do
20696 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
20697 Upgrades via gnutls-cli are too slow to be done opportunistically.
20698
20699 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
20700
20701 * dframe.el (dframe-current-frame): Remove spurious quote.
20702
20703 2011-04-12 Glenn Morris <rgm@gnu.org>
20704
20705 * calendar/cal-tex.el (cal-tex-end-document):
20706 Try to automatically use latin1 input if needed.
20707
20708 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20709 Don't try to cons a mark onto an empty element.
20710
20711 2011-04-11 Leo Liu <sdl.web@gmail.com>
20712
20713 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20714 buffers.
20715 (ido-kill-buffer-at-head): Support killing virtual buffers.
20716
20717 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
20718
20719 * minibuffer.el (completion-show-inline-help): New var.
20720 (completion--do-completion, minibuffer-complete)
20721 (minibuffer-force-complete, minibuffer-complete-word):
20722 Inhibit minibuffer messages if completion-show-inline-help is nil.
20723
20724 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20725 to avoid interference from inline help (Bug#5849).
20726
20727 2011-04-10 Leo Liu <sdl.web@gmail.com>
20728
20729 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20730 Fix typo.
20731
20732 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20733
20734 * image-mode.el (image-toggle-display-image): Signal an error if
20735 not in Image mode.
20736 (image-transform-mode, image-transform-resize)
20737 (image-transform-set-rotation): Doc fix.
20738 (image-transform-set-resize): Delete.
20739 (image-transform-set-scale, image-transform-fit-to-height)
20740 (image-transform-fit-to-width): Handle image-toggle-display-image
20741 and image-transform-resize directly.
20742
20743 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
20744
20745 * doc-view.el (doc-view-fit-width-to-window)
20746 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20747 New functions for fitting the shown image to the Emacs window size.
20748 (doc-view-mode-map): Add bindings for the new functions.
20749
20750 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
20751
20752 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20753 Fix typo in docstring.
20754
20755 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20756
20757 * files.el (file-size-human-readable): Produce one digit after
20758 decimal, like "ls -lh" does.
20759
20760 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20761 the file size representation.
20762
20763 * simple.el (list-processes): If async subprocesses are not
20764 available, error out with a clear error message.
20765
20766 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20767
20768 * help.el (help-form-show): New function, to be called from C.
20769 Put help-form output in a buffer named differently than *Help*.
20770
20771 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20772
20773 * files.el (file-size-human-readable): New function.
20774
20775 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20776 computing the representation inline. Don't require `cl'.
20777
20778 2011-04-08 Glenn Morris <rgm@gnu.org>
20779
20780 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20781
20782 * net/browse-url.el (browse-url-firefox):
20783 Test system-type, not system-configuration.
20784
20785 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20786 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20787 Use log-edit-empty-buffer-p. (Bug#7598)
20788
20789 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20790 (rlogin-mode-map): Initialize in the defvar.
20791 (rlogin): Use ignore-errors.
20792
20793 * replace.el (occur-mode-map): Some fixes for menu items.
20794
20795 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20796
20797 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20798
20799 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20800
20801 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20802 issuing unused warnings.
20803
20804 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20805 macro directly.
20806
20807 * simple.el: Lisp reimplement of list-processes. Based on an
20808 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20809 (process-menu-mode): New major mode.
20810 (list-processes--refresh, list-processes):
20811 (process-menu-visit-buffer): New functions.
20812
20813 * files.el (save-buffers-kill-emacs): Don't assume any return
20814 value of list-processes, which is undocumented anyway.
20815
20816 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20817
20818 * emacs-lisp/tabulated-list.el: New file.
20819
20820 * emacs-lisp/package.el: Use Tabulated List mode.
20821 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20822 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20823 table format using Tabulated List mode variables.
20824 (package--push): New macro, replacing package-list-maybe-add.
20825 (package-menu--generate): Use package--push. Renamed from
20826 package--generate-package-list.
20827 (package-menu-refresh, list-packages): Use it.
20828 (package-menu--print-info): Rename from package-print-package.
20829 Return insertion data instead of inserting it directly.
20830 (package-menu-describe-package, package-menu-execute):
20831 Use tabulated-list-get-id.
20832 (package-menu-mark-delete, package-menu-mark-install)
20833 (package-menu-mark-unmark, package-menu-backup-unmark)
20834 (package-menu-mark-obsolete-for-deletion):
20835 Use tabulated-list-put-tag.
20836 (package--list-packages, package-menu-revert)
20837 (package-menu-get-package, package-menu-get-version)
20838 (package-menu-sort-by-column): Functions deleted.
20839 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20840 (package-menu--status-predicate, package-menu--version-predicate)
20841 (package-menu--name-predicate)
20842 (package-menu--description-predicate): Handle arguments in the
20843 Tabulated List format.
20844 (package-list-packages-no-fetch): Call list-packages.
20845
20846 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
20847
20848 * files.el (after-find-file-from-revert-buffer): Remove variable.
20849 (after-find-file): Don't bind it.
20850 (revert-buffer-in-progress-p): New variable.
20851 (revert-buffer): Bind it.
20852 Pass nil for `after-find-file-from-revert-buffer'.
20853
20854 * saveplace.el (save-place-find-file-hook): Use new variable
20855 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20856
20857 2011-04-06 Glenn Morris <rgm@gnu.org>
20858
20859 * Makefile.in (AUTOGEN_VCS): New variable.
20860 (autoloads): Use $AUTOGEN_VCS.
20861
20862 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20863 * calendar/calendar.el (calendar-mode-map):
20864 Check for toolkit scroll bars. (Bug#8305)
20865
20866 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20867
20868 * minibuffer.el (completion-in-region--postch)
20869 (completion-in-region-mode): Remove unnecessary messages.
20870
20871 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
20872
20873 * font-lock.el (font-lock-refresh-defaults):
20874 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20875 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20876
20877 * info.el (Info-directory-list, Info-read-node-name-2)
20878 (Info-split-parameter-string): Doc fixes.
20879 (Info-virtual-nodes): Reflow docstring.
20880 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20881 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20882 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20883 Fix typos in docstrings.
20884 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20885 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20886 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20887 (Info-restore-desktop-buffer): Mark unused parameters.
20888 (Info-directory-find-file, Info-directory-find-node)
20889 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20890 (Info-virtual-index-find-node, Info-apropos-find-file)
20891 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20892 Mark unused parameters; fix typos in docstrings.
20893 (Info-virtual-index): Remove unused local variable `nodename'.
20894
20895 2011-04-05 Deniz Dogan <deniz@dogan.se>
20896
20897 * net/rcirc.el: Update my e-mail address.
20898 (rcirc-mode-map): Remove M-o binding.
20899
20900 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20901
20902 * startup.el (command-line): Save the cursor's theme-face
20903 directly, instead of using face-override-spec.
20904
20905 * custom.el (load-theme): Minor optimization in assigning faces.
20906
20907 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20908
20909 * help-fns.el (describe-variable): Complete all variables having
20910 documentation, including keywords.
20911 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20912
20913 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20914
20915 Convert to lexical-binding.
20916
20917 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20918 (bs--get-marked-string, bs--get-modified-string)
20919 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20920 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20921 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20922
20923 * ehelp.el (electric-help-execute-extended)
20924 (electric-help-ctrl-x-prefix):
20925 * hexl.el (hexl-revert-buffer-function):
20926 * linum.el (linum-after-change, linum-after-scroll):
20927 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20928
20929 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20930
20931 2011-04-04 Daiki Ueno <ueno@unixuser.org>
20932
20933 * epa-dired.el:
20934 * epa-mail.el:
20935 * epa-hook.el:
20936 * epa-file.el:
20937 * epa.el:
20938 * epg.el: Use lexical binding.
20939
20940 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
20941
20942 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20943
20944 * textmodes/flyspell.el (flyspell-word): Recognize default
20945 dictionary case for flyspell-mark-duplications-exceptions.
20946 Use regexp matching for languages.
20947 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20948 default dictionary (Bug#7926).
20949
20950 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
20951
20952 * emacs-lisp/package.el (package--with-work-buffer):
20953 Recognize https URLs.
20954
20955 * net/network-stream.el: Move from gnus/proto-stream.el.
20956 Change prefix to network-stream throughout.
20957 (open-protocol-stream): Merge into open-network-stream, leaving
20958 open-protocol-stream as an alias. Handle nil BUFFER args.
20959
20960 * subr.el (open-network-stream): Move to net/network-stream.el.
20961
20962 2011-04-02 Glenn Morris <rgm@gnu.org>
20963
20964 * find-dired.el (find-exec-terminator): New option.
20965 (find-ls-option): Test for -ls support.
20966 (find-ls-subdir-switches): Test for -b in find-ls-option.
20967 (find-dired, find-grep-dired): Doc fixes.
20968 (find-dired): Use find-exec-terminator.
20969
20970 * find-dired.el (find-ls-option, find-ls-subdir-switches)
20971 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20972 (find-name-arg): Remove purecopy.
20973
20974 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20975 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20976 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20977 accordingly. Don't add the null-device if not needed.
20978
20979 * files.el (save-some-buffers): Doc fix.
20980
20981 2011-04-02 Eli Zaretskii <eliz@gnu.org>
20982
20983 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20984
20985 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
20986
20987 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20988 Use `dolist' rather than `mapcar'.
20989
20990 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20991
20992 Add lexical binding.
20993
20994 * subr.el (apply-partially): Use new closures rather than CL.
20995 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20996 (dolist, dotimes): Use slightly different expansion for lexical code.
20997 (functionp): Move to C.
20998 (letrec): New macro.
20999 (with-wrapper-hook): Use it and apply-partially instead of CL.
21000 (eval-after-load): Preserve lexical-binding.
21001 (save-window-excursion, with-output-to-temp-buffer): Turn them
21002 into macros.
21003
21004 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
21005
21006 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
21007 than the arglist.
21008 (help-add-fundoc-usage): Don't add `Not documented'.
21009 (help-function-arglist): Handle closures, subroutines, and new
21010 byte-code-functions.
21011 (help-make-usage): Remove leading underscores.
21012 (describe-function-1): Handle closures.
21013 (describe-variable): Use special-variable-p for completion.
21014
21015 * files.el (lexical-binding): Declare safe.
21016
21017 * emacs-lisp/pcase.el: Don't use destructuring-bind.
21018 (pcase--memoize): Rename from pcase-memoize. Change weakness.
21019 (pcase): Add `let' pattern.
21020 Change memoization so it actually works.
21021 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
21022 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
21023 <let>: New case.
21024
21025 * emacs-lisp/macroexp.el: Use lexical binding.
21026 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
21027 Don't convert ' to #' without checking that it's indeed quoting
21028 a lambda.
21029
21030 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
21031 Use eval-sexp-add-defvars.
21032 (eval-sexp-add-defvars): New fun.
21033
21034 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
21035
21036 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
21037 Don't autoload.
21038 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
21039 than the internal `byte-compile-lambda'.
21040 (defmethod): Don't hide code under quotes.
21041 (eieio-defmethod): New `code' argument.
21042
21043 * emacs-lisp/eieio-comp.el: Remove.
21044
21045 * emacs-lisp/edebug.el (edebug-eval-defun)
21046 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
21047 (edebug-toggle): Avoid `eval'.
21048
21049 * emacs-lisp/disass.el (disassemble-internal): Handle new
21050 `closure' objects.
21051 (disassemble-1): Handle new byte codes.
21052
21053 * emacs-lisp/cl.el (pushnew): Silence warning.
21054
21055 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
21056 (cl-byte-compile-throw): Remove.
21057 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
21058
21059 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
21060 closures.
21061
21062 * emacs-lisp/cconv.el: New file.
21063
21064 * emacs-lisp/bytecomp.el: Use lexical binding instead of
21065 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
21066 (byte-compile-initial-macro-environment):
21067 Handle declare-function here.
21068 (byte-compile--lexical-environment): New var.
21069 (byte-stack-ref, byte-stack-set, byte-discardN)
21070 (byte-discardN-preserve-tos): New lap codes.
21071 (byte-interactive-p): Don't use any more.
21072 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
21073 New macros.
21074 (byte-compile-lapcode): Use them and handle new lap codes.
21075 (byte-compile-obsolete): Remove.
21076 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
21077 (byte-compile-arglist-warn): Check late def of inlinable funs.
21078 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
21079 since they should have been expanded by now.
21080 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
21081 (byte-compile-from-buffer): Remove unused second arg.
21082 (byte-compile-preprocess): New function.
21083 (byte-compile-toplevel-file-form): New function to distinguish
21084 file-form calls from outside from file-form calls from hunk-handlers.
21085 (byte-compile-file-form): Simplify.
21086 (byte-compile-file-form-defsubst): Remove.
21087 (byte-compile-file-form-defmumble): Simplify now that
21088 byte-compile-lambda always returns a byte-code-function.
21089 (byte-compile): Preprocess.
21090 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
21091 Remove, not used any more.
21092 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
21093 (byte-compile-make-args-desc): New funs.
21094 (byte-compile-lambda): Handle lexical functions. Always return
21095 a byte-code-function.
21096 (byte-compile-reserved-constants): New var, to make up room for
21097 closed-over variables.
21098 (byte-compile-constants-vector): Obey it.
21099 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
21100 (byte-compile-macroexpand-declare-function): New function.
21101 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
21102 byte-code-functions.
21103 (byte-compile-form): Check obsolescence here.
21104 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
21105 (byte-compile-variable-ref): Remove.
21106 (byte-compile-dynamic-variable-op): New fun.
21107 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21108 (byte-compile-variable-set): New funs.
21109 (byte-compile-discard): Add 2 args.
21110 (byte-compile-stack-ref, byte-compile-stack-set)
21111 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
21112 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
21113 macroexpand-all instead.
21114 (byte-compile-quote-form): Remove.
21115 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
21116 (byte-compile-bind, byte-compile-unbind): New funs.
21117 (byte-compile-let): Handle let* and lexical binding.
21118 (byte-compile-let*): Remove.
21119 (byte-compile-catch, byte-compile-unwind-protect)
21120 (byte-compile-track-mouse, byte-compile-condition-case):
21121 Handle a new :fun-body form, used for lexical scoping.
21122 (byte-compile-save-window-excursion)
21123 (byte-compile-with-output-to-temp-buffer): Remove.
21124 (byte-compile-defun): Simplify.
21125 (byte-compile-stack-adjustment): New fun.
21126 (byte-compile-out): Use it.
21127 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
21128
21129 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
21130 handler any more.
21131
21132 * emacs-lisp/byte-opt.el: Use lexical binding.
21133 (byte-inline-lapcode): Remove (to bytecomp).
21134 (byte-compile-inline-expand): Pay attention to inlining to/from
21135 lexically bound code.
21136 (byte-compile-unfold-lambda): Don't handle byte-code-functions
21137 any more.
21138 (byte-optimize-form-code-walker): Don't handle save-window-excursion
21139 any more and don't call compiler-macros.
21140 (byte-compile-splice-in-already-compiled-code): Remove.
21141 (byte-code): Don't inline any more.
21142 (disassemble-offset): Receive `bytes' as argument rather than via
21143 dynamic scoping.
21144 (byte-compile-tag-number): Declare before first use.
21145 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
21146 `return' even if make-spliceable.
21147 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
21148 obsolete interactive-p.
21149 (byte-optimize-lapcode): Optimize new lap-codes.
21150 Don't trip up on new form of `byte-constant' lap code.
21151
21152 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
21153
21154 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
21155
21156 * custom.el (custom-initialize-default, custom-declare-variable):
21157 Use `defvar'.
21158
21159 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
21160 New variables.
21161 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
21162 (COMPILE_FIRST): Add macroexp and cconv.
21163 * makefile.w32-in: Mirror changes in Makefile.in.
21164
21165 * vc/cvs-status.el:
21166 * vc/diff-mode.el:
21167 * vc/log-edit.el:
21168 * vc/log-view.el:
21169 * vc/smerge-mode.el:
21170 * textmodes/bibtex-style.el:
21171 * textmodes/css-mode.el:
21172 * startup.el:
21173 * uniquify.el:
21174 * minibuffer.el:
21175 * newcomment.el:
21176 * reveal.el:
21177 * server.el:
21178 * mpc.el:
21179 * emacs-lisp/smie.el:
21180 * doc-view.el:
21181 * dired.el:
21182 * abbrev.el: Use lexical binding.
21183
21184 2011-04-01 Eli Zaretskii <eliz@gnu.org>
21185
21186 * info.el (info-display-manual): New function.
21187
21188 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21189
21190 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
21191
21192 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
21193
21194 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
21195 an entry for that server in rcirc-authinfo. (Bug#8385)
21196
21197 2011-03-31 Glenn Morris <rgm@gnu.org>
21198
21199 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
21200
21201 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
21202
21203 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
21204
21205 * progmodes/python.el (python-default-interpreter)
21206 (python-python-command-args, python-jython-command-args)
21207 (python-which-shell, python-which-args, python-which-bufname)
21208 (python-file-queue, python-comint-output-filter-function)
21209 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
21210 variables and functions.
21211
21212 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
21213
21214 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
21215 (completion-in-region-mode): New minor mode.
21216 (completion-in-region): Use it.
21217 (completion-in-region--data, completion-in-region-mode-map): New vars.
21218 (completion-in-region--postch): New function.
21219 (completion--capf-misbehave-funs, completion--capf-safe-funs):
21220 New vars.
21221 (completion--capf-wrapper): New function.
21222 (completion-at-point): Use it to track well-behavedness of
21223 hook functions.
21224 (completion-help-at-point): New command.
21225
21226 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
21227
21228 * vc/add-log.el (add-change-log-entry): Don't use whitespace
21229 syntax class to search for whitespace on a single line
21230 (Message-ID: <4D938140.4030905@redhat.com>).
21231
21232 2011-03-30 Leo Liu <sdl.web@gmail.com>
21233
21234 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
21235 New commands.
21236 (edit-abbrevs-map): Bind them here.
21237 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
21238
21239 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
21240
21241 * allout.el (allout-hide-by-annotation, allout-flag-region):
21242 Reduce possibility of overlay leakage by making them volatile.
21243
21244 * allout-widgets.el (allout-widgets-tally): Define as nil so the
21245 hash is not shared between buffers. Mode initialization is
21246 responsible for giving it a useful starting value.
21247 (allout-item-span): Reduce possibility of overlay leakage by
21248 making them volatile.
21249 (allout-widgets-count-buttons-in-region): Add diagnostic function
21250 for tracking down button overlay leaks.
21251
21252 2011-03-29 Leo Liu <sdl.web@gmail.com>
21253
21254 * ido.el (ido-read-internal): Use the default history var
21255 minibuffer-history if no HISTORY is specified.
21256
21257 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
21258
21259 * net/imap.el (imap-shell-open, imap-process-connection-type):
21260 Use imap-process-connection-type for 'shell' streams as well as
21261 Kerberos, SSL, other subprocesses.
21262
21263 2011-03-28 Leo Liu <sdl.web@gmail.com>
21264
21265 * abbrev.el (abbrev-table-empty-p): New function.
21266 (prepare-abbrev-list-buffer): Place empty abbrev tables after
21267 nonempty ones. (Bug#5937)
21268
21269 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21270
21271 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
21272
21273 2011-03-27 Leo Liu <sdl.web@gmail.com>
21274
21275 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
21276 for foreground and background colors.
21277 (ansi-color-make-color-map): Adapt.
21278
21279 2011-03-25 Leo Liu <sdl.web@gmail.com>
21280
21281 * midnight.el (midnight-time-float): Remove. Note it calculates
21282 the microsecond component incorrectly and seconds-to-time does the
21283 same job.
21284 Remove redundant (require 'timer).
21285
21286 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
21287 (ido-completions): Remove unused arguments. (Bug#8329)
21288
21289 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21290
21291 * minibuffer.el (completion--flush-all-sorted-completions):
21292 Remove itself from hook.
21293 (completion-at-point): Let the functions perform the completion
21294 immediately and return nil or t.
21295 * comint.el (comint-dynamic-complete-functions): Now identical to
21296 completion-at-point-functions.
21297 (comint-dynamic-list-input-ring): Remove unused var `index'.
21298 (comint--match-partial-filename, comint--unquote&expand-filename):
21299 New funs, split from comint-match-partial-filename.
21300 (comint-dynamic-complete): Use completion-at-point.
21301 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
21302
21303 2011-03-24 Drew Adams <drew.adams@oracle.com>
21304
21305 * thingatpt.el: Support `defun'.
21306
21307 2011-03-23 Leo Liu <sdl.web@gmail.com>
21308
21309 * abbrevlist.el: Move to obsolete/abbrevlist.el.
21310
21311 * help-mode.el (help-mode-finish): Tweak regexp.
21312
21313 2011-03-23 Glenn Morris <rgm@gnu.org>
21314
21315 * eshell/esh-opt.el (eshell-eval-using-options):
21316 Do not bind unused local variable `eshell-option-stub'.
21317
21318 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21319
21320 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21321
21322 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21323 keymap variable in `with-no-warnings' to avoid a warning when the
21324 keymap has been already `defconst'ed.
21325
21326 2011-03-22 Leo Liu <sdl.web@gmail.com>
21327
21328 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21329 encode all chars in abbrevs; otherwise use emacs-mule or
21330 utf-8-emacs. (Bug#8308)
21331
21332 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21333
21334 * simple.el (backward-delete-char-untabify):
21335 Avoid warning about using `delete-backward-char'.
21336
21337 * image.el (image-type-file-name-regexps): Make it variable.
21338 `imagemagick-register-types' modifies it, and the user may want
21339 to add new extensions for known image types.
21340 (imagemagick-register-types): Throw error if not using ImageMagick.
21341
21342 2011-03-22 Leo Liu <sdl.web@gmail.com>
21343
21344 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21345 located before rcirc-prompt-end-marker.
21346 (rcirc-complete): Error if point is not after rcirc prompt.
21347 Handle the case when table is nil.
21348 (rcirc-user-authenticated): Define to fix compiler warning.
21349
21350 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
21351
21352 * custom.el (custom--inhibit-theme-enable): Make it affect only
21353 custom-theme-set-variables and custom-theme-set-faces.
21354 (provide-theme): Ignore custom--inhibit-theme-enable.
21355 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21356 (custom-enabling-themes): Delete variable.
21357 (enable-theme): Accept only loaded themes as arguments.
21358 Ignore the special custom-enabled-themes variable.
21359 (custom-enabled-themes): Forbid themes from setting this.
21360 Eliminate use of custom-enabling-themes.
21361 (custom-push-theme): Quote "changed" custom var entry.
21362
21363 2011-03-21 Leo Liu <sdl.web@gmail.com>
21364
21365 * ido.el (ido-read-internal): Add ido-selected to history instead
21366 of user input.
21367
21368 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21369
21370 * subr.el (deferred-action-list, deferred-action-function):
21371 Mark obsolete.
21372
21373 2011-03-21 Leo Liu <sdl.web@gmail.com>
21374
21375 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21376 change on 2011-02-13 (bug#8309).
21377
21378 * minibuffer.el (read-file-name-function): Change default value.
21379 (read-file-name--defaults): Rename from read-file-name-defaults.
21380 (read-file-name-default): Rename from read-file-name.
21381 (read-file-name): Call read-file-name-function.
21382
21383 2011-03-21 Glenn Morris <rgm@gnu.org>
21384
21385 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21386 Doc fixes.
21387
21388 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
21389
21390 * cus-theme.el: Add missing provide statement.
21391 (customize-create-theme): Extract theme value correctly.
21392 (custom-theme-visit-theme): Autoload.
21393 (customize-create-theme): Prompt before inserting default faces.
21394
21395 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
21396
21397 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21398 units and musical notes.
21399
21400 2011-03-20 Leo Liu <sdl.web@gmail.com>
21401
21402 * ido.el (ido-read-internal): Use completing-read-default.
21403 (ido-completing-read): Fix compatibility with completing-read.
21404
21405 2011-03-20 Christian Ohler <ohler@gnu.org>
21406
21407 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21408 (ert-delete-all-tests): Use `called-interactively-p' rather than
21409 `interactive-p'.
21410 (ert--make-xrefs-region): Respect END.
21411
21412 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21413
21414 * dired-aux.el (dired-create-directory): Signal an error if the
21415 directory already exists (Bug#8246).
21416
21417 * facemenu.el (list-colors-display): Call list-faces-display
21418 inside with-help-window.
21419 (list-colors-print): Use display property to align the final
21420 column, instead of checking window-width.
21421
21422 2011-03-19 Eli Zaretskii <eliz@gnu.org>
21423
21424 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
21425 windows-nt systems.
21426 (emerge-protect-metachars): Quote correctly for ms-dos and
21427 windows-nt systems.
21428
21429 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
21430
21431 * info.el (info-initialize): Replace all uses of `:' with
21432 path-separator for compatibility with non-Unix systems.
21433 Cache quoting of path-separator. (Bug#8258)
21434
21435 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21436
21437 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21438 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21439 (mouse-avoidance-mode): Fix typos in docstrings.
21440
21441 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21442
21443 * startup.el (package-subdirectory-regexp): Move from package.el.
21444 Omit \\` and \\', and let callers add them.
21445
21446 * emacs-lisp/package.el (package-strip-version)
21447 (package-load-all-descriptors): Add \\` and \\' to
21448 package-subdirectory-regexp before using it.
21449 (package-untar-buffer): New arg DIR; ensure that file untars only
21450 into this expected directory. Remove superfluous delete-region.
21451 (package-unpack): Caller changed.
21452 (package-tar-file-info): Use package-subdirectory-regexp.
21453
21454 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
21455
21456 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21457 diff-mode-shared-map (bug#8284).
21458 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
21459
21460 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21461
21462 * calendar/time-date.el (format-seconds): Use assoc instead of
21463 assoc-string, since assoc-string doesn't exist in XEmacs.
21464
21465 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
21466
21467 * custom.el (custom-known-themes): Reflow docstring.
21468 (custom-theme-load-path): Fix typo in docstring.
21469 (load-theme): Fix typo in error message.
21470 (custom-available-themes, custom-variable-theme-value):
21471 Use `let', not `let*'.
21472
21473 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21474
21475 * calc/README: Mention inclusion of musical notes.
21476
21477 * calc/calc-units.el (calc-lu-quant): Rename from
21478 `calc-logunits-quantity'.
21479 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21480 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21481 (calc-db): Rename from `calc-dblevel'.
21482 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21483 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21484 (calc-np): Rename from `calc-nplevel'.
21485 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21486 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21487 (calc-lu-plus): Rename from `calc-logunits-add'.
21488 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21489 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21490 (calc-lu-minus): Rename from `calc-logunits-sub'.
21491 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21492 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21493 (calc-lu-times): Rename from `calc-logunits-mul'.
21494 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21495 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21496 (calc-lu-divide): Rename from `calc-logunits-div'.
21497 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21498 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21499
21500 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21501 functions being autoloaded.
21502
21503 * calc/calc.el (calc-lu-power-reference): Rename from
21504 `calc-logunits-power-reference'.
21505 (calc-lu-field-reference): Rename from
21506 `calc-logunits-field-reference'.
21507
21508 * calc/calc-help.el (calc-l-prefix-help):
21509 Mention musical note functions.
21510
21511 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21512
21513 * minibuffer.el (completion-all-sorted-completions):
21514 Use :completion-cycle-penalty text property if present.
21515
21516 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21517
21518 * allout.el (allout-yank-processing): Adjust for new rebulleting
21519 regime so bullet being yanked is used without prompting the user
21520 for a choice.
21521
21522 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21523
21524 * startup.el (command-line): Warn the user that _emacs is deprecated.
21525
21526 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21527
21528 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21529 (delphi-verbose, delphi-comment-face, delphi-string-face)
21530 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21531 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21532 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21533 (delphi-new-comment-line, delphi-font-lock-defaults)
21534 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21535 Fix typos in docstrings.
21536
21537 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21538
21539 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
21540 Invert the roles of character and string values for INSTEAD, so a
21541 string is used for the more common case of a defaulting prompt.
21542
21543 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21544
21545 * progmodes/ruby-mode.el (ruby-backward-sexp):
21546 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21547 * play/gamegrid.el (gamegrid-make-face):
21548 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21549 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21550 * notifications.el (notifications-notify):
21551 * net/xesam.el (xesam-search-engines):
21552 * net/quickurl.el (quickurl-list-insert):
21553 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21554
21555 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
21556
21557 * startup.el (command-line): Update package subdirectory regexp.
21558
21559 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21560
21561 * allout.el (allout-abbreviate-flattened-numbering)
21562 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21563
21564 * subr.el (read-char-choice): Only show the cursor after the prompt,
21565 not after the answer.
21566
21567 2011-03-15 Kevin Ryde <user42@zip.com.au>
21568
21569 * help-fns.el (variable-at-point): Skip leading quotes, if any
21570 (bug#8253).
21571
21572 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21573
21574 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21575 warning message.
21576
21577 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
21578
21579 * shell.el (shell): When called interactively, offer to change the
21580 shell file name on remote hosts.
21581
21582 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21583
21584 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21585 integration for LDAP parameters. The host, base, user or binddn,
21586 and secret tokens can be specified in a netrc file, for instance.
21587 This is optional because an `auth-source' parameter must be
21588 specified in the search attributes.
21589
21590 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
21591
21592 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21593
21594 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21595
21596 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21597 into declaration. Remove redundant and harmful binding.
21598
21599 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21600
21601 * files.el (file-ownership-preserved-p): Pass `integer' as an
21602 explicit 2nd argument to `file-attributes'. If the file's owner
21603 is the Administrators group on Windows, and the current user is
21604 Administrator, consider that a match.
21605
21606 * server.el (server-ensure-safe-dir): Consider server directory
21607 safe on MS-Windows if its owner is the Administrators group while
21608 the current Emacs user is Administrator. Use `=' to compare
21609 numerical UIDs, since they could be integers or floats.
21610
21611 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
21612
21613 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21614
21615 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
21616
21617 Sync with Tramp 2.2.1.
21618
21619 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21620
21621 * net/trampver.el: Update release number.
21622
21623 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21624
21625 * progmodes/compile.el (compilation--previous-directory): Fix up
21626 various nil/dead-marker mismatches (bug#8014).
21627 (compilation-directory-properties, compilation-error-properties):
21628 Don't call it at a position past the one we're about to change.
21629
21630 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21631 Disable obsolescence warnings in the file that declares it.
21632
21633 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21634
21635 * allout-widgets.el (allout-widgets-tally):
21636 Initialize allout-widgets-tally as a hash table rather than nil to
21637 prevent mode-line redisplay warnings. Also, clarify the module
21638 description and fix a comment typo.
21639
21640 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
21641
21642 * help-fns.el (describe-variable): Don't complete keywords.
21643 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21644
21645 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
21646
21647 * emacs-lisp/package.el (package-version-join): Impose a standard
21648 string representation for pre/alpha/beta version lists.
21649 (package-unpack-single): Standardize the directory name by passing
21650 it through package-version-join.
21651 (package-strip-rcs-id): Accept any version string that does not
21652 signal an error in version-to-list.
21653
21654 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
21655
21656 * simple.el (delete-trailing-whitespace): Return nil for the
21657 benefit of `write-file-functions'.
21658
21659 2011-03-10 Glenn Morris <rgm@gnu.org>
21660
21661 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21662
21663 * vc/vc-git.el (vc-git-program): New option.
21664 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21665 (vc-git--call): Use it.
21666
21667 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21668
21669 * cus-edit.el (Custom-newline): If no button at point, look
21670 for a subgroup button at start-of-line. (Bug#2298)
21671
21672 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21673
21674 2011-03-10 Julien Danjou <julien@danjou.info>
21675
21676 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21677 `cursor-type' is nil.
21678
21679 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
21680
21681 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21682
21683 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
21684
21685 * allout.el: Change so yank of distinctive-bullet items
21686 preserves the existing header prefix, rebulleting it if necessary,
21687 rather than replacing it. This is necessary for proper operation
21688 of cooperative addons like allout-widgets.
21689 (allout-make-topic-prefix, allout-rebullet-heading):
21690 Change SOLICIT arg to INSTEAD, and interpret additionally a string
21691 value as alternate bullet to be used, instead of prompting the user
21692 for a bullet character.
21693
21694 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
21695
21696 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21697 Do not use `tramp-file-name-port', because this returns also
21698 `tramp-default-port'.
21699
21700 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
21701
21702 * net/rcirc.el (rcirc-handler-001): Remove useless
21703 with-rcirc-process-buffer.
21704 (rcirc-check-auth-status): Swap arguments to string-match.
21705
21706 2011-03-09 Glenn Morris <rgm@gnu.org>
21707
21708 * shell.el (shell-mode):
21709 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21710
21711 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21712 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21713
21714 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21715
21716 * emacs-lisp/package.el (package-refresh-contents)
21717 (package-menu-execute): Use condition-case-no-debug.
21718
21719 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
21720
21721 * simple.el (shell-command-to-string): Use `process-file'.
21722
21723 * emacs-lisp/package.el (package-tar-file-info): Handle also
21724 remote files.
21725
21726 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21727 Use `equal' for upload base check.
21728
21729 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21730
21731 * textmodes/texinfo.el (texinfo-environments):
21732 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21733
21734 2011-03-08 Glenn Morris <rgm@gnu.org>
21735
21736 * cus-start.el (cursor-in-non-selected-windows):
21737 Fix :set quoting oddness. (Bug#8192)
21738
21739 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21740 in some setf expressions. (Bug#2159)
21741
21742 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21743
21744 * custom.el (custom-available-themes): Return themes in
21745 alphabetical order.
21746
21747 See ChangeLog.15 for earlier changes.
21748
21749 ;; Local Variables:
21750 ;; coding: utf-8
21751 ;; End:
21752
21753 Copyright (C) 2011-2013 Free Software Foundation, Inc.
21754
21755 This file is part of GNU Emacs.
21756
21757 GNU Emacs is free software: you can redistribute it and/or modify
21758 it under the terms of the GNU General Public License as published by
21759 the Free Software Foundation, either version 3 of the License, or
21760 (at your option) any later version.
21761
21762 GNU Emacs is distributed in the hope that it will be useful,
21763 but WITHOUT ANY WARRANTY; without even the implied warranty of
21764 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21765 GNU General Public License for more details.
21766
21767 You should have received a copy of the GNU General Public License
21768 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.